Fix playbooks
This commit is contained in:
parent
93fb3bcaba
commit
ab52535dc1
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ elif [[ $(uname) == "Darwin" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ANSIBLE_PYTHON_INTERPRETER="$(command -v python)"
|
ANSIBLE_PYTHON_INTERPRETER="$(command -v python)"
|
||||||
ansible-galaxy install kewlfft.aur
|
ansible-galaxy collection install kewlfft.aur
|
||||||
ansible-galaxy collection install community.general
|
ansible-galaxy collection install community.general
|
||||||
ansible-playbook --ask-become-pass -i inventory main.yml
|
ansible-playbook --ask-become-pass -i inventory main.yml
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
dependencies:
|
collections:
|
||||||
- kewlfft.aur
|
- kewlfft.aur
|
||||||
|
|
Loading…
Add table
Reference in a new issue