git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/patch.yaml
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2024-04-14 21:15:43 +0200
committerHarald Pfeiffer <coding _ lirion.de> 2024-04-14 21:15:43 +0200
commit8cec2e2eb5eb18ea037cbbc1a7931d7b15e0653e (patch)
tree7a5abadf052b5760b01d27a58249dd457e56f645 /patch.yaml
parent99dc7a1f74535a1068cd5d189442151fa0ffbd1d (diff)
downloadansible-8cec2e2eb5eb18ea037cbbc1a7931d7b15e0653e.tar.bz2
Late commit: Red Hat role playbook
Diffstat (limited to 'patch.yaml')
-rw-r--r--patch.yaml5
1 files changed, 4 insertions, 1 deletions
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