ansible-playbook [core 2.17.7]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-V3U
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.8 (main, Dec  3 2024, 00:00:00) [GCC 14.2.1 20241104 (Red Hat 14.2.1-6)] (/usr/bin/python3.12)
  jinja version = 3.1.4
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_check_cron.yml *************************************************
2 plays in /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml

PLAY [Ensure that the cron is set up] ******************************************

TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3
Friday 20 December 2024  10:21:29 -0500 (0:00:00.010)       0:00:00.010 ******* 
included: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.aide : Ensure ansible_facts used by role] ******
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2
Friday 20 December 2024  10:21:29 -0500 (0:00:00.036)       0:00:00.046 ******* 
[WARNING]: Platform linux on host managed-node2 is using the discovered Python
interpreter at /usr/bin/python3.12, but future installation of another Python
interpreter could change the meaning of that path. See
https://docs.ansible.com/ansible-
core/2.17/reference_appendices/interpreter_discovery.html for more information.
ok: [managed-node2]

TASK [fedora.linux_system_roles.aide : Check if system is ostree] **************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10
Friday 20 December 2024  10:21:30 -0500 (0:00:00.782)       0:00:00.828 ******* 
ok: [managed-node2] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.aide : Set flag to indicate system is ostree] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15
Friday 20 December 2024  10:21:31 -0500 (0:00:00.426)       0:00:01.255 ******* 
ok: [managed-node2] => {
    "ansible_facts": {
        "__aide_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19
Friday 20 December 2024  10:21:31 -0500 (0:00:00.022)       0:00:01.277 ******* 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.aide : Ensure required packages are installed] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7
Friday 20 December 2024  10:21:31 -0500 (0:00:00.030)       0:00:01.307 ******* 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.aide : Ensure required services are enabled and started] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13
Friday 20 December 2024  10:21:32 -0500 (0:00:01.137)       0:00:02.445 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.aide : Generate "/etc/aide.conf"] **************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20
Friday 20 December 2024  10:21:32 -0500 (0:00:00.013)       0:00:02.459 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_db_template is not none",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Initialize AIDE database] ***************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33
Friday 20 December 2024  10:21:32 -0500 (0:00:00.016)       0:00:02.475 ******* 
changed: [managed-node2] => {
    "changed": true,
    "cmd": [
        "aide",
        "--init"
    ],
    "delta": "0:00:26.905898",
    "end": "2024-12-20 10:21:59.542141",
    "rc": 0,
    "start": "2024-12-20 10:21:32.636243"
}

STDOUT:

Start timestamp: 2024-12-20 10:21:32 -0500 (AIDE 0.18.6)
AIDE successfully initialized database.
New AIDE database written to /var/lib/aide/aide.db.new.gz

Number of entries:	41838

---------------------------------------------------
The attributes of the (uncompressed) database(s):
---------------------------------------------------

/var/lib/aide/aide.db.new.gz
 MD5       : 5KRGIDVVnzk2ze3+jbeBdQ==
 SHA1      : 4Zdp7ls6FRbLak5+cgNsFTlq3fs=
 SHA256    : ixnc1mB/5CX1k5KRgh4n5yiUVqvmmMAr
             9BtQ4xTCPlw=
 SHA512    : VNTRu+cGqgcx/AnLAm8jP+ygUZCjCoJu
             7Mu1XO74Zapt3f0Ip94wg70V5hb5rkCR
             qC27LPkFEXYwjerOZffz2g==
 RMD160    : edhOegiJ6BPNEeVPmhuaIPLpu9c=


End timestamp: 2024-12-20 10:21:59 -0500 (run time: 0m 27s)


STDERR:

WARNING: /var/lib/aide/aide.db.new.gz: gnutls_hash_init (stribog256) failed for '/var/lib/aide/aide.db.new.gz'
WARNING: /var/lib/aide/aide.db.new.gz: gnutls_hash_init (stribog512) failed for '/var/lib/aide/aide.db.new.gz'

TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] ***********
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:38
Friday 20 December 2024  10:21:59 -0500 (0:00:27.349)       0:00:29.825 ******* 
changed: [managed-node2] => {
    "changed": true,
    "checksum": "720c9e32755ab2a5c9993dfed7b91140be42bae3",
    "dest": "/var/lib/aide/aide.db.gz",
    "gid": 0,
    "group": "root",
    "md5sum": "7725274c5452fd5bc59605fe82437b13",
    "mode": "0440",
    "owner": "root",
    "secontext": "system_u:object_r:aide_db_t:s0",
    "size": 3603406,
    "src": "/var/lib/aide/aide.db.new.gz",
    "state": "file",
    "uid": 0
}

TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] *******
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:49
Friday 20 December 2024  10:22:00 -0500 (0:00:00.473)       0:00:30.299 ******* 
changed: [managed-node2] => {
    "changed": true,
    "path": "/var/lib/aide/aide.db.new.gz",
    "state": "absent"
}

TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ********************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:58
Friday 20 December 2024  10:22:00 -0500 (0:00:00.453)       0:00:30.752 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_fetch_db | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] *******
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:63
Friday 20 December 2024  10:22:00 -0500 (0:00:00.028)       0:00:30.780 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_fetch_db | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] ***********
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71
Friday 20 December 2024  10:22:00 -0500 (0:00:00.027)       0:00:30.808 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_check | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Check against AIDE reference database] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:80
Friday 20 December 2024  10:22:00 -0500 (0:00:00.027)       0:00:30.835 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_check | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Update AIDE database] *******************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:88
Friday 20 December 2024  10:22:00 -0500 (0:00:00.027)       0:00:30.863 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_update | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ********************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:95
Friday 20 December 2024  10:22:00 -0500 (0:00:00.028)       0:00:30.891 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_update | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] *******
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:100
Friday 20 December 2024  10:22:00 -0500 (0:00:00.032)       0:00:30.924 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_update | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Update aide check cron configuration if necessary] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:105
Friday 20 December 2024  10:22:00 -0500 (0:00:00.027)       0:00:30.951 ******* 
changed: [managed-node2] => {
    "backup": "",
    "changed": true
}

MSG:

line added

TASK [fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:114
Friday 20 December 2024  10:22:01 -0500 (0:00:00.442)       0:00:31.394 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not aide_cron_check | bool",
    "skip_reason": "Conditional result was False"
}

TASK [Print crontab 1] *********************************************************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:13
Friday 20 December 2024  10:22:01 -0500 (0:00:00.033)       0:00:31.427 ******* 
changed: [managed-node2] => {
    "changed": true,
    "cmd": [
        "cat",
        "/etc/crontab"
    ],
    "delta": "0:00:01.003904",
    "end": "2024-12-20 10:22:02.485143",
    "rc": 0,
    "start": "2024-12-20 10:22:01.481239"
}

STDOUT:

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root

# For details see man 4 crontabs

# Example of job definition:
# .---------------- minute (0 - 59)
# |  .------------- hour (0 - 23)
# |  |  .---------- day of month (1 - 31)
# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# |  |  |  |  |
# *  *  *  *  * user-name  command to be executed

0 12 * * * root /usr/sbin/aide --check

TASK [Check file content] ******************************************************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:16
Friday 20 December 2024  10:22:02 -0500 (0:00:01.342)       0:00:32.769 ******* 
ok: [managed-node2] => {
    "backup": "",
    "changed": false,
    "failed_when_result": false
}

PLAY [Ensure that the cron is not set up] **************************************

TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3
Friday 20 December 2024  10:22:02 -0500 (0:00:00.346)       0:00:33.116 ******* 
included: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml for managed-node2

TASK [fedora.linux_system_roles.aide : Ensure ansible_facts used by role] ******
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2
Friday 20 December 2024  10:22:02 -0500 (0:00:00.014)       0:00:33.130 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "__aide_required_facts | difference(ansible_facts.keys() | list) | length > 0",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Check if system is ostree] **************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10
Friday 20 December 2024  10:22:02 -0500 (0:00:00.032)       0:00:33.163 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __aide_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Set flag to indicate system is ostree] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15
Friday 20 December 2024  10:22:02 -0500 (0:00:00.016)       0:00:33.180 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "not __aide_is_ostree is defined",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19
Friday 20 December 2024  10:22:02 -0500 (0:00:00.015)       0:00:33.195 ******* 
skipping: [managed-node2] => (item=RedHat.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "RedHat.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => (item=CentOS_10.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS_10.yml",
    "skip_reason": "Conditional result was False"
}
skipping: [managed-node2] => {
    "changed": false
}

MSG:

All items skipped

