update playbook

This commit is contained in:
willtome
2022-03-23 14:57:21 -04:00
parent 3334ff62b0
commit 69cdbae17a

View File

@@ -1,6 +1,8 @@
--- ---
- hosts: "{{ HOSTS }}" - hosts: "{{ HOSTS }}"
become: yes become: yes
vars:
report_server: node1
tasks: tasks:
- name: Ensure Unix/Linux platforms only - name: Ensure Unix/Linux platforms only
@@ -28,5 +30,5 @@
- include_role: - include_role:
name: demo.patching.build_report_linux_patch name: demo.patching.build_report_linux_patch
delegate_to: report_servers delegate_to: "{{ report_server }}"
run_once: yes run_once: yes