update playbook
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user