Update drone configuration
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2022-04-18 23:15:51 +02:00
parent 07b7636d0f
commit d3c6623745
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,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}" \
--extra-vars "repo_username=$${repo_username} repo_password=$${repo_password} hv_password=$${hv_password} root_password=$${root_password}" \
playbook.yml
environment:
repo_username:
@ -23,5 +23,7 @@ steps:
from_secret: repo_password
hv_password:
from_secret: hv_password
root_password:
from_secret: root_password
# private_key:
# from_secret: ssh_privatekey