Fix playbooks

This commit is contained in:
Anthony Cicchetti 2021-12-03 22:49:26 -05:00
parent 93fb3bcaba
commit ab52535dc1
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ elif [[ $(uname) == "Darwin" ]]; then
fi
ANSIBLE_PYTHON_INTERPRETER="$(command -v python)"
ansible-galaxy install kewlfft.aur
ansible-galaxy collection install kewlfft.aur
ansible-galaxy collection install community.general
ansible-playbook --ask-become-pass -i inventory main.yml

View file

@ -1,2 +1,2 @@
dependencies:
collections:
- kewlfft.aur