fix typo in playbook
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-03-08 18:22:19 -08:00
parent 6a980c8958
commit 6f35c1bc20

View file

@ -3,7 +3,7 @@ pipeline:
image: plugins/ansible image: plugins/ansible
secrets: [ ssh_key ] secrets: [ ssh_key ]
settings: settings:
playbook: main.yaml playbook: main.yml
inventory: hosts.ini inventory: hosts.ini
user: igor user: igor
private_key: $SSH_KEY private_key: $SSH_KEY