Skip to content

Commit

Permalink
Fix review items and enable rhel8
Browse files Browse the repository at this point in the history
Signed-off-by: Radovan Sroka <[email protected]>
  • Loading branch information
radosroka committed Nov 8, 2024
1 parent 5c653f2 commit dc7c691
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ galaxy_info:
- all
- name: EL
versions:
- "8"
- "9"
- "10"

galaxy_tags:
- el8
- el9
- el10
- fedora
Expand Down
8 changes: 4 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down

0 comments on commit dc7c691

Please sign in to comment.