Duplicate plugin settings
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Danny Bessems 2022-10-15 15:27:41 +02:00
parent a9b61df6a1
commit 8a39789f62

View File

@ -12,13 +12,14 @@ steps:
syntax_check: true syntax_check: true
- name: Apply playbook - name: Apply playbook
image: plugins/ansible:1 image: plugins/ansible:3
volumes: volumes:
- name: certificates - name: certificates
path: /certificates path: /certificates
settings: settings:
playbook: playbook.yml playbook: playbook.yml
inventory: inventory.yml inventory: inventory.yml
galaxy: requirements.yml
private_key: private_key:
from_secret: ssh_privatekey from_secret: ssh_privatekey