Check if aur packages are installed already
This commit is contained in:
parent
55b28b21bd
commit
d5c3653320
1 changed files with 4 additions and 0 deletions
|
|
@ -21,7 +21,11 @@
|
|||
- import_tasks: 'tasks/main.yml'
|
||||
- import_tasks: 'tasks/dotfiles.yml'
|
||||
- import_tasks: 'tasks/neovim.yml'
|
||||
- name: gather the package facts
|
||||
package_facts:
|
||||
manager: pacman
|
||||
- import_tasks: 'tasks/aur.yml'
|
||||
when: aur_packages|map(attribute='name')|list is not subset(ansible_facts.packages)
|
||||
- import_tasks: 'tasks/docker.yml'
|
||||
vars_files:
|
||||
- 'vars.yml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue