[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. 6625 1727096240.01853: starting run ansible-playbook [core 2.17.4] 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-t9r executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 6625 1727096240.02168: Added group all to inventory 6625 1727096240.02170: Added group ungrouped to inventory 6625 1727096240.02173: Group all now contains ungrouped 6625 1727096240.02175: Examining possible inventory source: /tmp/ad_integration-XX9/inventory.yml 6625 1727096240.11046: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 6625 1727096240.11088: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 6625 1727096240.11106: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 6625 1727096240.11148: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 6625 1727096240.11195: Loaded config def from plugin (inventory/script) 6625 1727096240.11197: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 6625 1727096240.11226: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 6625 1727096240.11284: Loaded config def from plugin (inventory/yaml) 6625 1727096240.11286: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 6625 1727096240.11348: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 6625 1727096240.11626: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 6625 1727096240.11629: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 6625 1727096240.11631: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 6625 1727096240.11636: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 6625 1727096240.11642: Loading data from /tmp/ad_integration-XX9/inventory.yml 6625 1727096240.11684: /tmp/ad_integration-XX9/inventory.yml was not parsable by auto 6625 1727096240.11726: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 6625 1727096240.11758: Loading data from /tmp/ad_integration-XX9/inventory.yml 6625 1727096240.11811: group all already in inventory 6625 1727096240.11816: set inventory_file for managed_node1 6625 1727096240.11819: set inventory_dir for managed_node1 6625 1727096240.11820: Added host managed_node1 to inventory 6625 1727096240.11822: Added host managed_node1 to group all 6625 1727096240.11822: set ansible_host for managed_node1 6625 1727096240.11823: set ansible_ssh_extra_args for managed_node1 6625 1727096240.11825: set inventory_file for managed_node2 6625 1727096240.11828: set inventory_dir for managed_node2 6625 1727096240.11828: Added host managed_node2 to inventory 6625 1727096240.11829: Added host managed_node2 to group all 6625 1727096240.11830: set ansible_host for managed_node2 6625 1727096240.11830: set ansible_ssh_extra_args for managed_node2 6625 1727096240.11832: set inventory_file for managed_node3 6625 1727096240.11833: set inventory_dir for managed_node3 6625 1727096240.11834: Added host managed_node3 to inventory 6625 1727096240.11835: Added host managed_node3 to group all 6625 1727096240.11835: set ansible_host for managed_node3 6625 1727096240.11836: set ansible_ssh_extra_args for managed_node3 6625 1727096240.11837: Reconcile groups and hosts in inventory. 6625 1727096240.11842: Group ungrouped now contains managed_node1 6625 1727096240.11843: Group ungrouped now contains managed_node2 6625 1727096240.11844: Group ungrouped now contains managed_node3 6625 1727096240.11899: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 6625 1727096240.11982: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 6625 1727096240.12011: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 6625 1727096240.12030: Loaded config def from plugin (vars/host_group_vars) 6625 1727096240.12031: Loading VarsModule 'host_group_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=False, class_only=True) 6625 1727096240.12036: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 6625 1727096240.12044: Loading VarsModule 'host_group_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) 6625 1727096240.12073: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 6625 1727096240.12311: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6625 1727096240.12379: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 6625 1727096240.12403: Loaded config def from plugin (connection/local) 6625 1727096240.12406: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 6625 1727096240.12796: Loaded config def from plugin (connection/paramiko_ssh) 6625 1727096240.12802: Loading Connection 'paramiko_ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/paramiko_ssh.py (found_in_cache=False, class_only=True) 6625 1727096240.13365: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py (found_in_cache=True, class_only=False) 6625 1727096240.13391: Loaded config def from plugin (connection/psrp) 6625 1727096240.13393: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 6625 1727096240.13803: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py (found_in_cache=True, class_only=False) 6625 1727096240.13830: Loaded config def from plugin (connection/ssh) 6625 1727096240.13833: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 6625 1727096240.15099: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py (found_in_cache=True, class_only=False) 6625 1727096240.15123: Loaded config def from plugin (connection/winrm) 6625 1727096240.15125: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 6625 1727096240.15150: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 6625 1727096240.15192: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 6625 1727096240.15230: Loaded config def from plugin (shell/cmd) 6625 1727096240.15232: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) [WARNING]: Could not match supplied host pattern, ignoring: ad 6625 1727096240.15252: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py (found_in_cache=True, class_only=False) 6625 1727096240.15288: Loaded config def from plugin (shell/powershell) 6625 1727096240.15290: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 6625 1727096240.15324: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 6625 1727096240.15429: Loaded config def from plugin (shell/sh) 6625 1727096240.15431: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 6625 1727096240.15457: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 6625 1727096240.15528: Loaded config def from plugin (become/runas) 6625 1727096240.15530: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 6625 1727096240.15638: Loaded config def from plugin (become/su) 6625 1727096240.15642: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 6625 1727096240.15735: Loaded config def from plugin (become/sudo) 6625 1727096240.15737: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=False, class_only=True) running playbook inside collection fedora.linux_system_roles 6625 1727096240.15761: Loading data from /tmp/collections-t9r/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_default.yml 6625 1727096240.16047: trying /usr/local/lib/python3.12/site-packages/ansible/modules 6625 1727096240.17933: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 6625 1727096240.18007: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 6625 1727096240.18016: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__ redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug 6625 1727096240.18172: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 6625 1727096240.18264: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 6625 1727096240.18266: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-t9r/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) 6625 1727096240.18288: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 6625 1727096240.18304: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py (found_in_cache=True, class_only=False) 6625 1727096240.18401: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 6625 1727096240.18437: Loaded config def from plugin (callback/default) 6625 1727096240.18440: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 6625 1727096240.19158: Loaded config def from plugin (callback/junit) 6625 1727096240.19161: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 6625 1727096240.19191: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py (found_in_cache=True, class_only=False) 6625 1727096240.19229: Loaded config def from plugin (callback/minimal) 6625 1727096240.19230: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 6625 1727096240.19258: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 6625 1727096240.19296: Loaded config def from plugin (callback/tree) 6625 1727096240.19297: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 6625 1727096240.19376: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 6625 1727096240.19379: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-t9r/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 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-t9r/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_default.yml 6625 1727096240.19397: in VariableManager get_vars() 6625 1727096240.19417: Could not match supplied host pattern, ignoring: ad 6625 1727096240.19429: done with get_vars() 6625 1727096240.19434: in VariableManager get_vars() 6625 1727096240.19443: done with get_vars() 6625 1727096240.19446: variable 'omit' from source: magic vars 6625 1727096240.19469: in VariableManager get_vars() 6625 1727096240.19478: done with get_vars() 6625 1727096240.19493: variable 'omit' from source: magic vars PLAY [Ensure role behaviour with default parameters] *************************** 6625 1727096240.19842: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 6625 1727096240.19888: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 6625 1727096240.19915: getting the remaining hosts for this loop 6625 1727096240.19917: done getting the remaining hosts for this loop 6625 1727096240.19919: getting the next task for host managed_node2 6625 1727096240.19921: done getting next task for host managed_node2 6625 1727096240.19922: ^ task is: TASK: meta (flush_handlers) 6625 1727096240.19923: ^ state is: HOST STATE: block=1, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6625 1727096240.19930: getting variables 6625 1727096240.19931: in VariableManager get_vars() 6625 1727096240.19938: Calling all_inventory to load vars for managed_node2 6625 1727096240.19942: Calling groups_inventory to load vars for managed_node2 6625 1727096240.19944: Calling all_plugins_inventory to load vars for managed_node2 6625 1727096240.19952: Calling all_plugins_play to load vars for managed_node2 6625 1727096240.19959: Calling groups_plugins_inventory to load vars for managed_node2 6625 1727096240.19961: Calling groups_plugins_play to load vars for managed_node2 6625 1727096240.19982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6625 1727096240.20013: done with get_vars() 6625 1727096240.20017: done getting variables 6625 1727096240.20056: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 6625 1727096240.20087: in VariableManager get_vars() 6625 1727096240.20094: Calling all_inventory to load vars for managed_node2 6625 1727096240.20096: Calling groups_inventory to load vars for managed_node2 6625 1727096240.20097: Calling all_plugins_inventory to load vars for managed_node2 6625 1727096240.20100: Calling all_plugins_play to load vars for managed_node2 6625 1727096240.20101: Calling groups_plugins_inventory to load vars for managed_node2 6625 1727096240.20103: Calling groups_plugins_play to load vars for managed_node2 6625 1727096240.20120: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6625 1727096240.20131: done with get_vars() 6625 1727096240.20137: done queuing things up, now waiting for results queue to drain 6625 1727096240.20141: results queue empty 6625 1727096240.20141: checking for any_errors_fatal 6625 1727096240.20142: done checking for any_errors_fatal 6625 1727096240.20143: checking for max_fail_percentage 6625 1727096240.20143: done checking for max_fail_percentage 6625 1727096240.20144: checking to see if all hosts have failed and the running result is not ok 6625 1727096240.20144: done checking to see if all hosts have failed 6625 1727096240.20145: getting the remaining hosts for this loop 6625 1727096240.20145: done getting the remaining hosts for this loop 6625 1727096240.20149: getting the next task for host managed_node2 6625 1727096240.20152: done getting next task for host managed_node2 6625 1727096240.20153: ^ task is: TASK: Include the role 6625 1727096240.20154: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6625 1727096240.20155: getting variables 6625 1727096240.20156: in VariableManager get_vars() 6625 1727096240.20173: Calling all_inventory to load vars for managed_node2 6625 1727096240.20174: Calling groups_inventory to load vars for managed_node2 6625 1727096240.20176: Calling all_plugins_inventory to load vars for managed_node2 6625 1727096240.20179: Calling all_plugins_play to load vars for managed_node2 6625 1727096240.20180: Calling groups_plugins_inventory to load vars for managed_node2 6625 1727096240.20182: Calling groups_plugins_play to load vars for managed_node2 6625 1727096240.20199: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6625 1727096240.20208: done with get_vars() 6625 1727096240.20212: done getting variables TASK [Include the role] ******************************************************** task path: /tmp/collections-t9r/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_default.yml:11 Monday 23 September 2024 08:57:20 -0400 (0:00:00.009) 0:00:00.009 ****** 6625 1727096240.20261: entering _queue_task() for managed_node2/include_role 6625 1727096240.20262: Creating lock for include_role 6625 1727096240.20478: worker is 1 (out of 1 available) 6625 1727096240.20490: exiting _queue_task() for managed_node2/include_role 6625 1727096240.20501: done queuing things up, now waiting for results queue to drain 6625 1727096240.20503: waiting for pending results... 6625 1727096240.20631: running TaskExecutor() for managed_node2/TASK: Include the role 6625 1727096240.20689: in run() - task 0e492295-837b-2fe2-4c79-000000000006 6625 1727096240.20698: variable 'ansible_search_path' from source: unknown 6625 1727096240.20730: calling self._execute() 6625 1727096240.20771: variable 'ansible_host' from source: host vars for 'managed_node2' 6625 1727096240.20777: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6625 1727096240.20786: variable 'omit' from source: magic vars 6625 1727096240.20859: _execute() done 6625 1727096240.20863: dumping result to json 6625 1727096240.20866: done dumping result, returning 6625 1727096240.20871: done running TaskExecutor() for managed_node2/TASK: Include the role [0e492295-837b-2fe2-4c79-000000000006] 6625 1727096240.20877: sending task result for task 0e492295-837b-2fe2-4c79-000000000006 6625 1727096240.20973: done sending task result for task 0e492295-837b-2fe2-4c79-000000000006 6625 1727096240.20976: WORKER PROCESS EXITING 6625 1727096240.21014: no more pending results, returning what we have 6625 1727096240.21018: in VariableManager get_vars() 6625 1727096240.21045: Calling all_inventory to load vars for managed_node2 6625 1727096240.21048: Calling groups_inventory to load vars for managed_node2 6625 1727096240.21051: Calling all_plugins_inventory to load vars for managed_node2 6625 1727096240.21058: Calling all_plugins_play to load vars for managed_node2 6625 1727096240.21061: Calling groups_plugins_inventory to load vars for managed_node2 6625 1727096240.21063: Calling groups_plugins_play to load vars for managed_node2 6625 1727096240.21090: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6625 1727096240.21099: done with get_vars() 6625 1727096240.21102: variable 'ansible_search_path' from source: unknown 6625 1727096240.21149: variable 'omit' from source: magic vars 6625 1727096240.21163: variable 'omit' from source: magic vars 6625 1727096240.21172: variable 'omit' from source: magic vars 6625 1727096240.21174: we have included files to process 6625 1727096240.21175: generating all_blocks data 6625 1727096240.21177: done generating all_blocks data 6625 1727096240.21177: processing included file: fedora.linux_system_roles.ad_integration 6625 1727096240.21190: in VariableManager get_vars() 6625 1727096240.21197: done with get_vars() 6625 1727096240.21242: in VariableManager get_vars() 6625 1727096240.21251: done with get_vars() 6625 1727096240.21277: Loading data from /tmp/collections-t9r/ansible_collections/fedora/linux_system_roles/roles/ad_integration/vars/main.yml 6625 1727096240.21461: Loading data from /tmp/collections-t9r/ansible_collections/fedora/linux_system_roles/roles/ad_integration/defaults/main.yml 6625 1727096240.21537: Loading data from /tmp/collections-t9r/ansible_collections/fedora/linux_system_roles/roles/ad_integration/meta/main.yml 6625 1727096240.21619: Loading data from /tmp/collections-t9r/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml 6625 1727096240.24309: in VariableManager get_vars() 6625 1727096240.24323: done with get_vars() 6625 1727096240.25982: Loading data from /tmp/collections-t9r/ansible_collections/fedora/linux_system_roles/roles/ad_integration/handlers/main.yml 6625 1727096240.26467: iterating over new_blocks loaded from include file 6625 1727096240.26469: in VariableManager get_vars() 6625 1727096240.26482: done with get_vars() 6625 1727096240.26484: filtering new block on tags 6625 1727096240.26542: done filtering new block on tags 6625 1727096240.26546: in VariableManager get_vars() 6625 1727096240.26558: done with get_vars() 6625 1727096240.26560: filtering new block on tags 6625 1727096240.26575: done filtering new block on tags 6625 1727096240.26577: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.ad_integration for managed_node2 6625 1727096240.26582: extending task lists for all hosts with included blocks 6625 1727096240.26632: done extending task lists 6625 1727096240.26633: done processing included files 6625 1727096240.26634: results queue empty 6625 1727096240.26635: checking for any_errors_fatal 6625 1727096240.26637: done checking for any_errors_fatal 6625 1727096240.26638: checking for max_fail_percentage 6625 1727096240.26641: done checking for max_fail_percentage 6625 1727096240.26642: checking to see if all hosts have failed and the running result is not ok 6625 1727096240.26643: done checking to see if all hosts have failed 6625 1727096240.26644: getting the remaining hosts for this loop 6625 1727096240.26645: done getting the remaining hosts for this loop 6625 1727096240.26647: getting the next task for host managed_node2 6625 1727096240.26651: done getting next task for host managed_node2 6625 1727096240.26654: ^ task is: TASK: fedora.linux_system_roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available 6625 1727096240.26656: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6625 1727096240.26665: getting variables 6625 1727096240.26666: in VariableManager get_vars() 6625 1727096240.26678: Calling all_inventory to load vars for managed_node2 6625 1727096240.26680: Calling groups_inventory to load vars for managed_node2 6625 1727096240.26696: Calling all_plugins_inventory to load vars for managed_node2 6625 1727096240.26701: Calling all_plugins_play to load vars for managed_node2 6625 1727096240.26703: Calling groups_plugins_inventory to load vars for managed_node2 6625 1727096240.26707: Calling groups_plugins_play to load vars for managed_node2 6625 1727096240.26740: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6625 1727096240.26761: done with get_vars() 6625 1727096240.26769: done getting variables 6625 1727096240.26834: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available] *** task path: /tmp/collections-t9r/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:3 Monday 23 September 2024 08:57:20 -0400 (0:00:00.065) 0:00:00.075 ****** 6625 1727096240.26866: entering _queue_task() for managed_node2/fail 6625 1727096240.26868: Creating lock for fail 6625 1727096240.27121: worker is 1 (out of 1 available) 6625 1727096240.27138: exiting _queue_task() for managed_node2/fail 6625 1727096240.27152: done queuing things up, now waiting for results queue to drain 6625 1727096240.27153: waiting for pending results... 6625 1727096240.27362: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available 6625 1727096240.27521: in run() - task 0e492295-837b-2fe2-4c79-000000000023 6625 1727096240.27524: variable 'ansible_search_path' from source: unknown 6625 1727096240.27528: variable 'ansible_search_path' from source: unknown 6625 1727096240.27531: calling self._execute() 6625 1727096240.27587: variable 'ansible_host' from source: host vars for 'managed_node2' 6625 1727096240.27599: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6625 1727096240.27613: variable 'omit' from source: magic vars 6625 1727096240.28097: variable 'ad_integration_realm' from source: role '' defaults 6625 1727096240.28112: Evaluated conditional (not ad_integration_realm): True 6625 1727096240.28123: variable 'omit' from source: magic vars 6625 1727096240.28181: variable 'omit' from source: magic vars 6625 1727096240.28221: variable 'omit' from source: magic vars 6625 1727096240.28282: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6625 1727096240.28314: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6625 1727096240.28391: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6625 1727096240.28395: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6625 1727096240.28398: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6625 1727096240.28414: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6625 1727096240.28423: variable 'ansible_host' from source: host vars for 'managed_node2' 6625 1727096240.28435: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6625 1727096240.28536: Set connection var ansible_connection to ssh 6625 1727096240.28552: Set connection var ansible_pipelining to False 6625 1727096240.28565: Set connection var ansible_timeout to 10 6625 1727096240.28575: Set connection var ansible_shell_executable to /bin/sh 6625 1727096240.28584: Set connection var ansible_shell_type to sh 6625 1727096240.28610: Set connection var ansible_module_compression to ZIP_DEFLATED 6625 1727096240.28627: variable 'ansible_shell_executable' from source: unknown 6625 1727096240.28719: variable 'ansible_connection' from source: unknown 6625 1727096240.28723: variable 'ansible_module_compression' from source: unknown 6625 1727096240.28725: variable 'ansible_shell_type' from source: unknown 6625 1727096240.28728: variable 'ansible_shell_executable' from source: unknown 6625 1727096240.28730: variable 'ansible_host' from source: host vars for 'managed_node2' 6625 1727096240.28733: variable 'ansible_pipelining' from source: unknown 6625 1727096240.28735: variable 'ansible_timeout' from source: unknown 6625 1727096240.28737: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6625 1727096240.28849: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6625 1727096240.28865: variable 'omit' from source: magic vars 6625 1727096240.28876: starting attempt loop 6625 1727096240.28883: running the handler 6625 1727096240.28896: handler run complete 6625 1727096240.28938: attempt loop complete, returning result 6625 1727096240.28948: _execute() done 6625 1727096240.28955: dumping result to json 6625 1727096240.28963: done dumping result, returning 6625 1727096240.28974: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available [0e492295-837b-2fe2-4c79-000000000023] 6625 1727096240.28985: sending task result for task 0e492295-837b-2fe2-4c79-000000000023 6625 1727096240.29186: done sending task result for task 0e492295-837b-2fe2-4c79-000000000023 6625 1727096240.29190: WORKER PROCESS EXITING 6625 1727096240.29196: marking managed_node2 as failed 6625 1727096240.29203: marking host managed_node2 failed, current state: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6625 1727096240.29209: ^ failed state is now: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=5, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6625 1727096240.29211: getting the next task for host managed_node2 6625 1727096240.29216: done getting next task for host managed_node2 6625 1727096240.29218: ^ task is: TASK: Assert that user is notified about missing variables 6625 1727096240.29220: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False fatal: [managed_node2]: FAILED! => { "changed": false } MSG: Variable ad_integration_realm must be provided! 6625 1727096240.29360: no more pending results, returning what we have 6625 1727096240.29363: results queue empty 6625 1727096240.29364: checking for any_errors_fatal 6625 1727096240.29366: done checking for any_errors_fatal 6625 1727096240.29367: checking for max_fail_percentage 6625 1727096240.29368: done checking for max_fail_percentage 6625 1727096240.29369: checking to see if all hosts have failed and the running result is not ok 6625 1727096240.29370: done checking to see if all hosts have failed 6625 1727096240.29371: getting the remaining hosts for this loop 6625 1727096240.29372: done getting the remaining hosts for this loop 6625 1727096240.29375: getting the next task for host managed_node2 6625 1727096240.29379: done getting next task for host managed_node2 6625 1727096240.29381: ^ task is: TASK: Assert that user is notified about missing variables 6625 1727096240.29382: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6625 1727096240.29387: getting variables 6625 1727096240.29388: in VariableManager get_vars() 6625 1727096240.29411: Calling all_inventory to load vars for managed_node2 6625 1727096240.29413: Calling groups_inventory to load vars for managed_node2 6625 1727096240.29417: Calling all_plugins_inventory to load vars for managed_node2 6625 1727096240.29433: Calling all_plugins_play to load vars for managed_node2 6625 1727096240.29436: Calling groups_plugins_inventory to load vars for managed_node2 6625 1727096240.29442: Calling groups_plugins_play to load vars for managed_node2 6625 1727096240.29481: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6625 1727096240.29498: done with get_vars() 6625 1727096240.29505: done getting variables 6625 1727096240.29600: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Assert that user is notified about missing variables] ******************** task path: /tmp/collections-t9r/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_default.yml:16 Monday 23 September 2024 08:57:20 -0400 (0:00:00.027) 0:00:00.102 ****** 6625 1727096240.29628: entering _queue_task() for managed_node2/assert 6625 1727096240.29630: Creating lock for assert 6625 1727096240.29846: worker is 1 (out of 1 available) 6625 1727096240.29858: exiting _queue_task() for managed_node2/assert 6625 1727096240.29869: done queuing things up, now waiting for results queue to drain 6625 1727096240.29870: waiting for pending results... 6625 1727096240.30254: running TaskExecutor() for managed_node2/TASK: Assert that user is notified about missing variables 6625 1727096240.30259: in run() - task 0e492295-837b-2fe2-4c79-000000000007 6625 1727096240.30263: variable 'ansible_search_path' from source: unknown 6625 1727096240.30267: calling self._execute() 6625 1727096240.30278: variable 'ansible_host' from source: host vars for 'managed_node2' 6625 1727096240.30290: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6625 1727096240.30304: variable 'omit' from source: magic vars 6625 1727096240.30449: variable 'omit' from source: magic vars 6625 1727096240.30494: variable 'omit' from source: magic vars 6625 1727096240.30533: variable 'omit' from source: magic vars 6625 1727096240.30579: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6625 1727096240.30625: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6625 1727096240.30652: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6625 1727096240.30676: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6625 1727096240.30693: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6625 1727096240.30730: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6625 1727096240.30742: variable 'ansible_host' from source: host vars for 'managed_node2' 6625 1727096240.30752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6625 1727096240.30859: Set connection var ansible_connection to ssh 6625 1727096240.30872: Set connection var ansible_pipelining to False 6625 1727096240.30931: Set connection var ansible_timeout to 10 6625 1727096240.30935: Set connection var ansible_shell_executable to /bin/sh 6625 1727096240.30937: Set connection var ansible_shell_type to sh 6625 1727096240.30941: Set connection var ansible_module_compression to ZIP_DEFLATED 6625 1727096240.30944: variable 'ansible_shell_executable' from source: unknown 6625 1727096240.30950: variable 'ansible_connection' from source: unknown 6625 1727096240.30958: variable 'ansible_module_compression' from source: unknown 6625 1727096240.30965: variable 'ansible_shell_type' from source: unknown 6625 1727096240.30971: variable 'ansible_shell_executable' from source: unknown 6625 1727096240.30979: variable 'ansible_host' from source: host vars for 'managed_node2' 6625 1727096240.30986: variable 'ansible_pipelining' from source: unknown 6625 1727096240.31041: variable 'ansible_timeout' from source: unknown 6625 1727096240.31045: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6625 1727096240.31173: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6625 1727096240.31190: variable 'omit' from source: magic vars 6625 1727096240.31199: starting attempt loop 6625 1727096240.31205: running the handler 6625 1727096240.31582: variable 'ansible_failed_result' from source: set_fact 6625 1727096240.31604: Evaluated conditional ("Variable ad_integration_realm" in ansible_failed_result.msg): True 6625 1727096240.31690: handler run complete 6625 1727096240.31693: attempt loop complete, returning result 6625 1727096240.31695: _execute() done 6625 1727096240.31698: dumping result to json 6625 1727096240.31700: done dumping result, returning 6625 1727096240.31702: done running TaskExecutor() for managed_node2/TASK: Assert that user is notified about missing variables [0e492295-837b-2fe2-4c79-000000000007] 6625 1727096240.31705: sending task result for task 0e492295-837b-2fe2-4c79-000000000007 6625 1727096240.31765: done sending task result for task 0e492295-837b-2fe2-4c79-000000000007 6625 1727096240.31768: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6625 1727096240.31845: no more pending results, returning what we have 6625 1727096240.31848: results queue empty 6625 1727096240.31849: checking for any_errors_fatal 6625 1727096240.31855: done checking for any_errors_fatal 6625 1727096240.31856: checking for max_fail_percentage 6625 1727096240.31858: done checking for max_fail_percentage 6625 1727096240.31859: checking to see if all hosts have failed and the running result is not ok 6625 1727096240.31860: done checking to see if all hosts have failed 6625 1727096240.31861: getting the remaining hosts for this loop 6625 1727096240.31862: done getting the remaining hosts for this loop 6625 1727096240.31866: getting the next task for host managed_node2 6625 1727096240.31873: done getting next task for host managed_node2 6625 1727096240.31876: ^ task is: TASK: meta (flush_handlers) 6625 1727096240.31877: ^ state is: HOST STATE: block=3, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6625 1727096240.31882: getting variables 6625 1727096240.31883: in VariableManager get_vars() 6625 1727096240.31907: Calling all_inventory to load vars for managed_node2 6625 1727096240.31910: Calling groups_inventory to load vars for managed_node2 6625 1727096240.31912: Calling all_plugins_inventory to load vars for managed_node2 6625 1727096240.31920: Calling all_plugins_play to load vars for managed_node2 6625 1727096240.31923: Calling groups_plugins_inventory to load vars for managed_node2 6625 1727096240.31928: Calling groups_plugins_play to load vars for managed_node2 6625 1727096240.31968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6625 1727096240.31988: done with get_vars() 6625 1727096240.31996: done getting variables 6625 1727096240.32069: in VariableManager get_vars() 6625 1727096240.32105: Calling all_inventory to load vars for managed_node2 6625 1727096240.32108: Calling groups_inventory to load vars for managed_node2 6625 1727096240.32110: Calling all_plugins_inventory to load vars for managed_node2 6625 1727096240.32115: Calling all_plugins_play to load vars for managed_node2 6625 1727096240.32117: Calling groups_plugins_inventory to load vars for managed_node2 6625 1727096240.32120: Calling groups_plugins_play to load vars for managed_node2 6625 1727096240.32154: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6625 1727096240.32169: done with get_vars() 6625 1727096240.32180: done queuing things up, now waiting for results queue to drain 6625 1727096240.32182: results queue empty 6625 1727096240.32183: checking for any_errors_fatal 6625 1727096240.32185: done checking for any_errors_fatal 6625 1727096240.32186: checking for max_fail_percentage 6625 1727096240.32187: done checking for max_fail_percentage 6625 1727096240.32188: checking to see if all hosts have failed and the running result is not ok 6625 1727096240.32188: done checking to see if all hosts have failed 6625 1727096240.32189: getting the remaining hosts for this loop 6625 1727096240.32190: done getting the remaining hosts for this loop 6625 1727096240.32193: getting the next task for host managed_node2 6625 1727096240.32197: done getting next task for host managed_node2 6625 1727096240.32204: ^ task is: TASK: meta (flush_handlers) 6625 1727096240.32207: ^ state is: HOST STATE: block=4, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6625 1727096240.32210: getting variables 6625 1727096240.32211: in VariableManager get_vars() 6625 1727096240.32220: Calling all_inventory to load vars for managed_node2 6625 1727096240.32223: Calling groups_inventory to load vars for managed_node2 6625 1727096240.32228: Calling all_plugins_inventory to load vars for managed_node2 6625 1727096240.32232: Calling all_plugins_play to load vars for managed_node2 6625 1727096240.32234: Calling groups_plugins_inventory to load vars for managed_node2 6625 1727096240.32238: Calling groups_plugins_play to load vars for managed_node2 6625 1727096240.32266: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6625 1727096240.32280: done with get_vars() 6625 1727096240.32286: done getting variables 6625 1727096240.32335: in VariableManager get_vars() 6625 1727096240.32345: Calling all_inventory to load vars for managed_node2 6625 1727096240.32348: Calling groups_inventory to load vars for managed_node2 6625 1727096240.32350: Calling all_plugins_inventory to load vars for managed_node2 6625 1727096240.32354: Calling all_plugins_play to load vars for managed_node2 6625 1727096240.32357: Calling groups_plugins_inventory to load vars for managed_node2 6625 1727096240.32360: Calling groups_plugins_play to load vars for managed_node2 6625 1727096240.32385: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6625 1727096240.32400: done with get_vars() 6625 1727096240.32409: done queuing things up, now waiting for results queue to drain 6625 1727096240.32411: results queue empty 6625 1727096240.32412: checking for any_errors_fatal 6625 1727096240.32413: done checking for any_errors_fatal 6625 1727096240.32414: checking for max_fail_percentage 6625 1727096240.32415: done checking for max_fail_percentage 6625 1727096240.32416: checking to see if all hosts have failed and the running result is not ok 6625 1727096240.32417: done checking to see if all hosts have failed 6625 1727096240.32417: getting the remaining hosts for this loop 6625 1727096240.32418: done getting the remaining hosts for this loop 6625 1727096240.32421: getting the next task for host managed_node2 6625 1727096240.32424: done getting next task for host managed_node2 6625 1727096240.32428: ^ task is: None 6625 1727096240.32429: ^ state is: HOST STATE: block=5, task=0, rescue=0, always=0, handlers=0, run_state=5, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6625 1727096240.32430: done queuing things up, now waiting for results queue to drain 6625 1727096240.32431: results queue empty 6625 1727096240.32432: checking for any_errors_fatal 6625 1727096240.32433: done checking for any_errors_fatal 6625 1727096240.32434: checking for max_fail_percentage 6625 1727096240.32435: done checking for max_fail_percentage 6625 1727096240.32435: checking to see if all hosts have failed and the running result is not ok 6625 1727096240.32436: done checking to see if all hosts have failed 6625 1727096240.32440: getting the next task for host managed_node2 6625 1727096240.32443: done getting next task for host managed_node2 6625 1727096240.32443: ^ task is: None 6625 1727096240.32445: ^ state is: HOST STATE: block=5, task=0, rescue=0, always=0, handlers=0, run_state=5, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False PLAY RECAP ********************************************************************* managed_node2 : ok=2 changed=0 unreachable=0 failed=0 skipped=0 rescued=1 ignored=0 Monday 23 September 2024 08:57:20 -0400 (0:00:00.028) 0:00:00.131 ****** =============================================================================== Include the role -------------------------------------------------------- 0.07s /tmp/collections-t9r/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_default.yml:11 Assert that user is notified about missing variables -------------------- 0.03s /tmp/collections-t9r/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_default.yml:16 fedora.linux_system_roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available --- 0.03s /tmp/collections-t9r/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:3 6625 1727096240.32507: RUNNING CLEANUP