diff --git a/linux/patching_report.yml b/linux/patching_report.yml index 3f77480..713d7ba 100644 --- a/linux/patching_report.yml +++ b/linux/patching_report.yml @@ -1,6 +1,8 @@ --- - hosts: "{{ HOSTS }}" become: yes + vars: + report_server: node1 tasks: - name: Ensure Unix/Linux platforms only @@ -28,5 +30,5 @@ - include_role: name: demo.patching.build_report_linux_patch - delegate_to: report_servers + delegate_to: "{{ report_server }}" run_once: yes \ No newline at end of file