From 8fb6740cbadf018e917ef09e6f8e1930857789de Mon Sep 17 00:00:00 2001 From: Lenoctambule <106790775+lenoctambule@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:21:05 +0200 Subject: [PATCH] feat: stop containers rule --- clear.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clear.yml b/clear.yml index 0260b40..edde832 100644 --- a/clear.yml +++ b/clear.yml @@ -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 + tasks: - name: Remove app files ansible.builtin.file: