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