diff --git a/.drone.yml b/.drone.yml index 9d2b0cf..f20f31b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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