Skip to content

Commit f414a8e

Browse files
authored
Merge pull request #14170 from jan-cerny/stabilization_aide_check_mode
[stabilization] Prevent Ansible fail in check mode
2 parents 1bd0f1e + 2ff3c93 commit f414a8e

File tree

1 file changed

+3
-1
lines changed
  • linux_os/guide/system/software/integrity/software-integrity/aide/aide_build_database/ansible

1 file changed

+3
-1
lines changed

linux_os/guide/system/software/integrity/software-integrity/aide/aide_build_database/ansible/shared.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@
4343
dest: {{{ aide_stage_dest }}}
4444
backup: yes
4545
remote_src: yes
46-
when: aide_database_init is changed
46+
when:
47+
- aide_database_init is changed
48+
- not ansible_check_mode

0 commit comments

Comments
 (0)