@@ -0,0 +1,11 @@
- name: Clean up the instance
hosts: hosts
become: true
vars_files:
- vars.yml
tasks:
- name: Remove app files
ansible.builtin.file:
state: absent
path: "{{ dest_dir }}"
The note is not visible to the blocked user.