Fix review items and enable rhel8

Signed-off-by: Radovan Sroka <rsroka@redhat.com>
This commit is contained in:
Radovan Sroka
2024-11-12 11:15:10 +01:00
committed by Sergei Petrosian
parent f11746b2d3
commit a1b37cd6c7
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -53,10 +53,11 @@ galaxy_info:
- all
- name: EL
versions:
- "8"
- "9"
- "10"
galaxy_tags:
- el8
- el9
- el10
- fedora
+4 -4
View File
@@ -29,8 +29,8 @@
when:
- aide_custom_template
#- name: Print Header
# ansible.builtin.shell: head /etc/aide.conf || true
# - name: Print Header
# ansible.builtin.shell: head /etc/aide.conf || true
- name: Initialize AIDE database
when:
@@ -44,12 +44,12 @@
- name: Copy AIDE reference database
ansible.builtin.copy:
remote_src: true
src: "{{ __aide_db_new_name }}"
src: "{{ __aide_db_new_name }}"
dest: "{{ __aide_db_name }}"
owner: root
group: root
mode: "0440"
force: yes
force: true
when:
- not aide_fetch_db