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
Showing only changes of commit 6218f59948 - Show all commits

View File

@@ -32,7 +32,7 @@ steps:
- name: ansible apply - name: ansible apply
image: cytopia/ansible:latest-tools image: cytopia/ansible:latest-tools
commands: 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: when:
event: event:
- push - push