diff options
author | mail_redacted_for_web | 2024-04-14 21:16:06 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2024-04-14 21:16:06 +0200 |
commit | 9f7b1e7638b4985c1e2b528ffcd7ee97732aae82 (patch) | |
tree | 68420e582d7d4de8e86158d4250f3d3d6799244d /patch.yaml | |
parent | 8cec2e2eb5eb18ea037cbbc1a7931d7b15e0653e (diff) | |
download | ansible-9f7b1e7638b4985c1e2b528ffcd7ee97732aae82.tar.bz2 |
+SUSE
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 |