Skip to content

Commit a5047e6

Browse files
Merge pull request #332 from kstrenkova/fix-ansible-collections-parameter
Fix AnsibleCollections parameter
2 parents 8e4b7ab + 2f0bdc0 commit a5047e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-images/tcib/base/ansible-tests/run_ansible.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030

3131
# Install collections if specified
3232
if [[ -n "${POD_INSTALL_COLLECTIONS:-}" ]]; then
33-
ansible-galaxy collection install "$POD_INSTALL_COLLECTIONS"
33+
ansible-galaxy collection install $POD_INSTALL_COLLECTIONS
3434
fi
3535

3636
# Install collections from requirements.yaml if the file exists

0 commit comments

Comments
 (0)