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.yaml14
1 files changed, 13 insertions, 1 deletions
diff --git a/patch.yaml b/patch.yaml
index f78d79e..3ab323d 100644
--- a/patch.yaml
+++ b/patch.yaml
@@ -36,4 +36,16 @@
- name: Red Hat Patches
ansible.builtin.import_role:
name: "patch_redhat"
- when: ansible_distribution_file_variety == "RedHat"
+ tags:
+ - redhat
+- hosts: adfv_suse
+ order: inventory
+ gather_facts: false
+ # default: all in first step, but that shit requires (int)
+ serial: 666
+ tasks:
+ - name: SUSE Patches
+ ansible.builtin.import_role:
+ name: "patch_suse"
+ tags:
+ - suse