Update apt param format
This commit is contained in:
parent
fe727b2db7
commit
75c6ee2ea9
@ -85,16 +85,15 @@
|
|||||||
- init
|
- init
|
||||||
|
|
||||||
- name: Debian/Ubuntu | Install OpenScap
|
- name: Debian/Ubuntu | Install OpenScap
|
||||||
package:
|
apt:
|
||||||
name: "{{ item }}"
|
name:
|
||||||
|
- libopenscap8
|
||||||
|
- xsltproc
|
||||||
state: present
|
state: present
|
||||||
cache_valid_time: 3600
|
cache_valid_time: 3600
|
||||||
register: wazuh_manager_openscap_installed
|
register: wazuh_manager_openscap_installed
|
||||||
until: wazuh_manager_openscap_installed is succeeded
|
until: wazuh_manager_openscap_installed is succeeded
|
||||||
when: wazuh_manager_config.openscap.disable == 'no'
|
when: wazuh_manager_config.openscap.disable == 'no'
|
||||||
with_items:
|
|
||||||
- libopenscap8
|
|
||||||
- xsltproc
|
|
||||||
tags:
|
tags:
|
||||||
- init
|
- init
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user