We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8a19b8 + a6d1550 commit 2382636Copy full SHA for 2382636
container-images/tcib/base/ansible-tests/run_ansible.sh
@@ -35,7 +35,7 @@ fi
35
36
# Install collections from requirements.yaml if the file exists
37
if [[ -f "$ANSIBLE_DIR/requirements.yaml" ]]; then
38
- ansible-galaxy collection install -r "$ANSIBLE_DIR/requirements.yaml"
+ ansible-galaxy install -r "$ANSIBLE_DIR/requirements.yaml"
39
else
40
echo "requirements.yaml doesn't exist, skipping requirements installation"
41
fi
0 commit comments