TASK [fedora.linux_system_roles.aide : Ensure required packages are installed] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7
Friday 20 December 2024  10:22:02 -0500 (0:00:00.027)       0:00:33.223 ******* 
ok: [managed-node2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [fedora.linux_system_roles.aide : Ensure required services are enabled and started] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13
Friday 20 December 2024  10:22:04 -0500 (0:00:01.022)       0:00:34.246 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.aide : Generate "/etc/aide.conf"] **************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20
Friday 20 December 2024  10:22:04 -0500 (0:00:00.011)       0:00:34.257 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_db_template is not none",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Initialize AIDE database] ***************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33
Friday 20 December 2024  10:22:04 -0500 (0:00:00.015)       0:00:34.273 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_init | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] ***********
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:38
Friday 20 December 2024  10:22:04 -0500 (0:00:00.028)       0:00:34.301 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_init | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] *******
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:49
Friday 20 December 2024  10:22:04 -0500 (0:00:00.028)       0:00:34.329 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_init | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ********************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:58
Friday 20 December 2024  10:22:04 -0500 (0:00:00.029)       0:00:34.359 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_fetch_db | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] *******
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:63
Friday 20 December 2024  10:22:04 -0500 (0:00:00.028)       0:00:34.387 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_fetch_db | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] ***********
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71
Friday 20 December 2024  10:22:04 -0500 (0:00:00.028)       0:00:34.415 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_check | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Check against AIDE reference database] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:80
Friday 20 December 2024  10:22:04 -0500 (0:00:00.029)       0:00:34.445 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_check | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Update AIDE database] *******************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:88
Friday 20 December 2024  10:22:04 -0500 (0:00:00.028)       0:00:34.473 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_update | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ********************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:95
Friday 20 December 2024  10:22:04 -0500 (0:00:00.028)       0:00:34.502 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_update | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] *******
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:100
Friday 20 December 2024  10:22:04 -0500 (0:00:00.029)       0:00:34.532 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_update | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Update aide check cron configuration if necessary] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:105
Friday 20 December 2024  10:22:04 -0500 (0:00:00.028)       0:00:34.560 ******* 
skipping: [managed-node2] => {
    "changed": false,
    "false_condition": "aide_cron_check | bool",
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary] ***
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:114
Friday 20 December 2024  10:22:04 -0500 (0:00:00.032)       0:00:34.593 ******* 
changed: [managed-node2] => {
    "backup": "",
    "changed": true,
    "found": 1
}

MSG:

1 line(s) removed

TASK [Print crontab 2] *********************************************************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:35
Friday 20 December 2024  10:22:04 -0500 (0:00:00.372)       0:00:34.965 ******* 
changed: [managed-node2] => {
    "changed": true,
    "cmd": [
        "cat",
        "/etc/crontab"
    ],
    "delta": "0:00:01.004294",
    "end": "2024-12-20 10:22:06.025044",
    "rc": 0,
    "start": "2024-12-20 10:22:05.020750"
}

STDOUT:

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root

# For details see man 4 crontabs

# Example of job definition:
# .---------------- minute (0 - 59)
# |  .------------- hour (0 - 23)
# |  |  .---------- day of month (1 - 31)
# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# |  |  |  |  |
# *  *  *  *  * user-name  command to be executed

TASK [Check file content] ******************************************************
task path: /tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:38
Friday 20 December 2024  10:22:06 -0500 (0:00:01.341)       0:00:36.307 ******* 
changed: [managed-node2] => {
    "backup": "",
    "changed": true,
    "failed_when_result": false
}

MSG:

line added

PLAY RECAP *********************************************************************
managed-node2              : ok=16   changed=8    unreachable=0    failed=0    skipped=28   rescued=0    ignored=0   


TASKS RECAP ********************************************************************
Friday 20 December 2024  10:22:06 -0500 (0:00:00.342)       0:00:36.649 ******* 
=============================================================================== 
fedora.linux_system_roles.aide : Initialize AIDE database -------------- 27.35s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 
Print crontab 1 --------------------------------------------------------- 1.34s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:13 
Print crontab 2 --------------------------------------------------------- 1.34s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:35 
fedora.linux_system_roles.aide : Ensure required packages are installed --- 1.14s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 
fedora.linux_system_roles.aide : Ensure required packages are installed --- 1.02s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 
fedora.linux_system_roles.aide : Ensure ansible_facts used by role ------ 0.78s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 
fedora.linux_system_roles.aide : Copy AIDE reference database ----------- 0.47s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:38 
fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.45s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:49 
fedora.linux_system_roles.aide : Update aide check cron configuration if necessary --- 0.44s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:105 
fedora.linux_system_roles.aide : Check if system is ostree -------------- 0.43s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 
fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary --- 0.37s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:114 
Check file content ------------------------------------------------------ 0.35s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:16 
Check file content ------------------------------------------------------ 0.34s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:38 
fedora.linux_system_roles.aide : Set platform/version specific variables --- 0.04s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 
fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary --- 0.03s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:114 
fedora.linux_system_roles.aide : Fetch AIDE database -------------------- 0.03s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:95 
fedora.linux_system_roles.aide : Update aide check cron configuration if necessary --- 0.03s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:105 
fedora.linux_system_roles.aide : Ensure ansible_facts used by role ------ 0.03s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 
fedora.linux_system_roles.aide : Set platform/version specific variables --- 0.03s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 
fedora.linux_system_roles.aide : Copy AIDE reference database ----------- 0.03s
/tmp/collections-V3U/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71