From 69cdbae17ab5894129ef251f40c1ced0521a055b Mon Sep 17 00:00:00 2001 From: willtome Date: Wed, 23 Mar 2022 14:57:21 -0400 Subject: [PATCH] update playbook --- linux/patching_report.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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