diff --git a/local.yml b/local.yml index 49fb4a1..8decb4d 100644 --- a/local.yml +++ b/local.yml @@ -89,6 +89,7 @@ when: ansible_system == "FreeBSD" - include_tasks: tasks/general/software/aur.yml + when: ansible_pkg_mgr == "pacman" # Gather again in case missing programs have now been installed. - include_tasks: facts/general/gather.yml