No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles PLAY [Test role include variable override] ************************************* TASK [Gathering Facts] ********************************************************* Wednesday 24 July 2024 03:50:39 -0400 (0:00:00.020) 0:00:00.020 ******** ok: [managed_node1] TASK [Create var file in caller that can override the one in called role] ****** Wednesday 24 July 2024 03:50:40 -0400 (0:00:00.930) 0:00:00.951 ******** failed: [managed_node1 -> localhost] (item=CentOS-8) => { "ansible_loop_var": "item", "changed": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "item": "CentOS-8" } MSG: Aborting, target uses selinux but python bindings (libselinux-python) aren't installed! failed: [managed_node1 -> localhost] (item=CentOS_8) => { "ansible_loop_var": "item", "changed": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "item": "CentOS_8" } MSG: Aborting, target uses selinux but python bindings (libselinux-python) aren't installed! failed: [managed_node1 -> localhost] (item=CentOS) => { "ansible_loop_var": "item", "changed": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "item": "CentOS" } MSG: Aborting, target uses selinux but python bindings (libselinux-python) aren't installed! failed: [managed_node1 -> localhost] (item=RedHat) => { "ansible_loop_var": "item", "changed": false, "checksum": "870b2314d3f4184a363b31373f07abb444f26444", "item": "RedHat" } MSG: Aborting, target uses selinux but python bindings (libselinux-python) aren't installed! TASK [Cleanup] ***************************************************************** Wednesday 24 July 2024 03:50:41 -0400 (0:00:01.654) 0:00:02.605 ******** fatal: [managed_node1 -> localhost]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'dest' The error appears to be in '/var/ARTIFACTS/work-generalp07_kc6b/plans/general/tree/tmp.EgxQTtMiiL/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_include_vars_from_parent.yml': line 60, column 11, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: always: - name: Cleanup ^ here PLAY RECAP ********************************************************************* managed_node1 : ok=1 changed=0 unreachable=0 failed=2 skipped=0 rescued=0 ignored=0 Wednesday 24 July 2024 03:50:41 -0400 (0:00:00.017) 0:00:02.622 ******** =============================================================================== Create var file in caller that can override the one in called role ------ 1.65s Gathering Facts --------------------------------------------------------- 0.93s Cleanup ----------------------------------------------------------------- 0.02s