Compare commits

..

2 Commits

Author SHA1 Message Date
max 1ecc1775ef Merge pull request 'FIX: file extensions in update_modules.sh' (#3) from dev into main
Reviewed-on: #3
2026-08-18 15:54:22 +04:00
max b698108980 FIX: file extensions in update_modules.sh
Deploy new config to the Ansible server / trigger-webhook (pull_request) Successful in 14s
2026-08-18 15:51:58 +04:00
+2 -2
View File
@@ -9,10 +9,10 @@ source .venv/bin/activate
pip install -r requirements.txt
# 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
ansible-galaxy role install -r requirements.yml -p ./roles/
ansible-galaxy role install -r requirements.yaml -p ./roles/
# Installation is finished, remove the lock
rm /tmp/vmn_ansible_lock_file.lock