diff options
author | mail_redacted_for_web | 2024-04-14 21:15:43 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2024-04-14 21:15:43 +0200 |
commit | 8cec2e2eb5eb18ea037cbbc1a7931d7b15e0653e (patch) | |
tree | 7a5abadf052b5760b01d27a58249dd457e56f645 /roles/patch_debian | |
parent | 99dc7a1f74535a1068cd5d189442151fa0ffbd1d (diff) | |
download | ansible-8cec2e2eb5eb18ea037cbbc1a7931d7b15e0653e.tar.bz2 |
Late commit: Red Hat role playbook
Diffstat (limited to 'roles/patch_debian')
-rw-r--r-- | roles/patch_debian/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/patch_debian/tasks/main.yaml b/roles/patch_debian/tasks/main.yaml index 84bfa9a..fab61ab 100644 --- a/roles/patch_debian/tasks/main.yaml +++ b/roles/patch_debian/tasks/main.yaml @@ -86,7 +86,7 @@ - name: RKhunter properties update ansible.builtin.command: rkhunter --propupd --rwo --ns become: true - changed_when: false + changed_when: true when: - rkhex.stat is defined - rkhex.stat.executable is defined |