ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_default_wrapper.yml ******************************************** 1 plays in /tmp/collections-i9a/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml PLAY [Run tests_default.yml in check_mode] ************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-i9a/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml:2 ok: [managed-node1] META: ran handlers TASK [Create temporary file] *************************************************** task path: /tmp/collections-i9a/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml:7 changed: [managed-node1] => {"changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.q4EE6l.yaml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0} TASK [Create static inventory from hostvars] *********************************** task path: /tmp/collections-i9a/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml:13 changed: [managed-node1 -> localhost] => {"changed": true, "checksum": "d9fdafcef6a8ac945559288f26c8128584785d9e", "dest": "/tmp/ansible.q4EE6l.yaml", "gid": 0, "group": "root", "md5sum": "f0c638f06a1323e90e6564df4da9763d", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 40908, "src": "/root/.ansible/tmp/ansible-tmp-1727212250.23-9683-212601606706638/source", "state": "file", "uid": 0} TASK [Run ansible-playbook with tests_default.yml in check mode] *************** task path: /tmp/collections-i9a/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml:20 fatal: [managed-node1 -> localhost]: FAILED! => {"changed": false, "cmd": ["ansible-playbook", "-vvv", "-i", "/tmp/ansible.q4EE6l.yaml", "--check", "tests_default.yml"], "delta": "0:00:00.549052", "end": "2024-09-24 17:10:51.703118", "msg": "non-zero return code", "rc": 1, "start": "2024-09-24 17:10:51.154066", "stderr": "ERROR! the role 'fedora.linux_system_roles.tlog' was not found in /tmp/collections-i9a/ansible_collections/fedora/linux_system_roles/tests/tlog/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/tmp/collections-i9a/ansible_collections/fedora/linux_system_roles/tests/tlog\n\nThe error appears to be in '/tmp/collections-i9a/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default.yml': line 5, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n roles:\n - fedora.linux_system_roles.tlog\n ^ here", "stderr_lines": ["ERROR! the role 'fedora.linux_system_roles.tlog' was not found in /tmp/collections-i9a/ansible_collections/fedora/linux_system_roles/tests/tlog/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/tmp/collections-i9a/ansible_collections/fedora/linux_system_roles/tests/tlog", "", "The error appears to be in '/tmp/collections-i9a/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default.yml': line 5, column 7, but may", "be elsewhere in the file depending on the exact syntax problem.", "", "The offending line appears to be:", "", " roles:", " - fedora.linux_system_roles.tlog", " ^ here"], "stdout": "ansible-playbook 2.9.27\n config file = /etc/ansible/ansible.cfg\n configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']\n ansible python module location = /usr/lib/python2.7/site-packages/ansible\n executable location = /usr/bin/ansible-playbook\n python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]\nUsing /etc/ansible/ansible.cfg as config file\nhost_list declined parsing /tmp/ansible.q4EE6l.yaml as it did not pass its verify_file() method\nscript declined parsing /tmp/ansible.q4EE6l.yaml as it did not pass its verify_file() method\nParsed /tmp/ansible.q4EE6l.yaml inventory source with yaml plugin", "stdout_lines": ["ansible-playbook 2.9.27", " config file = /etc/ansible/ansible.cfg", " configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']", " ansible python module location = /usr/lib/python2.7/site-packages/ansible", " executable location = /usr/bin/ansible-playbook", " python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)]", "Using /etc/ansible/ansible.cfg as config file", "host_list declined parsing /tmp/ansible.q4EE6l.yaml as it did not pass its verify_file() method", "script declined parsing /tmp/ansible.q4EE6l.yaml as it did not pass its verify_file() method", "Parsed /tmp/ansible.q4EE6l.yaml inventory source with yaml plugin"]} TASK [Remove the temporary file] *********************************************** task path: /tmp/collections-i9a/ansible_collections/fedora/linux_system_roles/tests/tlog/tests_default_wrapper.yml:28 changed: [managed-node1 -> localhost] => {"changed": true, "path": "/tmp/ansible.q4EE6l.yaml", "state": "absent"} PLAY RECAP ********************************************************************* managed-node1 : ok=4 changed=3 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0