diff options
Diffstat (limited to 'patch.yaml')
-rw-r--r-- | patch.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |