Update drone configuration
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
07b7636d0f
commit
d3c6623745
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user