Use quotes for extra-var
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2022-04-19 18:07:21 +02:00
parent f44d7f9b58
commit d60d4691c1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ steps:
- ansible-galaxy collection install -r requirements.yml
- |
ansible-playbook \
--extra-vars "repo_username=$${repo_username} repo_password=$${repo_password} hv_password=$${hv_password} root_password=$${root_password} private_key=$${private_key}" \
--extra-vars "repo_username=$${repo_username} repo_password=$${repo_password} hv_password=$${hv_password} root_password=$${root_password} private_key='$${private_key}'" \
playbook.yml
environment:
repo_username: