add patch report
This commit is contained in:
13
linux/patching_report.yml
Normal file
13
linux/patching_report.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- hosts: "{{ 'reports' | default(node1) }}"
|
||||
|
||||
tasks:
|
||||
- yum:
|
||||
name: httpd
|
||||
|
||||
- service:
|
||||
name: httpd
|
||||
state: started
|
||||
|
||||
- include_role:
|
||||
name: demo.patching.build_report_linux
|
||||
Reference in New Issue
Block a user