From b69810898025021dcfe9ce38913aae52a0f9d305 Mon Sep 17 00:00:00 2001 From: Maxim Vershinin Date: Tue, 18 Aug 2026 15:51:58 +0400 Subject: [PATCH] FIX: file extensions in update_modules.sh --- scripts/update_modules.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update_modules.sh b/scripts/update_modules.sh index 2e88220..d4f5f3b 100755 --- a/scripts/update_modules.sh +++ b/scripts/update_modules.sh @@ -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 -- 2.52.0