fix hosts

This commit is contained in:
2022-11-06 18:31:35 +01:00
parent 398adda930
commit 097d0621d6
3 changed files with 12 additions and 5 deletions

View File

@@ -15,4 +15,8 @@
- name: Remove project
file:
path: "{{ project_src }}"
state: absent
state: absent
vars:
ansible_become: yes
ansible_become_method: sudo
ansible_become_password: "{{ sudo_password }}"