git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/patch.yaml
diff options
context:
space:
mode:
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