.drone.yml aktualisiert
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
ee601c64ba
commit
39a956e4f5
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ steps:
|
|||
become: true
|
||||
playbook: playbook.yml
|
||||
inventory: hosts
|
||||
user: drone_ansible_user
|
||||
private_key:
|
||||
from_secret: drone_ssh_priv
|
||||
ssh_extra_args: "-o StrictHostKeyChecking=no"
|
||||
|
|
@ -22,6 +23,9 @@ steps:
|
|||
# when:
|
||||
# event:
|
||||
# - pull_request
|
||||
---
|
||||
kind: secret
|
||||
name: dron_ansible_user
|
||||
|
||||
- name: Lint
|
||||
image: cytopia/ansible-lint
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue