@@ -4,6 +4,11 @@
vars_files:
- vars.yml
tasks:
- name: Stop containers
ansible.builtin.command: "make -C {{ dest_dir }} fclean"
when: not ansible_check_mode
- name: Remove app files
ansible.builtin.file:
The note is not visible to the blocked user.