- name: Delete content & directory
file:
state: absent
path: /home/mydata/web/
Note: this will delete the directory too.
- name: Delete content & directory
file:
state: absent
path: /home/mydata/web/
Note: this will delete the directory too.