From 8cec2e2eb5eb18ea037cbbc1a7931d7b15e0653e Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sun, 14 Apr 2024 21:15:43 +0200 Subject: Late commit: Red Hat role playbook --- patch.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'patch.yaml') diff --git a/patch.yaml b/patch.yaml index b32e9b0..f78d79e 100644 --- a/patch.yaml +++ b/patch.yaml @@ -14,6 +14,8 @@ # We choose to lowercase anything here as there should be no collisions but # SUSE could be "SuSE" or "SUSE" (assumed and unverified, but you never know...) key: "adfv_{{ ansible_distribution_file_variety | lower | default('none') }}" + tags: + - all - hosts: adfv_debian order: inventory gather_facts: false @@ -23,7 +25,8 @@ - name: Debian Patches ansible.builtin.import_role: name: "patch_debian" - when: ansible_distribution_file_variety == "Debian" + tags: + - debian - hosts: adfv_redhat order: inventory gather_facts: false -- cgit v1.2.3