This commit is contained in:
parent
7c7dfc1697
commit
7ea05ed93a
1 changed files with 1 additions and 3 deletions
|
|
@ -13,8 +13,6 @@ steps:
|
|||
become: true
|
||||
playbook: playbook.yml
|
||||
inventory: hosts
|
||||
private_key:
|
||||
from_secret: drone_ssh_priv
|
||||
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
||||
# requirements: requirements.txt
|
||||
# galaxy: requirements.yml
|
||||
|
|
@ -40,7 +38,7 @@ steps:
|
|||
user:
|
||||
from_secret: drone_ansible_user
|
||||
private_key:
|
||||
from_secret: drone_ssh_priv
|
||||
from_secret: drone_ansible_ssh_private_key
|
||||
diff: true
|
||||
check: true
|
||||
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue