FIX: file extensions in update_modules.sh #3
@@ -9,10 +9,10 @@ source .venv/bin/activate
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
# Install collections from the file
|
# Install collections from the file
|
||||||
ansible-galaxy collection install -r requirements.yml -p ./collections/
|
ansible-galaxy collection install -r requirements.yaml -p ./collections/
|
||||||
|
|
||||||
# Install roles
|
# Install roles
|
||||||
ansible-galaxy role install -r requirements.yml -p ./roles/
|
ansible-galaxy role install -r requirements.yaml -p ./roles/
|
||||||
|
|
||||||
# Installation is finished, remove the lock
|
# Installation is finished, remove the lock
|
||||||
rm /tmp/vmn_ansible_lock_file.lock
|
rm /tmp/vmn_ansible_lock_file.lock
|
||||||
|
|||||||
Reference in New Issue
Block a user