mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
now accounting correctly for the custom collections path when running
galaxy
This commit is contained in:
@@ -53,7 +53,7 @@ fi
|
|||||||
|
|
||||||
echo "Installing needed Ansible packages..."
|
echo "Installing needed Ansible packages..."
|
||||||
|
|
||||||
ansible-galaxy collection install --collections-path ansible/collections kewlfft.aur
|
ANSIBLE_COLLECTIONS_PATH="$PWD/ansible/collections" ansible-galaxy collection install --collections-path ansible/collections --requirements-file ansible/galaxy/requirements.yml
|
||||||
|
|
||||||
echo "Done installing needed Ansible packages."
|
echo "Done installing needed Ansible packages."
|
||||||
echo "Running choosen Ansible Playbook at $choosen_playbook_path..."
|
echo "Running choosen Ansible Playbook at $choosen_playbook_path..."
|
||||||
|
|||||||
Reference in New Issue
Block a user