From b77773b5076777eb334bd32fcf83c830da5110b7 Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Sat, 14 Aug 2021 13:16:22 +0300 Subject: [PATCH] Tag btrfs tasks. --- roles/debian_server/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/debian_server/tasks/main.yml b/roles/debian_server/tasks/main.yml index 4e8145a..598f9d6 100644 --- a/roles/debian_server/tasks/main.yml +++ b/roles/debian_server/tasks/main.yml @@ -122,6 +122,9 @@ loop_var: device ansible.builtin.include_tasks: file: btrfs.yml + apply: + tags: + - btrfs tags: - always -- GitLab