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 8e4b7ab + 2f0bdc0 commit a5047e6Copy full SHA for a5047e6
container-images/tcib/base/ansible-tests/run_ansible.sh
@@ -30,7 +30,7 @@ fi
30
31
# Install collections if specified
32
if [[ -n "${POD_INSTALL_COLLECTIONS:-}" ]]; then
33
- ansible-galaxy collection install "$POD_INSTALL_COLLECTIONS"
+ ansible-galaxy collection install $POD_INSTALL_COLLECTIONS
34
fi
35
36
# Install collections from requirements.yaml if the file exists
0 commit comments