update playbook
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: "{{ HOSTS }}"
|
||||
become: yes
|
||||
|
||||
tasks:
|
||||
- name: Ensure Unix/Linux platforms only
|
||||
@@ -8,7 +9,7 @@
|
||||
|
||||
- name: Scan packages (Unix/Linux)
|
||||
demo.patching.scan_packages:
|
||||
os_family: '{{ ansible_os_family }}'
|
||||
os_family: "{{ ansible_os_family }}"
|
||||
|
||||
- name: Scan services (Unix/Linux)
|
||||
demo.patching.scan_services:
|
||||
|
||||
Reference in New Issue
Block a user