[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. 61426 1726886030.90489: 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-ckH 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 61426 1726886030.90939: Added group all to inventory 61426 1726886030.90942: Added group ungrouped to inventory 61426 1726886030.90945: Group all now contains ungrouped 61426 1726886030.90947: Examining possible inventory source: /tmp/storage-Fxb/inventory.yml 61426 1726886031.03227: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 61426 1726886031.03277: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 61426 1726886031.03303: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 61426 1726886031.03372: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 61426 1726886031.03450: Loaded config def from plugin (inventory/script) 61426 1726886031.03452: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 61426 1726886031.03488: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 61426 1726886031.03562: Loaded config def from plugin (inventory/yaml) 61426 1726886031.03564: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 61426 1726886031.03648: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 61426 1726886031.04001: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 61426 1726886031.04005: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 61426 1726886031.04010: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 61426 1726886031.04017: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 61426 1726886031.04021: Loading data from /tmp/storage-Fxb/inventory.yml 61426 1726886031.04093: /tmp/storage-Fxb/inventory.yml was not parsable by auto 61426 1726886031.04162: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 61426 1726886031.04199: Loading data from /tmp/storage-Fxb/inventory.yml 61426 1726886031.04253: group all already in inventory 61426 1726886031.04259: set inventory_file for managed_node1 61426 1726886031.04262: set inventory_dir for managed_node1 61426 1726886031.04263: Added host managed_node1 to inventory 61426 1726886031.04265: Added host managed_node1 to group all 61426 1726886031.04265: set ansible_host for managed_node1 61426 1726886031.04266: set ansible_ssh_extra_args for managed_node1 61426 1726886031.04268: set inventory_file for managed_node2 61426 1726886031.04269: set inventory_dir for managed_node2 61426 1726886031.04270: Added host managed_node2 to inventory 61426 1726886031.04271: Added host managed_node2 to group all 61426 1726886031.04271: set ansible_host for managed_node2 61426 1726886031.04272: set ansible_ssh_extra_args for managed_node2 61426 1726886031.04273: set inventory_file for managed_node3 61426 1726886031.04274: set inventory_dir for managed_node3 61426 1726886031.04275: Added host managed_node3 to inventory 61426 1726886031.04276: Added host managed_node3 to group all 61426 1726886031.04276: set ansible_host for managed_node3 61426 1726886031.04276: set ansible_ssh_extra_args for managed_node3 61426 1726886031.04278: Reconcile groups and hosts in inventory. 61426 1726886031.04283: Group ungrouped now contains managed_node1 61426 1726886031.04285: Group ungrouped now contains managed_node2 61426 1726886031.04286: Group ungrouped now contains managed_node3 61426 1726886031.04361: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 61426 1726886031.04490: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 61426 1726886031.04542: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 61426 1726886031.04573: Loaded config def from plugin (vars/host_group_vars) 61426 1726886031.04575: 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) 61426 1726886031.04582: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 61426 1726886031.04592: 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) 61426 1726886031.04643: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 61426 1726886031.04980: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61426 1726886031.05080: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 61426 1726886031.05103: Loaded config def from plugin (connection/local) 61426 1726886031.05105: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 61426 1726886031.05717: Loaded config def from plugin (connection/paramiko_ssh) 61426 1726886031.05720: 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) 61426 1726886031.06302: 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) 61426 1726886031.06326: Loaded config def from plugin (connection/psrp) 61426 1726886031.06328: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 61426 1726886031.06728: 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) 61426 1726886031.06752: Loaded config def from plugin (connection/ssh) 61426 1726886031.06754: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 61426 1726886031.08012: 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) 61426 1726886031.08035: Loaded config def from plugin (connection/winrm) 61426 1726886031.08038: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 61426 1726886031.08063: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 61426 1726886031.08105: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 61426 1726886031.08145: Loaded config def from plugin (shell/cmd) 61426 1726886031.08146: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 61426 1726886031.08166: 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) 61426 1726886031.08203: Loaded config def from plugin (shell/powershell) 61426 1726886031.08204: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 61426 1726886031.08239: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 61426 1726886031.08342: Loaded config def from plugin (shell/sh) 61426 1726886031.08344: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 61426 1726886031.08369: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 61426 1726886031.08439: Loaded config def from plugin (become/runas) 61426 1726886031.08441: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 61426 1726886031.08549: Loaded config def from plugin (become/su) 61426 1726886031.08551: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 61426 1726886031.08646: Loaded config def from plugin (become/sudo) 61426 1726886031.08648: 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 61426 1726886031.08671: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_default_nvme_generated.yml 61426 1726886031.08937: trying /usr/local/lib/python3.12/site-packages/ansible/modules 61426 1726886031.10841: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 61426 1726886031.10915: in VariableManager get_vars() 61426 1726886031.10921: done with get_vars() 61426 1726886031.10923: variable 'playbook_dir' from source: magic vars 61426 1726886031.10924: variable 'ansible_playbook_python' from source: magic vars 61426 1726886031.10925: variable 'ansible_config_file' from source: magic vars 61426 1726886031.10925: variable 'groups' from source: magic vars 61426 1726886031.10925: variable 'omit' from source: magic vars 61426 1726886031.10926: variable 'ansible_version' from source: magic vars 61426 1726886031.10926: variable 'ansible_check_mode' from source: magic vars 61426 1726886031.10927: variable 'ansible_diff_mode' from source: magic vars 61426 1726886031.10927: variable 'ansible_forks' from source: magic vars 61426 1726886031.10928: variable 'ansible_inventory_sources' from source: magic vars 61426 1726886031.10928: variable 'ansible_skip_tags' from source: magic vars 61426 1726886031.10928: variable 'ansible_limit' from source: magic vars 61426 1726886031.10929: variable 'ansible_run_tags' from source: magic vars 61426 1726886031.10929: variable 'ansible_verbosity' from source: magic vars 61426 1726886031.10952: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_default.yml 61426 1726886031.10998: in VariableManager get_vars() 61426 1726886031.11008: done with get_vars() 61426 1726886031.11053: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 61426 1726886031.11087: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 61426 1726886031.11212: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 61426 1726886031.11285: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 61426 1726886031.11368: in VariableManager get_vars() 61426 1726886031.11381: done with get_vars() 61426 1726886031.11510: in VariableManager get_vars() 61426 1726886031.11523: done with get_vars() 61426 1726886031.11564: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 61426 1726886031.11573: 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 61426 1726886031.11726: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 61426 1726886031.11816: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 61426 1726886031.11818: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-ckH/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 61426 1726886031.11839: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 61426 1726886031.11854: 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) 61426 1726886031.11952: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 61426 1726886031.11991: Loaded config def from plugin (callback/default) 61426 1726886031.11993: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 61426 1726886031.12725: Loaded config def from plugin (callback/junit) 61426 1726886031.12727: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 61426 1726886031.12760: 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) 61426 1726886031.12797: Loaded config def from plugin (callback/minimal) 61426 1726886031.12798: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 61426 1726886031.12824: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 61426 1726886031.12865: Loaded config def from plugin (callback/tree) 61426 1726886031.12867: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 61426 1726886031.12937: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 61426 1726886031.12939: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-ckH/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (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_nvme_generated.yml ************************************* 2 plays in /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_default_nvme_generated.yml 61426 1726886031.12964: in VariableManager get_vars() 61426 1726886031.12973: done with get_vars() 61426 1726886031.12976: in VariableManager get_vars() 61426 1726886031.12981: done with get_vars() 61426 1726886031.12983: variable 'omit' from source: magic vars 61426 1726886031.13006: in VariableManager get_vars() 61426 1726886031.13014: done with get_vars() 61426 1726886031.13028: variable 'omit' from source: magic vars PLAY [Run test tests_default.yml for nvme] ************************************* 61426 1726886031.13381: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 61426 1726886031.13433: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 61426 1726886031.13460: getting the remaining hosts for this loop 61426 1726886031.13462: done getting the remaining hosts for this loop 61426 1726886031.13464: getting the next task for host managed_node1 61426 1726886031.13467: done getting next task for host managed_node1 61426 1726886031.13468: ^ task is: TASK: meta (flush_handlers) 61426 1726886031.13469: ^ 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 61426 1726886031.13471: getting variables 61426 1726886031.13471: in VariableManager get_vars() 61426 1726886031.13477: Calling all_inventory to load vars for managed_node1 61426 1726886031.13479: Calling groups_inventory to load vars for managed_node1 61426 1726886031.13481: Calling all_plugins_inventory to load vars for managed_node1 61426 1726886031.13490: Calling all_plugins_play to load vars for managed_node1 61426 1726886031.13498: Calling groups_plugins_inventory to load vars for managed_node1 61426 1726886031.13501: Calling groups_plugins_play to load vars for managed_node1 61426 1726886031.13522: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61426 1726886031.13553: done with get_vars() 61426 1726886031.13561: done getting variables 61426 1726886031.13671: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 61426 1726886031.13701: in VariableManager get_vars() 61426 1726886031.13706: Calling all_inventory to load vars for managed_node1 61426 1726886031.13708: Calling groups_inventory to load vars for managed_node1 61426 1726886031.13709: Calling all_plugins_inventory to load vars for managed_node1 61426 1726886031.13714: Calling all_plugins_play to load vars for managed_node1 61426 1726886031.13717: Calling groups_plugins_inventory to load vars for managed_node1 61426 1726886031.13719: Calling groups_plugins_play to load vars for managed_node1 61426 1726886031.13737: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61426 1726886031.13745: done with get_vars() 61426 1726886031.13752: done queuing things up, now waiting for results queue to drain 61426 1726886031.13753: results queue empty 61426 1726886031.13753: checking for any_errors_fatal 61426 1726886031.13754: done checking for any_errors_fatal 61426 1726886031.13756: checking for max_fail_percentage 61426 1726886031.13757: done checking for max_fail_percentage 61426 1726886031.13758: checking to see if all hosts have failed and the running result is not ok 61426 1726886031.13758: done checking to see if all hosts have failed 61426 1726886031.13758: getting the remaining hosts for this loop 61426 1726886031.13759: done getting the remaining hosts for this loop 61426 1726886031.13761: getting the next task for host managed_node1 61426 1726886031.13763: done getting next task for host managed_node1 61426 1726886031.13764: ^ task is: TASK: meta (flush_handlers) 61426 1726886031.13765: ^ 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 61426 1726886031.13767: getting variables 61426 1726886031.13767: in VariableManager get_vars() 61426 1726886031.13772: Calling all_inventory to load vars for managed_node1 61426 1726886031.13773: Calling groups_inventory to load vars for managed_node1 61426 1726886031.13774: Calling all_plugins_inventory to load vars for managed_node1 61426 1726886031.13777: Calling all_plugins_play to load vars for managed_node1 61426 1726886031.13778: Calling groups_plugins_inventory to load vars for managed_node1 61426 1726886031.13780: Calling groups_plugins_play to load vars for managed_node1 61426 1726886031.13795: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61426 1726886031.13803: done with get_vars() 61426 1726886031.13806: done getting variables 61426 1726886031.13837: in VariableManager get_vars() 61426 1726886031.13842: Calling all_inventory to load vars for managed_node1 61426 1726886031.13843: Calling groups_inventory to load vars for managed_node1 61426 1726886031.13845: Calling all_plugins_inventory to load vars for managed_node1 61426 1726886031.13847: Calling all_plugins_play to load vars for managed_node1 61426 1726886031.13849: Calling groups_plugins_inventory to load vars for managed_node1 61426 1726886031.13850: Calling groups_plugins_play to load vars for managed_node1 61426 1726886031.13868: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61426 1726886031.13876: done with get_vars() 61426 1726886031.13882: done queuing things up, now waiting for results queue to drain 61426 1726886031.13883: results queue empty 61426 1726886031.13884: checking for any_errors_fatal 61426 1726886031.13884: done checking for any_errors_fatal 61426 1726886031.13885: checking for max_fail_percentage 61426 1726886031.13885: done checking for max_fail_percentage 61426 1726886031.13886: checking to see if all hosts have failed and the running result is not ok 61426 1726886031.13886: done checking to see if all hosts have failed 61426 1726886031.13887: getting the remaining hosts for this loop 61426 1726886031.13887: done getting the remaining hosts for this loop 61426 1726886031.13889: getting the next task for host managed_node1 61426 1726886031.13891: done getting next task for host managed_node1 61426 1726886031.13892: ^ task is: TASK: meta (flush_handlers) 61426 1726886031.13893: ^ 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 61426 1726886031.13894: getting variables 61426 1726886031.13895: in VariableManager get_vars() 61426 1726886031.13899: Calling all_inventory to load vars for managed_node1 61426 1726886031.13900: Calling groups_inventory to load vars for managed_node1 61426 1726886031.13901: Calling all_plugins_inventory to load vars for managed_node1 61426 1726886031.13904: Calling all_plugins_play to load vars for managed_node1 61426 1726886031.13905: Calling groups_plugins_inventory to load vars for managed_node1 61426 1726886031.13906: Calling groups_plugins_play to load vars for managed_node1 61426 1726886031.13923: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61426 1726886031.13932: done with get_vars() 61426 1726886031.13941: done getting variables 61426 1726886031.13970: in VariableManager get_vars() 61426 1726886031.13975: Calling all_inventory to load vars for managed_node1 61426 1726886031.13976: Calling groups_inventory to load vars for managed_node1 61426 1726886031.13978: Calling all_plugins_inventory to load vars for managed_node1 61426 1726886031.13980: Calling all_plugins_play to load vars for managed_node1 61426 1726886031.13981: Calling groups_plugins_inventory to load vars for managed_node1 61426 1726886031.13983: Calling groups_plugins_play to load vars for managed_node1 61426 1726886031.13998: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61426 1726886031.14006: done with get_vars() 61426 1726886031.14011: done queuing things up, now waiting for results queue to drain 61426 1726886031.14012: results queue empty 61426 1726886031.14012: checking for any_errors_fatal 61426 1726886031.14013: done checking for any_errors_fatal 61426 1726886031.14013: checking for max_fail_percentage 61426 1726886031.14014: done checking for max_fail_percentage 61426 1726886031.14014: checking to see if all hosts have failed and the running result is not ok 61426 1726886031.14015: done checking to see if all hosts have failed 61426 1726886031.14015: getting the remaining hosts for this loop 61426 1726886031.14016: done getting the remaining hosts for this loop 61426 1726886031.14017: getting the next task for host managed_node1 61426 1726886031.14019: done getting next task for host managed_node1 61426 1726886031.14020: ^ task is: None 61426 1726886031.14021: ^ state is: HOST STATE: block=4, 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 61426 1726886031.14021: done queuing things up, now waiting for results queue to drain 61426 1726886031.14022: results queue empty 61426 1726886031.14022: checking for any_errors_fatal 61426 1726886031.14023: done checking for any_errors_fatal 61426 1726886031.14023: checking for max_fail_percentage 61426 1726886031.14023: done checking for max_fail_percentage 61426 1726886031.14024: checking to see if all hosts have failed and the running result is not ok 61426 1726886031.14024: done checking to see if all hosts have failed 61426 1726886031.14025: getting the next task for host managed_node1 61426 1726886031.14026: done getting next task for host managed_node1 61426 1726886031.14027: ^ task is: None 61426 1726886031.14028: ^ state is: HOST STATE: block=4, 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 61426 1726886031.14051: in VariableManager get_vars() 61426 1726886031.14063: done with get_vars() 61426 1726886031.14067: in VariableManager get_vars() 61426 1726886031.14074: done with get_vars() 61426 1726886031.14076: variable 'omit' from source: magic vars 61426 1726886031.14091: in VariableManager get_vars() 61426 1726886031.14098: done with get_vars() 61426 1726886031.14110: variable 'omit' from source: magic vars PLAY [Ensure that the role runs with default parameters] *********************** 61426 1726886031.15494: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py (found_in_cache=True, class_only=False) 61426 1726886031.15515: getting the remaining hosts for this loop 61426 1726886031.15516: done getting the remaining hosts for this loop 61426 1726886031.15520: getting the next task for host managed_node1 61426 1726886031.15522: done getting next task for host managed_node1 61426 1726886031.15523: ^ task is: TASK: meta (flush_handlers) 61426 1726886031.15524: ^ 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 61426 1726886031.15525: getting variables 61426 1726886031.15526: in VariableManager get_vars() 61426 1726886031.15533: Calling all_inventory to load vars for managed_node1 61426 1726886031.15535: Calling groups_inventory to load vars for managed_node1 61426 1726886031.15536: Calling all_plugins_inventory to load vars for managed_node1 61426 1726886031.15539: Calling all_plugins_play to load vars for managed_node1 61426 1726886031.15541: Calling groups_plugins_inventory to load vars for managed_node1 61426 1726886031.15542: Calling groups_plugins_play to load vars for managed_node1 61426 1726886031.15563: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61426 1726886031.15575: done with get_vars() 61426 1726886031.15579: done getting variables 61426 1726886031.15607: in VariableManager get_vars() 61426 1726886031.15613: Calling all_inventory to load vars for managed_node1 61426 1726886031.15614: Calling groups_inventory to load vars for managed_node1 61426 1726886031.15616: Calling all_plugins_inventory to load vars for managed_node1 61426 1726886031.15620: Calling all_plugins_play to load vars for managed_node1 61426 1726886031.15622: Calling groups_plugins_inventory to load vars for managed_node1 61426 1726886031.15624: Calling groups_plugins_play to load vars for managed_node1 61426 1726886031.15639: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61426 1726886031.15648: done with get_vars() 61426 1726886031.15653: done queuing things up, now waiting for results queue to drain 61426 1726886031.15654: results queue empty 61426 1726886031.15657: checking for any_errors_fatal 61426 1726886031.15657: done checking for any_errors_fatal 61426 1726886031.15658: checking for max_fail_percentage 61426 1726886031.15659: done checking for max_fail_percentage 61426 1726886031.15659: checking to see if all hosts have failed and the running result is not ok 61426 1726886031.15659: done checking to see if all hosts have failed 61426 1726886031.15660: getting the remaining hosts for this loop 61426 1726886031.15660: done getting the remaining hosts for this loop 61426 1726886031.15662: getting the next task for host managed_node1 61426 1726886031.15664: done getting next task for host managed_node1 61426 1726886031.15664: ^ task is: TASK: meta (role_complete) 61426 1726886031.15665: ^ 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 61426 1726886031.15671: getting variables 61426 1726886031.15671: in VariableManager get_vars() 61426 1726886031.15680: Calling all_inventory to load vars for managed_node1 61426 1726886031.15681: Calling groups_inventory to load vars for managed_node1 61426 1726886031.15682: Calling all_plugins_inventory to load vars for managed_node1 61426 1726886031.15685: Calling all_plugins_play to load vars for managed_node1 61426 1726886031.15686: Calling groups_plugins_inventory to load vars for managed_node1 61426 1726886031.15688: Calling groups_plugins_play to load vars for managed_node1 61426 1726886031.15703: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61426 1726886031.15714: done with get_vars() 61426 1726886031.15720: done getting variables 61426 1726886031.15751: done queuing things up, now waiting for results queue to drain 61426 1726886031.15752: results queue empty 61426 1726886031.15753: checking for any_errors_fatal 61426 1726886031.15753: done checking for any_errors_fatal 61426 1726886031.15759: checking for max_fail_percentage 61426 1726886031.15760: done checking for max_fail_percentage 61426 1726886031.15760: checking to see if all hosts have failed and the running result is not ok 61426 1726886031.15761: done checking to see if all hosts have failed 61426 1726886031.15761: getting the remaining hosts for this loop 61426 1726886031.15762: done getting the remaining hosts for this loop 61426 1726886031.15763: getting the next task for host managed_node1 61426 1726886031.15765: done getting next task for host managed_node1 61426 1726886031.15766: ^ task is: TASK: meta (flush_handlers) 61426 1726886031.15766: ^ 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 61426 1726886031.15768: getting variables 61426 1726886031.15768: in VariableManager get_vars() 61426 1726886031.15775: Calling all_inventory to load vars for managed_node1 61426 1726886031.15776: Calling groups_inventory to load vars for managed_node1 61426 1726886031.15777: Calling all_plugins_inventory to load vars for managed_node1 61426 1726886031.15780: Calling all_plugins_play to load vars for managed_node1 61426 1726886031.15781: Calling groups_plugins_inventory to load vars for managed_node1 61426 1726886031.15784: Calling groups_plugins_play to load vars for managed_node1 61426 1726886031.15801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61426 1726886031.15810: done with get_vars() 61426 1726886031.15813: done getting variables 61426 1726886031.15842: in VariableManager get_vars() 61426 1726886031.15849: Calling all_inventory to load vars for managed_node1 61426 1726886031.15850: Calling groups_inventory to load vars for managed_node1 61426 1726886031.15851: Calling all_plugins_inventory to load vars for managed_node1 61426 1726886031.15854: Calling all_plugins_play to load vars for managed_node1 61426 1726886031.15857: Calling groups_plugins_inventory to load vars for managed_node1 61426 1726886031.15859: Calling groups_plugins_play to load vars for managed_node1 61426 1726886031.15874: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61426 1726886031.15883: done with get_vars() 61426 1726886031.15888: done queuing things up, now waiting for results queue to drain 61426 1726886031.15889: results queue empty 61426 1726886031.15889: checking for any_errors_fatal 61426 1726886031.15890: done checking for any_errors_fatal 61426 1726886031.15891: checking for max_fail_percentage 61426 1726886031.15892: done checking for max_fail_percentage 61426 1726886031.15892: checking to see if all hosts have failed and the running result is not ok 61426 1726886031.15893: done checking to see if all hosts have failed 61426 1726886031.15893: getting the remaining hosts for this loop 61426 1726886031.15894: done getting the remaining hosts for this loop 61426 1726886031.15896: getting the next task for host managed_node1 61426 1726886031.15898: done getting next task for host managed_node1 61426 1726886031.15899: ^ task is: TASK: meta (flush_handlers) 61426 1726886031.15900: ^ 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 61426 1726886031.15901: getting variables 61426 1726886031.15902: in VariableManager get_vars() 61426 1726886031.15907: Calling all_inventory to load vars for managed_node1 61426 1726886031.15909: Calling groups_inventory to load vars for managed_node1 61426 1726886031.15910: Calling all_plugins_inventory to load vars for managed_node1 61426 1726886031.15912: Calling all_plugins_play to load vars for managed_node1 61426 1726886031.15914: Calling groups_plugins_inventory to load vars for managed_node1 61426 1726886031.15915: Calling groups_plugins_play to load vars for managed_node1 61426 1726886031.15933: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61426 1726886031.15941: done with get_vars() 61426 1726886031.15945: done getting variables 61426 1726886031.15973: in VariableManager get_vars() 61426 1726886031.15979: Calling all_inventory to load vars for managed_node1 61426 1726886031.15981: Calling groups_inventory to load vars for managed_node1 61426 1726886031.15982: Calling all_plugins_inventory to load vars for managed_node1 61426 1726886031.15984: Calling all_plugins_play to load vars for managed_node1 61426 1726886031.15986: Calling groups_plugins_inventory to load vars for managed_node1 61426 1726886031.15987: Calling groups_plugins_play to load vars for managed_node1 61426 1726886031.16004: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61426 1726886031.16013: done with get_vars() 61426 1726886031.16021: done queuing things up, now waiting for results queue to drain 61426 1726886031.16022: results queue empty 61426 1726886031.16022: checking for any_errors_fatal 61426 1726886031.16023: done checking for any_errors_fatal 61426 1726886031.16023: checking for max_fail_percentage 61426 1726886031.16024: done checking for max_fail_percentage 61426 1726886031.16024: checking to see if all hosts have failed and the running result is not ok 61426 1726886031.16025: done checking to see if all hosts have failed 61426 1726886031.16025: getting the remaining hosts for this loop 61426 1726886031.16026: done getting the remaining hosts for this loop 61426 1726886031.16027: getting the next task for host managed_node1 61426 1726886031.16029: done getting next task for host managed_node1 61426 1726886031.16029: ^ task is: None 61426 1726886031.16030: ^ 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 61426 1726886031.16031: done queuing things up, now waiting for results queue to drain 61426 1726886031.16031: results queue empty 61426 1726886031.16031: checking for any_errors_fatal 61426 1726886031.16032: done checking for any_errors_fatal 61426 1726886031.16032: checking for max_fail_percentage 61426 1726886031.16033: done checking for max_fail_percentage 61426 1726886031.16033: checking to see if all hosts have failed and the running result is not ok 61426 1726886031.16034: done checking to see if all hosts have failed 61426 1726886031.16034: getting the next task for host managed_node1 61426 1726886031.16035: done getting next task for host managed_node1 61426 1726886031.16036: ^ task is: None 61426 1726886031.16037: ^ 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 ********************************************************************* Friday 20 September 2024 22:33:51 -0400 (0:00:00.031) 0:00:00.031 ****** =============================================================================== 61426 1726886031.16064: RUNNING CLEANUP