Fix the hosts file specified #11

Merged
noah.knegt merged 1 commits from fix-hosts-file-ci into master 2023-03-31 10:05:35 +02:00

View File

@@ -32,7 +32,7 @@ steps:
- name: ansible apply
image: cytopia/ansible:latest-tools
commands:
- ansible-playbook -i inventory/hosts site.yml --private-key /drone/src/.ssh/id_ed25519
- ansible-playbook -i inventory/hosts.yml site.yml --private-key /drone/src/.ssh/id_ed25519
when:
event:
- push