Fix review items and enable rhel8
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
This commit is contained in:
committed by
Sergei Petrosian
parent
f11746b2d3
commit
a1b37cd6c7
+2
-1
@@ -53,10 +53,11 @@ galaxy_info:
|
|||||||
- all
|
- all
|
||||||
- name: EL
|
- name: EL
|
||||||
versions:
|
versions:
|
||||||
|
- "8"
|
||||||
- "9"
|
- "9"
|
||||||
- "10"
|
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
|
- el8
|
||||||
- el9
|
- el9
|
||||||
- el10
|
- el10
|
||||||
- fedora
|
- fedora
|
||||||
|
|||||||
+2
-2
@@ -29,7 +29,7 @@
|
|||||||
when:
|
when:
|
||||||
- aide_custom_template
|
- aide_custom_template
|
||||||
|
|
||||||
#- name: Print Header
|
# - name: Print Header
|
||||||
# ansible.builtin.shell: head /etc/aide.conf || true
|
# ansible.builtin.shell: head /etc/aide.conf || true
|
||||||
|
|
||||||
- name: Initialize AIDE database
|
- name: Initialize AIDE database
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: "0440"
|
mode: "0440"
|
||||||
force: yes
|
force: true
|
||||||
when:
|
when:
|
||||||
- not aide_fetch_db
|
- not aide_fetch_db
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user