From 42e67ed3974e616b67eab854d7b893590c0f8f28 Mon Sep 17 00:00:00 2001 From: EnguerrandDeclercq <128719579+EnguerrandDeclercq@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:35:26 +0200 Subject: [PATCH] Update all_mounts_facts.yaml It seems that the "always" tag messes up the playbook whenever this role is used in any play but hardening. --- tasks/all_mounts_facts.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks/all_mounts_facts.yaml b/tasks/all_mounts_facts.yaml index 909b392..ca3148f 100755 --- a/tasks/all_mounts_facts.yaml +++ b/tasks/all_mounts_facts.yaml @@ -7,5 +7,3 @@ changed_when: false check_mode: false register: all_mounts - tags: - - always