[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var 
naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This 
feature will be removed from ansible-core in version 2.19. Deprecation warnings
 can be disabled by setting deprecation_warnings=False in ansible.cfg.
ansible-playbook [core 2.17.3]
  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-7Ct
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.5 (main, Aug  7 2024, 00:00:00) [GCC 14.1.1 20240607 (Red Hat 14.1.1-5)] (/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_default.yml ****************************************************
1 plays in /tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/tests/template/tests_default.yml

PLAY [Ensure that the role runs with default parameters] ***********************

TASK [fedora.linux_system_roles.template : Set platform/version specific variables] ***
task path: /tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/main.yml:3
Friday 23 August 2024  21:13:52 -0400 (0:00:00.010)       0:00:00.010 ********* 
included: /tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/set_vars.yml for managed_node1

TASK [fedora.linux_system_roles.template : Ensure ansible_facts used by role] ***
task path: /tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/set_vars.yml:2
Friday 23 August 2024  21:13:52 -0400 (0:00:00.035)       0:00:00.045 ********* 
[WARNING]: Platform linux on host managed_node1 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_node1]

TASK [fedora.linux_system_roles.template : Check if system is ostree] **********
task path: /tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/set_vars.yml:10
Friday 23 August 2024  21:13:55 -0400 (0:00:03.205)       0:00:03.251 ********* 
ok: [managed_node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [fedora.linux_system_roles.template : Set flag to indicate system is ostree] ***
task path: /tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/set_vars.yml:15
Friday 23 August 2024  21:13:56 -0400 (0:00:00.474)       0:00:03.726 ********* 
ok: [managed_node1] => {
    "ansible_facts": {
        "__template_is_ostree": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.template : Set platform/version specific variables] ***
task path: /tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/set_vars.yml:19
Friday 23 August 2024  21:13:56 -0400 (0:00:00.022)       0:00:03.748 ********* 
skipping: [managed_node1] => (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_node1] => (item=CentOS.yml)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "false_condition": "__vars_file is file",
    "item": "CentOS.yml",
    "skip_reason": "Conditional result was False"
}
ok: [managed_node1] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__template_packages": [],
        "__template_services": []
    },
    "ansible_included_var_files": [
        "/tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}
ok: [managed_node1] => (item=CentOS_10.yml) => {
    "ansible_facts": {
        "__template_packages": [],
        "__template_services": []
    },
    "ansible_included_var_files": [
        "/tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/vars/CentOS_10.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "CentOS_10.yml"
}

TASK [fedora.linux_system_roles.template : Ensure required packages are installed] ***
task path: /tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/main.yml:7
Friday 23 August 2024  21:13:56 -0400 (0:00:00.040)       0:00:03.789 ********* 
ok: [managed_node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do
lsrpackages: 

TASK [fedora.linux_system_roles.template : Ensure required services are enabled and started] ***
task path: /tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/main.yml:13
Friday 23 August 2024  21:14:00 -0400 (0:00:04.642)       0:00:08.431 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

TASK [fedora.linux_system_roles.template : Generate /etc/foo.conf] *************
task path: /tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/main.yml:20
Friday 23 August 2024  21:14:00 -0400 (0:00:00.013)       0:00:08.445 ********* 
Notification for handler Handler for template to restart services has been saved.
changed: [managed_node1] => {
    "changed": true,
    "checksum": "608ec785ba92141bf4a18a5fc9cddf3a954d9d9a",
    "dest": "/etc/foo.conf",
    "gid": 0,
    "group": "root",
    "md5sum": "1955272cddc0f09b7dbd047243cc5304",
    "mode": "0400",
    "owner": "root",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 154,
    "src": "/root/.ansible/tmp/ansible-tmp-1724462041.023733-6558-48472204247173/.source.conf",
    "state": "file",
    "uid": 0
}

TASK [Check header for ansible_managed, fingerprint] ***************************
task path: /tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/tests/template/tests_default.yml:9
Friday 23 August 2024  21:14:01 -0400 (0:00:00.761)       0:00:09.207 ********* 
included: /tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/tests/template/tasks/check_header.yml for managed_node1

TASK [Get file] ****************************************************************
task path: /tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/tests/template/tasks/check_header.yml:3
Friday 23 August 2024  21:14:01 -0400 (0:00:00.012)       0:00:09.219 ********* 
ok: [managed_node1] => {
    "changed": false,
    "content": "IyBTUERYLUxpY2Vuc2UtSWRlbnRpZmllcjogTUlUCiMKIyBFeGFtcGxlIG9mIGEgdGVtcGxhdGUgb2YgY29uZmlndXJhdGlvbiBmaWxlCiMKIwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6dGVtcGxhdGUKCltmb29dCmZvbyA9IGZvbwpiYXIgPSBUcnVlCg==",
    "encoding": "base64",
    "source": "/etc/foo.conf"
}

TASK [Check for presence of ansible managed header, fingerprint] ***************
task path: /tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/tests/template/tasks/check_header.yml:9
Friday 23 August 2024  21:14:02 -0400 (0:00:00.425)       0:00:09.645 ********* 
ok: [managed_node1] => {
    "changed": false
}

MSG:

All assertions passed
NOTIFIED HANDLER fedora.linux_system_roles.template : Handler for template to restart services for managed_node1

RUNNING HANDLER [fedora.linux_system_roles.template : Handler for template to restart services] ***
task path: /tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/handlers/main.yml:3
Friday 23 August 2024  21:14:02 -0400 (0:00:00.044)       0:00:09.690 ********* 
skipping: [managed_node1] => {
    "changed": false,
    "skipped_reason": "No items in the list"
}

PLAY RECAP *********************************************************************
managed_node1              : ok=10   changed=1    unreachable=0    failed=0    skipped=2    rescued=0    ignored=0   

Friday 23 August 2024  21:14:02 -0400 (0:00:00.011)       0:00:09.701 ********* 
=============================================================================== 
fedora.linux_system_roles.template : Ensure required packages are installed --- 4.64s
/tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/main.yml:7 
fedora.linux_system_roles.template : Ensure ansible_facts used by role --- 3.21s
/tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/set_vars.yml:2 
fedora.linux_system_roles.template : Generate /etc/foo.conf ------------- 0.76s
/tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/main.yml:20 
fedora.linux_system_roles.template : Check if system is ostree ---------- 0.47s
/tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/set_vars.yml:10 
Get file ---------------------------------------------------------------- 0.43s
/tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/tests/template/tasks/check_header.yml:3 
Check for presence of ansible managed header, fingerprint --------------- 0.04s
/tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/tests/template/tasks/check_header.yml:9 
fedora.linux_system_roles.template : Set platform/version specific variables --- 0.04s
/tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/set_vars.yml:19 
fedora.linux_system_roles.template : Set platform/version specific variables --- 0.04s
/tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/main.yml:3 
fedora.linux_system_roles.template : Set flag to indicate system is ostree --- 0.02s
/tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/set_vars.yml:15 
fedora.linux_system_roles.template : Ensure required services are enabled and started --- 0.01s
/tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/tasks/main.yml:13 
Check header for ansible_managed, fingerprint --------------------------- 0.01s
/tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/tests/template/tests_default.yml:9 
fedora.linux_system_roles.template : Handler for template to restart services --- 0.01s
/tmp/collections-7Ct/ansible_collections/fedora/linux_system_roles/roles/template/handlers/main.yml:3