[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. 6626 1726866940.65318: 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-xAU 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 6626 1726866940.65631: Added group all to inventory 6626 1726866940.65632: Added group ungrouped to inventory 6626 1726866940.65635: Group all now contains ungrouped 6626 1726866940.65637: Examining possible inventory source: /tmp/ad_integration-9IN/inventory.yml 6626 1726866940.74609: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 6626 1726866940.74653: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 6626 1726866940.74674: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 6626 1726866940.74712: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 6626 1726866940.74763: Loaded config def from plugin (inventory/script) 6626 1726866940.74764: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 6626 1726866940.74794: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 6626 1726866940.74850: Loaded config def from plugin (inventory/yaml) 6626 1726866940.74852: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 6626 1726866940.74915: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 6626 1726866940.75195: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 6626 1726866940.75197: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 6626 1726866940.75199: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 6626 1726866940.75204: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 6626 1726866940.75207: Loading data from /tmp/ad_integration-9IN/inventory.yml 6626 1726866940.75247: /tmp/ad_integration-9IN/inventory.yml was not parsable by auto 6626 1726866940.75295: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 6626 1726866940.75323: Loading data from /tmp/ad_integration-9IN/inventory.yml 6626 1726866940.75379: group all already in inventory 6626 1726866940.75385: set inventory_file for managed_node1 6626 1726866940.75388: set inventory_dir for managed_node1 6626 1726866940.75388: Added host managed_node1 to inventory 6626 1726866940.75390: Added host managed_node1 to group all 6626 1726866940.75390: set ansible_host for managed_node1 6626 1726866940.75391: set ansible_ssh_extra_args for managed_node1 6626 1726866940.75393: set inventory_file for managed_node2 6626 1726866940.75394: set inventory_dir for managed_node2 6626 1726866940.75395: Added host managed_node2 to inventory 6626 1726866940.75396: Added host managed_node2 to group all 6626 1726866940.75396: set ansible_host for managed_node2 6626 1726866940.75397: set ansible_ssh_extra_args for managed_node2 6626 1726866940.75398: set inventory_file for managed_node3 6626 1726866940.75400: set inventory_dir for managed_node3 6626 1726866940.75400: Added host managed_node3 to inventory 6626 1726866940.75401: Added host managed_node3 to group all 6626 1726866940.75401: set ansible_host for managed_node3 6626 1726866940.75402: set ansible_ssh_extra_args for managed_node3 6626 1726866940.75403: Reconcile groups and hosts in inventory. 6626 1726866940.75406: Group ungrouped now contains managed_node1 6626 1726866940.75407: Group ungrouped now contains managed_node2 6626 1726866940.75408: Group ungrouped now contains managed_node3 6626 1726866940.75461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 6626 1726866940.75540: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 6626 1726866940.75574: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 6626 1726866940.75592: Loaded config def from plugin (vars/host_group_vars) 6626 1726866940.75594: 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) 6626 1726866940.75599: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 6626 1726866940.75604: 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) 6626 1726866940.75632: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 6626 1726866940.75872: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726866940.76080: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 6626 1726866940.76103: Loaded config def from plugin (connection/local) 6626 1726866940.76106: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 6626 1726866940.76492: Loaded config def from plugin (connection/paramiko_ssh) 6626 1726866940.76495: 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) 6626 1726866940.77071: 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) 6626 1726866940.77094: Loaded config def from plugin (connection/psrp) 6626 1726866940.77096: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 6626 1726866940.77500: 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) 6626 1726866940.77522: Loaded config def from plugin (connection/ssh) 6626 1726866940.77524: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 6626 1726866940.78826: 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) 6626 1726866940.78849: Loaded config def from plugin (connection/winrm) 6626 1726866940.78851: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 6626 1726866940.78877: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 6626 1726866940.79020: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 6626 1726866940.79061: Loaded config def from plugin (shell/cmd) 6626 1726866940.79062: 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 6626 1726866940.79082: 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) 6626 1726866940.79119: Loaded config def from plugin (shell/powershell) 6626 1726866940.79120: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 6626 1726866940.79157: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 6626 1726866940.79259: Loaded config def from plugin (shell/sh) 6626 1726866940.79261: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 6626 1726866940.79285: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 6626 1726866940.79356: Loaded config def from plugin (become/runas) 6626 1726866940.79358: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 6626 1726866940.79469: Loaded config def from plugin (become/su) 6626 1726866940.79470: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 6626 1726866940.79561: Loaded config def from plugin (become/sudo) 6626 1726866940.79563: 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 6626 1726866940.79587: Loading data from /tmp/collections-xAU/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_default.yml 6626 1726866940.79872: trying /usr/local/lib/python3.12/site-packages/ansible/modules 6626 1726866940.81824: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 6626 1726866940.81906: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 6626 1726866940.82040: 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 6626 1726866940.82209: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 6626 1726866940.82301: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 6626 1726866940.82303: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-xAU/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__) 6626 1726866940.82324: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 6626 1726866940.82339: 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) 6626 1726866940.82438: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 6626 1726866940.82476: Loaded config def from plugin (callback/default) 6626 1726866940.82478: 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) 6626 1726866940.83209: Loaded config def from plugin (callback/junit) 6626 1726866940.83211: 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) 6626 1726866940.83241: 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) 6626 1726866940.83284: Loaded config def from plugin (callback/minimal) 6626 1726866940.83286: 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) 6626 1726866940.83311: 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) 6626 1726866940.83346: Loaded config def from plugin (callback/tree) 6626 1726866940.83347: 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 6626 1726866940.83432: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 6626 1726866940.83435: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-xAU/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-xAU/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_default.yml 6626 1726866940.83452: in VariableManager get_vars() 6626 1726866940.83479: Could not match supplied host pattern, ignoring: ad 6626 1726866940.83492: done with get_vars() 6626 1726866940.83498: in VariableManager get_vars() 6626 1726866940.83504: done with get_vars() 6626 1726866940.83507: variable 'omit' from source: magic vars 6626 1726866940.83532: in VariableManager get_vars() 6626 1726866940.83540: done with get_vars() 6626 1726866940.83553: variable 'omit' from source: magic vars PLAY [Ensure role behaviour with default parameters] *************************** 6626 1726866940.83923: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 6626 1726866940.83975: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 6626 1726866940.84003: getting the remaining hosts for this loop 6626 1726866940.84005: done getting the remaining hosts for this loop 6626 1726866940.84007: getting the next task for host managed_node2 6626 1726866940.84010: done getting next task for host managed_node2 6626 1726866940.84011: ^ task is: TASK: meta (flush_handlers) 6626 1726866940.84012: ^ 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 6626 1726866940.84018: getting variables 6626 1726866940.84019: in VariableManager get_vars() 6626 1726866940.84025: Calling all_inventory to load vars for managed_node2 6626 1726866940.84027: Calling groups_inventory to load vars for managed_node2 6626 1726866940.84028: Calling all_plugins_inventory to load vars for managed_node2 6626 1726866940.84037: Calling all_plugins_play to load vars for managed_node2 6626 1726866940.84043: Calling groups_plugins_inventory to load vars for managed_node2 6626 1726866940.84045: Calling groups_plugins_play to load vars for managed_node2 6626 1726866940.84072: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726866940.84104: done with get_vars() 6626 1726866940.84109: done getting variables 6626 1726866940.84136: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 6626 1726866940.84172: in VariableManager get_vars() 6626 1726866940.84178: Calling all_inventory to load vars for managed_node2 6626 1726866940.84180: Calling groups_inventory to load vars for managed_node2 6626 1726866940.84181: Calling all_plugins_inventory to load vars for managed_node2 6626 1726866940.84184: Calling all_plugins_play to load vars for managed_node2 6626 1726866940.84185: Calling groups_plugins_inventory to load vars for managed_node2 6626 1726866940.84187: Calling groups_plugins_play to load vars for managed_node2 6626 1726866940.84203: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726866940.84212: done with get_vars() 6626 1726866940.84219: done queuing things up, now waiting for results queue to drain 6626 1726866940.84220: results queue empty 6626 1726866940.84220: checking for any_errors_fatal 6626 1726866940.84221: done checking for any_errors_fatal 6626 1726866940.84221: checking for max_fail_percentage 6626 1726866940.84222: done checking for max_fail_percentage 6626 1726866940.84222: checking to see if all hosts have failed and the running result is not ok 6626 1726866940.84223: done checking to see if all hosts have failed 6626 1726866940.84223: getting the remaining hosts for this loop 6626 1726866940.84224: done getting the remaining hosts for this loop 6626 1726866940.84226: getting the next task for host managed_node2 6626 1726866940.84228: done getting next task for host managed_node2 6626 1726866940.84229: ^ task is: TASK: Include the role 6626 1726866940.84230: ^ 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 6626 1726866940.84232: getting variables 6626 1726866940.84234: in VariableManager get_vars() 6626 1726866940.84250: Calling all_inventory to load vars for managed_node2 6626 1726866940.84252: Calling groups_inventory to load vars for managed_node2 6626 1726866940.84253: Calling all_plugins_inventory to load vars for managed_node2 6626 1726866940.84258: Calling all_plugins_play to load vars for managed_node2 6626 1726866940.84259: Calling groups_plugins_inventory to load vars for managed_node2 6626 1726866940.84261: Calling groups_plugins_play to load vars for managed_node2 6626 1726866940.84279: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726866940.84288: done with get_vars() 6626 1726866940.84292: done getting variables TASK [Include the role] ******************************************************** task path: /tmp/collections-xAU/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_default.yml:11 Friday 20 September 2024 17:15:40 -0400 (0:00:00.009) 0:00:00.009 ****** 6626 1726866940.84334: entering _queue_task() for managed_node2/include_role 6626 1726866940.84335: Creating lock for include_role 6626 1726866940.84572: worker is 1 (out of 1 available) 6626 1726866940.84582: exiting _queue_task() for managed_node2/include_role 6626 1726866940.84594: done queuing things up, now waiting for results queue to drain 6626 1726866940.84595: waiting for pending results... 6626 1726866940.84721: running TaskExecutor() for managed_node2/TASK: Include the role 6626 1726866940.84844: in run() - task 02ba84f7-fe07-e8f7-7e5d-000000000006 6626 1726866940.84848: variable 'ansible_search_path' from source: unknown 6626 1726866940.84852: calling self._execute() 6626 1726866940.84857: variable 'ansible_host' from source: host vars for 'managed_node2' 6626 1726866940.84860: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6626 1726866940.84862: variable 'omit' from source: magic vars 6626 1726866940.85021: _execute() done 6626 1726866940.85024: dumping result to json 6626 1726866940.85026: done dumping result, returning 6626 1726866940.85029: done running TaskExecutor() for managed_node2/TASK: Include the role [02ba84f7-fe07-e8f7-7e5d-000000000006] 6626 1726866940.85030: sending task result for task 02ba84f7-fe07-e8f7-7e5d-000000000006 6626 1726866940.85099: done sending task result for task 02ba84f7-fe07-e8f7-7e5d-000000000006 6626 1726866940.85102: WORKER PROCESS EXITING 6626 1726866940.85146: no more pending results, returning what we have 6626 1726866940.85149: in VariableManager get_vars() 6626 1726866940.85172: Calling all_inventory to load vars for managed_node2 6626 1726866940.85174: Calling groups_inventory to load vars for managed_node2 6626 1726866940.85176: Calling all_plugins_inventory to load vars for managed_node2 6626 1726866940.85182: Calling all_plugins_play to load vars for managed_node2 6626 1726866940.85183: Calling groups_plugins_inventory to load vars for managed_node2 6626 1726866940.85185: Calling groups_plugins_play to load vars for managed_node2 6626 1726866940.85210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726866940.85219: done with get_vars() 6626 1726866940.85222: variable 'ansible_search_path' from source: unknown 6626 1726866940.85271: variable 'omit' from source: magic vars 6626 1726866940.85287: variable 'omit' from source: magic vars 6626 1726866940.85296: variable 'omit' from source: magic vars 6626 1726866940.85298: we have included files to process 6626 1726866940.85299: generating all_blocks data 6626 1726866940.85300: done generating all_blocks data 6626 1726866940.85300: processing included file: fedora.linux_system_roles.ad_integration 6626 1726866940.85313: in VariableManager get_vars() 6626 1726866940.85321: done with get_vars() 6626 1726866940.85367: in VariableManager get_vars() 6626 1726866940.85377: done with get_vars() 6626 1726866940.85405: Loading data from /tmp/collections-xAU/ansible_collections/fedora/linux_system_roles/roles/ad_integration/vars/main.yml 6626 1726866940.85615: Loading data from /tmp/collections-xAU/ansible_collections/fedora/linux_system_roles/roles/ad_integration/defaults/main.yml 6626 1726866940.85690: Loading data from /tmp/collections-xAU/ansible_collections/fedora/linux_system_roles/roles/ad_integration/meta/main.yml 6626 1726866940.85773: Loading data from /tmp/collections-xAU/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml 6626 1726866940.88177: in VariableManager get_vars() 6626 1726866940.88191: done with get_vars() 6626 1726866940.89808: Loading data from /tmp/collections-xAU/ansible_collections/fedora/linux_system_roles/roles/ad_integration/handlers/main.yml 6626 1726866940.90222: iterating over new_blocks loaded from include file 6626 1726866940.90223: in VariableManager get_vars() 6626 1726866940.90232: done with get_vars() 6626 1726866940.90234: filtering new block on tags 6626 1726866940.90267: done filtering new block on tags 6626 1726866940.90270: in VariableManager get_vars() 6626 1726866940.90278: done with get_vars() 6626 1726866940.90279: filtering new block on tags 6626 1726866940.90289: done filtering new block on tags 6626 1726866940.90290: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.ad_integration for managed_node2 6626 1726866940.90293: extending task lists for all hosts with included blocks 6626 1726866940.90321: done extending task lists 6626 1726866940.90322: done processing included files 6626 1726866940.90322: results queue empty 6626 1726866940.90323: checking for any_errors_fatal 6626 1726866940.90324: done checking for any_errors_fatal 6626 1726866940.90325: checking for max_fail_percentage 6626 1726866940.90325: done checking for max_fail_percentage 6626 1726866940.90326: checking to see if all hosts have failed and the running result is not ok 6626 1726866940.90326: done checking to see if all hosts have failed 6626 1726866940.90326: getting the remaining hosts for this loop 6626 1726866940.90327: done getting the remaining hosts for this loop 6626 1726866940.90328: getting the next task for host managed_node2 6626 1726866940.90331: done getting next task for host managed_node2 6626 1726866940.90332: ^ task is: TASK: fedora.linux_system_roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available 6626 1726866940.90333: ^ 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 6626 1726866940.90340: getting variables 6626 1726866940.90341: in VariableManager get_vars() 6626 1726866940.90349: Calling all_inventory to load vars for managed_node2 6626 1726866940.90350: Calling groups_inventory to load vars for managed_node2 6626 1726866940.90363: Calling all_plugins_inventory to load vars for managed_node2 6626 1726866940.90369: Calling all_plugins_play to load vars for managed_node2 6626 1726866940.90370: Calling groups_plugins_inventory to load vars for managed_node2 6626 1726866940.90372: Calling groups_plugins_play to load vars for managed_node2 6626 1726866940.90393: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726866940.90406: done with get_vars() 6626 1726866940.90411: done getting variables 6626 1726866940.90453: 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-xAU/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:3 Friday 20 September 2024 17:15:40 -0400 (0:00:00.061) 0:00:00.070 ****** 6626 1726866940.90476: entering _queue_task() for managed_node2/fail 6626 1726866940.90477: Creating lock for fail 6626 1726866940.90683: worker is 1 (out of 1 available) 6626 1726866940.90693: exiting _queue_task() for managed_node2/fail 6626 1726866940.90704: done queuing things up, now waiting for results queue to drain 6626 1726866940.90705: waiting for pending results... 6626 1726866940.90848: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available 6626 1726866940.90908: in run() - task 02ba84f7-fe07-e8f7-7e5d-000000000023 6626 1726866940.91046: variable 'ansible_search_path' from source: unknown 6626 1726866940.91050: variable 'ansible_search_path' from source: unknown 6626 1726866940.91053: calling self._execute() 6626 1726866940.91057: variable 'ansible_host' from source: host vars for 'managed_node2' 6626 1726866940.91059: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6626 1726866940.91062: variable 'omit' from source: magic vars 6626 1726866940.91308: variable 'ad_integration_realm' from source: role '' defaults 6626 1726866940.91315: Evaluated conditional (not ad_integration_realm): True 6626 1726866940.91320: variable 'omit' from source: magic vars 6626 1726866940.91348: variable 'omit' from source: magic vars 6626 1726866940.91373: variable 'omit' from source: magic vars 6626 1726866940.91405: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726866940.91432: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726866940.91448: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726866940.91462: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726866940.91473: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726866940.91495: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6626 1726866940.91498: variable 'ansible_host' from source: host vars for 'managed_node2' 6626 1726866940.91502: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6626 1726866940.91569: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726866940.91574: Set connection var ansible_shell_executable to /bin/sh 6626 1726866940.91579: Set connection var ansible_connection to ssh 6626 1726866940.91586: Set connection var ansible_pipelining to False 6626 1726866940.91590: Set connection var ansible_timeout to 10 6626 1726866940.91593: Set connection var ansible_shell_type to sh 6626 1726866940.91608: variable 'ansible_shell_executable' from source: unknown 6626 1726866940.91613: variable 'ansible_connection' from source: unknown 6626 1726866940.91616: variable 'ansible_module_compression' from source: unknown 6626 1726866940.91618: variable 'ansible_shell_type' from source: unknown 6626 1726866940.91621: variable 'ansible_shell_executable' from source: unknown 6626 1726866940.91623: variable 'ansible_host' from source: host vars for 'managed_node2' 6626 1726866940.91625: variable 'ansible_pipelining' from source: unknown 6626 1726866940.91627: variable 'ansible_timeout' from source: unknown 6626 1726866940.91629: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6626 1726866940.91729: 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) 6626 1726866940.91736: variable 'omit' from source: magic vars 6626 1726866940.91741: starting attempt loop 6626 1726866940.91744: running the handler 6626 1726866940.91753: handler run complete 6626 1726866940.91781: attempt loop complete, returning result 6626 1726866940.91784: _execute() done 6626 1726866940.91786: dumping result to json 6626 1726866940.91788: done dumping result, returning 6626 1726866940.91795: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.ad_integration : Ensure that mandatory variable ad_integration_realm is available [02ba84f7-fe07-e8f7-7e5d-000000000023] 6626 1726866940.91798: sending task result for task 02ba84f7-fe07-e8f7-7e5d-000000000023 6626 1726866940.91882: done sending task result for task 02ba84f7-fe07-e8f7-7e5d-000000000023 6626 1726866940.91885: WORKER PROCESS EXITING 6626 1726866940.91892: marking managed_node2 as failed 6626 1726866940.91900: 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 6626 1726866940.91907: ^ 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 6626 1726866940.91909: getting the next task for host managed_node2 6626 1726866940.91914: done getting next task for host managed_node2 6626 1726866940.91916: ^ task is: TASK: Assert that user is notified about missing variables 6626 1726866940.91917: ^ 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! 6626 1726866940.92045: no more pending results, returning what we have 6626 1726866940.92047: results queue empty 6626 1726866940.92047: checking for any_errors_fatal 6626 1726866940.92049: done checking for any_errors_fatal 6626 1726866940.92049: checking for max_fail_percentage 6626 1726866940.92050: done checking for max_fail_percentage 6626 1726866940.92050: checking to see if all hosts have failed and the running result is not ok 6626 1726866940.92051: done checking to see if all hosts have failed 6626 1726866940.92051: getting the remaining hosts for this loop 6626 1726866940.92052: done getting the remaining hosts for this loop 6626 1726866940.92054: getting the next task for host managed_node2 6626 1726866940.92059: done getting next task for host managed_node2 6626 1726866940.92061: ^ task is: TASK: Assert that user is notified about missing variables 6626 1726866940.92061: ^ 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 6626 1726866940.92065: getting variables 6626 1726866940.92068: in VariableManager get_vars() 6626 1726866940.92084: Calling all_inventory to load vars for managed_node2 6626 1726866940.92086: Calling groups_inventory to load vars for managed_node2 6626 1726866940.92088: Calling all_plugins_inventory to load vars for managed_node2 6626 1726866940.92098: Calling all_plugins_play to load vars for managed_node2 6626 1726866940.92100: Calling groups_plugins_inventory to load vars for managed_node2 6626 1726866940.92102: Calling groups_plugins_play to load vars for managed_node2 6626 1726866940.92126: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726866940.92137: done with get_vars() 6626 1726866940.92143: done getting variables 6626 1726866940.92213: 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-xAU/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_default.yml:16 Friday 20 September 2024 17:15:40 -0400 (0:00:00.017) 0:00:00.088 ****** 6626 1726866940.92231: entering _queue_task() for managed_node2/assert 6626 1726866940.92232: Creating lock for assert 6626 1726866940.92415: worker is 1 (out of 1 available) 6626 1726866940.92427: exiting _queue_task() for managed_node2/assert 6626 1726866940.92437: done queuing things up, now waiting for results queue to drain 6626 1726866940.92438: waiting for pending results... 6626 1726866940.92771: running TaskExecutor() for managed_node2/TASK: Assert that user is notified about missing variables 6626 1726866940.92776: in run() - task 02ba84f7-fe07-e8f7-7e5d-000000000007 6626 1726866940.92779: variable 'ansible_search_path' from source: unknown 6626 1726866940.92784: calling self._execute() 6626 1726866940.92787: variable 'ansible_host' from source: host vars for 'managed_node2' 6626 1726866940.92790: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6626 1726866940.92794: variable 'omit' from source: magic vars 6626 1726866940.92822: variable 'omit' from source: magic vars 6626 1726866940.92845: variable 'omit' from source: magic vars 6626 1726866940.92960: variable 'omit' from source: magic vars 6626 1726866940.92962: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726866940.92964: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726866940.92966: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726866940.92968: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726866940.92969: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726866940.92988: variable 'inventory_hostname' from source: host vars for 'managed_node2' 6626 1726866940.92991: variable 'ansible_host' from source: host vars for 'managed_node2' 6626 1726866940.92993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6626 1726866940.93159: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726866940.93161: Set connection var ansible_shell_executable to /bin/sh 6626 1726866940.93163: Set connection var ansible_connection to ssh 6626 1726866940.93164: Set connection var ansible_pipelining to False 6626 1726866940.93166: Set connection var ansible_timeout to 10 6626 1726866940.93168: Set connection var ansible_shell_type to sh 6626 1726866940.93169: variable 'ansible_shell_executable' from source: unknown 6626 1726866940.93170: variable 'ansible_connection' from source: unknown 6626 1726866940.93171: variable 'ansible_module_compression' from source: unknown 6626 1726866940.93173: variable 'ansible_shell_type' from source: unknown 6626 1726866940.93174: variable 'ansible_shell_executable' from source: unknown 6626 1726866940.93175: variable 'ansible_host' from source: host vars for 'managed_node2' 6626 1726866940.93176: variable 'ansible_pipelining' from source: unknown 6626 1726866940.93178: variable 'ansible_timeout' from source: unknown 6626 1726866940.93179: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 6626 1726866940.93225: 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) 6626 1726866940.93238: variable 'omit' from source: magic vars 6626 1726866940.93241: starting attempt loop 6626 1726866940.93243: running the handler 6626 1726866940.93490: variable 'ansible_failed_result' from source: set_fact 6626 1726866940.93501: Evaluated conditional ("Variable ad_integration_realm" in ansible_failed_result.msg): True 6626 1726866940.93507: handler run complete 6626 1726866940.93517: attempt loop complete, returning result 6626 1726866940.93519: _execute() done 6626 1726866940.93523: dumping result to json 6626 1726866940.93525: done dumping result, returning 6626 1726866940.93531: done running TaskExecutor() for managed_node2/TASK: Assert that user is notified about missing variables [02ba84f7-fe07-e8f7-7e5d-000000000007] 6626 1726866940.93535: sending task result for task 02ba84f7-fe07-e8f7-7e5d-000000000007 6626 1726866940.93610: done sending task result for task 02ba84f7-fe07-e8f7-7e5d-000000000007 6626 1726866940.93612: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false } MSG: All assertions passed 6626 1726866940.93661: no more pending results, returning what we have 6626 1726866940.93663: results queue empty 6626 1726866940.93664: checking for any_errors_fatal 6626 1726866940.93670: done checking for any_errors_fatal 6626 1726866940.93671: checking for max_fail_percentage 6626 1726866940.93672: done checking for max_fail_percentage 6626 1726866940.93673: checking to see if all hosts have failed and the running result is not ok 6626 1726866940.93674: done checking to see if all hosts have failed 6626 1726866940.93674: getting the remaining hosts for this loop 6626 1726866940.93676: done getting the remaining hosts for this loop 6626 1726866940.93679: getting the next task for host managed_node2 6626 1726866940.93686: done getting next task for host managed_node2 6626 1726866940.93688: ^ task is: TASK: meta (flush_handlers) 6626 1726866940.93689: ^ 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 6626 1726866940.93693: getting variables 6626 1726866940.93694: in VariableManager get_vars() 6626 1726866940.93717: Calling all_inventory to load vars for managed_node2 6626 1726866940.93720: Calling groups_inventory to load vars for managed_node2 6626 1726866940.93724: Calling all_plugins_inventory to load vars for managed_node2 6626 1726866940.93732: Calling all_plugins_play to load vars for managed_node2 6626 1726866940.93735: Calling groups_plugins_inventory to load vars for managed_node2 6626 1726866940.93737: Calling groups_plugins_play to load vars for managed_node2 6626 1726866940.93769: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726866940.93781: done with get_vars() 6626 1726866940.93786: done getting variables 6626 1726866940.93830: in VariableManager get_vars() 6626 1726866940.93858: Calling all_inventory to load vars for managed_node2 6626 1726866940.93860: Calling groups_inventory to load vars for managed_node2 6626 1726866940.93861: Calling all_plugins_inventory to load vars for managed_node2 6626 1726866940.93865: Calling all_plugins_play to load vars for managed_node2 6626 1726866940.93868: Calling groups_plugins_inventory to load vars for managed_node2 6626 1726866940.93870: Calling groups_plugins_play to load vars for managed_node2 6626 1726866940.93887: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726866940.93896: done with get_vars() 6626 1726866940.93903: done queuing things up, now waiting for results queue to drain 6626 1726866940.93904: results queue empty 6626 1726866940.93904: checking for any_errors_fatal 6626 1726866940.93905: done checking for any_errors_fatal 6626 1726866940.93906: checking for max_fail_percentage 6626 1726866940.93906: done checking for max_fail_percentage 6626 1726866940.93907: checking to see if all hosts have failed and the running result is not ok 6626 1726866940.93907: done checking to see if all hosts have failed 6626 1726866940.93907: getting the remaining hosts for this loop 6626 1726866940.93908: done getting the remaining hosts for this loop 6626 1726866940.93909: getting the next task for host managed_node2 6626 1726866940.94005: done getting next task for host managed_node2 6626 1726866940.94010: ^ task is: TASK: meta (flush_handlers) 6626 1726866940.94011: ^ 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 6626 1726866940.94013: getting variables 6626 1726866940.94014: in VariableManager get_vars() 6626 1726866940.94019: Calling all_inventory to load vars for managed_node2 6626 1726866940.94021: Calling groups_inventory to load vars for managed_node2 6626 1726866940.94022: Calling all_plugins_inventory to load vars for managed_node2 6626 1726866940.94025: Calling all_plugins_play to load vars for managed_node2 6626 1726866940.94026: Calling groups_plugins_inventory to load vars for managed_node2 6626 1726866940.94028: Calling groups_plugins_play to load vars for managed_node2 6626 1726866940.94043: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726866940.94051: done with get_vars() 6626 1726866940.94057: done getting variables 6626 1726866940.94089: in VariableManager get_vars() 6626 1726866940.94095: Calling all_inventory to load vars for managed_node2 6626 1726866940.94096: Calling groups_inventory to load vars for managed_node2 6626 1726866940.94097: Calling all_plugins_inventory to load vars for managed_node2 6626 1726866940.94100: Calling all_plugins_play to load vars for managed_node2 6626 1726866940.94101: Calling groups_plugins_inventory to load vars for managed_node2 6626 1726866940.94103: Calling groups_plugins_play to load vars for managed_node2 6626 1726866940.94118: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726866940.94126: done with get_vars() 6626 1726866940.94132: done queuing things up, now waiting for results queue to drain 6626 1726866940.94133: results queue empty 6626 1726866940.94133: checking for any_errors_fatal 6626 1726866940.94134: done checking for any_errors_fatal 6626 1726866940.94134: checking for max_fail_percentage 6626 1726866940.94135: done checking for max_fail_percentage 6626 1726866940.94135: checking to see if all hosts have failed and the running result is not ok 6626 1726866940.94136: done checking to see if all hosts have failed 6626 1726866940.94136: getting the remaining hosts for this loop 6626 1726866940.94137: done getting the remaining hosts for this loop 6626 1726866940.94138: getting the next task for host managed_node2 6626 1726866940.94140: done getting next task for host managed_node2 6626 1726866940.94140: ^ task is: None 6626 1726866940.94141: ^ 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 6626 1726866940.94142: done queuing things up, now waiting for results queue to drain 6626 1726866940.94142: results queue empty 6626 1726866940.94143: checking for any_errors_fatal 6626 1726866940.94143: done checking for any_errors_fatal 6626 1726866940.94144: checking for max_fail_percentage 6626 1726866940.94144: done checking for max_fail_percentage 6626 1726866940.94144: checking to see if all hosts have failed and the running result is not ok 6626 1726866940.94145: done checking to see if all hosts have failed 6626 1726866940.94146: getting the next task for host managed_node2 6626 1726866940.94147: done getting next task for host managed_node2 6626 1726866940.94148: ^ task is: None 6626 1726866940.94148: ^ 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 Friday 20 September 2024 17:15:40 -0400 (0:00:00.019) 0:00:00.108 ****** =============================================================================== Include the role -------------------------------------------------------- 0.06s /tmp/collections-xAU/ansible_collections/fedora/linux_system_roles/tests/ad_integration/tests_default.yml:11 Assert that user is notified about missing variables -------------------- 0.02s /tmp/collections-xAU/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.02s /tmp/collections-xAU/ansible_collections/fedora/linux_system_roles/roles/ad_integration/tasks/main.yml:3 6626 1726866940.94200: RUNNING CLEANUP