[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 1726776559.69732: 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-TXC 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 1726776559.70064: Added group all to inventory 6626 1726776559.70066: Added group ungrouped to inventory 6626 1726776559.70070: Group all now contains ungrouped 6626 1726776559.70073: Examining possible inventory source: /tmp/kernel_settings-glV/inventory.yml 6626 1726776559.79299: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 6626 1726776559.79342: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 6626 1726776559.79358: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 6626 1726776559.79401: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 6626 1726776559.79449: Loaded config def from plugin (inventory/script) 6626 1726776559.79450: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 6626 1726776559.79476: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 6626 1726776559.79536: Loaded config def from plugin (inventory/yaml) 6626 1726776559.79537: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 6626 1726776559.79598: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 6626 1726776559.79875: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 6626 1726776559.79877: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 6626 1726776559.79880: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 6626 1726776559.79884: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 6626 1726776559.79889: Loading data from /tmp/kernel_settings-glV/inventory.yml 6626 1726776559.79935: /tmp/kernel_settings-glV/inventory.yml was not parsable by auto 6626 1726776559.79977: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 6626 1726776559.80007: Loading data from /tmp/kernel_settings-glV/inventory.yml 6626 1726776559.80061: group all already in inventory 6626 1726776559.80066: set inventory_file for managed_node1 6626 1726776559.80069: set inventory_dir for managed_node1 6626 1726776559.80069: Added host managed_node1 to inventory 6626 1726776559.80071: Added host managed_node1 to group all 6626 1726776559.80071: set ansible_host for managed_node1 6626 1726776559.80072: set ansible_ssh_extra_args for managed_node1 6626 1726776559.80074: set inventory_file for managed_node2 6626 1726776559.80076: set inventory_dir for managed_node2 6626 1726776559.80076: Added host managed_node2 to inventory 6626 1726776559.80077: Added host managed_node2 to group all 6626 1726776559.80077: set ansible_host for managed_node2 6626 1726776559.80078: set ansible_ssh_extra_args for managed_node2 6626 1726776559.80079: set inventory_file for managed_node3 6626 1726776559.80081: set inventory_dir for managed_node3 6626 1726776559.80081: Added host managed_node3 to inventory 6626 1726776559.80082: Added host managed_node3 to group all 6626 1726776559.80082: set ansible_host for managed_node3 6626 1726776559.80083: set ansible_ssh_extra_args for managed_node3 6626 1726776559.80085: Reconcile groups and hosts in inventory. 6626 1726776559.80089: Group ungrouped now contains managed_node1 6626 1726776559.80090: Group ungrouped now contains managed_node2 6626 1726776559.80091: Group ungrouped now contains managed_node3 6626 1726776559.80144: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 6626 1726776559.80223: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 6626 1726776559.80253: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 6626 1726776559.80271: Loaded config def from plugin (vars/host_group_vars) 6626 1726776559.80272: 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 1726776559.80277: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 6626 1726776559.80282: 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 1726776559.80314: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 6626 1726776559.80547: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776559.80628: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 6626 1726776559.80652: Loaded config def from plugin (connection/local) 6626 1726776559.80654: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 6626 1726776559.81037: Loaded config def from plugin (connection/paramiko_ssh) 6626 1726776559.81039: 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 1726776559.81605: 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 1726776559.81630: Loaded config def from plugin (connection/psrp) 6626 1726776559.81632: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 6626 1726776559.82037: 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 1726776559.82060: Loaded config def from plugin (connection/ssh) 6626 1726776559.82062: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 6626 1726776559.83378: 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 1726776559.83405: Loaded config def from plugin (connection/winrm) 6626 1726776559.83407: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 6626 1726776559.83432: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 6626 1726776559.83475: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 6626 1726776559.83518: Loaded config def from plugin (shell/cmd) 6626 1726776559.83520: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 6626 1726776559.83543: 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 1726776559.83579: Loaded config def from plugin (shell/powershell) 6626 1726776559.83580: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 6626 1726776559.83618: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 6626 1726776559.83720: Loaded config def from plugin (shell/sh) 6626 1726776559.83722: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 6626 1726776559.83746: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 6626 1726776559.83819: Loaded config def from plugin (become/runas) 6626 1726776559.83820: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 6626 1726776559.83929: Loaded config def from plugin (become/su) 6626 1726776559.83930: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 6626 1726776559.84024: Loaded config def from plugin (become/sudo) 6626 1726776559.84026: 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 1726776559.84048: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml 6626 1726776559.84293: in VariableManager get_vars() 6626 1726776559.84308: done with get_vars() 6626 1726776559.84338: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 6626 1726776559.84347: 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 1726776559.84518: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 6626 1726776559.84601: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 6626 1726776559.84603: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-TXC/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 1726776559.84625: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 6626 1726776559.84641: 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 1726776559.84797: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 6626 1726776559.84834: Loaded config def from plugin (callback/default) 6626 1726776559.84836: 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 1726776559.85562: Loaded config def from plugin (callback/junit) 6626 1726776559.85564: 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 1726776559.85598: 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 1726776559.85637: Loaded config def from plugin (callback/minimal) 6626 1726776559.85639: 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 1726776559.85665: 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 1726776559.85703: Loaded config def from plugin (callback/tree) 6626 1726776559.85705: 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 1726776559.85778: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 6626 1726776559.85779: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-TXC/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-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml 6626 1726776559.85799: in VariableManager get_vars() 6626 1726776559.85811: done with get_vars() 6626 1726776559.85817: in VariableManager get_vars() 6626 1726776559.85824: done with get_vars() 6626 1726776559.85827: variable 'omit' from source: magic vars 6626 1726776559.85851: in VariableManager get_vars() 6626 1726776559.85859: done with get_vars() 6626 1726776559.85872: variable 'omit' from source: magic vars PLAY [Ensure that the role runs with default parameters] *********************** 6626 1726776559.87911: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 6626 1726776559.87963: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 6626 1726776559.88003: getting the remaining hosts for this loop 6626 1726776559.88004: done getting the remaining hosts for this loop 6626 1726776559.88007: getting the next task for host managed_node3 6626 1726776559.88013: done getting next task for host managed_node3 6626 1726776559.88014: ^ task is: TASK: meta (flush_handlers) 6626 1726776559.88015: ^ 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 1726776559.88017: getting variables 6626 1726776559.88018: in VariableManager get_vars() 6626 1726776559.88031: Calling all_inventory to load vars for managed_node3 6626 1726776559.88032: Calling groups_inventory to load vars for managed_node3 6626 1726776559.88034: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776559.88043: Calling all_plugins_play to load vars for managed_node3 6626 1726776559.88050: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776559.88052: Calling groups_plugins_play to load vars for managed_node3 6626 1726776559.88074: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776559.88113: done with get_vars() 6626 1726776559.88119: done getting variables 6626 1726776559.88246: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 6626 1726776559.88274: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 6626 1726776559.88307: in VariableManager get_vars() 6626 1726776559.88316: Calling all_inventory to load vars for managed_node3 6626 1726776559.88317: Calling groups_inventory to load vars for managed_node3 6626 1726776559.88319: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776559.88323: Calling all_plugins_play to load vars for managed_node3 6626 1726776559.88325: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776559.88327: Calling groups_plugins_play to load vars for managed_node3 6626 1726776559.88345: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776559.88353: done with get_vars() 6626 1726776559.88361: done queuing things up, now waiting for results queue to drain 6626 1726776559.88362: results queue empty 6626 1726776559.88362: checking for any_errors_fatal 6626 1726776559.88363: done checking for any_errors_fatal 6626 1726776559.88364: checking for max_fail_percentage 6626 1726776559.88364: done checking for max_fail_percentage 6626 1726776559.88365: checking to see if all hosts have failed and the running result is not ok 6626 1726776559.88365: done checking to see if all hosts have failed 6626 1726776559.88366: getting the remaining hosts for this loop 6626 1726776559.88366: done getting the remaining hosts for this loop 6626 1726776559.88368: getting the next task for host managed_node3 6626 1726776559.88371: done getting next task for host managed_node3 6626 1726776559.88372: ^ task is: TASK: Run role with no settings 6626 1726776559.88373: ^ 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 1726776559.88374: getting variables 6626 1726776559.88375: in VariableManager get_vars() 6626 1726776559.88380: Calling all_inventory to load vars for managed_node3 6626 1726776559.88381: Calling groups_inventory to load vars for managed_node3 6626 1726776559.88382: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776559.88385: Calling all_plugins_play to load vars for managed_node3 6626 1726776559.88388: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776559.88390: Calling groups_plugins_play to load vars for managed_node3 6626 1726776559.88406: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776559.88417: done with get_vars() 6626 1726776559.88421: done getting variables TASK [Run role with no settings] *********************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml:8 Thursday 19 September 2024 16:09:19 -0400 (0:00:00.027) 0:00:00.027 **** 6626 1726776559.88470: entering _queue_task() for managed_node3/include_role 6626 1726776559.88471: Creating lock for include_role 6626 1726776559.88808: worker is 1 (out of 1 available) 6626 1726776559.88820: exiting _queue_task() for managed_node3/include_role 6626 1726776559.88831: done queuing things up, now waiting for results queue to drain 6626 1726776559.88834: waiting for pending results... 6626 1726776559.88960: running TaskExecutor() for managed_node3/TASK: Run role with no settings 6626 1726776559.89027: in run() - task 12343ab9-b159-5b96-3694-000000000006 6626 1726776559.89038: variable 'ansible_search_path' from source: unknown 6626 1726776559.89067: calling self._execute() 6626 1726776559.89121: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776559.89124: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776559.89131: variable 'omit' from source: magic vars 6626 1726776559.89199: _execute() done 6626 1726776559.89203: dumping result to json 6626 1726776559.89205: done dumping result, returning 6626 1726776559.89213: done running TaskExecutor() for managed_node3/TASK: Run role with no settings [12343ab9-b159-5b96-3694-000000000006] 6626 1726776559.89219: sending task result for task 12343ab9-b159-5b96-3694-000000000006 6626 1726776559.89317: done sending task result for task 12343ab9-b159-5b96-3694-000000000006 6626 1726776559.89320: WORKER PROCESS EXITING 6626 1726776559.89364: no more pending results, returning what we have 6626 1726776559.89370: in VariableManager get_vars() 6626 1726776559.89397: Calling all_inventory to load vars for managed_node3 6626 1726776559.89400: Calling groups_inventory to load vars for managed_node3 6626 1726776559.89402: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776559.89411: Calling all_plugins_play to load vars for managed_node3 6626 1726776559.89413: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776559.89416: Calling groups_plugins_play to load vars for managed_node3 6626 1726776559.89449: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776559.89461: done with get_vars() 6626 1726776559.89465: variable 'ansible_search_path' from source: unknown 6626 1726776559.89512: variable 'omit' from source: magic vars 6626 1726776559.89527: variable 'omit' from source: magic vars 6626 1726776559.89536: variable 'omit' from source: magic vars 6626 1726776559.89539: we have included files to process 6626 1726776559.89539: generating all_blocks data 6626 1726776559.89540: done generating all_blocks data 6626 1726776559.89541: processing included file: fedora.linux_system_roles.kernel_settings 6626 1726776559.89553: in VariableManager get_vars() 6626 1726776559.89563: done with get_vars() 6626 1726776559.89606: in VariableManager get_vars() 6626 1726776559.89615: done with get_vars() 6626 1726776559.89638: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6626 1726776559.89722: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6626 1726776559.89758: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6626 1726776559.91346: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6626 1726776559.91806: trying /usr/local/lib/python3.12/site-packages/ansible/modules 6626 1726776559.91935: in VariableManager get_vars() 6626 1726776559.91950: done with get_vars() 6626 1726776559.92883: in VariableManager get_vars() 6626 1726776559.92898: done with get_vars() 6626 1726776559.93002: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6626 1726776559.93399: iterating over new_blocks loaded from include file 6626 1726776559.93401: in VariableManager get_vars() 6626 1726776559.93413: done with get_vars() 6626 1726776559.93414: filtering new block on tags 6626 1726776559.93425: done filtering new block on tags 6626 1726776559.93427: in VariableManager get_vars() 6626 1726776559.93436: done with get_vars() 6626 1726776559.93437: filtering new block on tags 6626 1726776559.93447: done filtering new block on tags 6626 1726776559.93448: in VariableManager get_vars() 6626 1726776559.93469: done with get_vars() 6626 1726776559.93471: filtering new block on tags 6626 1726776559.93494: done filtering new block on tags 6626 1726776559.93496: in VariableManager get_vars() 6626 1726776559.93504: done with get_vars() 6626 1726776559.93505: filtering new block on tags 6626 1726776559.93515: done filtering new block on tags 6626 1726776559.93516: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node3 6626 1726776559.93520: extending task lists for all hosts with included blocks 6626 1726776559.93548: done extending task lists 6626 1726776559.93549: done processing included files 6626 1726776559.93550: results queue empty 6626 1726776559.93550: checking for any_errors_fatal 6626 1726776559.93551: done checking for any_errors_fatal 6626 1726776559.93552: checking for max_fail_percentage 6626 1726776559.93552: done checking for max_fail_percentage 6626 1726776559.93553: checking to see if all hosts have failed and the running result is not ok 6626 1726776559.93553: done checking to see if all hosts have failed 6626 1726776559.93554: getting the remaining hosts for this loop 6626 1726776559.93555: done getting the remaining hosts for this loop 6626 1726776559.93556: getting the next task for host managed_node3 6626 1726776559.93559: done getting next task for host managed_node3 6626 1726776559.93560: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6626 1726776559.93561: ^ 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 1726776559.93567: getting variables 6626 1726776559.93568: in VariableManager get_vars() 6626 1726776559.93576: Calling all_inventory to load vars for managed_node3 6626 1726776559.93579: Calling groups_inventory to load vars for managed_node3 6626 1726776559.93580: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776559.93584: Calling all_plugins_play to load vars for managed_node3 6626 1726776559.93587: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776559.93589: Calling groups_plugins_play to load vars for managed_node3 6626 1726776559.93608: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776559.93622: done with get_vars() 6626 1726776559.93627: done getting variables 6626 1726776559.93667: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 16:09:19 -0400 (0:00:00.052) 0:00:00.079 **** 6626 1726776559.93691: entering _queue_task() for managed_node3/fail 6626 1726776559.93692: Creating lock for fail 6626 1726776559.93902: worker is 1 (out of 1 available) 6626 1726776559.93915: exiting _queue_task() for managed_node3/fail 6626 1726776559.93925: done queuing things up, now waiting for results queue to drain 6626 1726776559.93928: waiting for pending results... 6626 1726776559.94070: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6626 1726776559.94131: in run() - task 12343ab9-b159-5b96-3694-000000000023 6626 1726776559.94142: variable 'ansible_search_path' from source: unknown 6626 1726776559.94145: variable 'ansible_search_path' from source: unknown 6626 1726776559.94177: calling self._execute() 6626 1726776559.94225: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776559.94230: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776559.94238: variable 'omit' from source: magic vars 6626 1726776559.94558: variable 'kernel_settings_sysctl' from source: role '' defaults 6626 1726776559.94567: variable '__kernel_settings_state_empty' from source: role '' all vars 6626 1726776559.94576: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6626 1726776559.94769: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776559.96171: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776559.96227: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776559.96256: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776559.96280: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776559.96302: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776559.96364: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776559.96384: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776559.96403: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776559.96435: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776559.96445: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776559.96483: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776559.96501: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776559.96520: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776559.96547: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776559.96559: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776559.96591: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776559.96608: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776559.96626: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776559.96651: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776559.96662: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776559.96854: variable 'kernel_settings_sysctl' from source: role '' defaults 6626 1726776559.96882: Evaluated conditional ((kernel_settings_sysctl | selectattr("value", "defined") | selectattr("value", "sameas", true) | list | length > 0) or (kernel_settings_sysctl | selectattr("value", "defined") | selectattr("value", "sameas", false) | list | length > 0)): False 6626 1726776559.96887: when evaluation is False, skipping this task 6626 1726776559.96890: _execute() done 6626 1726776559.96892: dumping result to json 6626 1726776559.96894: done dumping result, returning 6626 1726776559.96897: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [12343ab9-b159-5b96-3694-000000000023] 6626 1726776559.96902: sending task result for task 12343ab9-b159-5b96-3694-000000000023 6626 1726776559.96987: done sending task result for task 12343ab9-b159-5b96-3694-000000000023 6626 1726776559.96990: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } 6626 1726776559.97057: no more pending results, returning what we have 6626 1726776559.97061: results queue empty 6626 1726776559.97061: checking for any_errors_fatal 6626 1726776559.97063: done checking for any_errors_fatal 6626 1726776559.97063: checking for max_fail_percentage 6626 1726776559.97065: done checking for max_fail_percentage 6626 1726776559.97066: checking to see if all hosts have failed and the running result is not ok 6626 1726776559.97067: done checking to see if all hosts have failed 6626 1726776559.97067: getting the remaining hosts for this loop 6626 1726776559.97069: done getting the remaining hosts for this loop 6626 1726776559.97072: getting the next task for host managed_node3 6626 1726776559.97078: done getting next task for host managed_node3 6626 1726776559.97082: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6626 1726776559.97084: ^ 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=2, 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 1726776559.97114: getting variables 6626 1726776559.97115: in VariableManager get_vars() 6626 1726776559.97145: Calling all_inventory to load vars for managed_node3 6626 1726776559.97148: Calling groups_inventory to load vars for managed_node3 6626 1726776559.97150: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776559.97158: Calling all_plugins_play to load vars for managed_node3 6626 1726776559.97160: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776559.97162: Calling groups_plugins_play to load vars for managed_node3 6626 1726776559.97194: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776559.97220: done with get_vars() 6626 1726776559.97227: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 16:09:19 -0400 (0:00:00.035) 0:00:00.115 **** 6626 1726776559.97292: entering _queue_task() for managed_node3/include_tasks 6626 1726776559.97293: Creating lock for include_tasks 6626 1726776559.97469: worker is 1 (out of 1 available) 6626 1726776559.97481: exiting _queue_task() for managed_node3/include_tasks 6626 1726776559.97494: done queuing things up, now waiting for results queue to drain 6626 1726776559.97495: waiting for pending results... 6626 1726776559.97636: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6626 1726776559.97694: in run() - task 12343ab9-b159-5b96-3694-000000000024 6626 1726776559.97705: variable 'ansible_search_path' from source: unknown 6626 1726776559.97708: variable 'ansible_search_path' from source: unknown 6626 1726776559.97739: calling self._execute() 6626 1726776559.97788: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776559.97792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776559.97800: variable 'omit' from source: magic vars 6626 1726776559.97874: _execute() done 6626 1726776559.97878: dumping result to json 6626 1726776559.97880: done dumping result, returning 6626 1726776559.97888: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [12343ab9-b159-5b96-3694-000000000024] 6626 1726776559.97894: sending task result for task 12343ab9-b159-5b96-3694-000000000024 6626 1726776559.97970: done sending task result for task 12343ab9-b159-5b96-3694-000000000024 6626 1726776559.97973: WORKER PROCESS EXITING 6626 1726776559.98009: no more pending results, returning what we have 6626 1726776559.98014: in VariableManager get_vars() 6626 1726776559.98051: Calling all_inventory to load vars for managed_node3 6626 1726776559.98053: Calling groups_inventory to load vars for managed_node3 6626 1726776559.98055: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776559.98064: Calling all_plugins_play to load vars for managed_node3 6626 1726776559.98066: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776559.98068: Calling groups_plugins_play to load vars for managed_node3 6626 1726776559.98106: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776559.98123: done with get_vars() 6626 1726776559.98127: variable 'ansible_search_path' from source: unknown 6626 1726776559.98128: variable 'ansible_search_path' from source: unknown 6626 1726776559.98150: we have included files to process 6626 1726776559.98151: generating all_blocks data 6626 1726776559.98152: done generating all_blocks data 6626 1726776559.98155: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6626 1726776559.98156: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6626 1726776559.98158: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6626 1726776559.98700: done processing included file 6626 1726776559.98702: iterating over new_blocks loaded from include file 6626 1726776559.98703: in VariableManager get_vars() 6626 1726776559.98717: done with get_vars() 6626 1726776559.98718: filtering new block on tags 6626 1726776559.98727: done filtering new block on tags 6626 1726776559.98729: in VariableManager get_vars() 6626 1726776559.98739: done with get_vars() 6626 1726776559.98740: filtering new block on tags 6626 1726776559.98750: done filtering new block on tags 6626 1726776559.98752: in VariableManager get_vars() 6626 1726776559.98765: done with get_vars() 6626 1726776559.98767: filtering new block on tags 6626 1726776559.98777: done filtering new block on tags 6626 1726776559.98779: in VariableManager get_vars() 6626 1726776559.98792: done with get_vars() 6626 1726776559.98793: filtering new block on tags 6626 1726776559.98800: done filtering new block on tags 6626 1726776559.98801: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node3 6626 1726776559.98804: extending task lists for all hosts with included blocks 6626 1726776559.98895: done extending task lists 6626 1726776559.98896: done processing included files 6626 1726776559.98896: results queue empty 6626 1726776559.98897: checking for any_errors_fatal 6626 1726776559.98898: done checking for any_errors_fatal 6626 1726776559.98899: checking for max_fail_percentage 6626 1726776559.98899: done checking for max_fail_percentage 6626 1726776559.98900: checking to see if all hosts have failed and the running result is not ok 6626 1726776559.98900: done checking to see if all hosts have failed 6626 1726776559.98901: getting the remaining hosts for this loop 6626 1726776559.98902: done getting the remaining hosts for this loop 6626 1726776559.98903: getting the next task for host managed_node3 6626 1726776559.98906: done getting next task for host managed_node3 6626 1726776559.98908: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6626 1726776559.98910: ^ 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=3, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6626 1726776559.98916: getting variables 6626 1726776559.98916: in VariableManager get_vars() 6626 1726776559.98925: Calling all_inventory to load vars for managed_node3 6626 1726776559.98926: Calling groups_inventory to load vars for managed_node3 6626 1726776559.98927: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776559.98931: Calling all_plugins_play to load vars for managed_node3 6626 1726776559.98932: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776559.98934: Calling groups_plugins_play to load vars for managed_node3 6626 1726776559.98951: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776559.98967: done with get_vars() 6626 1726776559.98972: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 16:09:19 -0400 (0:00:00.017) 0:00:00.132 **** 6626 1726776559.99022: entering _queue_task() for managed_node3/setup 6626 1726776559.99219: worker is 1 (out of 1 available) 6626 1726776559.99230: exiting _queue_task() for managed_node3/setup 6626 1726776559.99241: done queuing things up, now waiting for results queue to drain 6626 1726776559.99242: waiting for pending results... 6626 1726776559.99389: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6626 1726776559.99458: in run() - task 12343ab9-b159-5b96-3694-000000000085 6626 1726776559.99474: variable 'ansible_search_path' from source: unknown 6626 1726776559.99477: variable 'ansible_search_path' from source: unknown 6626 1726776559.99503: calling self._execute() 6626 1726776559.99549: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776559.99553: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776559.99561: variable 'omit' from source: magic vars 6626 1726776559.99920: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776560.01324: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776560.01367: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776560.01395: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776560.01424: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776560.01445: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776560.01505: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776560.01532: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776560.01548: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776560.01573: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776560.01584: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776560.01624: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776560.01644: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776560.01660: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776560.01684: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776560.01697: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776560.01822: variable '__kernel_settings_required_facts' from source: role '' all vars 6626 1726776560.01830: variable 'ansible_facts' from source: unknown 6626 1726776560.01857: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): True 6626 1726776560.01860: variable 'omit' from source: magic vars 6626 1726776560.01900: variable 'omit' from source: magic vars 6626 1726776560.01922: variable '__kernel_settings_required_facts_subsets' from source: role '' all vars 6626 1726776560.01980: variable '__kernel_settings_required_facts_subsets' from source: role '' all vars 6626 1726776560.02050: variable '__kernel_settings_required_facts' from source: role '' all vars 6626 1726776560.02106: variable 'omit' from source: magic vars 6626 1726776560.02127: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776560.02147: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776560.02181: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776560.02194: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776560.02202: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776560.02227: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776560.02231: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776560.02233: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776560.02298: Set connection var ansible_shell_type to sh 6626 1726776560.02305: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776560.02310: Set connection var ansible_timeout to 10 6626 1726776560.02317: Set connection var ansible_pipelining to False 6626 1726776560.02323: Set connection var ansible_shell_executable to /bin/sh 6626 1726776560.02326: Set connection var ansible_connection to ssh 6626 1726776560.02342: variable 'ansible_shell_executable' from source: unknown 6626 1726776560.02345: variable 'ansible_connection' from source: unknown 6626 1726776560.02348: variable 'ansible_module_compression' from source: unknown 6626 1726776560.02351: variable 'ansible_shell_type' from source: unknown 6626 1726776560.02353: variable 'ansible_shell_executable' from source: unknown 6626 1726776560.02355: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776560.02357: variable 'ansible_pipelining' from source: unknown 6626 1726776560.02360: variable 'ansible_timeout' from source: unknown 6626 1726776560.02364: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776560.02463: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6626 1726776560.02470: variable 'omit' from source: magic vars 6626 1726776560.02476: starting attempt loop 6626 1726776560.02479: running the handler 6626 1726776560.02488: _low_level_execute_command(): starting 6626 1726776560.02493: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776560.03001: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776560.03004: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776560.03017: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776560.03020: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776560.03052: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776560.03056: stderr chunk (state=3): >>>debug1: Control socket "/root/.ansible/cp/817bfa67e9" does not exist debug1: Connecting to 10.31.9.172 [10.31.9.172] port 22. debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776560.03188: stderr chunk (state=3): >>>debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. <<< 6626 1726776560.03191: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 <<< 6626 1726776560.03193: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 <<< 6626 1726776560.03199: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 <<< 6626 1726776560.03201: stderr chunk (state=3): >>>debug1: Local version string SSH-2.0-OpenSSH_9.8 <<< 6626 1726776560.03865: stderr chunk (state=3): >>>debug1: Remote protocol version 2.0, remote software version OpenSSH_9.8 debug1: compat_banner: match: OpenSSH_9.8 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.9.172:22 as 'root' <<< 6626 1726776560.03869: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory <<< 6626 1726776560.03870: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT sent <<< 6626 1726776560.04093: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr <<< 6626 1726776560.04096: stderr chunk (state=3): >>>debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 <<< 6626 1726776560.04257: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_KEX_ECDH_REPLY <<< 6626 1726776560.04661: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEX_ECDH_REPLY received <<< 6626 1726776560.04664: stderr chunk (state=3): >>>debug1: Server host key: ssh-ed25519 SHA256:rJHKpyMQFiKdOWaoQQq2cXTSwsTLU9J7yzehXo3az3w debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory <<< 6626 1726776560.04666: stderr chunk (state=3): >>>Warning: Permanently added '10.31.9.172' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys <<< 6626 1726776560.05012: stderr chunk (state=3): >>>debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 <<< 6626 1726776560.05017: stderr chunk (state=3): >>>debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none <<< 6626 1726776560.05023: stderr chunk (state=3): >>>debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> debug1: kex_ext_info_check_ver: ping@openssh.com=<0> <<< 6626 1726776560.09152: stderr chunk (state=3): >>>debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received <<< 6626 1726776560.09248: stderr chunk (state=3): >>>debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic <<< 6626 1726776560.09388: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 6626 1726776560.09434: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk <<< 6626 1726776560.09437: stderr chunk (state=3): >>>debug1: Will attempt key: /root/.ssh/id_xmss debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa <<< 6626 1726776560.09882: stderr chunk (state=3): >>>debug2: we sent a publickey packet, wait for reply <<< 6626 1726776560.11040: stderr chunk (state=3): >>>debug1: Enabling compression at level 6. <<< 6626 1726776560.11050: stderr chunk (state=3): >>>Authenticated to 10.31.9.172 ([10.31.9.172]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket <<< 6626 1726776560.11075: stderr chunk (state=3): >>>debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/817bfa67e9] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY <<< 6626 1726776560.11078: stderr chunk (state=3): >>>debug1: control_persist_detach: backgrounding master process <<< 6626 1726776560.11110: stderr chunk (state=3): >>>debug2: control_persist_detach: background process is 6639 debug2: fd 4 setting O_NONBLOCK <<< 6626 1726776560.11149: stderr chunk (state=3): >>>debug1: forking to background <<< 6626 1726776560.11220: stderr chunk (state=3): >>>debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 5 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 debug2: mux_client_hello_exchange: master version 4 debug2: mux_master_process_alive_check: channel 1: alive check <<< 6626 1726776560.11223: stderr chunk (state=3): >>>debug2: mux_master_process_new_session: channel 1: request tty 0, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'echo ~ && sleep 0'", env 0 debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open <<< 6626 1726776560.13018: stderr chunk (state=3): >>>debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding <<< 6626 1726776560.17058: stderr chunk (state=3): >>>debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug1: Sending command: /bin/sh -c 'echo ~ && sleep 0' debug2: channel 2: request exec confirm 1 <<< 6626 1726776560.17063: stderr chunk (state=3): >>>debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 <<< 6626 1726776560.17065: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776560.17259: stderr chunk (state=3): >>>debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 <<< 6626 1726776560.18815: stdout chunk (state=3): >>>/root <<< 6626 1726776560.19022: stderr chunk (state=3): >>>debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed <<< 6626 1726776560.19026: stderr chunk (state=3): >>>debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close <<< 6626 1726776560.19029: stderr chunk (state=3): >>>debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 <<< 6626 1726776560.19031: stderr chunk (state=3): >>>debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 <<< 6626 1726776560.19033: stderr chunk (state=3): >>>debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 <<< 6626 1726776560.19089: stdout chunk (state=3): >>><<< 6626 1726776561.19160: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug1: Control socket "/root/.ansible/cp/817bfa67e9" does not exist debug1: Connecting to 10.31.9.172 [10.31.9.172] port 22. debug2: fd 3 setting O_NONBLOCK debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.8 debug1: Remote protocol version 2.0, remote software version OpenSSH_9.8 debug1: compat_banner: match: OpenSSH_9.8 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.9.172:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:rJHKpyMQFiKdOWaoQQq2cXTSwsTLU9J7yzehXo3az3w debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory Warning: Permanently added '10.31.9.172' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> debug1: kex_ext_info_check_ver: ping@openssh.com=<0> debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa debug2: we sent a publickey packet, wait for reply debug1: Enabling compression at level 6. Authenticated to 10.31.9.172 ([10.31.9.172]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/817bfa67e9] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 6639 debug2: fd 4 setting O_NONBLOCK debug1: forking to background debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 5 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 debug2: mux_client_hello_exchange: master version 4 debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 0, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'echo ~ && sleep 0'", env 0 debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug1: Sending command: /bin/sh -c 'echo ~ && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 6626 1726776561.19175: _low_level_execute_command(): starting 6626 1726776561.19178: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776561.1916068-6637-224350974521659 `" && echo ansible-tmp-1726776561.1916068-6637-224350974521659="` echo /root/.ansible/tmp/ansible-tmp-1726776561.1916068-6637-224350974521659 `" ) && sleep 0' 6626 1726776561.19762: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776561.19824: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776561.19828: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776561.19835: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776561.19948: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776561.22037: stdout chunk (state=3): >>>ansible-tmp-1726776561.1916068-6637-224350974521659=/root/.ansible/tmp/ansible-tmp-1726776561.1916068-6637-224350974521659 <<< 6626 1726776561.22299: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776561.22303: stdout chunk (state=3): >>><<< 6626 1726776561.22305: stderr chunk (state=3): >>><<< 6626 1726776561.22310: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776561.1916068-6637-224350974521659=/root/.ansible/tmp/ansible-tmp-1726776561.1916068-6637-224350974521659 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776561.22322: variable 'ansible_module_compression' from source: unknown 6626 1726776561.22377: ANSIBALLZ: Using lock for setup 6626 1726776561.22385: ANSIBALLZ: Acquiring lock 6626 1726776561.22397: ANSIBALLZ: Lock acquired: 139628602710576 6626 1726776561.22592: ANSIBALLZ: Creating module 6626 1726776561.48849: ANSIBALLZ: Writing module into payload 6626 1726776561.48992: ANSIBALLZ: Writing module 6626 1726776561.49024: ANSIBALLZ: Renaming module 6626 1726776561.49032: ANSIBALLZ: Done creating module 6626 1726776561.49062: variable 'ansible_facts' from source: unknown 6626 1726776561.49069: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776561.49082: _low_level_execute_command(): starting 6626 1726776561.49092: _low_level_execute_command(): executing: /bin/sh -c 'echo PLATFORM; uname; echo FOUND; command -v '"'"'python3.12'"'"'; command -v '"'"'python3.11'"'"'; command -v '"'"'python3.10'"'"'; command -v '"'"'python3.9'"'"'; command -v '"'"'python3.8'"'"'; command -v '"'"'python3.7'"'"'; command -v '"'"'/usr/bin/python3'"'"'; command -v '"'"'python3'"'"'; echo ENDFOUND && sleep 0' 6626 1726776561.49534: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776561.49538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776561.49540: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776561.49542: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776561.49544: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776561.49546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776561.49592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776561.49610: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776561.49655: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776561.51447: stdout chunk (state=3): >>>PLATFORM <<< 6626 1726776561.51513: stdout chunk (state=3): >>>Linux <<< 6626 1726776561.51547: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 <<< 6626 1726776561.51558: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 6626 1726776561.51685: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776561.51707: stderr chunk (state=3): >>><<< 6626 1726776561.51713: stdout chunk (state=3): >>><<< 6626 1726776561.51726: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776561.51736 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 6626 1726776561.51771: _low_level_execute_command(): starting 6626 1726776561.51774: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 6626 1726776561.51851: Sending initial data 6626 1726776561.51855: Sent initial data (1181 bytes) 6626 1726776561.52189: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776561.52193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776561.52195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 6626 1726776561.52197: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776561.52199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776561.52252: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776561.52256: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776561.52261: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776561.52310: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776561.55791: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} <<< 6626 1726776561.56266: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776561.56299: stderr chunk (state=3): >>><<< 6626 1726776561.56302: stdout chunk (state=3): >>><<< 6626 1726776561.56314: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776561.56367: variable 'ansible_facts' from source: unknown 6626 1726776561.56370: variable 'ansible_facts' from source: unknown 6626 1726776561.56378: variable 'ansible_module_compression' from source: unknown 6626 1726776561.56415: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6626 1726776561.56439: variable 'ansible_facts' from source: unknown 6626 1726776561.56533: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776561.1916068-6637-224350974521659/AnsiballZ_setup.py 6626 1726776561.56646: Sending initial data 6626 1726776561.56649: Sent initial data (152 bytes) 6626 1726776561.57079: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776561.57113: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776561.57116: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776561.57118: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776561.57120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776561.57122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776561.57177: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776561.57184: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776561.57190: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776561.57230: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776561.58987: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776561.59030: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776561.59083: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpdac6jpo1 /root/.ansible/tmp/ansible-tmp-1726776561.1916068-6637-224350974521659/AnsiballZ_setup.py <<< 6626 1726776561.59092: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776561.1916068-6637-224350974521659/AnsiballZ_setup.py" <<< 6626 1726776561.59137: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpdac6jpo1" to remote "/root/.ansible/tmp/ansible-tmp-1726776561.1916068-6637-224350974521659/AnsiballZ_setup.py" <<< 6626 1726776561.59139: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776561.1916068-6637-224350974521659/AnsiballZ_setup.py" <<< 6626 1726776561.60204: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776561.60243: stderr chunk (state=3): >>><<< 6626 1726776561.60246: stdout chunk (state=3): >>><<< 6626 1726776561.60263: done transferring module to remote 6626 1726776561.60271: _low_level_execute_command(): starting 6626 1726776561.60276: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776561.1916068-6637-224350974521659/ /root/.ansible/tmp/ansible-tmp-1726776561.1916068-6637-224350974521659/AnsiballZ_setup.py && sleep 0' 6626 1726776561.60749: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776561.60752: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776561.60755: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776561.60757: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776561.60759: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776561.60760: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776561.60806: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776561.60809: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776561.60815: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776561.60860: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776561.62697: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776561.62723: stderr chunk (state=3): >>><<< 6626 1726776561.62726: stdout chunk (state=3): >>><<< 6626 1726776561.62741: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776561.62744: _low_level_execute_command(): starting 6626 1726776561.62749: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776561.1916068-6637-224350974521659/AnsiballZ_setup.py && sleep 0' 6626 1726776561.63179: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776561.63183: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776561.63213: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776561.63216: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776561.63219: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776561.63220: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776561.63279: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776561.63282: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776561.63289: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776561.63346: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.04344: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 6626 1726776562.06027: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776562.06050: stderr chunk (state=3): >>><<< 6626 1726776562.06053: stdout chunk (state=3): >>><<< 6626 1726776562.06067: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 6626 1726776562.06103: done with _execute_module (setup, {'gather_subset': ['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'], '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'setup', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776561.1916068-6637-224350974521659/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776562.06112: _low_level_execute_command(): starting 6626 1726776562.06115: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776561.1916068-6637-224350974521659/ > /dev/null 2>&1 && sleep 0' 6626 1726776562.06564: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776562.06567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776562.06569: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.06571: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.06573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.06627: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776562.06631: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776562.06637: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.06684: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.08500: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776562.08529: stderr chunk (state=3): >>><<< 6626 1726776562.08532: stdout chunk (state=3): >>><<< 6626 1726776562.08545: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776562.08551: handler run complete 6626 1726776562.08564: variable 'ansible_facts' from source: unknown 6626 1726776562.08593: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776562.08625: variable 'ansible_facts' from source: unknown 6626 1726776562.08648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776562.08661: attempt loop complete, returning result 6626 1726776562.08663: _execute() done 6626 1726776562.08666: dumping result to json 6626 1726776562.08670: done dumping result, returning 6626 1726776562.08678: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [12343ab9-b159-5b96-3694-000000000085] 6626 1726776562.08681: sending task result for task 12343ab9-b159-5b96-3694-000000000085 6626 1726776562.08768: done sending task result for task 12343ab9-b159-5b96-3694-000000000085 6626 1726776562.08771: WORKER PROCESS EXITING ok: [managed_node3] 6626 1726776562.08878: no more pending results, returning what we have 6626 1726776562.08883: results queue empty 6626 1726776562.08884: checking for any_errors_fatal 6626 1726776562.08887: done checking for any_errors_fatal 6626 1726776562.08887: checking for max_fail_percentage 6626 1726776562.08889: done checking for max_fail_percentage 6626 1726776562.08890: checking to see if all hosts have failed and the running result is not ok 6626 1726776562.08891: done checking to see if all hosts have failed 6626 1726776562.08891: getting the remaining hosts for this loop 6626 1726776562.08893: done getting the remaining hosts for this loop 6626 1726776562.08896: getting the next task for host managed_node3 6626 1726776562.08905: done getting next task for host managed_node3 6626 1726776562.08908: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6626 1726776562.08911: ^ 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=4, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6626 1726776562.08920: getting variables 6626 1726776562.08922: in VariableManager get_vars() 6626 1726776562.08950: Calling all_inventory to load vars for managed_node3 6626 1726776562.08952: Calling groups_inventory to load vars for managed_node3 6626 1726776562.08954: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776562.08964: Calling all_plugins_play to load vars for managed_node3 6626 1726776562.08966: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776562.08968: Calling groups_plugins_play to load vars for managed_node3 6626 1726776562.09027: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776562.09057: done with get_vars() 6626 1726776562.09063: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 16:09:22 -0400 (0:00:02.101) 0:00:02.233 **** 6626 1726776562.09139: entering _queue_task() for managed_node3/stat 6626 1726776562.09311: worker is 1 (out of 1 available) 6626 1726776562.09323: exiting _queue_task() for managed_node3/stat 6626 1726776562.09334: done queuing things up, now waiting for results queue to drain 6626 1726776562.09335: waiting for pending results... 6626 1726776562.09479: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6626 1726776562.09555: in run() - task 12343ab9-b159-5b96-3694-000000000087 6626 1726776562.09566: variable 'ansible_search_path' from source: unknown 6626 1726776562.09569: variable 'ansible_search_path' from source: unknown 6626 1726776562.09597: calling self._execute() 6626 1726776562.09648: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.09651: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.09658: variable 'omit' from source: magic vars 6626 1726776562.09973: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776562.10145: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776562.10178: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776562.10225: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776562.10250: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776562.10315: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 6626 1726776562.10331: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 6626 1726776562.10348: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776562.10365: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 6626 1726776562.10452: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 6626 1726776562.10455: variable 'omit' from source: magic vars 6626 1726776562.10491: variable 'omit' from source: magic vars 6626 1726776562.10519: variable 'omit' from source: magic vars 6626 1726776562.10533: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776562.10555: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776562.10569: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776562.10582: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776562.10592: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776562.10614: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776562.10617: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.10621: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.10682: Set connection var ansible_shell_type to sh 6626 1726776562.10690: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776562.10696: Set connection var ansible_timeout to 10 6626 1726776562.10701: Set connection var ansible_pipelining to False 6626 1726776562.10707: Set connection var ansible_shell_executable to /bin/sh 6626 1726776562.10712: Set connection var ansible_connection to ssh 6626 1726776562.10725: variable 'ansible_shell_executable' from source: unknown 6626 1726776562.10728: variable 'ansible_connection' from source: unknown 6626 1726776562.10733: variable 'ansible_module_compression' from source: unknown 6626 1726776562.10735: variable 'ansible_shell_type' from source: unknown 6626 1726776562.10738: variable 'ansible_shell_executable' from source: unknown 6626 1726776562.10740: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.10742: variable 'ansible_pipelining' from source: unknown 6626 1726776562.10744: variable 'ansible_timeout' from source: unknown 6626 1726776562.10746: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.10836: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6626 1726776562.10843: variable 'omit' from source: magic vars 6626 1726776562.10848: starting attempt loop 6626 1726776562.10851: running the handler 6626 1726776562.10865: _low_level_execute_command(): starting 6626 1726776562.10868: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776562.11352: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.11355: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.11358: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.11361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.11413: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776562.11416: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776562.11420: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.11473: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.13099: stdout chunk (state=3): >>>/root <<< 6626 1726776562.13196: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776562.13222: stderr chunk (state=3): >>><<< 6626 1726776562.13225: stdout chunk (state=3): >>><<< 6626 1726776562.13242: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776562.13254: _low_level_execute_command(): starting 6626 1726776562.13259: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776562.1324174-6675-71616399481475 `" && echo ansible-tmp-1726776562.1324174-6675-71616399481475="` echo /root/.ansible/tmp/ansible-tmp-1726776562.1324174-6675-71616399481475 `" ) && sleep 0' 6626 1726776562.13678: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776562.13681: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776562.13683: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.13687: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.13690: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.13740: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776562.13743: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.13795: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.15689: stdout chunk (state=3): >>>ansible-tmp-1726776562.1324174-6675-71616399481475=/root/.ansible/tmp/ansible-tmp-1726776562.1324174-6675-71616399481475 <<< 6626 1726776562.15797: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776562.15819: stderr chunk (state=3): >>><<< 6626 1726776562.15822: stdout chunk (state=3): >>><<< 6626 1726776562.15834: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776562.1324174-6675-71616399481475=/root/.ansible/tmp/ansible-tmp-1726776562.1324174-6675-71616399481475 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776562.15871: variable 'ansible_module_compression' from source: unknown 6626 1726776562.15914: ANSIBALLZ: Using lock for stat 6626 1726776562.15917: ANSIBALLZ: Acquiring lock 6626 1726776562.15920: ANSIBALLZ: Lock acquired: 139628603190848 6626 1726776562.15922: ANSIBALLZ: Creating module 6626 1726776562.22938: ANSIBALLZ: Writing module into payload 6626 1726776562.23001: ANSIBALLZ: Writing module 6626 1726776562.23022: ANSIBALLZ: Renaming module 6626 1726776562.23027: ANSIBALLZ: Done creating module 6626 1726776562.23042: variable 'ansible_facts' from source: unknown 6626 1726776562.23085: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776562.1324174-6675-71616399481475/AnsiballZ_stat.py 6626 1726776562.23189: Sending initial data 6626 1726776562.23193: Sent initial data (150 bytes) 6626 1726776562.23644: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.23647: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.23650: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776562.23652: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776562.23654: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.23716: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776562.23719: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776562.23721: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.23772: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.25409: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 6626 1726776562.25415: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776562.25452: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776562.25498: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp7jrz01ub /root/.ansible/tmp/ansible-tmp-1726776562.1324174-6675-71616399481475/AnsiballZ_stat.py <<< 6626 1726776562.25505: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776562.1324174-6675-71616399481475/AnsiballZ_stat.py" <<< 6626 1726776562.25548: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp7jrz01ub" to remote "/root/.ansible/tmp/ansible-tmp-1726776562.1324174-6675-71616399481475/AnsiballZ_stat.py" <<< 6626 1726776562.25550: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776562.1324174-6675-71616399481475/AnsiballZ_stat.py" <<< 6626 1726776562.26090: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776562.26130: stderr chunk (state=3): >>><<< 6626 1726776562.26133: stdout chunk (state=3): >>><<< 6626 1726776562.26165: done transferring module to remote 6626 1726776562.26173: _low_level_execute_command(): starting 6626 1726776562.26176: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776562.1324174-6675-71616399481475/ /root/.ansible/tmp/ansible-tmp-1726776562.1324174-6675-71616399481475/AnsiballZ_stat.py && sleep 0' 6626 1726776562.26607: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.26613: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776562.26615: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.26625: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.26629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.26668: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776562.26672: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.26723: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.28494: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776562.28517: stderr chunk (state=3): >>><<< 6626 1726776562.28520: stdout chunk (state=3): >>><<< 6626 1726776562.28532: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776562.28535: _low_level_execute_command(): starting 6626 1726776562.28540: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776562.1324174-6675-71616399481475/AnsiballZ_stat.py && sleep 0' 6626 1726776562.28965: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.28968: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776562.28970: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.28972: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.28974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.29028: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776562.29031: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776562.29037: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.29090: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.44614: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6626 1726776562.45995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776562.46022: stderr chunk (state=3): >>><<< 6626 1726776562.46026: stdout chunk (state=3): >>><<< 6626 1726776562.46041: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776562.46073: done with _execute_module (stat, {'path': '/run/ostree-booted', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776562.1324174-6675-71616399481475/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776562.46082: _low_level_execute_command(): starting 6626 1726776562.46085: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776562.1324174-6675-71616399481475/ > /dev/null 2>&1 && sleep 0' 6626 1726776562.46540: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776562.46544: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776562.46547: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.46549: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776562.46551: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776562.46552: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.46591: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776562.46615: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.46653: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.48506: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776562.48512: stderr chunk (state=3): >>><<< 6626 1726776562.48515: stdout chunk (state=3): >>><<< 6626 1726776562.48692: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776562.48695: handler run complete 6626 1726776562.48698: attempt loop complete, returning result 6626 1726776562.48700: _execute() done 6626 1726776562.48701: dumping result to json 6626 1726776562.48703: done dumping result, returning 6626 1726776562.48705: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [12343ab9-b159-5b96-3694-000000000087] 6626 1726776562.48706: sending task result for task 12343ab9-b159-5b96-3694-000000000087 6626 1726776562.48769: done sending task result for task 12343ab9-b159-5b96-3694-000000000087 6626 1726776562.48772: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 6626 1726776562.48839: no more pending results, returning what we have 6626 1726776562.48841: results queue empty 6626 1726776562.48842: checking for any_errors_fatal 6626 1726776562.48847: done checking for any_errors_fatal 6626 1726776562.48848: checking for max_fail_percentage 6626 1726776562.48849: done checking for max_fail_percentage 6626 1726776562.48850: checking to see if all hosts have failed and the running result is not ok 6626 1726776562.48851: done checking to see if all hosts have failed 6626 1726776562.48851: getting the remaining hosts for this loop 6626 1726776562.48852: done getting the remaining hosts for this loop 6626 1726776562.48855: getting the next task for host managed_node3 6626 1726776562.48861: done getting next task for host managed_node3 6626 1726776562.48864: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6626 1726776562.48867: ^ 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=4, 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? (HOST STATE: block=0, task=2, 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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6626 1726776562.48876: getting variables 6626 1726776562.48877: in VariableManager get_vars() 6626 1726776562.48916: Calling all_inventory to load vars for managed_node3 6626 1726776562.48920: Calling groups_inventory to load vars for managed_node3 6626 1726776562.48922: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776562.48932: Calling all_plugins_play to load vars for managed_node3 6626 1726776562.48935: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776562.48938: Calling groups_plugins_play to load vars for managed_node3 6626 1726776562.48996: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776562.49041: done with get_vars() 6626 1726776562.49051: done getting variables 6626 1726776562.49161: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 16:09:22 -0400 (0:00:00.400) 0:00:02.634 **** 6626 1726776562.49199: entering _queue_task() for managed_node3/set_fact 6626 1726776562.49201: Creating lock for set_fact 6626 1726776562.49524: worker is 1 (out of 1 available) 6626 1726776562.49541: exiting _queue_task() for managed_node3/set_fact 6626 1726776562.49552: done queuing things up, now waiting for results queue to drain 6626 1726776562.49554: waiting for pending results... 6626 1726776562.49879: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6626 1726776562.49891: in run() - task 12343ab9-b159-5b96-3694-000000000088 6626 1726776562.49915: variable 'ansible_search_path' from source: unknown 6626 1726776562.49925: variable 'ansible_search_path' from source: unknown 6626 1726776562.49965: calling self._execute() 6626 1726776562.50050: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.50063: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.50092: variable 'omit' from source: magic vars 6626 1726776562.50616: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776562.50918: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776562.50950: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776562.50981: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776562.51014: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776562.51075: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 6626 1726776562.51095: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 6626 1726776562.51115: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776562.51132: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 6626 1726776562.51225: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 6626 1726776562.51229: variable 'omit' from source: magic vars 6626 1726776562.51266: variable 'omit' from source: magic vars 6626 1726776562.51351: variable '__ostree_booted_stat' from source: set_fact 6626 1726776562.51393: variable 'omit' from source: magic vars 6626 1726776562.51413: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776562.51433: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776562.51447: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776562.51459: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776562.51468: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776562.51491: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776562.51496: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.51499: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.51561: Set connection var ansible_shell_type to sh 6626 1726776562.51567: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776562.51573: Set connection var ansible_timeout to 10 6626 1726776562.51578: Set connection var ansible_pipelining to False 6626 1726776562.51584: Set connection var ansible_shell_executable to /bin/sh 6626 1726776562.51588: Set connection var ansible_connection to ssh 6626 1726776562.51604: variable 'ansible_shell_executable' from source: unknown 6626 1726776562.51611: variable 'ansible_connection' from source: unknown 6626 1726776562.51614: variable 'ansible_module_compression' from source: unknown 6626 1726776562.51617: variable 'ansible_shell_type' from source: unknown 6626 1726776562.51619: variable 'ansible_shell_executable' from source: unknown 6626 1726776562.51621: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.51623: variable 'ansible_pipelining' from source: unknown 6626 1726776562.51626: variable 'ansible_timeout' from source: unknown 6626 1726776562.51628: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.51690: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776562.51697: variable 'omit' from source: magic vars 6626 1726776562.51703: starting attempt loop 6626 1726776562.51705: running the handler 6626 1726776562.51713: handler run complete 6626 1726776562.51721: attempt loop complete, returning result 6626 1726776562.51724: _execute() done 6626 1726776562.51726: dumping result to json 6626 1726776562.51728: done dumping result, returning 6626 1726776562.51735: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [12343ab9-b159-5b96-3694-000000000088] 6626 1726776562.51740: sending task result for task 12343ab9-b159-5b96-3694-000000000088 6626 1726776562.51814: done sending task result for task 12343ab9-b159-5b96-3694-000000000088 6626 1726776562.51817: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_is_ostree": false }, "changed": false } 6626 1726776562.51904: no more pending results, returning what we have 6626 1726776562.51907: results queue empty 6626 1726776562.51910: checking for any_errors_fatal 6626 1726776562.51914: done checking for any_errors_fatal 6626 1726776562.51915: checking for max_fail_percentage 6626 1726776562.51916: done checking for max_fail_percentage 6626 1726776562.51917: checking to see if all hosts have failed and the running result is not ok 6626 1726776562.51918: done checking to see if all hosts have failed 6626 1726776562.51919: getting the remaining hosts for this loop 6626 1726776562.51920: done getting the remaining hosts for this loop 6626 1726776562.51922: getting the next task for host managed_node3 6626 1726776562.51930: done getting next task for host managed_node3 6626 1726776562.51933: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6626 1726776562.51936: ^ 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=5, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6626 1726776562.51944: getting variables 6626 1726776562.51945: in VariableManager get_vars() 6626 1726776562.51978: Calling all_inventory to load vars for managed_node3 6626 1726776562.51979: Calling groups_inventory to load vars for managed_node3 6626 1726776562.51981: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776562.51989: Calling all_plugins_play to load vars for managed_node3 6626 1726776562.51991: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776562.51993: Calling groups_plugins_play to load vars for managed_node3 6626 1726776562.52026: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776562.52052: done with get_vars() 6626 1726776562.52057: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 16:09:22 -0400 (0:00:00.029) 0:00:02.663 **** 6626 1726776562.52124: entering _queue_task() for managed_node3/stat 6626 1726776562.52298: worker is 1 (out of 1 available) 6626 1726776562.52313: exiting _queue_task() for managed_node3/stat 6626 1726776562.52323: done queuing things up, now waiting for results queue to drain 6626 1726776562.52325: waiting for pending results... 6626 1726776562.52453: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6626 1726776562.52529: in run() - task 12343ab9-b159-5b96-3694-00000000008a 6626 1726776562.52540: variable 'ansible_search_path' from source: unknown 6626 1726776562.52544: variable 'ansible_search_path' from source: unknown 6626 1726776562.52573: calling self._execute() 6626 1726776562.52620: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.52625: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.52633: variable 'omit' from source: magic vars 6626 1726776562.52994: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776562.53153: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776562.53182: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776562.53211: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776562.53239: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776562.53296: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 6626 1726776562.53320: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 6626 1726776562.53338: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776562.53356: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 6626 1726776562.53442: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 6626 1726776562.53446: variable 'omit' from source: magic vars 6626 1726776562.53479: variable 'omit' from source: magic vars 6626 1726776562.53501: variable 'omit' from source: magic vars 6626 1726776562.53523: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776562.53544: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776562.53558: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776562.53570: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776562.53578: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776562.53601: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776562.53604: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.53607: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.53671: Set connection var ansible_shell_type to sh 6626 1726776562.53678: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776562.53683: Set connection var ansible_timeout to 10 6626 1726776562.53688: Set connection var ansible_pipelining to False 6626 1726776562.53695: Set connection var ansible_shell_executable to /bin/sh 6626 1726776562.53698: Set connection var ansible_connection to ssh 6626 1726776562.53715: variable 'ansible_shell_executable' from source: unknown 6626 1726776562.53717: variable 'ansible_connection' from source: unknown 6626 1726776562.53720: variable 'ansible_module_compression' from source: unknown 6626 1726776562.53722: variable 'ansible_shell_type' from source: unknown 6626 1726776562.53725: variable 'ansible_shell_executable' from source: unknown 6626 1726776562.53727: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.53729: variable 'ansible_pipelining' from source: unknown 6626 1726776562.53732: variable 'ansible_timeout' from source: unknown 6626 1726776562.53736: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.53829: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6626 1726776562.53835: variable 'omit' from source: magic vars 6626 1726776562.53840: starting attempt loop 6626 1726776562.53843: running the handler 6626 1726776562.53853: _low_level_execute_command(): starting 6626 1726776562.53864: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776562.54349: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.54353: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.54356: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.54411: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776562.54414: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776562.54420: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.54468: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.56142: stdout chunk (state=3): >>>/root <<< 6626 1726776562.56239: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776562.56269: stderr chunk (state=3): >>><<< 6626 1726776562.56272: stdout chunk (state=3): >>><<< 6626 1726776562.56292: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776562.56304: _low_level_execute_command(): starting 6626 1726776562.56310: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776562.562926-6691-217713963537296 `" && echo ansible-tmp-1726776562.562926-6691-217713963537296="` echo /root/.ansible/tmp/ansible-tmp-1726776562.562926-6691-217713963537296 `" ) && sleep 0' 6626 1726776562.56736: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776562.56739: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.56741: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776562.56744: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776562.56746: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.56791: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776562.56794: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.56848: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.58720: stdout chunk (state=3): >>>ansible-tmp-1726776562.562926-6691-217713963537296=/root/.ansible/tmp/ansible-tmp-1726776562.562926-6691-217713963537296 <<< 6626 1726776562.58829: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776562.58855: stderr chunk (state=3): >>><<< 6626 1726776562.58858: stdout chunk (state=3): >>><<< 6626 1726776562.58871: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776562.562926-6691-217713963537296=/root/.ansible/tmp/ansible-tmp-1726776562.562926-6691-217713963537296 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776562.58906: variable 'ansible_module_compression' from source: unknown 6626 1726776562.58945: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6626 1726776562.58973: variable 'ansible_facts' from source: unknown 6626 1726776562.59032: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776562.562926-6691-217713963537296/AnsiballZ_stat.py 6626 1726776562.59127: Sending initial data 6626 1726776562.59131: Sent initial data (150 bytes) 6626 1726776562.59559: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776562.59562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776562.59564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.59566: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.59568: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.59622: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776562.59629: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.59675: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.61201: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6626 1726776562.61203: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776562.61243: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776562.61290: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp6_t8uhgs /root/.ansible/tmp/ansible-tmp-1726776562.562926-6691-217713963537296/AnsiballZ_stat.py <<< 6626 1726776562.61297: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776562.562926-6691-217713963537296/AnsiballZ_stat.py" <<< 6626 1726776562.61333: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp6_t8uhgs" to remote "/root/.ansible/tmp/ansible-tmp-1726776562.562926-6691-217713963537296/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776562.562926-6691-217713963537296/AnsiballZ_stat.py" <<< 6626 1726776562.61892: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776562.61926: stderr chunk (state=3): >>><<< 6626 1726776562.61930: stdout chunk (state=3): >>><<< 6626 1726776562.61955: done transferring module to remote 6626 1726776562.61962: _low_level_execute_command(): starting 6626 1726776562.61966: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776562.562926-6691-217713963537296/ /root/.ansible/tmp/ansible-tmp-1726776562.562926-6691-217713963537296/AnsiballZ_stat.py && sleep 0' 6626 1726776562.62389: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776562.62393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776562.62395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.62397: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.62399: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.62452: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776562.62456: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.62504: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.64265: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776562.64288: stderr chunk (state=3): >>><<< 6626 1726776562.64291: stdout chunk (state=3): >>><<< 6626 1726776562.64302: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776562.64305: _low_level_execute_command(): starting 6626 1726776562.64309: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776562.562926-6691-217713963537296/AnsiballZ_stat.py && sleep 0' 6626 1726776562.64711: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.64715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.64717: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776562.64719: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.64761: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776562.64764: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.64822: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.79936: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/sbin/transactional-update", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6626 1726776562.81304: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776562.81335: stderr chunk (state=3): >>><<< 6626 1726776562.81339: stdout chunk (state=3): >>><<< 6626 1726776562.81354: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/sbin/transactional-update", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776562.81383: done with _execute_module (stat, {'path': '/sbin/transactional-update', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776562.562926-6691-217713963537296/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776562.81392: _low_level_execute_command(): starting 6626 1726776562.81396: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776562.562926-6691-217713963537296/ > /dev/null 2>&1 && sleep 0' 6626 1726776562.81850: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.81854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776562.81861: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6626 1726776562.81863: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.81865: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.81916: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776562.81919: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776562.81921: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.81973: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.83795: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776562.83823: stderr chunk (state=3): >>><<< 6626 1726776562.83826: stdout chunk (state=3): >>><<< 6626 1726776562.83839: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776562.83844: handler run complete 6626 1726776562.83860: attempt loop complete, returning result 6626 1726776562.83863: _execute() done 6626 1726776562.83865: dumping result to json 6626 1726776562.83867: done dumping result, returning 6626 1726776562.83876: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [12343ab9-b159-5b96-3694-00000000008a] 6626 1726776562.83878: sending task result for task 12343ab9-b159-5b96-3694-00000000008a 6626 1726776562.83960: done sending task result for task 12343ab9-b159-5b96-3694-00000000008a 6626 1726776562.83963: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 6626 1726776562.84030: no more pending results, returning what we have 6626 1726776562.84033: results queue empty 6626 1726776562.84034: checking for any_errors_fatal 6626 1726776562.84037: done checking for any_errors_fatal 6626 1726776562.84038: checking for max_fail_percentage 6626 1726776562.84039: done checking for max_fail_percentage 6626 1726776562.84040: checking to see if all hosts have failed and the running result is not ok 6626 1726776562.84041: done checking to see if all hosts have failed 6626 1726776562.84042: getting the remaining hosts for this loop 6626 1726776562.84043: done getting the remaining hosts for this loop 6626 1726776562.84047: getting the next task for host managed_node3 6626 1726776562.84054: done getting next task for host managed_node3 6626 1726776562.84057: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6626 1726776562.84060: ^ 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=5, 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? (HOST STATE: block=0, task=2, 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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6626 1726776562.84069: getting variables 6626 1726776562.84070: in VariableManager get_vars() 6626 1726776562.84104: Calling all_inventory to load vars for managed_node3 6626 1726776562.84107: Calling groups_inventory to load vars for managed_node3 6626 1726776562.84109: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776562.84118: Calling all_plugins_play to load vars for managed_node3 6626 1726776562.84120: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776562.84122: Calling groups_plugins_play to load vars for managed_node3 6626 1726776562.84167: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776562.84198: done with get_vars() 6626 1726776562.84204: done getting variables 6626 1726776562.84244: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 16:09:22 -0400 (0:00:00.321) 0:00:02.985 **** 6626 1726776562.84267: entering _queue_task() for managed_node3/set_fact 6626 1726776562.84467: worker is 1 (out of 1 available) 6626 1726776562.84478: exiting _queue_task() for managed_node3/set_fact 6626 1726776562.84491: done queuing things up, now waiting for results queue to drain 6626 1726776562.84492: waiting for pending results... 6626 1726776562.84637: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6626 1726776562.84705: in run() - task 12343ab9-b159-5b96-3694-00000000008b 6626 1726776562.84720: variable 'ansible_search_path' from source: unknown 6626 1726776562.84723: variable 'ansible_search_path' from source: unknown 6626 1726776562.84749: calling self._execute() 6626 1726776562.84795: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.84799: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.84808: variable 'omit' from source: magic vars 6626 1726776562.85137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776562.85307: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776562.85339: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776562.85367: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776562.85393: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776562.85454: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 6626 1726776562.85472: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 6626 1726776562.85495: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776562.85515: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 6626 1726776562.85603: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 6626 1726776562.85607: variable 'omit' from source: magic vars 6626 1726776562.85645: variable 'omit' from source: magic vars 6626 1726776562.85727: variable '__transactional_update_stat' from source: set_fact 6626 1726776562.85762: variable 'omit' from source: magic vars 6626 1726776562.85779: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776562.85802: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776562.85821: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776562.85834: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776562.85842: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776562.85863: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776562.85866: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.85869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.85936: Set connection var ansible_shell_type to sh 6626 1726776562.85942: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776562.85947: Set connection var ansible_timeout to 10 6626 1726776562.85952: Set connection var ansible_pipelining to False 6626 1726776562.85958: Set connection var ansible_shell_executable to /bin/sh 6626 1726776562.85961: Set connection var ansible_connection to ssh 6626 1726776562.85976: variable 'ansible_shell_executable' from source: unknown 6626 1726776562.85979: variable 'ansible_connection' from source: unknown 6626 1726776562.85982: variable 'ansible_module_compression' from source: unknown 6626 1726776562.85984: variable 'ansible_shell_type' from source: unknown 6626 1726776562.85988: variable 'ansible_shell_executable' from source: unknown 6626 1726776562.85991: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.85993: variable 'ansible_pipelining' from source: unknown 6626 1726776562.85995: variable 'ansible_timeout' from source: unknown 6626 1726776562.85999: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.86066: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776562.86073: variable 'omit' from source: magic vars 6626 1726776562.86078: starting attempt loop 6626 1726776562.86081: running the handler 6626 1726776562.86090: handler run complete 6626 1726776562.86098: attempt loop complete, returning result 6626 1726776562.86100: _execute() done 6626 1726776562.86103: dumping result to json 6626 1726776562.86105: done dumping result, returning 6626 1726776562.86114: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [12343ab9-b159-5b96-3694-00000000008b] 6626 1726776562.86117: sending task result for task 12343ab9-b159-5b96-3694-00000000008b 6626 1726776562.86195: done sending task result for task 12343ab9-b159-5b96-3694-00000000008b 6626 1726776562.86198: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_is_transactional": false }, "changed": false } 6626 1726776562.86287: no more pending results, returning what we have 6626 1726776562.86290: results queue empty 6626 1726776562.86291: checking for any_errors_fatal 6626 1726776562.86300: done checking for any_errors_fatal 6626 1726776562.86301: checking for max_fail_percentage 6626 1726776562.86303: done checking for max_fail_percentage 6626 1726776562.86303: checking to see if all hosts have failed and the running result is not ok 6626 1726776562.86304: done checking to see if all hosts have failed 6626 1726776562.86305: getting the remaining hosts for this loop 6626 1726776562.86306: done getting the remaining hosts for this loop 6626 1726776562.86309: getting the next task for host managed_node3 6626 1726776562.86316: done getting next task for host managed_node3 6626 1726776562.86319: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6626 1726776562.86322: ^ 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=6, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6626 1726776562.86329: getting variables 6626 1726776562.86334: in VariableManager get_vars() 6626 1726776562.86355: Calling all_inventory to load vars for managed_node3 6626 1726776562.86357: Calling groups_inventory to load vars for managed_node3 6626 1726776562.86358: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776562.86364: Calling all_plugins_play to load vars for managed_node3 6626 1726776562.86366: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776562.86367: Calling groups_plugins_play to load vars for managed_node3 6626 1726776562.86400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776562.86434: done with get_vars() 6626 1726776562.86439: done getting variables 6626 1726776562.86516: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 16:09:22 -0400 (0:00:00.022) 0:00:03.008 **** 6626 1726776562.86539: entering _queue_task() for managed_node3/include_vars 6626 1726776562.86540: Creating lock for include_vars 6626 1726776562.86715: worker is 1 (out of 1 available) 6626 1726776562.86728: exiting _queue_task() for managed_node3/include_vars 6626 1726776562.86740: done queuing things up, now waiting for results queue to drain 6626 1726776562.86741: waiting for pending results... 6626 1726776562.86875: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6626 1726776562.86939: in run() - task 12343ab9-b159-5b96-3694-00000000008d 6626 1726776562.86951: variable 'ansible_search_path' from source: unknown 6626 1726776562.86954: variable 'ansible_search_path' from source: unknown 6626 1726776562.86982: calling self._execute() 6626 1726776562.87029: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.87033: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.87041: variable 'omit' from source: magic vars 6626 1726776562.87116: variable 'omit' from source: magic vars 6626 1726776562.87154: variable 'omit' from source: magic vars 6626 1726776562.87400: variable 'ffparams' from source: task vars 6626 1726776562.87488: variable 'ansible_facts' from source: unknown 6626 1726776562.87580: variable 'ansible_facts' from source: unknown 6626 1726776562.87645: variable 'ansible_facts' from source: unknown 6626 1726776562.87703: variable 'ansible_facts' from source: unknown 6626 1726776562.87755: variable 'role_path' from source: magic vars 6626 1726776562.87868: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6626 1726776562.88021: Loaded config def from plugin (lookup/first_found) 6626 1726776562.88027: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6626 1726776562.88054: variable 'ansible_search_path' from source: unknown 6626 1726776562.88070: variable 'ansible_search_path' from source: unknown 6626 1726776562.88077: variable 'ansible_search_path' from source: unknown 6626 1726776562.88083: variable 'ansible_search_path' from source: unknown 6626 1726776562.88091: variable 'ansible_search_path' from source: unknown 6626 1726776562.88105: variable 'omit' from source: magic vars 6626 1726776562.88124: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776562.88142: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776562.88154: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776562.88172: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776562.88176: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776562.88198: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776562.88201: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.88204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.88260: Set connection var ansible_shell_type to sh 6626 1726776562.88266: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776562.88272: Set connection var ansible_timeout to 10 6626 1726776562.88276: Set connection var ansible_pipelining to False 6626 1726776562.88283: Set connection var ansible_shell_executable to /bin/sh 6626 1726776562.88288: Set connection var ansible_connection to ssh 6626 1726776562.88304: variable 'ansible_shell_executable' from source: unknown 6626 1726776562.88307: variable 'ansible_connection' from source: unknown 6626 1726776562.88309: variable 'ansible_module_compression' from source: unknown 6626 1726776562.88314: variable 'ansible_shell_type' from source: unknown 6626 1726776562.88317: variable 'ansible_shell_executable' from source: unknown 6626 1726776562.88319: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.88322: variable 'ansible_pipelining' from source: unknown 6626 1726776562.88325: variable 'ansible_timeout' from source: unknown 6626 1726776562.88329: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.88393: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776562.88404: variable 'omit' from source: magic vars 6626 1726776562.88407: starting attempt loop 6626 1726776562.88409: running the handler 6626 1726776562.88448: handler run complete 6626 1726776562.88456: attempt loop complete, returning result 6626 1726776562.88458: _execute() done 6626 1726776562.88461: dumping result to json 6626 1726776562.88463: done dumping result, returning 6626 1726776562.88470: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [12343ab9-b159-5b96-3694-00000000008d] 6626 1726776562.88473: sending task result for task 12343ab9-b159-5b96-3694-00000000008d 6626 1726776562.88564: done sending task result for task 12343ab9-b159-5b96-3694-00000000008d 6626 1726776562.88566: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 6626 1726776562.88629: no more pending results, returning what we have 6626 1726776562.88631: results queue empty 6626 1726776562.88632: checking for any_errors_fatal 6626 1726776562.88635: done checking for any_errors_fatal 6626 1726776562.88635: checking for max_fail_percentage 6626 1726776562.88637: done checking for max_fail_percentage 6626 1726776562.88637: checking to see if all hosts have failed and the running result is not ok 6626 1726776562.88638: done checking to see if all hosts have failed 6626 1726776562.88639: getting the remaining hosts for this loop 6626 1726776562.88640: done getting the remaining hosts for this loop 6626 1726776562.88642: getting the next task for host managed_node3 6626 1726776562.88649: done getting next task for host managed_node3 6626 1726776562.88652: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6626 1726776562.88654: ^ 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=7, 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 1726776562.88662: getting variables 6626 1726776562.88663: in VariableManager get_vars() 6626 1726776562.88690: Calling all_inventory to load vars for managed_node3 6626 1726776562.88693: Calling groups_inventory to load vars for managed_node3 6626 1726776562.88694: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776562.88700: Calling all_plugins_play to load vars for managed_node3 6626 1726776562.88701: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776562.88703: Calling groups_plugins_play to load vars for managed_node3 6626 1726776562.88733: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776562.88759: done with get_vars() 6626 1726776562.88764: done getting variables 6626 1726776562.88829: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 16:09:22 -0400 (0:00:00.023) 0:00:03.031 **** 6626 1726776562.88848: entering _queue_task() for managed_node3/package 6626 1726776562.88849: Creating lock for package 6626 1726776562.89013: worker is 1 (out of 1 available) 6626 1726776562.89026: exiting _queue_task() for managed_node3/package 6626 1726776562.89037: done queuing things up, now waiting for results queue to drain 6626 1726776562.89039: waiting for pending results... 6626 1726776562.89173: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6626 1726776562.89226: in run() - task 12343ab9-b159-5b96-3694-000000000025 6626 1726776562.89236: variable 'ansible_search_path' from source: unknown 6626 1726776562.89240: variable 'ansible_search_path' from source: unknown 6626 1726776562.89265: calling self._execute() 6626 1726776562.89309: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.89316: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.89324: variable 'omit' from source: magic vars 6626 1726776562.89395: variable 'omit' from source: magic vars 6626 1726776562.89426: variable 'omit' from source: magic vars 6626 1726776562.89444: variable '__kernel_settings_packages' from source: include_vars 6626 1726776562.89643: variable '__kernel_settings_packages' from source: include_vars 6626 1726776562.89784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776562.91142: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776562.91184: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776562.91315: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776562.91342: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776562.91362: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776562.91432: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776562.91455: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776562.91472: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776562.91500: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776562.91512: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776562.91585: variable '__kernel_settings_is_ostree' from source: set_fact 6626 1726776562.91590: variable 'omit' from source: magic vars 6626 1726776562.91611: variable 'omit' from source: magic vars 6626 1726776562.91632: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776562.91652: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776562.91667: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776562.91680: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776562.91689: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776562.91712: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776562.91715: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.91719: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.91783: Set connection var ansible_shell_type to sh 6626 1726776562.91791: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776562.91796: Set connection var ansible_timeout to 10 6626 1726776562.91801: Set connection var ansible_pipelining to False 6626 1726776562.91808: Set connection var ansible_shell_executable to /bin/sh 6626 1726776562.91813: Set connection var ansible_connection to ssh 6626 1726776562.91829: variable 'ansible_shell_executable' from source: unknown 6626 1726776562.91832: variable 'ansible_connection' from source: unknown 6626 1726776562.91834: variable 'ansible_module_compression' from source: unknown 6626 1726776562.91837: variable 'ansible_shell_type' from source: unknown 6626 1726776562.91839: variable 'ansible_shell_executable' from source: unknown 6626 1726776562.91841: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776562.91845: variable 'ansible_pipelining' from source: unknown 6626 1726776562.91848: variable 'ansible_timeout' from source: unknown 6626 1726776562.91852: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776562.91920: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776562.91927: variable 'omit' from source: magic vars 6626 1726776562.91933: starting attempt loop 6626 1726776562.91936: running the handler 6626 1726776562.91940: variable 'ansible_facts' from source: unknown 6626 1726776562.91947: _low_level_execute_command(): starting 6626 1726776562.91952: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776562.92450: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.92455: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 6626 1726776562.92458: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776562.92460: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.92512: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776562.92516: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776562.92522: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.92579: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.94262: stdout chunk (state=3): >>>/root <<< 6626 1726776562.94358: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776562.94390: stderr chunk (state=3): >>><<< 6626 1726776562.94393: stdout chunk (state=3): >>><<< 6626 1726776562.94415: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776562.94425: _low_level_execute_command(): starting 6626 1726776562.94430: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666 `" && echo ansible-tmp-1726776562.944145-6701-257892410207666="` echo /root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666 `" ) && sleep 0' 6626 1726776562.94838: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776562.94842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.94856: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.94917: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776562.94921: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776562.94924: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.94965: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.96883: stdout chunk (state=3): >>>ansible-tmp-1726776562.944145-6701-257892410207666=/root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666 <<< 6626 1726776562.96996: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776562.97016: stderr chunk (state=3): >>><<< 6626 1726776562.97019: stdout chunk (state=3): >>><<< 6626 1726776562.97032: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776562.944145-6701-257892410207666=/root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776562.97056: variable 'ansible_module_compression' from source: unknown 6626 1726776562.97090: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6626 1726776562.97137: variable 'ansible_facts' from source: unknown 6626 1726776562.97271: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/AnsiballZ_setup.py 6626 1726776562.97367: Sending initial data 6626 1726776562.97370: Sent initial data (151 bytes) 6626 1726776562.97799: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776562.97802: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776562.97805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.97807: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776562.97809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776562.97859: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776562.97862: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776562.97915: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776562.99489: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6626 1726776562.99492: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776562.99531: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776562.99578: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpmpd5hrx5 /root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/AnsiballZ_setup.py <<< 6626 1726776562.99581: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/AnsiballZ_setup.py" <<< 6626 1726776562.99621: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpmpd5hrx5" to remote "/root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/AnsiballZ_setup.py" <<< 6626 1726776563.00661: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776563.00698: stderr chunk (state=3): >>><<< 6626 1726776563.00701: stdout chunk (state=3): >>><<< 6626 1726776563.00716: done transferring module to remote 6626 1726776563.00723: _low_level_execute_command(): starting 6626 1726776563.00727: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/ /root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/AnsiballZ_setup.py && sleep 0' 6626 1726776563.01147: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776563.01150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776563.01152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776563.01154: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776563.01156: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776563.01207: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776563.01210: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776563.01263: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776563.03040: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776563.03063: stderr chunk (state=3): >>><<< 6626 1726776563.03066: stdout chunk (state=3): >>><<< 6626 1726776563.03078: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776563.03081: _low_level_execute_command(): starting 6626 1726776563.03085: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/AnsiballZ_setup.py && sleep 0' 6626 1726776563.03499: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776563.03502: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776563.03504: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776563.03506: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776563.03511: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776563.03556: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776563.03559: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776563.03618: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776563.64477: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} <<< 6626 1726776563.66421: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776563.66446: stderr chunk (state=3): >>><<< 6626 1726776563.66450: stdout chunk (state=3): >>><<< 6626 1726776563.66468: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776563.66496: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.setup', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776563.66556: variable 'ansible_module_compression' from source: unknown 6626 1726776563.66598: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 6626 1726776563.66602: ANSIBALLZ: Acquiring lock 6626 1726776563.66605: ANSIBALLZ: Lock acquired: 139628605315440 6626 1726776563.66607: ANSIBALLZ: Creating module 6626 1726776563.76165: ANSIBALLZ: Writing module into payload 6626 1726776563.76307: ANSIBALLZ: Writing module 6626 1726776563.76326: ANSIBALLZ: Renaming module 6626 1726776563.76331: ANSIBALLZ: Done creating module 6626 1726776563.76344: variable 'ansible_facts' from source: unknown 6626 1726776563.76403: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/AnsiballZ_dnf.py 6626 1726776563.76492: Sending initial data 6626 1726776563.76496: Sent initial data (149 bytes) 6626 1726776563.76974: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776563.76977: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776563.76979: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776563.76981: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776563.76983: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776563.77040: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776563.77043: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776563.77046: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776563.77105: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776563.78779: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776563.78826: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776563.78871: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp_yt2xuz3 /root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/AnsiballZ_dnf.py <<< 6626 1726776563.78875: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/AnsiballZ_dnf.py" <<< 6626 1726776563.78915: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp_yt2xuz3" to remote "/root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/AnsiballZ_dnf.py" <<< 6626 1726776563.78923: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/AnsiballZ_dnf.py" <<< 6626 1726776563.79592: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776563.79633: stderr chunk (state=3): >>><<< 6626 1726776563.79636: stdout chunk (state=3): >>><<< 6626 1726776563.79668: done transferring module to remote 6626 1726776563.79677: _low_level_execute_command(): starting 6626 1726776563.79680: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/ /root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/AnsiballZ_dnf.py && sleep 0' 6626 1726776563.80127: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776563.80130: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776563.80133: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776563.80135: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776563.80137: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776563.80139: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776563.80189: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776563.80194: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776563.80197: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776563.80240: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776563.81975: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776563.82000: stderr chunk (state=3): >>><<< 6626 1726776563.82003: stdout chunk (state=3): >>><<< 6626 1726776563.82023: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776563.82027: _low_level_execute_command(): starting 6626 1726776563.82030: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/AnsiballZ_dnf.py && sleep 0' 6626 1726776563.82449: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776563.82480: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776563.82494: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776563.82496: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776563.82498: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776563.82544: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776563.82551: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776563.82553: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776563.82604: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776575.49906: stdout chunk (state=3): >>> {"msg": "", "changed": true, "results": ["Installed: python3-pyudev-0.24.1-9.el10.noarch", "Installed: tuned-2.24.0-1.el10.noarch", "Installed: libbabeltrace-1.5.11-8.el10.x86_64", "Installed: virt-what-1.26-3.el10.x86_64", "Installed: hdparm-9.65-5.el10.x86_64", "Installed: dmidecode-1:3.6-2.el10.x86_64", "Installed: python3-linux-procfs-0.7.3-6.el10.noarch", "Installed: libtraceevent-1.8.2-5.el10.x86_64", "Installed: python3-perf-6.11.0-25.el10.x86_64"], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 6626 1726776575.80296: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776575.80322: stderr chunk (state=3): >>><<< 6626 1726776575.80326: stdout chunk (state=3): >>><<< 6626 1726776575.80342: _low_level_execute_command() done: rc=0, stdout= {"msg": "", "changed": true, "results": ["Installed: python3-pyudev-0.24.1-9.el10.noarch", "Installed: tuned-2.24.0-1.el10.noarch", "Installed: libbabeltrace-1.5.11-8.el10.x86_64", "Installed: virt-what-1.26-3.el10.x86_64", "Installed: hdparm-9.65-5.el10.x86_64", "Installed: dmidecode-1:3.6-2.el10.x86_64", "Installed: python3-linux-procfs-0.7.3-6.el10.noarch", "Installed: libtraceevent-1.8.2-5.el10.x86_64", "Installed: python3-perf-6.11.0-25.el10.x86_64"], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776575.80370: done with _execute_module (ansible.legacy.dnf, {'name': ['tuned', 'python3-configobj'], 'state': 'present', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.dnf', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776575.80376: _low_level_execute_command(): starting 6626 1726776575.80381: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776562.944145-6701-257892410207666/ > /dev/null 2>&1 && sleep 0' 6626 1726776575.80828: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776575.80831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776575.80833: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776575.80836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776575.80892: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776575.80895: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776575.80899: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776575.80947: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776575.82967: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776575.82992: stderr chunk (state=3): >>><<< 6626 1726776575.82996: stdout chunk (state=3): >>><<< 6626 1726776575.83010: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776575.83016: handler run complete 6626 1726776575.83040: attempt loop complete, returning result 6626 1726776575.83043: _execute() done 6626 1726776575.83046: dumping result to json 6626 1726776575.83051: done dumping result, returning 6626 1726776575.83059: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [12343ab9-b159-5b96-3694-000000000025] 6626 1726776575.83061: sending task result for task 12343ab9-b159-5b96-3694-000000000025 6626 1726776575.83152: done sending task result for task 12343ab9-b159-5b96-3694-000000000025 6626 1726776575.83154: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyudev-0.24.1-9.el10.noarch", "Installed: tuned-2.24.0-1.el10.noarch", "Installed: libbabeltrace-1.5.11-8.el10.x86_64", "Installed: virt-what-1.26-3.el10.x86_64", "Installed: hdparm-9.65-5.el10.x86_64", "Installed: dmidecode-1:3.6-2.el10.x86_64", "Installed: python3-linux-procfs-0.7.3-6.el10.noarch", "Installed: libtraceevent-1.8.2-5.el10.x86_64", "Installed: python3-perf-6.11.0-25.el10.x86_64" ] } 6626 1726776575.83251: no more pending results, returning what we have 6626 1726776575.83254: results queue empty 6626 1726776575.83255: checking for any_errors_fatal 6626 1726776575.83260: done checking for any_errors_fatal 6626 1726776575.83261: checking for max_fail_percentage 6626 1726776575.83267: done checking for max_fail_percentage 6626 1726776575.83268: checking to see if all hosts have failed and the running result is not ok 6626 1726776575.83268: done checking to see if all hosts have failed 6626 1726776575.83269: getting the remaining hosts for this loop 6626 1726776575.83271: done getting the remaining hosts for this loop 6626 1726776575.83274: getting the next task for host managed_node3 6626 1726776575.83281: done getting next task for host managed_node3 6626 1726776575.83285: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6626 1726776575.83288: ^ state is: HOST STATE: block=2, task=3, 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 1726776575.83298: getting variables 6626 1726776575.83299: in VariableManager get_vars() 6626 1726776575.83330: Calling all_inventory to load vars for managed_node3 6626 1726776575.83333: Calling groups_inventory to load vars for managed_node3 6626 1726776575.83335: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776575.83343: Calling all_plugins_play to load vars for managed_node3 6626 1726776575.83345: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776575.83348: Calling groups_plugins_play to load vars for managed_node3 6626 1726776575.83394: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776575.83428: done with get_vars() 6626 1726776575.83434: done getting variables 6626 1726776575.83499: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 16:09:35 -0400 (0:00:12.946) 0:00:15.977 **** 6626 1726776575.83522: entering _queue_task() for managed_node3/debug 6626 1726776575.83524: Creating lock for debug 6626 1726776575.83711: worker is 1 (out of 1 available) 6626 1726776575.83722: exiting _queue_task() for managed_node3/debug 6626 1726776575.83733: done queuing things up, now waiting for results queue to drain 6626 1726776575.83734: waiting for pending results... 6626 1726776575.83874: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6626 1726776575.83930: in run() - task 12343ab9-b159-5b96-3694-000000000027 6626 1726776575.83941: variable 'ansible_search_path' from source: unknown 6626 1726776575.83945: variable 'ansible_search_path' from source: unknown 6626 1726776575.83972: calling self._execute() 6626 1726776575.84021: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776575.84024: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776575.84033: variable 'omit' from source: magic vars 6626 1726776575.84400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776575.85700: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776575.85839: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776575.85864: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776575.85890: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776575.85913: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776575.85966: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776575.85988: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776575.86008: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776575.86035: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776575.86046: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776575.86119: variable '__kernel_settings_is_transactional' from source: set_fact 6626 1726776575.86136: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6626 1726776575.86140: when evaluation is False, skipping this task 6626 1726776575.86142: _execute() done 6626 1726776575.86144: dumping result to json 6626 1726776575.86147: done dumping result, returning 6626 1726776575.86149: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [12343ab9-b159-5b96-3694-000000000027] 6626 1726776575.86155: sending task result for task 12343ab9-b159-5b96-3694-000000000027 6626 1726776575.86233: done sending task result for task 12343ab9-b159-5b96-3694-000000000027 6626 1726776575.86236: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6626 1726776575.86278: no more pending results, returning what we have 6626 1726776575.86281: results queue empty 6626 1726776575.86282: checking for any_errors_fatal 6626 1726776575.86288: done checking for any_errors_fatal 6626 1726776575.86289: checking for max_fail_percentage 6626 1726776575.86291: done checking for max_fail_percentage 6626 1726776575.86291: checking to see if all hosts have failed and the running result is not ok 6626 1726776575.86292: done checking to see if all hosts have failed 6626 1726776575.86293: getting the remaining hosts for this loop 6626 1726776575.86294: done getting the remaining hosts for this loop 6626 1726776575.86297: getting the next task for host managed_node3 6626 1726776575.86307: done getting next task for host managed_node3 6626 1726776575.86310: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6626 1726776575.86312: ^ state is: HOST STATE: block=2, task=3, 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=2, 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 1726776575.86325: getting variables 6626 1726776575.86327: in VariableManager get_vars() 6626 1726776575.86355: Calling all_inventory to load vars for managed_node3 6626 1726776575.86357: Calling groups_inventory to load vars for managed_node3 6626 1726776575.86359: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776575.86367: Calling all_plugins_play to load vars for managed_node3 6626 1726776575.86369: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776575.86371: Calling groups_plugins_play to load vars for managed_node3 6626 1726776575.86419: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776575.86444: done with get_vars() 6626 1726776575.86450: done getting variables 6626 1726776575.86540: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 16:09:35 -0400 (0:00:00.030) 0:00:16.008 **** 6626 1726776575.86562: entering _queue_task() for managed_node3/reboot 6626 1726776575.86563: Creating lock for reboot 6626 1726776575.86779: worker is 1 (out of 1 available) 6626 1726776575.86794: exiting _queue_task() for managed_node3/reboot 6626 1726776575.86807: done queuing things up, now waiting for results queue to drain 6626 1726776575.86809: waiting for pending results... 6626 1726776575.86940: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6626 1726776575.87006: in run() - task 12343ab9-b159-5b96-3694-000000000028 6626 1726776575.87016: variable 'ansible_search_path' from source: unknown 6626 1726776575.87019: variable 'ansible_search_path' from source: unknown 6626 1726776575.87045: calling self._execute() 6626 1726776575.87095: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776575.87100: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776575.87143: variable 'omit' from source: magic vars 6626 1726776575.87429: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776575.88832: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776575.88874: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776575.88901: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776575.88928: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776575.88946: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776575.89008: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776575.89028: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776575.89044: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776575.89069: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776575.89080: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776575.89153: variable '__kernel_settings_is_transactional' from source: set_fact 6626 1726776575.89166: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6626 1726776575.89169: when evaluation is False, skipping this task 6626 1726776575.89172: _execute() done 6626 1726776575.89174: dumping result to json 6626 1726776575.89176: done dumping result, returning 6626 1726776575.89184: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [12343ab9-b159-5b96-3694-000000000028] 6626 1726776575.89189: sending task result for task 12343ab9-b159-5b96-3694-000000000028 6626 1726776575.89290: done sending task result for task 12343ab9-b159-5b96-3694-000000000028 6626 1726776575.89293: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6626 1726776575.89350: no more pending results, returning what we have 6626 1726776575.89352: results queue empty 6626 1726776575.89353: checking for any_errors_fatal 6626 1726776575.89359: done checking for any_errors_fatal 6626 1726776575.89360: checking for max_fail_percentage 6626 1726776575.89362: done checking for max_fail_percentage 6626 1726776575.89362: checking to see if all hosts have failed and the running result is not ok 6626 1726776575.89363: done checking to see if all hosts have failed 6626 1726776575.89364: getting the remaining hosts for this loop 6626 1726776575.89365: done getting the remaining hosts for this loop 6626 1726776575.89368: getting the next task for host managed_node3 6626 1726776575.89373: done getting next task for host managed_node3 6626 1726776575.89377: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6626 1726776575.89379: ^ state is: HOST STATE: block=2, task=3, 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=3, 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 1726776575.89393: getting variables 6626 1726776575.89394: in VariableManager get_vars() 6626 1726776575.89426: Calling all_inventory to load vars for managed_node3 6626 1726776575.89428: Calling groups_inventory to load vars for managed_node3 6626 1726776575.89430: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776575.89438: Calling all_plugins_play to load vars for managed_node3 6626 1726776575.89441: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776575.89443: Calling groups_plugins_play to load vars for managed_node3 6626 1726776575.89476: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776575.89503: done with get_vars() 6626 1726776575.89511: done getting variables 6626 1726776575.89548: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 16:09:35 -0400 (0:00:00.030) 0:00:16.038 **** 6626 1726776575.89569: entering _queue_task() for managed_node3/fail 6626 1726776575.89752: worker is 1 (out of 1 available) 6626 1726776575.89765: exiting _queue_task() for managed_node3/fail 6626 1726776575.89776: done queuing things up, now waiting for results queue to drain 6626 1726776575.89778: waiting for pending results... 6626 1726776575.89921: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6626 1726776575.89973: in run() - task 12343ab9-b159-5b96-3694-000000000029 6626 1726776575.89984: variable 'ansible_search_path' from source: unknown 6626 1726776575.89991: variable 'ansible_search_path' from source: unknown 6626 1726776575.90017: calling self._execute() 6626 1726776575.90063: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776575.90069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776575.90077: variable 'omit' from source: magic vars 6626 1726776575.90398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776575.92392: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776575.92418: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776575.92459: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776575.92501: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776575.92532: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776575.92615: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776575.92677: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776575.92777: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776575.92781: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776575.92783: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776575.92893: variable '__kernel_settings_is_transactional' from source: set_fact 6626 1726776575.92918: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6626 1726776575.92926: when evaluation is False, skipping this task 6626 1726776575.92933: _execute() done 6626 1726776575.92940: dumping result to json 6626 1726776575.92947: done dumping result, returning 6626 1726776575.92959: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [12343ab9-b159-5b96-3694-000000000029] 6626 1726776575.92967: sending task result for task 12343ab9-b159-5b96-3694-000000000029 skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6626 1726776575.93143: no more pending results, returning what we have 6626 1726776575.93146: results queue empty 6626 1726776575.93147: checking for any_errors_fatal 6626 1726776575.93151: done checking for any_errors_fatal 6626 1726776575.93152: checking for max_fail_percentage 6626 1726776575.93154: done checking for max_fail_percentage 6626 1726776575.93154: checking to see if all hosts have failed and the running result is not ok 6626 1726776575.93155: done checking to see if all hosts have failed 6626 1726776575.93156: getting the remaining hosts for this loop 6626 1726776575.93158: done getting the remaining hosts for this loop 6626 1726776575.93162: getting the next task for host managed_node3 6626 1726776575.93171: done getting next task for host managed_node3 6626 1726776575.93175: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6626 1726776575.93178: ^ state is: HOST STATE: block=2, task=4, 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 1726776575.93195: getting variables 6626 1726776575.93197: in VariableManager get_vars() 6626 1726776575.93235: Calling all_inventory to load vars for managed_node3 6626 1726776575.93239: Calling groups_inventory to load vars for managed_node3 6626 1726776575.93241: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776575.93252: Calling all_plugins_play to load vars for managed_node3 6626 1726776575.93255: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776575.93258: Calling groups_plugins_play to load vars for managed_node3 6626 1726776575.93400: done sending task result for task 12343ab9-b159-5b96-3694-000000000029 6626 1726776575.93407: WORKER PROCESS EXITING 6626 1726776575.93430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776575.93471: done with get_vars() 6626 1726776575.93480: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 16:09:35 -0400 (0:00:00.041) 0:00:16.079 **** 6626 1726776575.93678: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6626 1726776575.93679: Creating lock for fedora.linux_system_roles.kernel_settings_get_config 6626 1726776575.93999: worker is 1 (out of 1 available) 6626 1726776575.94013: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6626 1726776575.94025: done queuing things up, now waiting for results queue to drain 6626 1726776575.94027: waiting for pending results... 6626 1726776575.94275: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6626 1726776575.94373: in run() - task 12343ab9-b159-5b96-3694-00000000002b 6626 1726776575.94407: variable 'ansible_search_path' from source: unknown 6626 1726776575.94416: variable 'ansible_search_path' from source: unknown 6626 1726776575.94456: calling self._execute() 6626 1726776575.94606: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776575.94610: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776575.94613: variable 'omit' from source: magic vars 6626 1726776575.94669: variable 'omit' from source: magic vars 6626 1726776575.94729: variable 'omit' from source: magic vars 6626 1726776575.94761: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6626 1726776575.95076: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6626 1726776575.95170: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6626 1726776575.95213: variable 'omit' from source: magic vars 6626 1726776575.95270: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776575.95365: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776575.95369: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776575.95371: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776575.95375: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776575.95402: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776575.95413: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776575.95422: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776575.95533: Set connection var ansible_shell_type to sh 6626 1726776575.95583: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776575.95587: Set connection var ansible_timeout to 10 6626 1726776575.95590: Set connection var ansible_pipelining to False 6626 1726776575.95594: Set connection var ansible_shell_executable to /bin/sh 6626 1726776575.95600: Set connection var ansible_connection to ssh 6626 1726776575.95617: variable 'ansible_shell_executable' from source: unknown 6626 1726776575.95626: variable 'ansible_connection' from source: unknown 6626 1726776575.95633: variable 'ansible_module_compression' from source: unknown 6626 1726776575.95639: variable 'ansible_shell_type' from source: unknown 6626 1726776575.95692: variable 'ansible_shell_executable' from source: unknown 6626 1726776575.95696: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776575.95698: variable 'ansible_pipelining' from source: unknown 6626 1726776575.95700: variable 'ansible_timeout' from source: unknown 6626 1726776575.95702: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776575.95863: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6626 1726776575.95911: variable 'omit' from source: magic vars 6626 1726776575.95914: starting attempt loop 6626 1726776575.95917: running the handler 6626 1726776575.95919: _low_level_execute_command(): starting 6626 1726776575.95932: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776575.96730: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776575.96816: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776575.96871: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776575.96930: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776575.98598: stdout chunk (state=3): >>>/root <<< 6626 1726776575.98765: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776575.98769: stdout chunk (state=3): >>><<< 6626 1726776575.98771: stderr chunk (state=3): >>><<< 6626 1726776575.98793: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776575.98815: _low_level_execute_command(): starting 6626 1726776575.98897: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776575.988024-7024-265473735237146 `" && echo ansible-tmp-1726776575.988024-7024-265473735237146="` echo /root/.ansible/tmp/ansible-tmp-1726776575.988024-7024-265473735237146 `" ) && sleep 0' 6626 1726776575.99459: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776575.99504: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776575.99592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776575.99632: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776575.99683: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776576.01759: stdout chunk (state=3): >>>ansible-tmp-1726776575.988024-7024-265473735237146=/root/.ansible/tmp/ansible-tmp-1726776575.988024-7024-265473735237146 <<< 6626 1726776576.02100: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776576.02104: stdout chunk (state=3): >>><<< 6626 1726776576.02106: stderr chunk (state=3): >>><<< 6626 1726776576.02108: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776575.988024-7024-265473735237146=/root/.ansible/tmp/ansible-tmp-1726776575.988024-7024-265473735237146 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776576.02111: variable 'ansible_module_compression' from source: unknown 6626 1726776576.02112: ANSIBALLZ: Using lock for fedora.linux_system_roles.kernel_settings_get_config 6626 1726776576.02114: ANSIBALLZ: Acquiring lock 6626 1726776576.02116: ANSIBALLZ: Lock acquired: 139628601511472 6626 1726776576.02118: ANSIBALLZ: Creating module 6626 1726776576.18267: ANSIBALLZ: Writing module into payload 6626 1726776576.18357: ANSIBALLZ: Writing module 6626 1726776576.18389: ANSIBALLZ: Renaming module 6626 1726776576.18402: ANSIBALLZ: Done creating module 6626 1726776576.18427: variable 'ansible_facts' from source: unknown 6626 1726776576.18510: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776575.988024-7024-265473735237146/AnsiballZ_kernel_settings_get_config.py 6626 1726776576.18925: Sending initial data 6626 1726776576.18928: Sent initial data (172 bytes) 6626 1726776576.19859: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776576.19884: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776576.19903: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776576.19993: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776576.21709: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776576.21811: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776576.21869: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp7yl7mgc4 /root/.ansible/tmp/ansible-tmp-1726776575.988024-7024-265473735237146/AnsiballZ_kernel_settings_get_config.py <<< 6626 1726776576.21872: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776575.988024-7024-265473735237146/AnsiballZ_kernel_settings_get_config.py" <<< 6626 1726776576.21915: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp7yl7mgc4" to remote "/root/.ansible/tmp/ansible-tmp-1726776575.988024-7024-265473735237146/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776575.988024-7024-265473735237146/AnsiballZ_kernel_settings_get_config.py" <<< 6626 1726776576.23598: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776576.23602: stdout chunk (state=3): >>><<< 6626 1726776576.23604: stderr chunk (state=3): >>><<< 6626 1726776576.23607: done transferring module to remote 6626 1726776576.23609: _low_level_execute_command(): starting 6626 1726776576.23611: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776575.988024-7024-265473735237146/ /root/.ansible/tmp/ansible-tmp-1726776575.988024-7024-265473735237146/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6626 1726776576.24305: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776576.24310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776576.24313: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.24327: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.24419: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776576.24463: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776576.26425: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776576.26429: stdout chunk (state=3): >>><<< 6626 1726776576.26431: stderr chunk (state=3): >>><<< 6626 1726776576.26697: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776576.26700: _low_level_execute_command(): starting 6626 1726776576.26703: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776575.988024-7024-265473735237146/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6626 1726776576.27475: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.27539: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776576.27558: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776576.27591: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776576.27691: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776576.43727: stdout chunk (state=3): >>> {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} <<< 6626 1726776576.45284: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776576.45291: stdout chunk (state=3): >>><<< 6626 1726776576.45294: stderr chunk (state=3): >>><<< 6626 1726776576.45296: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776576.45299: done with _execute_module (fedora.linux_system_roles.kernel_settings_get_config, {'path': '/etc/tuned/tuned-main.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.kernel_settings_get_config', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776575.988024-7024-265473735237146/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776576.45301: _low_level_execute_command(): starting 6626 1726776576.45306: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776575.988024-7024-265473735237146/ > /dev/null 2>&1 && sleep 0' 6626 1726776576.45880: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776576.45941: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.46015: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776576.46038: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776576.46064: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776576.46153: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776576.48240: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776576.48263: stdout chunk (state=3): >>><<< 6626 1726776576.48267: stderr chunk (state=3): >>><<< 6626 1726776576.48283: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776576.48491: handler run complete 6626 1726776576.48494: attempt loop complete, returning result 6626 1726776576.48496: _execute() done 6626 1726776576.48499: dumping result to json 6626 1726776576.48501: done dumping result, returning 6626 1726776576.48506: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [12343ab9-b159-5b96-3694-00000000002b] 6626 1726776576.48508: sending task result for task 12343ab9-b159-5b96-3694-00000000002b 6626 1726776576.48578: done sending task result for task 12343ab9-b159-5b96-3694-00000000002b 6626 1726776576.48581: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 6626 1726776576.48654: no more pending results, returning what we have 6626 1726776576.48657: results queue empty 6626 1726776576.48658: checking for any_errors_fatal 6626 1726776576.48662: done checking for any_errors_fatal 6626 1726776576.48663: checking for max_fail_percentage 6626 1726776576.48664: done checking for max_fail_percentage 6626 1726776576.48665: checking to see if all hosts have failed and the running result is not ok 6626 1726776576.48666: done checking to see if all hosts have failed 6626 1726776576.48666: getting the remaining hosts for this loop 6626 1726776576.48668: done getting the remaining hosts for this loop 6626 1726776576.48671: getting the next task for host managed_node3 6626 1726776576.48677: done getting next task for host managed_node3 6626 1726776576.48680: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6626 1726776576.48682: ^ state is: HOST STATE: block=2, task=4, 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=2, 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 1726776576.48693: getting variables 6626 1726776576.48694: in VariableManager get_vars() 6626 1726776576.48725: Calling all_inventory to load vars for managed_node3 6626 1726776576.48727: Calling groups_inventory to load vars for managed_node3 6626 1726776576.48729: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776576.48738: Calling all_plugins_play to load vars for managed_node3 6626 1726776576.48740: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776576.48782: Calling groups_plugins_play to load vars for managed_node3 6626 1726776576.48836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776576.48879: done with get_vars() 6626 1726776576.48889: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 16:09:36 -0400 (0:00:00.553) 0:00:16.632 **** 6626 1726776576.48984: entering _queue_task() for managed_node3/stat 6626 1726776576.49217: worker is 1 (out of 1 available) 6626 1726776576.49229: exiting _queue_task() for managed_node3/stat 6626 1726776576.49240: done queuing things up, now waiting for results queue to drain 6626 1726776576.49242: waiting for pending results... 6626 1726776576.49478: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6626 1726776576.49575: in run() - task 12343ab9-b159-5b96-3694-00000000002c 6626 1726776576.49600: variable 'ansible_search_path' from source: unknown 6626 1726776576.49611: variable 'ansible_search_path' from source: unknown 6626 1726776576.49665: variable '__prof_from_conf' from source: task vars 6626 1726776576.49908: variable '__prof_from_conf' from source: task vars 6626 1726776576.50042: variable '__data' from source: task vars 6626 1726776576.50094: variable '__kernel_settings_register_tuned_main' from source: set_fact 6626 1726776576.50231: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6626 1726776576.50239: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6626 1726776576.50281: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6626 1726776576.50336: variable 'omit' from source: magic vars 6626 1726776576.50400: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776576.50410: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776576.50420: variable 'omit' from source: magic vars 6626 1726776576.50588: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776576.52396: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776576.52423: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776576.52463: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776576.52502: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776576.52532: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776576.52693: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776576.52696: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776576.52701: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776576.52753: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776576.52824: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776576.52940: variable 'item' from source: unknown 6626 1726776576.52965: Evaluated conditional (item | length > 0): False 6626 1726776576.52974: when evaluation is False, skipping this task 6626 1726776576.53022: variable 'item' from source: unknown 6626 1726776576.53103: variable 'item' from source: unknown skipping: [managed_node3] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 6626 1726776576.53496: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776576.53499: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776576.53502: variable 'omit' from source: magic vars 6626 1726776576.53508: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776576.53608: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776576.53613: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776576.53619: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776576.53637: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776576.53730: variable 'item' from source: unknown 6626 1726776576.53747: Evaluated conditional (item | length > 0): True 6626 1726776576.53752: variable 'omit' from source: magic vars 6626 1726776576.53801: variable 'omit' from source: magic vars 6626 1726776576.53838: variable 'item' from source: unknown 6626 1726776576.53882: variable 'item' from source: unknown 6626 1726776576.53895: variable 'omit' from source: magic vars 6626 1726776576.53936: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776576.53955: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776576.53969: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776576.53982: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776576.53991: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776576.54015: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776576.54018: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776576.54020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776576.54084: Set connection var ansible_shell_type to sh 6626 1726776576.54092: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776576.54097: Set connection var ansible_timeout to 10 6626 1726776576.54102: Set connection var ansible_pipelining to False 6626 1726776576.54112: Set connection var ansible_shell_executable to /bin/sh 6626 1726776576.54115: Set connection var ansible_connection to ssh 6626 1726776576.54128: variable 'ansible_shell_executable' from source: unknown 6626 1726776576.54130: variable 'ansible_connection' from source: unknown 6626 1726776576.54133: variable 'ansible_module_compression' from source: unknown 6626 1726776576.54135: variable 'ansible_shell_type' from source: unknown 6626 1726776576.54137: variable 'ansible_shell_executable' from source: unknown 6626 1726776576.54141: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776576.54144: variable 'ansible_pipelining' from source: unknown 6626 1726776576.54147: variable 'ansible_timeout' from source: unknown 6626 1726776576.54149: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776576.54245: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6626 1726776576.54255: variable 'omit' from source: magic vars 6626 1726776576.54260: starting attempt loop 6626 1726776576.54263: running the handler 6626 1726776576.54273: _low_level_execute_command(): starting 6626 1726776576.54275: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776576.54785: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776576.54790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.54792: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776576.54795: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776576.54796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.54878: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776576.54932: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776576.56774: stdout chunk (state=3): >>>/root <<< 6626 1726776576.56991: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776576.56995: stdout chunk (state=3): >>><<< 6626 1726776576.56997: stderr chunk (state=3): >>><<< 6626 1726776576.56999: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776576.57001: _low_level_execute_command(): starting 6626 1726776576.57002: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776576.5686705-7044-235478186174305 `" && echo ansible-tmp-1726776576.5686705-7044-235478186174305="` echo /root/.ansible/tmp/ansible-tmp-1726776576.5686705-7044-235478186174305 `" ) && sleep 0' 6626 1726776576.58230: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776576.58257: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776576.58340: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776576.60277: stdout chunk (state=3): >>>ansible-tmp-1726776576.5686705-7044-235478186174305=/root/.ansible/tmp/ansible-tmp-1726776576.5686705-7044-235478186174305 <<< 6626 1726776576.60381: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776576.60429: stderr chunk (state=3): >>><<< 6626 1726776576.60438: stdout chunk (state=3): >>><<< 6626 1726776576.60695: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776576.5686705-7044-235478186174305=/root/.ansible/tmp/ansible-tmp-1726776576.5686705-7044-235478186174305 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776576.60698: variable 'ansible_module_compression' from source: unknown 6626 1726776576.60700: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6626 1726776576.60814: variable 'ansible_facts' from source: unknown 6626 1726776576.61001: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776576.5686705-7044-235478186174305/AnsiballZ_stat.py 6626 1726776576.61395: Sending initial data 6626 1726776576.61408: Sent initial data (151 bytes) 6626 1726776576.62038: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776576.62053: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776576.62102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.62189: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776576.62217: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776576.62254: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776576.62362: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776576.64128: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776576.64170: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776576.64218: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpnkp4qvi5 /root/.ansible/tmp/ansible-tmp-1726776576.5686705-7044-235478186174305/AnsiballZ_stat.py <<< 6626 1726776576.64221: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776576.5686705-7044-235478186174305/AnsiballZ_stat.py" <<< 6626 1726776576.64373: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpnkp4qvi5" to remote "/root/.ansible/tmp/ansible-tmp-1726776576.5686705-7044-235478186174305/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776576.5686705-7044-235478186174305/AnsiballZ_stat.py" <<< 6626 1726776576.65189: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776576.65262: stderr chunk (state=3): >>><<< 6626 1726776576.65284: stdout chunk (state=3): >>><<< 6626 1726776576.65434: done transferring module to remote 6626 1726776576.65437: _low_level_execute_command(): starting 6626 1726776576.65439: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776576.5686705-7044-235478186174305/ /root/.ansible/tmp/ansible-tmp-1726776576.5686705-7044-235478186174305/AnsiballZ_stat.py && sleep 0' 6626 1726776576.66024: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776576.66037: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776576.66102: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.66158: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776576.66174: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776576.66196: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776576.66278: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776576.68145: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776576.68148: stdout chunk (state=3): >>><<< 6626 1726776576.68150: stderr chunk (state=3): >>><<< 6626 1726776576.68237: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776576.68240: _low_level_execute_command(): starting 6626 1726776576.68243: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776576.5686705-7044-235478186174305/AnsiballZ_stat.py && sleep 0' 6626 1726776576.68793: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776576.68831: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776576.68845: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.68900: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.68957: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776576.68974: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776576.68996: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776576.69100: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776576.90161: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 6, "inode": 348127424, "dev": 51714, "nlink": 2, "atime": 1722988800.0, "mtime": 1722988800.0, "ctime": 1726776569.8307862, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3830244823", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6626 1726776576.91833: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776576.91837: stdout chunk (state=3): >>><<< 6626 1726776576.91839: stderr chunk (state=3): >>><<< 6626 1726776576.91859: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 6, "inode": 348127424, "dev": 51714, "nlink": 2, "atime": 1722988800.0, "mtime": 1722988800.0, "ctime": 1726776569.8307862, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3830244823", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776576.92009: done with _execute_module (stat, {'path': '/etc/tuned/profiles', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776576.5686705-7044-235478186174305/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776576.92013: _low_level_execute_command(): starting 6626 1726776576.92015: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776576.5686705-7044-235478186174305/ > /dev/null 2>&1 && sleep 0' 6626 1726776576.92620: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776576.92624: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776576.92626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776576.92628: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.92630: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776576.92632: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.92668: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776576.92717: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776576.92789: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776576.94831: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776576.94856: stderr chunk (state=3): >>><<< 6626 1726776576.94858: stdout chunk (state=3): >>><<< 6626 1726776576.94868: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776576.94880: handler run complete 6626 1726776576.94914: attempt loop complete, returning result 6626 1726776576.94930: variable 'item' from source: unknown 6626 1726776576.94990: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1722988800.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776569.8307862, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 348127424, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1722988800.0, "nlink": 2, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 6, "uid": 0, "version": "3830244823", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6626 1726776576.95147: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776576.95153: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776576.95156: variable 'omit' from source: magic vars 6626 1726776576.95225: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776576.95243: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776576.95260: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776576.95290: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776576.95302: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776576.95360: variable 'item' from source: unknown 6626 1726776576.95366: Evaluated conditional (item | length > 0): True 6626 1726776576.95371: variable 'omit' from source: magic vars 6626 1726776576.95387: variable 'omit' from source: magic vars 6626 1726776576.95416: variable 'item' from source: unknown 6626 1726776576.95458: variable 'item' from source: unknown 6626 1726776576.95469: variable 'omit' from source: magic vars 6626 1726776576.95492: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776576.95495: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776576.95498: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776576.95511: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776576.95514: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776576.95516: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776576.95561: Set connection var ansible_shell_type to sh 6626 1726776576.95567: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776576.95572: Set connection var ansible_timeout to 10 6626 1726776576.95577: Set connection var ansible_pipelining to False 6626 1726776576.95583: Set connection var ansible_shell_executable to /bin/sh 6626 1726776576.95588: Set connection var ansible_connection to ssh 6626 1726776576.95604: variable 'ansible_shell_executable' from source: unknown 6626 1726776576.95609: variable 'ansible_connection' from source: unknown 6626 1726776576.95612: variable 'ansible_module_compression' from source: unknown 6626 1726776576.95614: variable 'ansible_shell_type' from source: unknown 6626 1726776576.95617: variable 'ansible_shell_executable' from source: unknown 6626 1726776576.95620: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776576.95624: variable 'ansible_pipelining' from source: unknown 6626 1726776576.95626: variable 'ansible_timeout' from source: unknown 6626 1726776576.95631: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776576.95704: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776576.95713: variable 'omit' from source: magic vars 6626 1726776576.95715: starting attempt loop 6626 1726776576.95718: running the handler 6626 1726776576.95724: _low_level_execute_command(): starting 6626 1726776576.95727: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776576.96172: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776576.96175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776576.96177: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.96179: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776576.96181: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776576.96183: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.96233: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776576.96237: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776576.96311: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776576.97917: stdout chunk (state=3): >>>/root <<< 6626 1726776576.98036: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776576.98039: stdout chunk (state=3): >>><<< 6626 1726776576.98045: stderr chunk (state=3): >>><<< 6626 1726776576.98057: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776576.98065: _low_level_execute_command(): starting 6626 1726776576.98070: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776576.9805732-7044-132872122453133 `" && echo ansible-tmp-1726776576.9805732-7044-132872122453133="` echo /root/.ansible/tmp/ansible-tmp-1726776576.9805732-7044-132872122453133 `" ) && sleep 0' 6626 1726776576.98520: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776576.98525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776576.98531: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.98533: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776576.98535: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776576.98578: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776576.98581: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776576.98631: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776577.00539: stdout chunk (state=3): >>>ansible-tmp-1726776576.9805732-7044-132872122453133=/root/.ansible/tmp/ansible-tmp-1726776576.9805732-7044-132872122453133 <<< 6626 1726776577.00683: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776577.00687: stdout chunk (state=3): >>><<< 6626 1726776577.00690: stderr chunk (state=3): >>><<< 6626 1726776577.00724: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776576.9805732-7044-132872122453133=/root/.ansible/tmp/ansible-tmp-1726776576.9805732-7044-132872122453133 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776577.00791: variable 'ansible_module_compression' from source: unknown 6626 1726776577.00830: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6626 1726776577.00848: variable 'ansible_facts' from source: unknown 6626 1726776577.00931: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776576.9805732-7044-132872122453133/AnsiballZ_stat.py 6626 1726776577.01049: Sending initial data 6626 1726776577.01053: Sent initial data (151 bytes) 6626 1726776577.01610: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776577.01613: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776577.01615: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776577.01693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776577.01708: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776577.01746: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776577.03757: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776577.03820: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776577.03875: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp3eto6we7 /root/.ansible/tmp/ansible-tmp-1726776576.9805732-7044-132872122453133/AnsiballZ_stat.py <<< 6626 1726776577.03878: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776576.9805732-7044-132872122453133/AnsiballZ_stat.py" <<< 6626 1726776577.03926: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp3eto6we7" to remote "/root/.ansible/tmp/ansible-tmp-1726776576.9805732-7044-132872122453133/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776576.9805732-7044-132872122453133/AnsiballZ_stat.py" <<< 6626 1726776577.05154: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776577.05158: stdout chunk (state=3): >>><<< 6626 1726776577.05160: stderr chunk (state=3): >>><<< 6626 1726776577.05162: done transferring module to remote 6626 1726776577.05164: _low_level_execute_command(): starting 6626 1726776577.05166: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776576.9805732-7044-132872122453133/ /root/.ansible/tmp/ansible-tmp-1726776576.9805732-7044-132872122453133/AnsiballZ_stat.py && sleep 0' 6626 1726776577.05837: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776577.05851: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776577.05867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776577.05924: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776577.05994: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776577.06020: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776577.06065: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776577.06114: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776577.07970: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776577.07974: stdout chunk (state=3): >>><<< 6626 1726776577.07976: stderr chunk (state=3): >>><<< 6626 1726776577.08077: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776577.08080: _low_level_execute_command(): starting 6626 1726776577.08083: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776576.9805732-7044-132872122453133/AnsiballZ_stat.py && sleep 0' 6626 1726776577.08701: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776577.08765: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776577.08783: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776577.08840: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776577.08910: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776577.25539: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 152, "inode": 346030272, "dev": 51714, "nlink": 4, "atime": 1726776570.1627889, "mtime": 1726776570.1607888, "ctime": 1726776570.1607888, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1686699488", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6626 1726776577.27224: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776577.27228: stdout chunk (state=3): >>><<< 6626 1726776577.27231: stderr chunk (state=3): >>><<< 6626 1726776577.27407: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 152, "inode": 346030272, "dev": 51714, "nlink": 4, "atime": 1726776570.1627889, "mtime": 1726776570.1607888, "ctime": 1726776570.1607888, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1686699488", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776577.27421: done with _execute_module (stat, {'path': '/etc/tuned', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776576.9805732-7044-132872122453133/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776577.27433: _low_level_execute_command(): starting 6626 1726776577.27442: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776576.9805732-7044-132872122453133/ > /dev/null 2>&1 && sleep 0' 6626 1726776577.28420: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776577.28435: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776577.28500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776577.28544: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776577.28562: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776577.28583: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776577.28658: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776577.30897: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776577.30901: stdout chunk (state=3): >>><<< 6626 1726776577.30907: stderr chunk (state=3): >>><<< 6626 1726776577.30910: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776577.30912: handler run complete 6626 1726776577.30914: attempt loop complete, returning result 6626 1726776577.30916: variable 'item' from source: unknown 6626 1726776577.31129: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726776570.1627889, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776570.1607888, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 346030272, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776570.1607888, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "1686699488", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6626 1726776577.31467: dumping result to json 6626 1726776577.31471: done dumping result, returning 6626 1726776577.31474: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [12343ab9-b159-5b96-3694-00000000002c] 6626 1726776577.31476: sending task result for task 12343ab9-b159-5b96-3694-00000000002c 6626 1726776577.31723: no more pending results, returning what we have 6626 1726776577.31728: results queue empty 6626 1726776577.31729: checking for any_errors_fatal 6626 1726776577.31732: done checking for any_errors_fatal 6626 1726776577.31733: checking for max_fail_percentage 6626 1726776577.31734: done checking for max_fail_percentage 6626 1726776577.31735: checking to see if all hosts have failed and the running result is not ok 6626 1726776577.31736: done checking to see if all hosts have failed 6626 1726776577.31737: getting the remaining hosts for this loop 6626 1726776577.31738: done getting the remaining hosts for this loop 6626 1726776577.31742: getting the next task for host managed_node3 6626 1726776577.31748: done getting next task for host managed_node3 6626 1726776577.31752: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6626 1726776577.31755: ^ state is: HOST STATE: block=2, task=4, 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=3, 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 1726776577.31766: getting variables 6626 1726776577.31768: in VariableManager get_vars() 6626 1726776577.31807: Calling all_inventory to load vars for managed_node3 6626 1726776577.31810: Calling groups_inventory to load vars for managed_node3 6626 1726776577.31813: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776577.31824: Calling all_plugins_play to load vars for managed_node3 6626 1726776577.31828: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776577.31831: Calling groups_plugins_play to load vars for managed_node3 6626 1726776577.31878: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776577.31927: done with get_vars() 6626 1726776577.31936: done getting variables 6626 1726776577.31966: done sending task result for task 12343ab9-b159-5b96-3694-00000000002c 6626 1726776577.31969: WORKER PROCESS EXITING 6626 1726776577.32013: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 16:09:37 -0400 (0:00:00.830) 0:00:17.463 **** 6626 1726776577.32046: entering _queue_task() for managed_node3/set_fact 6626 1726776577.32568: worker is 1 (out of 1 available) 6626 1726776577.32577: exiting _queue_task() for managed_node3/set_fact 6626 1726776577.32590: done queuing things up, now waiting for results queue to drain 6626 1726776577.32592: waiting for pending results... 6626 1726776577.32848: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6626 1726776577.32948: in run() - task 12343ab9-b159-5b96-3694-00000000002d 6626 1726776577.32969: variable 'ansible_search_path' from source: unknown 6626 1726776577.32977: variable 'ansible_search_path' from source: unknown 6626 1726776577.33025: calling self._execute() 6626 1726776577.33092: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776577.33113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776577.33128: variable 'omit' from source: magic vars 6626 1726776577.33243: variable 'omit' from source: magic vars 6626 1726776577.33296: variable 'omit' from source: magic vars 6626 1726776577.33992: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776577.36036: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776577.36116: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776577.36158: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776577.36208: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776577.36238: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776577.36325: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776577.36373: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776577.36415: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776577.36460: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776577.36478: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776577.36538: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776577.36567: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776577.36597: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776577.36646: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776577.36729: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776577.36732: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776577.36758: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776577.36788: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776577.36837: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776577.36857: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776577.37096: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6626 1726776577.37211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776577.37387: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776577.37424: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776577.37453: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776577.37590: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776577.37597: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 6626 1726776577.37599: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 6626 1726776577.37601: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776577.37603: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 6626 1726776577.37655: variable 'omit' from source: magic vars 6626 1726776577.37684: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776577.37791: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776577.37795: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776577.37797: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776577.37799: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776577.37814: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776577.37829: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776577.37838: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776577.37949: Set connection var ansible_shell_type to sh 6626 1726776577.37962: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776577.37973: Set connection var ansible_timeout to 10 6626 1726776577.37983: Set connection var ansible_pipelining to False 6626 1726776577.38006: Set connection var ansible_shell_executable to /bin/sh 6626 1726776577.38013: Set connection var ansible_connection to ssh 6626 1726776577.38051: variable 'ansible_shell_executable' from source: unknown 6626 1726776577.38136: variable 'ansible_connection' from source: unknown 6626 1726776577.38139: variable 'ansible_module_compression' from source: unknown 6626 1726776577.38141: variable 'ansible_shell_type' from source: unknown 6626 1726776577.38143: variable 'ansible_shell_executable' from source: unknown 6626 1726776577.38151: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776577.38153: variable 'ansible_pipelining' from source: unknown 6626 1726776577.38156: variable 'ansible_timeout' from source: unknown 6626 1726776577.38158: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776577.38207: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776577.38223: variable 'omit' from source: magic vars 6626 1726776577.38233: starting attempt loop 6626 1726776577.38260: running the handler 6626 1726776577.38263: handler run complete 6626 1726776577.38280: attempt loop complete, returning result 6626 1726776577.38354: _execute() done 6626 1726776577.38357: dumping result to json 6626 1726776577.38359: done dumping result, returning 6626 1726776577.38361: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [12343ab9-b159-5b96-3694-00000000002d] 6626 1726776577.38368: sending task result for task 12343ab9-b159-5b96-3694-00000000002d 6626 1726776577.38433: done sending task result for task 12343ab9-b159-5b96-3694-00000000002d 6626 1726776577.38436: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 6626 1726776577.38504: no more pending results, returning what we have 6626 1726776577.38507: results queue empty 6626 1726776577.38508: checking for any_errors_fatal 6626 1726776577.38514: done checking for any_errors_fatal 6626 1726776577.38515: checking for max_fail_percentage 6626 1726776577.38517: done checking for max_fail_percentage 6626 1726776577.38517: checking to see if all hosts have failed and the running result is not ok 6626 1726776577.38518: done checking to see if all hosts have failed 6626 1726776577.38519: getting the remaining hosts for this loop 6626 1726776577.38520: done getting the remaining hosts for this loop 6626 1726776577.38524: getting the next task for host managed_node3 6626 1726776577.38532: done getting next task for host managed_node3 6626 1726776577.38535: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6626 1726776577.38538: ^ state is: HOST STATE: block=2, task=4, 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=4, 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 1726776577.38549: getting variables 6626 1726776577.38551: in VariableManager get_vars() 6626 1726776577.38723: Calling all_inventory to load vars for managed_node3 6626 1726776577.38727: Calling groups_inventory to load vars for managed_node3 6626 1726776577.38730: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776577.38740: Calling all_plugins_play to load vars for managed_node3 6626 1726776577.38744: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776577.38747: Calling groups_plugins_play to load vars for managed_node3 6626 1726776577.38925: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776577.38967: done with get_vars() 6626 1726776577.38977: done getting variables 6626 1726776577.39137: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 16:09:37 -0400 (0:00:00.071) 0:00:17.534 **** 6626 1726776577.39174: entering _queue_task() for managed_node3/service 6626 1726776577.39175: Creating lock for service 6626 1726776577.39436: worker is 1 (out of 1 available) 6626 1726776577.39563: exiting _queue_task() for managed_node3/service 6626 1726776577.39577: done queuing things up, now waiting for results queue to drain 6626 1726776577.39579: waiting for pending results... 6626 1726776577.39871: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6626 1726776577.39876: in run() - task 12343ab9-b159-5b96-3694-00000000002e 6626 1726776577.39879: variable 'ansible_search_path' from source: unknown 6626 1726776577.39881: variable 'ansible_search_path' from source: unknown 6626 1726776577.39891: variable '__kernel_settings_services' from source: include_vars 6626 1726776577.40292: variable '__kernel_settings_services' from source: include_vars 6626 1726776577.40296: variable 'omit' from source: magic vars 6626 1726776577.40364: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776577.40379: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776577.40398: variable 'omit' from source: magic vars 6626 1726776577.40522: variable 'omit' from source: magic vars 6626 1726776577.40567: variable 'omit' from source: magic vars 6626 1726776577.40616: variable 'item' from source: unknown 6626 1726776577.40691: variable 'item' from source: unknown 6626 1726776577.40721: variable 'omit' from source: magic vars 6626 1726776577.40763: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776577.40807: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776577.40832: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776577.40854: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776577.40871: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776577.40906: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776577.40915: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776577.40924: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776577.41024: Set connection var ansible_shell_type to sh 6626 1726776577.41031: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776577.41036: Set connection var ansible_timeout to 10 6626 1726776577.41048: Set connection var ansible_pipelining to False 6626 1726776577.41051: Set connection var ansible_shell_executable to /bin/sh 6626 1726776577.41053: Set connection var ansible_connection to ssh 6626 1726776577.41065: variable 'ansible_shell_executable' from source: unknown 6626 1726776577.41067: variable 'ansible_connection' from source: unknown 6626 1726776577.41069: variable 'ansible_module_compression' from source: unknown 6626 1726776577.41072: variable 'ansible_shell_type' from source: unknown 6626 1726776577.41074: variable 'ansible_shell_executable' from source: unknown 6626 1726776577.41077: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776577.41081: variable 'ansible_pipelining' from source: unknown 6626 1726776577.41083: variable 'ansible_timeout' from source: unknown 6626 1726776577.41090: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776577.41188: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776577.41196: variable 'omit' from source: magic vars 6626 1726776577.41202: starting attempt loop 6626 1726776577.41205: running the handler 6626 1726776577.41265: variable 'ansible_facts' from source: unknown 6626 1726776577.41296: _low_level_execute_command(): starting 6626 1726776577.41302: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776577.41777: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776577.41781: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776577.41784: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776577.41787: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776577.41842: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776577.41846: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776577.41848: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776577.41907: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776577.43601: stdout chunk (state=3): >>>/root <<< 6626 1726776577.43699: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776577.43725: stderr chunk (state=3): >>><<< 6626 1726776577.43730: stdout chunk (state=3): >>><<< 6626 1726776577.43752: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776577.43764: _low_level_execute_command(): starting 6626 1726776577.43769: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311 `" && echo ansible-tmp-1726776577.4375207-7121-272404255777311="` echo /root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311 `" ) && sleep 0' 6626 1726776577.44187: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776577.44191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776577.44200: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776577.44202: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776577.44207: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776577.44248: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776577.44251: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776577.44255: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776577.44308: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776577.46258: stdout chunk (state=3): >>>ansible-tmp-1726776577.4375207-7121-272404255777311=/root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311 <<< 6626 1726776577.46365: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776577.46391: stderr chunk (state=3): >>><<< 6626 1726776577.46394: stdout chunk (state=3): >>><<< 6626 1726776577.46411: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776577.4375207-7121-272404255777311=/root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776577.46433: variable 'ansible_module_compression' from source: unknown 6626 1726776577.46472: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6626 1726776577.46516: variable 'ansible_facts' from source: unknown 6626 1726776577.46642: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/AnsiballZ_setup.py 6626 1726776577.46741: Sending initial data 6626 1726776577.46744: Sent initial data (152 bytes) 6626 1726776577.47193: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776577.47196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776577.47198: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776577.47200: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776577.47202: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776577.47204: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776577.47252: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776577.47256: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776577.47313: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776577.48942: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 6626 1726776577.48946: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776577.48982: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776577.49030: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpwvl3mtvt /root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/AnsiballZ_setup.py <<< 6626 1726776577.49034: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/AnsiballZ_setup.py" <<< 6626 1726776577.49074: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpwvl3mtvt" to remote "/root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/AnsiballZ_setup.py" <<< 6626 1726776577.50134: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776577.50179: stderr chunk (state=3): >>><<< 6626 1726776577.50182: stdout chunk (state=3): >>><<< 6626 1726776577.50199: done transferring module to remote 6626 1726776577.50255: _low_level_execute_command(): starting 6626 1726776577.50262: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/ /root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/AnsiballZ_setup.py && sleep 0' 6626 1726776577.50649: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776577.50652: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776577.50655: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776577.50657: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776577.50662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776577.50712: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776577.50716: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776577.50796: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776577.53150: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776577.53172: stderr chunk (state=3): >>><<< 6626 1726776577.53175: stdout chunk (state=3): >>><<< 6626 1726776577.53189: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776577.53192: _low_level_execute_command(): starting 6626 1726776577.53201: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/AnsiballZ_setup.py && sleep 0' 6626 1726776577.53617: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776577.53620: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776577.53622: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6626 1726776577.53625: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776577.53673: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776577.53676: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776577.53740: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776577.83139: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_service_mgr": "systemd"}, "invocation": {"module_args": {"gather_subset": ["!all"], "filter": ["ansible_service_mgr"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} <<< 6626 1726776577.85194: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776577.85198: stdout chunk (state=3): >>><<< 6626 1726776577.85201: stderr chunk (state=3): >>><<< 6626 1726776577.85203: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_service_mgr": "systemd"}, "invocation": {"module_args": {"gather_subset": ["!all"], "filter": ["ansible_service_mgr"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776577.85205: done with _execute_module (ansible.legacy.setup, {'gather_subset': '!all', 'filter': 'ansible_service_mgr', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.setup', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776577.85208: Facts {'ansible_facts': {'ansible_service_mgr': 'systemd'}, 'invocation': {'module_args': {'gather_subset': ['!all'], 'filter': ['ansible_service_mgr'], 'gather_timeout': 10, 'fact_path': '/etc/ansible/facts.d'}}, '_ansible_parsed': True} 6626 1726776577.85264: variable 'ansible_module_compression' from source: unknown 6626 1726776577.85326: ANSIBALLZ: Using generic lock for ansible.legacy.systemd 6626 1726776577.85396: ANSIBALLZ: Acquiring lock 6626 1726776577.85399: ANSIBALLZ: Lock acquired: 139628605315440 6626 1726776577.85402: ANSIBALLZ: Creating module 6626 1726776578.39249: ANSIBALLZ: Writing module into payload 6626 1726776578.39493: ANSIBALLZ: Writing module 6626 1726776578.39497: ANSIBALLZ: Renaming module 6626 1726776578.39500: ANSIBALLZ: Done creating module 6626 1726776578.39513: variable 'ansible_facts' from source: unknown 6626 1726776578.39718: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/AnsiballZ_systemd.py 6626 1726776578.39916: Sending initial data 6626 1726776578.39919: Sent initial data (154 bytes) 6626 1726776578.40449: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776578.40552: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776578.40580: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776578.40672: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776578.42332: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776578.42374: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776578.42527: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpfc2gbe9m /root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/AnsiballZ_systemd.py <<< 6626 1726776578.42531: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/AnsiballZ_systemd.py" <<< 6626 1726776578.42571: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpfc2gbe9m" to remote "/root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/AnsiballZ_systemd.py" <<< 6626 1726776578.45494: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776578.45499: stdout chunk (state=3): >>><<< 6626 1726776578.45502: stderr chunk (state=3): >>><<< 6626 1726776578.45506: done transferring module to remote 6626 1726776578.45509: _low_level_execute_command(): starting 6626 1726776578.45510: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/ /root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/AnsiballZ_systemd.py && sleep 0' 6626 1726776578.46468: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776578.46483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776578.46498: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776578.46622: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776578.46633: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776578.46789: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776578.47066: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776578.49170: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776578.49213: stderr chunk (state=3): >>><<< 6626 1726776578.49223: stdout chunk (state=3): >>><<< 6626 1726776578.49246: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776578.49254: _low_level_execute_command(): starting 6626 1726776578.49263: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/AnsiballZ_systemd.py && sleep 0' 6626 1726776578.50469: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776578.50532: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776578.50544: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776578.50555: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776578.50681: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776578.50717: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776578.50772: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776579.31737: stdout chunk (state=3): >>> <<< 6626 1726776579.31888: stdout chunk (state=3): >>>{"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3303890944", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets<<< 6626 1726776579.32006: stdout chunk (state=3): >>>": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 6626 1726776579.34121: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776579.34126: stdout chunk (state=3): >>><<< 6626 1726776579.34293: stderr chunk (state=3): >>><<< 6626 1726776579.34299: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3303890944", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776579.34597: done with _execute_module (ansible.legacy.systemd, {'name': 'tuned', 'state': 'started', 'enabled': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.systemd', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776579.34626: _low_level_execute_command(): starting 6626 1726776579.34630: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776577.4375207-7121-272404255777311/ > /dev/null 2>&1 && sleep 0' 6626 1726776579.35944: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776579.35950: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776579.36269: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776579.36285: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776579.36463: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776579.38408: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776579.38518: stderr chunk (state=3): >>><<< 6626 1726776579.38522: stdout chunk (state=3): >>><<< 6626 1726776579.38540: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776579.38547: handler run complete 6626 1726776579.38620: attempt loop complete, returning result 6626 1726776579.38639: variable 'item' from source: unknown 6626 1726776579.38828: variable 'item' from source: unknown changed: [managed_node3] => (item=tuned) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3702878208", "EffectiveMemoryMax": "3702878208", "EffectiveTasksMax": "22362", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3303890944", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } 6626 1726776579.39840: dumping result to json 6626 1726776579.39844: done dumping result, returning 6626 1726776579.39847: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [12343ab9-b159-5b96-3694-00000000002e] 6626 1726776579.39850: sending task result for task 12343ab9-b159-5b96-3694-00000000002e 6626 1726776579.39925: done sending task result for task 12343ab9-b159-5b96-3694-00000000002e 6626 1726776579.39928: WORKER PROCESS EXITING 6626 1726776579.40077: no more pending results, returning what we have 6626 1726776579.40080: results queue empty 6626 1726776579.40081: checking for any_errors_fatal 6626 1726776579.40083: done checking for any_errors_fatal 6626 1726776579.40084: checking for max_fail_percentage 6626 1726776579.40085: done checking for max_fail_percentage 6626 1726776579.40088: checking to see if all hosts have failed and the running result is not ok 6626 1726776579.40088: done checking to see if all hosts have failed 6626 1726776579.40089: getting the remaining hosts for this loop 6626 1726776579.40091: done getting the remaining hosts for this loop 6626 1726776579.40094: getting the next task for host managed_node3 6626 1726776579.40099: done getting next task for host managed_node3 6626 1726776579.40102: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6626 1726776579.40107: ^ state is: HOST STATE: block=2, task=4, 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=5, 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 1726776579.40116: getting variables 6626 1726776579.40118: in VariableManager get_vars() 6626 1726776579.40145: Calling all_inventory to load vars for managed_node3 6626 1726776579.40148: Calling groups_inventory to load vars for managed_node3 6626 1726776579.40150: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776579.40160: Calling all_plugins_play to load vars for managed_node3 6626 1726776579.40164: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776579.40167: Calling groups_plugins_play to load vars for managed_node3 6626 1726776579.40469: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776579.40515: done with get_vars() 6626 1726776579.40523: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 16:09:39 -0400 (0:00:02.014) 0:00:19.548 **** 6626 1726776579.40612: entering _queue_task() for managed_node3/file 6626 1726776579.41189: worker is 1 (out of 1 available) 6626 1726776579.41201: exiting _queue_task() for managed_node3/file 6626 1726776579.41299: done queuing things up, now waiting for results queue to drain 6626 1726776579.41302: waiting for pending results... 6626 1726776579.41901: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6626 1726776579.41906: in run() - task 12343ab9-b159-5b96-3694-00000000002f 6626 1726776579.41909: variable 'ansible_search_path' from source: unknown 6626 1726776579.41912: variable 'ansible_search_path' from source: unknown 6626 1726776579.41915: calling self._execute() 6626 1726776579.42292: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776579.42296: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776579.42299: variable 'omit' from source: magic vars 6626 1726776579.42302: variable 'omit' from source: magic vars 6626 1726776579.42305: variable 'omit' from source: magic vars 6626 1726776579.42691: variable '__kernel_settings_profile_dir' from source: role '' all vars 6626 1726776579.42992: variable '__kernel_settings_profile_dir' from source: role '' all vars 6626 1726776579.43285: variable '__kernel_settings_profile_parent' from source: set_fact 6626 1726776579.43293: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6626 1726776579.43337: variable 'omit' from source: magic vars 6626 1726776579.43374: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776579.43410: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776579.43428: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776579.43445: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776579.43456: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776579.43485: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776579.43490: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776579.43700: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776579.43795: Set connection var ansible_shell_type to sh 6626 1726776579.43805: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776579.43810: Set connection var ansible_timeout to 10 6626 1726776579.43812: Set connection var ansible_pipelining to False 6626 1726776579.43822: Set connection var ansible_shell_executable to /bin/sh 6626 1726776579.43825: Set connection var ansible_connection to ssh 6626 1726776579.43843: variable 'ansible_shell_executable' from source: unknown 6626 1726776579.43846: variable 'ansible_connection' from source: unknown 6626 1726776579.43849: variable 'ansible_module_compression' from source: unknown 6626 1726776579.43851: variable 'ansible_shell_type' from source: unknown 6626 1726776579.43853: variable 'ansible_shell_executable' from source: unknown 6626 1726776579.43855: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776579.43860: variable 'ansible_pipelining' from source: unknown 6626 1726776579.43862: variable 'ansible_timeout' from source: unknown 6626 1726776579.43865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776579.44252: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6626 1726776579.44266: variable 'omit' from source: magic vars 6626 1726776579.44378: starting attempt loop 6626 1726776579.44382: running the handler 6626 1726776579.44384: _low_level_execute_command(): starting 6626 1726776579.44388: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776579.45837: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776579.45841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776579.45844: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776579.45847: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776579.45850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776579.45969: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776579.46030: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776579.46108: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776579.47905: stdout chunk (state=3): >>>/root <<< 6626 1726776579.47934: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776579.47971: stderr chunk (state=3): >>><<< 6626 1726776579.47981: stdout chunk (state=3): >>><<< 6626 1726776579.48303: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776579.48307: _low_level_execute_command(): starting 6626 1726776579.48310: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776579.48209-7238-231267046171106 `" && echo ansible-tmp-1726776579.48209-7238-231267046171106="` echo /root/.ansible/tmp/ansible-tmp-1726776579.48209-7238-231267046171106 `" ) && sleep 0' 6626 1726776579.49505: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776579.49521: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6626 1726776579.49709: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776579.49713: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776579.49727: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776579.49794: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776579.51708: stdout chunk (state=3): >>>ansible-tmp-1726776579.48209-7238-231267046171106=/root/.ansible/tmp/ansible-tmp-1726776579.48209-7238-231267046171106 <<< 6626 1726776579.51812: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776579.51851: stderr chunk (state=3): >>><<< 6626 1726776579.51899: stdout chunk (state=3): >>><<< 6626 1726776579.51932: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776579.48209-7238-231267046171106=/root/.ansible/tmp/ansible-tmp-1726776579.48209-7238-231267046171106 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776579.52191: variable 'ansible_module_compression' from source: unknown 6626 1726776579.52195: ANSIBALLZ: Using lock for file 6626 1726776579.52198: ANSIBALLZ: Acquiring lock 6626 1726776579.52201: ANSIBALLZ: Lock acquired: 139628603190992 6626 1726776579.52204: ANSIBALLZ: Creating module 6626 1726776579.77147: ANSIBALLZ: Writing module into payload 6626 1726776579.77347: ANSIBALLZ: Writing module 6626 1726776579.77592: ANSIBALLZ: Renaming module 6626 1726776579.77595: ANSIBALLZ: Done creating module 6626 1726776579.77597: variable 'ansible_facts' from source: unknown 6626 1726776579.77601: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776579.48209-7238-231267046171106/AnsiballZ_file.py 6626 1726776579.77668: Sending initial data 6626 1726776579.77671: Sent initial data (149 bytes) 6626 1726776579.78505: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776579.78572: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776579.78595: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776579.78640: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776579.78867: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776579.80739: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776579.80791: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776579.80838: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpigsylpnh /root/.ansible/tmp/ansible-tmp-1726776579.48209-7238-231267046171106/AnsiballZ_file.py <<< 6626 1726776579.80842: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776579.48209-7238-231267046171106/AnsiballZ_file.py" <<< 6626 1726776579.80881: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpigsylpnh" to remote "/root/.ansible/tmp/ansible-tmp-1726776579.48209-7238-231267046171106/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776579.48209-7238-231267046171106/AnsiballZ_file.py" <<< 6626 1726776579.81743: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776579.81852: stdout chunk (state=3): >>><<< 6626 1726776579.81856: stderr chunk (state=3): >>><<< 6626 1726776579.81869: done transferring module to remote 6626 1726776579.81884: _low_level_execute_command(): starting 6626 1726776579.81897: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776579.48209-7238-231267046171106/ /root/.ansible/tmp/ansible-tmp-1726776579.48209-7238-231267046171106/AnsiballZ_file.py && sleep 0' 6626 1726776579.83082: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776579.83322: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776579.83360: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776579.83389: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776579.83508: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776579.85411: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776579.85448: stdout chunk (state=3): >>><<< 6626 1726776579.85660: stderr chunk (state=3): >>><<< 6626 1726776579.85664: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776579.85667: _low_level_execute_command(): starting 6626 1726776579.85669: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776579.48209-7238-231267046171106/AnsiballZ_file.py && sleep 0' 6626 1726776579.86840: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776579.86844: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776579.87018: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776580.04432: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6626 1726776580.06193: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776580.06198: stderr chunk (state=3): >>>Shared connection to 10.31.9.172 closed. <<< 6626 1726776580.06200: stderr chunk (state=3): >>><<< 6626 1726776580.06202: stdout chunk (state=3): >>><<< 6626 1726776580.06205: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776580.06207: done with _execute_module (file, {'path': '/etc/tuned/profiles/kernel_settings', 'state': 'directory', 'mode': '0755', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776579.48209-7238-231267046171106/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776580.06209: _low_level_execute_command(): starting 6626 1726776580.06211: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776579.48209-7238-231267046171106/ > /dev/null 2>&1 && sleep 0' 6626 1726776580.06772: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776580.06780: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776580.06794: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776580.06812: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776580.06825: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776580.06832: stderr chunk (state=3): >>>debug2: match not found <<< 6626 1726776580.06876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.06880: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6626 1726776580.06882: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 6626 1726776580.06885: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6626 1726776580.06889: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776580.06892: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776580.06896: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776580.06904: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776580.06985: stderr chunk (state=3): >>>debug2: match found <<< 6626 1726776580.06991: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.06993: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776580.07003: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776580.07018: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776580.07112: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776580.09148: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776580.09152: stdout chunk (state=3): >>><<< 6626 1726776580.09154: stderr chunk (state=3): >>><<< 6626 1726776580.09499: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776580.09503: handler run complete 6626 1726776580.09506: attempt loop complete, returning result 6626 1726776580.09508: _execute() done 6626 1726776580.09511: dumping result to json 6626 1726776580.09513: done dumping result, returning 6626 1726776580.09515: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [12343ab9-b159-5b96-3694-00000000002f] 6626 1726776580.09517: sending task result for task 12343ab9-b159-5b96-3694-00000000002f 6626 1726776580.09590: done sending task result for task 12343ab9-b159-5b96-3694-00000000002f 6626 1726776580.09593: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "state": "directory", "uid": 0 } 6626 1726776580.09677: no more pending results, returning what we have 6626 1726776580.09681: results queue empty 6626 1726776580.09682: checking for any_errors_fatal 6626 1726776580.09699: done checking for any_errors_fatal 6626 1726776580.09700: checking for max_fail_percentage 6626 1726776580.09701: done checking for max_fail_percentage 6626 1726776580.09702: checking to see if all hosts have failed and the running result is not ok 6626 1726776580.09709: done checking to see if all hosts have failed 6626 1726776580.09710: getting the remaining hosts for this loop 6626 1726776580.09712: done getting the remaining hosts for this loop 6626 1726776580.09716: getting the next task for host managed_node3 6626 1726776580.09724: done getting next task for host managed_node3 6626 1726776580.09727: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6626 1726776580.09730: ^ state is: HOST STATE: block=2, task=4, 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=6, 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 1726776580.09741: getting variables 6626 1726776580.09742: in VariableManager get_vars() 6626 1726776580.09781: Calling all_inventory to load vars for managed_node3 6626 1726776580.09785: Calling groups_inventory to load vars for managed_node3 6626 1726776580.10107: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776580.10118: Calling all_plugins_play to load vars for managed_node3 6626 1726776580.10121: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776580.10124: Calling groups_plugins_play to load vars for managed_node3 6626 1726776580.10176: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776580.10340: done with get_vars() 6626 1726776580.10349: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 16:09:40 -0400 (0:00:00.699) 0:00:20.248 **** 6626 1726776580.10606: entering _queue_task() for managed_node3/slurp 6626 1726776580.11137: worker is 1 (out of 1 available) 6626 1726776580.11149: exiting _queue_task() for managed_node3/slurp 6626 1726776580.11160: done queuing things up, now waiting for results queue to drain 6626 1726776580.11162: waiting for pending results... 6626 1726776580.11909: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6626 1726776580.11954: in run() - task 12343ab9-b159-5b96-3694-000000000030 6626 1726776580.11978: variable 'ansible_search_path' from source: unknown 6626 1726776580.11989: variable 'ansible_search_path' from source: unknown 6626 1726776580.12029: calling self._execute() 6626 1726776580.12160: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776580.12163: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776580.12166: variable 'omit' from source: magic vars 6626 1726776580.12271: variable 'omit' from source: magic vars 6626 1726776580.12334: variable 'omit' from source: magic vars 6626 1726776580.12375: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6626 1726776580.12683: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6626 1726776580.12813: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6626 1726776580.12834: variable 'omit' from source: magic vars 6626 1726776580.12881: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776580.12938: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776580.12966: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776580.13029: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776580.13033: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776580.13049: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776580.13057: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776580.13064: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776580.13235: Set connection var ansible_shell_type to sh 6626 1726776580.13259: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776580.13270: Set connection var ansible_timeout to 10 6626 1726776580.13280: Set connection var ansible_pipelining to False 6626 1726776580.13295: Set connection var ansible_shell_executable to /bin/sh 6626 1726776580.13301: Set connection var ansible_connection to ssh 6626 1726776580.13328: variable 'ansible_shell_executable' from source: unknown 6626 1726776580.13356: variable 'ansible_connection' from source: unknown 6626 1726776580.13359: variable 'ansible_module_compression' from source: unknown 6626 1726776580.13363: variable 'ansible_shell_type' from source: unknown 6626 1726776580.13395: variable 'ansible_shell_executable' from source: unknown 6626 1726776580.13398: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776580.13401: variable 'ansible_pipelining' from source: unknown 6626 1726776580.13403: variable 'ansible_timeout' from source: unknown 6626 1726776580.13405: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776580.13660: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6626 1726776580.13691: variable 'omit' from source: magic vars 6626 1726776580.13720: starting attempt loop 6626 1726776580.13723: running the handler 6626 1726776580.13726: _low_level_execute_command(): starting 6626 1726776580.13733: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776580.15026: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776580.15030: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6626 1726776580.15032: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776580.15034: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.15082: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776580.15320: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776580.15435: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776580.17163: stdout chunk (state=3): >>>/root <<< 6626 1726776580.17180: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776580.17195: stderr chunk (state=3): >>><<< 6626 1726776580.17205: stdout chunk (state=3): >>><<< 6626 1726776580.17269: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776580.17273: _low_level_execute_command(): starting 6626 1726776580.17276: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776580.1723993-7282-97919048301972 `" && echo ansible-tmp-1726776580.1723993-7282-97919048301972="` echo /root/.ansible/tmp/ansible-tmp-1726776580.1723993-7282-97919048301972 `" ) && sleep 0' 6626 1726776580.18008: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.18103: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776580.18126: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776580.18172: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776580.18249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776580.20146: stdout chunk (state=3): >>>ansible-tmp-1726776580.1723993-7282-97919048301972=/root/.ansible/tmp/ansible-tmp-1726776580.1723993-7282-97919048301972 <<< 6626 1726776580.20454: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776580.20457: stdout chunk (state=3): >>><<< 6626 1726776580.20460: stderr chunk (state=3): >>><<< 6626 1726776580.20699: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776580.1723993-7282-97919048301972=/root/.ansible/tmp/ansible-tmp-1726776580.1723993-7282-97919048301972 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776580.20703: variable 'ansible_module_compression' from source: unknown 6626 1726776580.20705: ANSIBALLZ: Using lock for slurp 6626 1726776580.20707: ANSIBALLZ: Acquiring lock 6626 1726776580.20709: ANSIBALLZ: Lock acquired: 139628603191232 6626 1726776580.20711: ANSIBALLZ: Creating module 6626 1726776580.38710: ANSIBALLZ: Writing module into payload 6626 1726776580.38775: ANSIBALLZ: Writing module 6626 1726776580.38991: ANSIBALLZ: Renaming module 6626 1726776580.38995: ANSIBALLZ: Done creating module 6626 1726776580.38998: variable 'ansible_facts' from source: unknown 6626 1726776580.39224: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776580.1723993-7282-97919048301972/AnsiballZ_slurp.py 6626 1726776580.39355: Sending initial data 6626 1726776580.39450: Sent initial data (151 bytes) 6626 1726776580.40321: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776580.40399: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.40431: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776580.40456: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776580.40473: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776580.40561: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776580.42227: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776580.42314: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776580.42430: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp2tchqhm4 /root/.ansible/tmp/ansible-tmp-1726776580.1723993-7282-97919048301972/AnsiballZ_slurp.py <<< 6626 1726776580.42528: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776580.1723993-7282-97919048301972/AnsiballZ_slurp.py" <<< 6626 1726776580.42563: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp2tchqhm4" to remote "/root/.ansible/tmp/ansible-tmp-1726776580.1723993-7282-97919048301972/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776580.1723993-7282-97919048301972/AnsiballZ_slurp.py" <<< 6626 1726776580.43613: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776580.43656: stderr chunk (state=3): >>><<< 6626 1726776580.43820: stdout chunk (state=3): >>><<< 6626 1726776580.43823: done transferring module to remote 6626 1726776580.43826: _low_level_execute_command(): starting 6626 1726776580.43828: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776580.1723993-7282-97919048301972/ /root/.ansible/tmp/ansible-tmp-1726776580.1723993-7282-97919048301972/AnsiballZ_slurp.py && sleep 0' 6626 1726776580.44645: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776580.44651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776580.44666: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776580.44671: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.44690: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776580.44693: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776580.44764: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776580.44767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.44803: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776580.44852: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776580.46938: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776580.46942: stdout chunk (state=3): >>><<< 6626 1726776580.46944: stderr chunk (state=3): >>><<< 6626 1726776580.46947: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776580.46950: _low_level_execute_command(): starting 6626 1726776580.46952: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776580.1723993-7282-97919048301972/AnsiballZ_slurp.py && sleep 0' 6626 1726776580.47603: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776580.47623: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776580.47638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776580.47655: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776580.47669: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776580.47679: stderr chunk (state=3): >>>debug2: match not found <<< 6626 1726776580.47725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.47783: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776580.47803: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776580.47825: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776580.47915: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776580.65791: stdout chunk (state=3): >>> {"content": "dmlydHVhbC1ndWVzdAo=", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} <<< 6626 1726776580.67155: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776580.67180: stderr chunk (state=3): >>><<< 6626 1726776580.67183: stdout chunk (state=3): >>><<< 6626 1726776580.67206: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdAo=", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776580.67232: done with _execute_module (slurp, {'path': '/etc/tuned/active_profile', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'slurp', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776580.1723993-7282-97919048301972/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776580.67235: _low_level_execute_command(): starting 6626 1726776580.67239: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776580.1723993-7282-97919048301972/ > /dev/null 2>&1 && sleep 0' 6626 1726776580.67671: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776580.67674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776580.67707: stderr chunk (state=3): >>>debug2: match not found <<< 6626 1726776580.67710: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6626 1726776580.67713: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776580.67715: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.67761: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776580.67783: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776580.67824: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776580.69674: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776580.69704: stderr chunk (state=3): >>><<< 6626 1726776580.69711: stdout chunk (state=3): >>><<< 6626 1726776580.69726: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776580.69731: handler run complete 6626 1726776580.69745: attempt loop complete, returning result 6626 1726776580.69747: _execute() done 6626 1726776580.69750: dumping result to json 6626 1726776580.69752: done dumping result, returning 6626 1726776580.69761: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [12343ab9-b159-5b96-3694-000000000030] 6626 1726776580.69763: sending task result for task 12343ab9-b159-5b96-3694-000000000030 6626 1726776580.69851: done sending task result for task 12343ab9-b159-5b96-3694-000000000030 6626 1726776580.69854: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6626 1726776580.69914: no more pending results, returning what we have 6626 1726776580.69918: results queue empty 6626 1726776580.69918: checking for any_errors_fatal 6626 1726776580.69923: done checking for any_errors_fatal 6626 1726776580.69924: checking for max_fail_percentage 6626 1726776580.69925: done checking for max_fail_percentage 6626 1726776580.69926: checking to see if all hosts have failed and the running result is not ok 6626 1726776580.69927: done checking to see if all hosts have failed 6626 1726776580.69927: getting the remaining hosts for this loop 6626 1726776580.69929: done getting the remaining hosts for this loop 6626 1726776580.69932: getting the next task for host managed_node3 6626 1726776580.69939: done getting next task for host managed_node3 6626 1726776580.69942: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6626 1726776580.69945: ^ state is: HOST STATE: block=2, task=4, 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=7, 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 1726776580.69953: getting variables 6626 1726776580.69954: in VariableManager get_vars() 6626 1726776580.69989: Calling all_inventory to load vars for managed_node3 6626 1726776580.69991: Calling groups_inventory to load vars for managed_node3 6626 1726776580.69994: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776580.70003: Calling all_plugins_play to load vars for managed_node3 6626 1726776580.70006: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776580.70009: Calling groups_plugins_play to load vars for managed_node3 6626 1726776580.70053: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776580.70095: done with get_vars() 6626 1726776580.70104: done getting variables 6626 1726776580.70148: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 16:09:40 -0400 (0:00:00.595) 0:00:20.844 **** 6626 1726776580.70170: entering _queue_task() for managed_node3/set_fact 6626 1726776580.70361: worker is 1 (out of 1 available) 6626 1726776580.70376: exiting _queue_task() for managed_node3/set_fact 6626 1726776580.70390: done queuing things up, now waiting for results queue to drain 6626 1726776580.70392: waiting for pending results... 6626 1726776580.70544: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6626 1726776580.70603: in run() - task 12343ab9-b159-5b96-3694-000000000031 6626 1726776580.70621: variable 'ansible_search_path' from source: unknown 6626 1726776580.70625: variable 'ansible_search_path' from source: unknown 6626 1726776580.70649: calling self._execute() 6626 1726776580.70699: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776580.70704: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776580.70715: variable 'omit' from source: magic vars 6626 1726776580.70784: variable 'omit' from source: magic vars 6626 1726776580.70818: variable 'omit' from source: magic vars 6626 1726776580.71098: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6626 1726776580.71108: variable '__cur_profile' from source: task vars 6626 1726776580.71206: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776580.72613: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776580.72655: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776580.72682: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776580.72712: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776580.72731: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776580.72791: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776580.72816: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776580.72833: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776580.72858: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776580.72869: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776580.72951: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6626 1726776580.72988: variable 'omit' from source: magic vars 6626 1726776580.73010: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776580.73031: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776580.73045: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776580.73057: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776580.73065: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776580.73091: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776580.73095: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776580.73097: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776580.73161: Set connection var ansible_shell_type to sh 6626 1726776580.73167: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776580.73173: Set connection var ansible_timeout to 10 6626 1726776580.73178: Set connection var ansible_pipelining to False 6626 1726776580.73184: Set connection var ansible_shell_executable to /bin/sh 6626 1726776580.73188: Set connection var ansible_connection to ssh 6626 1726776580.73207: variable 'ansible_shell_executable' from source: unknown 6626 1726776580.73209: variable 'ansible_connection' from source: unknown 6626 1726776580.73212: variable 'ansible_module_compression' from source: unknown 6626 1726776580.73216: variable 'ansible_shell_type' from source: unknown 6626 1726776580.73218: variable 'ansible_shell_executable' from source: unknown 6626 1726776580.73222: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776580.73224: variable 'ansible_pipelining' from source: unknown 6626 1726776580.73226: variable 'ansible_timeout' from source: unknown 6626 1726776580.73228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776580.73291: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776580.73299: variable 'omit' from source: magic vars 6626 1726776580.73306: starting attempt loop 6626 1726776580.73309: running the handler 6626 1726776580.73315: handler run complete 6626 1726776580.73323: attempt loop complete, returning result 6626 1726776580.73325: _execute() done 6626 1726776580.73328: dumping result to json 6626 1726776580.73330: done dumping result, returning 6626 1726776580.73339: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [12343ab9-b159-5b96-3694-000000000031] 6626 1726776580.73341: sending task result for task 12343ab9-b159-5b96-3694-000000000031 6626 1726776580.73419: done sending task result for task 12343ab9-b159-5b96-3694-000000000031 6626 1726776580.73422: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6626 1726776580.73513: no more pending results, returning what we have 6626 1726776580.73516: results queue empty 6626 1726776580.73516: checking for any_errors_fatal 6626 1726776580.73521: done checking for any_errors_fatal 6626 1726776580.73522: checking for max_fail_percentage 6626 1726776580.73523: done checking for max_fail_percentage 6626 1726776580.73524: checking to see if all hosts have failed and the running result is not ok 6626 1726776580.73525: done checking to see if all hosts have failed 6626 1726776580.73525: getting the remaining hosts for this loop 6626 1726776580.73527: done getting the remaining hosts for this loop 6626 1726776580.73530: getting the next task for host managed_node3 6626 1726776580.73536: done getting next task for host managed_node3 6626 1726776580.73539: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6626 1726776580.73541: ^ state is: HOST STATE: block=2, task=4, 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=8, 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 1726776580.73556: getting variables 6626 1726776580.73557: in VariableManager get_vars() 6626 1726776580.73590: Calling all_inventory to load vars for managed_node3 6626 1726776580.73593: Calling groups_inventory to load vars for managed_node3 6626 1726776580.73595: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776580.73605: Calling all_plugins_play to load vars for managed_node3 6626 1726776580.73608: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776580.73610: Calling groups_plugins_play to load vars for managed_node3 6626 1726776580.73649: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776580.73676: done with get_vars() 6626 1726776580.73682: done getting variables 6626 1726776580.73782: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 16:09:40 -0400 (0:00:00.036) 0:00:20.880 **** 6626 1726776580.73808: entering _queue_task() for managed_node3/copy 6626 1726776580.74008: worker is 1 (out of 1 available) 6626 1726776580.74021: exiting _queue_task() for managed_node3/copy 6626 1726776580.74032: done queuing things up, now waiting for results queue to drain 6626 1726776580.74034: waiting for pending results... 6626 1726776580.74180: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6626 1726776580.74235: in run() - task 12343ab9-b159-5b96-3694-000000000032 6626 1726776580.74248: variable 'ansible_search_path' from source: unknown 6626 1726776580.74252: variable 'ansible_search_path' from source: unknown 6626 1726776580.74282: calling self._execute() 6626 1726776580.74335: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776580.74339: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776580.74349: variable 'omit' from source: magic vars 6626 1726776580.74426: variable 'omit' from source: magic vars 6626 1726776580.74456: variable 'omit' from source: magic vars 6626 1726776580.74477: variable '__kernel_settings_active_profile' from source: set_fact 6626 1726776580.74685: variable '__kernel_settings_active_profile' from source: set_fact 6626 1726776580.74713: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6626 1726776580.74757: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6626 1726776580.74822: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6626 1726776580.74833: variable 'omit' from source: magic vars 6626 1726776580.74865: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776580.74892: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776580.74911: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776580.74923: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776580.74932: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776580.74954: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776580.74958: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776580.74960: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776580.75027: Set connection var ansible_shell_type to sh 6626 1726776580.75035: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776580.75043: Set connection var ansible_timeout to 10 6626 1726776580.75046: Set connection var ansible_pipelining to False 6626 1726776580.75051: Set connection var ansible_shell_executable to /bin/sh 6626 1726776580.75054: Set connection var ansible_connection to ssh 6626 1726776580.75069: variable 'ansible_shell_executable' from source: unknown 6626 1726776580.75072: variable 'ansible_connection' from source: unknown 6626 1726776580.75074: variable 'ansible_module_compression' from source: unknown 6626 1726776580.75076: variable 'ansible_shell_type' from source: unknown 6626 1726776580.75078: variable 'ansible_shell_executable' from source: unknown 6626 1726776580.75081: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776580.75085: variable 'ansible_pipelining' from source: unknown 6626 1726776580.75089: variable 'ansible_timeout' from source: unknown 6626 1726776580.75092: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776580.75227: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776580.75235: variable 'omit' from source: magic vars 6626 1726776580.75240: starting attempt loop 6626 1726776580.75243: running the handler 6626 1726776580.75251: _low_level_execute_command(): starting 6626 1726776580.75258: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776580.75761: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776580.75765: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.75768: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776580.75770: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.75816: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776580.75828: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776580.75894: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776580.77580: stdout chunk (state=3): >>>/root <<< 6626 1726776580.77676: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776580.77709: stderr chunk (state=3): >>><<< 6626 1726776580.77712: stdout chunk (state=3): >>><<< 6626 1726776580.77733: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776580.77745: _low_level_execute_command(): starting 6626 1726776580.77750: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193 `" && echo ansible-tmp-1726776580.777334-7317-205150647556193="` echo /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193 `" ) && sleep 0' 6626 1726776580.78196: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776580.78199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776580.78211: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.78227: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776580.78230: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.78265: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776580.78268: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776580.78319: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776580.80263: stdout chunk (state=3): >>>ansible-tmp-1726776580.777334-7317-205150647556193=/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193 <<< 6626 1726776580.80369: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776580.80400: stderr chunk (state=3): >>><<< 6626 1726776580.80405: stdout chunk (state=3): >>><<< 6626 1726776580.80419: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776580.777334-7317-205150647556193=/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776580.80488: variable 'ansible_module_compression' from source: unknown 6626 1726776580.80530: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6626 1726776580.80558: variable 'ansible_facts' from source: unknown 6626 1726776580.80621: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/AnsiballZ_stat.py 6626 1726776580.80711: Sending initial data 6626 1726776580.80715: Sent initial data (150 bytes) 6626 1726776580.81153: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776580.81159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776580.81162: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.81181: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.81247: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776580.81324: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776580.82908: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776580.82950: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776580.82996: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp_29lc4cm /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/AnsiballZ_stat.py <<< 6626 1726776580.83005: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/AnsiballZ_stat.py" <<< 6626 1726776580.83042: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp_29lc4cm" to remote "/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/AnsiballZ_stat.py" <<< 6626 1726776580.83049: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/AnsiballZ_stat.py" <<< 6626 1726776580.83596: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776580.83635: stderr chunk (state=3): >>><<< 6626 1726776580.83639: stdout chunk (state=3): >>><<< 6626 1726776580.83684: done transferring module to remote 6626 1726776580.83694: _low_level_execute_command(): starting 6626 1726776580.83698: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/ /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/AnsiballZ_stat.py && sleep 0' 6626 1726776580.84341: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776580.84352: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776580.84355: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776580.84356: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776580.84454: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776580.86304: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776580.86340: stderr chunk (state=3): >>><<< 6626 1726776580.86350: stdout chunk (state=3): >>><<< 6626 1726776580.86372: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776580.86456: _low_level_execute_command(): starting 6626 1726776580.86460: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/AnsiballZ_stat.py && sleep 0' 6626 1726776580.87109: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776580.87131: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776580.87145: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776580.87342: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776581.24227: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/active_profile", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 14, "inode": 346030278, "dev": 51714, "nlink": 1, "atime": 1726776580.6558683, "mtime": 1726776579.2028573, "ctime": 1726776579.2028573, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "mimetype": "text/plain", "charset": "us-ascii", "version": "899843691", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6626 1726776581.26098: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776581.26113: stdout chunk (state=3): >>><<< 6626 1726776581.26175: stderr chunk (state=3): >>><<< 6626 1726776581.26381: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/active_profile", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 14, "inode": 346030278, "dev": 51714, "nlink": 1, "atime": 1726776580.6558683, "mtime": 1726776579.2028573, "ctime": 1726776579.2028573, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "mimetype": "text/plain", "charset": "us-ascii", "version": "899843691", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776581.26388: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/active_profile', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6626 1726776581.26574: Sending initial data 6626 1726776581.26582: Sent initial data (138 bytes) 6626 1726776581.27179: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776581.27190: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776581.27218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776581.27301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776581.27310: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776581.27332: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776581.27413: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776581.29128: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776581.29171: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776581.29237: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/.6abjkij_ /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/.source <<< 6626 1726776581.29240: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/.source" <<< 6626 1726776581.29271: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/.6abjkij_" to remote "/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/.source" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/.source" <<< 6626 1726776581.29601: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776581.29656: stderr chunk (state=3): >>><<< 6626 1726776581.29665: stdout chunk (state=3): >>><<< 6626 1726776581.29716: _low_level_execute_command(): starting 6626 1726776581.29754: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/ /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/.source && sleep 0' 6626 1726776581.30966: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776581.31070: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776581.31242: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776581.31315: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776581.33175: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776581.33206: stderr chunk (state=3): >>><<< 6626 1726776581.33491: stdout chunk (state=3): >>><<< 6626 1726776581.33495: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776581.33497: variable 'ansible_module_compression' from source: unknown 6626 1726776581.33499: ANSIBALLZ: Using generic lock for ansible.legacy.copy 6626 1726776581.33501: ANSIBALLZ: Acquiring lock 6626 1726776581.33503: ANSIBALLZ: Lock acquired: 139628605315440 6626 1726776581.33504: ANSIBALLZ: Creating module 6626 1726776581.51510: ANSIBALLZ: Writing module into payload 6626 1726776581.51648: ANSIBALLZ: Writing module 6626 1726776581.51675: ANSIBALLZ: Renaming module 6626 1726776581.51691: ANSIBALLZ: Done creating module 6626 1726776581.51710: variable 'ansible_facts' from source: unknown 6626 1726776581.51799: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/AnsiballZ_copy.py 6626 1726776581.51982: Sending initial data 6626 1726776581.51988: Sent initial data (150 bytes) 6626 1726776581.52613: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776581.52628: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776581.52701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776581.52750: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776581.52780: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776581.52871: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776581.54517: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776581.54588: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776581.54647: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp1v99tpru /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/AnsiballZ_copy.py <<< 6626 1726776581.54650: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/AnsiballZ_copy.py" <<< 6626 1726776581.54689: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp1v99tpru" to remote "/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/AnsiballZ_copy.py" <<< 6626 1726776581.55463: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776581.55519: stderr chunk (state=3): >>><<< 6626 1726776581.55575: stdout chunk (state=3): >>><<< 6626 1726776581.55588: done transferring module to remote 6626 1726776581.55602: _low_level_execute_command(): starting 6626 1726776581.55612: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/ /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/AnsiballZ_copy.py && sleep 0' 6626 1726776581.56280: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776581.56296: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776581.56315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776581.56372: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776581.56376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776581.56461: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776581.56490: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776581.56505: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776581.56590: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776581.58485: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776581.58566: stderr chunk (state=3): >>><<< 6626 1726776581.58569: stdout chunk (state=3): >>><<< 6626 1726776581.58589: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776581.58598: _low_level_execute_command(): starting 6626 1726776581.58675: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/AnsiballZ_copy.py && sleep 0' 6626 1726776581.59305: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776581.59347: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776581.59368: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776581.59457: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776581.78406: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/.source", "md5sum": "8d80fe3f09ba4b9ac8d7fd5e8541a324", "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"dest": "/etc/tuned/active_profile", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/.source", "_original_basename": ".6abjkij_", "follow": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6626 1726776581.80169: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776581.80173: stdout chunk (state=3): >>><<< 6626 1726776581.80176: stderr chunk (state=3): >>><<< 6626 1726776581.80193: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/.source", "md5sum": "8d80fe3f09ba4b9ac8d7fd5e8541a324", "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"dest": "/etc/tuned/active_profile", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/.source", "_original_basename": ".6abjkij_", "follow": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776581.80220: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/.source', '_original_basename': '.6abjkij_', 'follow': False, 'checksum': 'a79569d3860cb6a066e0e92c8b22ffd0e8796bfd', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776581.80227: _low_level_execute_command(): starting 6626 1726776581.80232: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/ > /dev/null 2>&1 && sleep 0' 6626 1726776581.80648: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776581.80652: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776581.80701: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776581.80736: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776581.80740: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776581.80742: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776581.80796: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776581.82604: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776581.82628: stderr chunk (state=3): >>><<< 6626 1726776581.82631: stdout chunk (state=3): >>><<< 6626 1726776581.82643: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776581.82650: handler run complete 6626 1726776581.82673: attempt loop complete, returning result 6626 1726776581.82677: _execute() done 6626 1726776581.82680: dumping result to json 6626 1726776581.82682: done dumping result, returning 6626 1726776581.82692: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [12343ab9-b159-5b96-3694-000000000032] 6626 1726776581.82695: sending task result for task 12343ab9-b159-5b96-3694-000000000032 6626 1726776581.82788: done sending task result for task 12343ab9-b159-5b96-3694-000000000032 6626 1726776581.82791: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "md5sum": "8d80fe3f09ba4b9ac8d7fd5e8541a324", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "src": "/root/.ansible/tmp/ansible-tmp-1726776580.777334-7317-205150647556193/.source", "state": "file", "uid": 0 } 6626 1726776581.82874: no more pending results, returning what we have 6626 1726776581.82878: results queue empty 6626 1726776581.82878: checking for any_errors_fatal 6626 1726776581.82882: done checking for any_errors_fatal 6626 1726776581.82889: checking for max_fail_percentage 6626 1726776581.82890: done checking for max_fail_percentage 6626 1726776581.82891: checking to see if all hosts have failed and the running result is not ok 6626 1726776581.82892: done checking to see if all hosts have failed 6626 1726776581.82893: getting the remaining hosts for this loop 6626 1726776581.82894: done getting the remaining hosts for this loop 6626 1726776581.82898: getting the next task for host managed_node3 6626 1726776581.82912: done getting next task for host managed_node3 6626 1726776581.82916: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6626 1726776581.82918: ^ state is: HOST STATE: block=2, task=4, 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=9, 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 1726776581.82928: getting variables 6626 1726776581.82930: in VariableManager get_vars() 6626 1726776581.82961: Calling all_inventory to load vars for managed_node3 6626 1726776581.82964: Calling groups_inventory to load vars for managed_node3 6626 1726776581.82965: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776581.82974: Calling all_plugins_play to load vars for managed_node3 6626 1726776581.82976: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776581.82978: Calling groups_plugins_play to load vars for managed_node3 6626 1726776581.83027: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776581.83058: done with get_vars() 6626 1726776581.83064: done getting variables 6626 1726776581.83108: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 16:09:41 -0400 (0:00:01.093) 0:00:21.973 **** 6626 1726776581.83129: entering _queue_task() for managed_node3/copy 6626 1726776581.83313: worker is 1 (out of 1 available) 6626 1726776581.83327: exiting _queue_task() for managed_node3/copy 6626 1726776581.83337: done queuing things up, now waiting for results queue to drain 6626 1726776581.83339: waiting for pending results... 6626 1726776581.83485: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6626 1726776581.83540: in run() - task 12343ab9-b159-5b96-3694-000000000033 6626 1726776581.83552: variable 'ansible_search_path' from source: unknown 6626 1726776581.83555: variable 'ansible_search_path' from source: unknown 6626 1726776581.83582: calling self._execute() 6626 1726776581.83634: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776581.83638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776581.83647: variable 'omit' from source: magic vars 6626 1726776581.83744: variable 'omit' from source: magic vars 6626 1726776581.83765: variable 'omit' from source: magic vars 6626 1726776581.83824: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6626 1726776581.84119: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6626 1726776581.84200: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6626 1726776581.84291: variable 'omit' from source: magic vars 6626 1726776581.84295: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776581.84320: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776581.84345: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776581.84368: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776581.84384: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776581.84419: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776581.84428: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776581.84436: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776581.84534: Set connection var ansible_shell_type to sh 6626 1726776581.84690: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776581.84693: Set connection var ansible_timeout to 10 6626 1726776581.84695: Set connection var ansible_pipelining to False 6626 1726776581.84697: Set connection var ansible_shell_executable to /bin/sh 6626 1726776581.84699: Set connection var ansible_connection to ssh 6626 1726776581.84701: variable 'ansible_shell_executable' from source: unknown 6626 1726776581.84703: variable 'ansible_connection' from source: unknown 6626 1726776581.84704: variable 'ansible_module_compression' from source: unknown 6626 1726776581.84706: variable 'ansible_shell_type' from source: unknown 6626 1726776581.84708: variable 'ansible_shell_executable' from source: unknown 6626 1726776581.84710: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776581.84711: variable 'ansible_pipelining' from source: unknown 6626 1726776581.84713: variable 'ansible_timeout' from source: unknown 6626 1726776581.84714: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776581.84769: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776581.84784: variable 'omit' from source: magic vars 6626 1726776581.84796: starting attempt loop 6626 1726776581.84803: running the handler 6626 1726776581.84816: _low_level_execute_command(): starting 6626 1726776581.84827: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776581.85557: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776581.85574: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776581.85626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776581.85665: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776581.85721: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776581.87431: stdout chunk (state=3): >>>/root <<< 6626 1726776581.87579: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776581.87615: stderr chunk (state=3): >>><<< 6626 1726776581.87619: stdout chunk (state=3): >>><<< 6626 1726776581.87645: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776581.87648: _low_level_execute_command(): starting 6626 1726776581.87655: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592 `" && echo ansible-tmp-1726776581.8763335-7373-78842613630592="` echo /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592 `" ) && sleep 0' 6626 1726776581.88541: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776581.88545: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776581.88556: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776581.88565: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776581.88598: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776581.88715: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776581.90723: stdout chunk (state=3): >>>ansible-tmp-1726776581.8763335-7373-78842613630592=/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592 <<< 6626 1726776581.90879: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776581.90893: stdout chunk (state=3): >>><<< 6626 1726776581.90906: stderr chunk (state=3): >>><<< 6626 1726776581.90943: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776581.8763335-7373-78842613630592=/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776581.91098: variable 'ansible_module_compression' from source: unknown 6626 1726776581.91129: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6626 1726776581.91310: variable 'ansible_facts' from source: unknown 6626 1726776581.91313: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/AnsiballZ_stat.py 6626 1726776581.91448: Sending initial data 6626 1726776581.91465: Sent initial data (150 bytes) 6626 1726776581.92107: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776581.92134: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776581.92174: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776581.92244: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776581.92298: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776581.93927: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776581.93962: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776581.94026: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpu5do4c2a /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/AnsiballZ_stat.py <<< 6626 1726776581.94030: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/AnsiballZ_stat.py" <<< 6626 1726776581.94058: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpu5do4c2a" to remote "/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/AnsiballZ_stat.py" <<< 6626 1726776581.94687: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776581.94768: stderr chunk (state=3): >>><<< 6626 1726776581.94771: stdout chunk (state=3): >>><<< 6626 1726776581.94773: done transferring module to remote 6626 1726776581.94775: _low_level_execute_command(): starting 6626 1726776581.94777: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/ /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/AnsiballZ_stat.py && sleep 0' 6626 1726776581.95356: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776581.95360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776581.95363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6626 1726776581.95365: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776581.95367: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776581.95401: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776581.95451: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776581.95454: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776581.95456: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776581.95534: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776581.97629: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776581.97668: stderr chunk (state=3): >>><<< 6626 1726776581.97671: stdout chunk (state=3): >>><<< 6626 1726776581.97778: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776581.97781: _low_level_execute_command(): starting 6626 1726776581.97784: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/AnsiballZ_stat.py && sleep 0' 6626 1726776581.98308: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776581.98365: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776581.98377: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776581.98450: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776582.15145: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profile_mode", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 5, "inode": 346030276, "dev": 51714, "nlink": 1, "atime": 1726776579.0758564, "mtime": 1726776579.2028573, "ctime": 1726776579.2028573, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "mimetype": "text/plain", "charset": "us-ascii", "version": "3459190840", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6626 1726776582.16927: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776582.16931: stdout chunk (state=3): >>><<< 6626 1726776582.16933: stderr chunk (state=3): >>><<< 6626 1726776582.17144: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profile_mode", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 5, "inode": 346030276, "dev": 51714, "nlink": 1, "atime": 1726776579.0758564, "mtime": 1726776579.2028573, "ctime": 1726776579.2028573, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "mimetype": "text/plain", "charset": "us-ascii", "version": "3459190840", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776582.17149: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/profile_mode', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6626 1726776582.17436: Sending initial data 6626 1726776582.17439: Sent initial data (138 bytes) 6626 1726776582.18076: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776582.18079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776582.18085: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.18091: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776582.18094: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.18171: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776582.18214: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776582.19875: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776582.19976: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776582.19979: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/.1tfqrv6w /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/.source <<< 6626 1726776582.19981: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/.source" <<< 6626 1726776582.20011: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/.1tfqrv6w" to remote "/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/.source" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/.source" <<< 6626 1726776582.20540: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776582.20650: stderr chunk (state=3): >>><<< 6626 1726776582.20653: stdout chunk (state=3): >>><<< 6626 1726776582.20656: _low_level_execute_command(): starting 6626 1726776582.20658: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/ /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/.source && sleep 0' 6626 1726776582.21472: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776582.21475: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776582.21478: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.21480: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776582.21482: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.21630: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776582.21851: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776582.23514: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776582.23518: stderr chunk (state=3): >>><<< 6626 1726776582.23521: stdout chunk (state=3): >>><<< 6626 1726776582.23892: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776582.23896: variable 'ansible_module_compression' from source: unknown 6626 1726776582.23899: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6626 1726776582.23919: variable 'ansible_facts' from source: unknown 6626 1726776582.24293: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/AnsiballZ_copy.py 6626 1726776582.24451: Sending initial data 6626 1726776582.24454: Sent initial data (150 bytes) 6626 1726776582.26212: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.26413: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776582.26441: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776582.26520: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776582.28194: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776582.28262: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776582.28336: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpysvt77gu /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/AnsiballZ_copy.py <<< 6626 1726776582.28340: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/AnsiballZ_copy.py" <<< 6626 1726776582.28406: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpysvt77gu" to remote "/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/AnsiballZ_copy.py" <<< 6626 1726776582.30094: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776582.30098: stderr chunk (state=3): >>><<< 6626 1726776582.30100: stdout chunk (state=3): >>><<< 6626 1726776582.30112: done transferring module to remote 6626 1726776582.30124: _low_level_execute_command(): starting 6626 1726776582.30133: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/ /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/AnsiballZ_copy.py && sleep 0' 6626 1726776582.30875: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776582.30895: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776582.30916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776582.30942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776582.31005: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.31061: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776582.31096: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776582.31128: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776582.31207: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776582.33113: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776582.33117: stdout chunk (state=3): >>><<< 6626 1726776582.33119: stderr chunk (state=3): >>><<< 6626 1726776582.33192: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776582.33195: _low_level_execute_command(): starting 6626 1726776582.33198: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/AnsiballZ_copy.py && sleep 0' 6626 1726776582.33961: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776582.33964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776582.33967: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.33969: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776582.33971: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.34044: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776582.34098: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776582.52043: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/.source", "md5sum": "cf3f2a865fbea819dadd439586eaee31", "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"dest": "/etc/tuned/profile_mode", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/.source", "_original_basename": ".1tfqrv6w", "follow": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6626 1726776582.53467: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776582.53513: stderr chunk (state=3): >>><<< 6626 1726776582.53517: stdout chunk (state=3): >>><<< 6626 1726776582.53644: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/.source", "md5sum": "cf3f2a865fbea819dadd439586eaee31", "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"dest": "/etc/tuned/profile_mode", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/.source", "_original_basename": ".1tfqrv6w", "follow": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776582.53648: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/.source', '_original_basename': '.1tfqrv6w', 'follow': False, 'checksum': '3ef9f23deed2e23d3ef2b88b842fb882313e15ce', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776582.53651: _low_level_execute_command(): starting 6626 1726776582.53653: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/ > /dev/null 2>&1 && sleep 0' 6626 1726776582.54271: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776582.54285: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776582.54315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776582.54424: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776582.54448: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776582.54532: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776582.56457: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776582.56492: stderr chunk (state=3): >>><<< 6626 1726776582.56495: stdout chunk (state=3): >>><<< 6626 1726776582.56498: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776582.56500: handler run complete 6626 1726776582.56524: attempt loop complete, returning result 6626 1726776582.56528: _execute() done 6626 1726776582.56530: dumping result to json 6626 1726776582.56532: done dumping result, returning 6626 1726776582.56691: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [12343ab9-b159-5b96-3694-000000000033] 6626 1726776582.56694: sending task result for task 12343ab9-b159-5b96-3694-000000000033 6626 1726776582.56755: done sending task result for task 12343ab9-b159-5b96-3694-000000000033 6626 1726776582.56758: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "md5sum": "cf3f2a865fbea819dadd439586eaee31", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "src": "/root/.ansible/tmp/ansible-tmp-1726776581.8763335-7373-78842613630592/.source", "state": "file", "uid": 0 } 6626 1726776582.56838: no more pending results, returning what we have 6626 1726776582.56841: results queue empty 6626 1726776582.56841: checking for any_errors_fatal 6626 1726776582.56847: done checking for any_errors_fatal 6626 1726776582.56847: checking for max_fail_percentage 6626 1726776582.56849: done checking for max_fail_percentage 6626 1726776582.56854: checking to see if all hosts have failed and the running result is not ok 6626 1726776582.56855: done checking to see if all hosts have failed 6626 1726776582.56855: getting the remaining hosts for this loop 6626 1726776582.56856: done getting the remaining hosts for this loop 6626 1726776582.56859: getting the next task for host managed_node3 6626 1726776582.56865: done getting next task for host managed_node3 6626 1726776582.56870: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6626 1726776582.56873: ^ state is: HOST STATE: block=2, task=4, 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=10, 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 1726776582.56882: getting variables 6626 1726776582.56884: in VariableManager get_vars() 6626 1726776582.56916: Calling all_inventory to load vars for managed_node3 6626 1726776582.56919: Calling groups_inventory to load vars for managed_node3 6626 1726776582.56922: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776582.56930: Calling all_plugins_play to load vars for managed_node3 6626 1726776582.56933: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776582.56937: Calling groups_plugins_play to load vars for managed_node3 6626 1726776582.56985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776582.57032: done with get_vars() 6626 1726776582.57041: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 16:09:42 -0400 (0:00:00.739) 0:00:22.713 **** 6626 1726776582.57129: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6626 1726776582.57432: worker is 1 (out of 1 available) 6626 1726776582.57446: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6626 1726776582.57459: done queuing things up, now waiting for results queue to drain 6626 1726776582.57460: waiting for pending results... 6626 1726776582.57805: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6626 1726776582.57811: in run() - task 12343ab9-b159-5b96-3694-000000000034 6626 1726776582.57814: variable 'ansible_search_path' from source: unknown 6626 1726776582.57818: variable 'ansible_search_path' from source: unknown 6626 1726776582.57856: calling self._execute() 6626 1726776582.57935: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776582.57948: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776582.57962: variable 'omit' from source: magic vars 6626 1726776582.58071: variable 'omit' from source: magic vars 6626 1726776582.58123: variable 'omit' from source: magic vars 6626 1726776582.58159: variable '__kernel_settings_profile_filename' from source: role '' all vars 6626 1726776582.58454: variable '__kernel_settings_profile_filename' from source: role '' all vars 6626 1726776582.58543: variable '__kernel_settings_profile_dir' from source: role '' all vars 6626 1726776582.58639: variable '__kernel_settings_profile_parent' from source: set_fact 6626 1726776582.58651: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6626 1726776582.58706: variable 'omit' from source: magic vars 6626 1726776582.58750: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776582.58801: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776582.58819: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776582.59090: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776582.59094: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776582.59096: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776582.59099: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776582.59104: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776582.59107: Set connection var ansible_shell_type to sh 6626 1726776582.59109: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776582.59112: Set connection var ansible_timeout to 10 6626 1726776582.59114: Set connection var ansible_pipelining to False 6626 1726776582.59116: Set connection var ansible_shell_executable to /bin/sh 6626 1726776582.59119: Set connection var ansible_connection to ssh 6626 1726776582.59121: variable 'ansible_shell_executable' from source: unknown 6626 1726776582.59123: variable 'ansible_connection' from source: unknown 6626 1726776582.59125: variable 'ansible_module_compression' from source: unknown 6626 1726776582.59127: variable 'ansible_shell_type' from source: unknown 6626 1726776582.59129: variable 'ansible_shell_executable' from source: unknown 6626 1726776582.59131: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776582.59133: variable 'ansible_pipelining' from source: unknown 6626 1726776582.59135: variable 'ansible_timeout' from source: unknown 6626 1726776582.59137: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776582.59290: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6626 1726776582.59310: variable 'omit' from source: magic vars 6626 1726776582.59321: starting attempt loop 6626 1726776582.59328: running the handler 6626 1726776582.59344: _low_level_execute_command(): starting 6626 1726776582.59360: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776582.60060: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776582.60077: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776582.60095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776582.60124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776582.60229: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776582.60273: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776582.60323: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776582.62007: stdout chunk (state=3): >>>/root <<< 6626 1726776582.62145: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776582.62157: stdout chunk (state=3): >>><<< 6626 1726776582.62169: stderr chunk (state=3): >>><<< 6626 1726776582.62199: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776582.62221: _low_level_execute_command(): starting 6626 1726776582.62232: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776582.622094-7424-127974502999605 `" && echo ansible-tmp-1726776582.622094-7424-127974502999605="` echo /root/.ansible/tmp/ansible-tmp-1726776582.622094-7424-127974502999605 `" ) && sleep 0' 6626 1726776582.62837: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776582.62840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776582.62880: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776582.62884: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.62927: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776582.62930: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776582.62987: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776582.64939: stdout chunk (state=3): >>>ansible-tmp-1726776582.622094-7424-127974502999605=/root/.ansible/tmp/ansible-tmp-1726776582.622094-7424-127974502999605 <<< 6626 1726776582.65063: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776582.65116: stderr chunk (state=3): >>><<< 6626 1726776582.65119: stdout chunk (state=3): >>><<< 6626 1726776582.65141: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776582.622094-7424-127974502999605=/root/.ansible/tmp/ansible-tmp-1726776582.622094-7424-127974502999605 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776582.65189: variable 'ansible_module_compression' from source: unknown 6626 1726776582.65228: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6626 1726776582.65259: variable 'ansible_facts' from source: unknown 6626 1726776582.65332: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776582.622094-7424-127974502999605/AnsiballZ_kernel_settings_get_config.py 6626 1726776582.65432: Sending initial data 6626 1726776582.65436: Sent initial data (172 bytes) 6626 1726776582.65847: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776582.65875: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776582.65878: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776582.65880: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.65883: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776582.65885: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.65938: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776582.65941: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776582.65998: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776582.67565: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776582.67710: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776582.67715: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpo8fyavtn /root/.ansible/tmp/ansible-tmp-1726776582.622094-7424-127974502999605/AnsiballZ_kernel_settings_get_config.py <<< 6626 1726776582.67718: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776582.622094-7424-127974502999605/AnsiballZ_kernel_settings_get_config.py" <<< 6626 1726776582.67748: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpo8fyavtn" to remote "/root/.ansible/tmp/ansible-tmp-1726776582.622094-7424-127974502999605/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776582.622094-7424-127974502999605/AnsiballZ_kernel_settings_get_config.py" <<< 6626 1726776582.68552: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776582.68592: stderr chunk (state=3): >>><<< 6626 1726776582.68647: stdout chunk (state=3): >>><<< 6626 1726776582.68649: done transferring module to remote 6626 1726776582.68650: _low_level_execute_command(): starting 6626 1726776582.68652: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776582.622094-7424-127974502999605/ /root/.ansible/tmp/ansible-tmp-1726776582.622094-7424-127974502999605/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6626 1726776582.69072: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776582.69096: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.69153: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776582.69157: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776582.69159: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776582.69218: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776582.71020: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776582.71030: stdout chunk (state=3): >>><<< 6626 1726776582.71034: stderr chunk (state=3): >>><<< 6626 1726776582.71046: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776582.71049: _low_level_execute_command(): starting 6626 1726776582.71059: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776582.622094-7424-127974502999605/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6626 1726776582.71793: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.71798: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776582.71815: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776582.71818: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776582.71869: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776582.89722: stdout chunk (state=3): >>> {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 6626 1726776582.91034: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776582.91059: stderr chunk (state=3): >>><<< 6626 1726776582.91062: stdout chunk (state=3): >>><<< 6626 1726776582.91076: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776582.91105: done with _execute_module (fedora.linux_system_roles.kernel_settings_get_config, {'path': '/etc/tuned/profiles/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.kernel_settings_get_config', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776582.622094-7424-127974502999605/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776582.91112: _low_level_execute_command(): starting 6626 1726776582.91116: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776582.622094-7424-127974502999605/ > /dev/null 2>&1 && sleep 0' 6626 1726776582.91547: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776582.91578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776582.91581: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776582.91583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.91589: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776582.91591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776582.91594: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.91643: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776582.91646: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776582.91704: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776582.93564: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776582.93589: stderr chunk (state=3): >>><<< 6626 1726776582.93594: stdout chunk (state=3): >>><<< 6626 1726776582.93613: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776582.93616: handler run complete 6626 1726776582.93631: attempt loop complete, returning result 6626 1726776582.93634: _execute() done 6626 1726776582.93636: dumping result to json 6626 1726776582.93639: done dumping result, returning 6626 1726776582.93646: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config [12343ab9-b159-5b96-3694-000000000034] 6626 1726776582.93651: sending task result for task 12343ab9-b159-5b96-3694-000000000034 6626 1726776582.93734: done sending task result for task 12343ab9-b159-5b96-3694-000000000034 6626 1726776582.93737: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "data": {} } 6626 1726776582.93799: no more pending results, returning what we have 6626 1726776582.93802: results queue empty 6626 1726776582.93803: checking for any_errors_fatal 6626 1726776582.93809: done checking for any_errors_fatal 6626 1726776582.93809: checking for max_fail_percentage 6626 1726776582.93811: done checking for max_fail_percentage 6626 1726776582.93811: checking to see if all hosts have failed and the running result is not ok 6626 1726776582.93812: done checking to see if all hosts have failed 6626 1726776582.93813: getting the remaining hosts for this loop 6626 1726776582.93814: done getting the remaining hosts for this loop 6626 1726776582.93818: getting the next task for host managed_node3 6626 1726776582.93825: done getting next task for host managed_node3 6626 1726776582.93829: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6626 1726776582.93831: ^ state is: HOST STATE: block=2, task=4, 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=11, 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 1726776582.93840: getting variables 6626 1726776582.93841: in VariableManager get_vars() 6626 1726776582.93874: Calling all_inventory to load vars for managed_node3 6626 1726776582.93876: Calling groups_inventory to load vars for managed_node3 6626 1726776582.93878: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776582.93895: Calling all_plugins_play to load vars for managed_node3 6626 1726776582.93898: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776582.93901: Calling groups_plugins_play to load vars for managed_node3 6626 1726776582.93947: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776582.93977: done with get_vars() 6626 1726776582.93984: done getting variables 6626 1726776582.94068: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 16:09:42 -0400 (0:00:00.369) 0:00:23.083 **** 6626 1726776582.94093: entering _queue_task() for managed_node3/template 6626 1726776582.94094: Creating lock for template 6626 1726776582.94300: worker is 1 (out of 1 available) 6626 1726776582.94312: exiting _queue_task() for managed_node3/template 6626 1726776582.94324: done queuing things up, now waiting for results queue to drain 6626 1726776582.94325: waiting for pending results... 6626 1726776582.94482: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6626 1726776582.94541: in run() - task 12343ab9-b159-5b96-3694-000000000035 6626 1726776582.94557: variable 'ansible_search_path' from source: unknown 6626 1726776582.94561: variable 'ansible_search_path' from source: unknown 6626 1726776582.94588: calling self._execute() 6626 1726776582.94642: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776582.94648: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776582.94661: variable 'omit' from source: magic vars 6626 1726776582.94732: variable 'omit' from source: magic vars 6626 1726776582.94764: variable 'omit' from source: magic vars 6626 1726776582.94995: variable '__kernel_settings_profile_src' from source: role '' all vars 6626 1726776582.95001: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6626 1726776582.95057: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6626 1726776582.95075: variable '__kernel_settings_profile_filename' from source: role '' all vars 6626 1726776582.95124: variable '__kernel_settings_profile_filename' from source: role '' all vars 6626 1726776582.95169: variable '__kernel_settings_profile_dir' from source: role '' all vars 6626 1726776582.95230: variable '__kernel_settings_profile_parent' from source: set_fact 6626 1726776582.95233: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6626 1726776582.95257: variable 'omit' from source: magic vars 6626 1726776582.95290: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776582.95321: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776582.95335: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776582.95348: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776582.95358: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776582.95379: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776582.95382: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776582.95385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776582.95457: Set connection var ansible_shell_type to sh 6626 1726776582.95464: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776582.95469: Set connection var ansible_timeout to 10 6626 1726776582.95474: Set connection var ansible_pipelining to False 6626 1726776582.95481: Set connection var ansible_shell_executable to /bin/sh 6626 1726776582.95483: Set connection var ansible_connection to ssh 6626 1726776582.95500: variable 'ansible_shell_executable' from source: unknown 6626 1726776582.95503: variable 'ansible_connection' from source: unknown 6626 1726776582.95507: variable 'ansible_module_compression' from source: unknown 6626 1726776582.95510: variable 'ansible_shell_type' from source: unknown 6626 1726776582.95513: variable 'ansible_shell_executable' from source: unknown 6626 1726776582.95515: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776582.95519: variable 'ansible_pipelining' from source: unknown 6626 1726776582.95521: variable 'ansible_timeout' from source: unknown 6626 1726776582.95525: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776582.95623: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776582.95632: variable 'omit' from source: magic vars 6626 1726776582.95644: starting attempt loop 6626 1726776582.95647: running the handler 6626 1726776582.95649: _low_level_execute_command(): starting 6626 1726776582.95656: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776582.96165: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776582.96169: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.96172: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776582.96175: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.96230: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776582.96233: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776582.96235: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776582.96293: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776582.97927: stdout chunk (state=3): >>>/root <<< 6626 1726776582.98026: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776582.98056: stderr chunk (state=3): >>><<< 6626 1726776582.98059: stdout chunk (state=3): >>><<< 6626 1726776582.98079: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776582.98093: _low_level_execute_command(): starting 6626 1726776582.98100: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494 `" && echo ansible-tmp-1726776582.980803-7447-63556166251494="` echo /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494 `" ) && sleep 0' 6626 1726776582.98560: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776582.98564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776582.98566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6626 1726776582.98569: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776582.98626: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776582.98630: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776582.98632: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776582.98688: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776583.00555: stdout chunk (state=3): >>>ansible-tmp-1726776582.980803-7447-63556166251494=/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494 <<< 6626 1726776583.00653: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776583.00682: stderr chunk (state=3): >>><<< 6626 1726776583.00685: stdout chunk (state=3): >>><<< 6626 1726776583.00704: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776582.980803-7447-63556166251494=/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776583.00717: evaluation_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 6626 1726776583.00742: search_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 6626 1726776583.00761: variable 'ansible_search_path' from source: unknown 6626 1726776583.01333: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776583.02631: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776583.02682: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776583.02717: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776583.02742: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776583.02762: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776583.02961: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776583.02981: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776583.03001: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776583.03033: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776583.03043: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776583.03271: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776583.03289: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776583.03308: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776583.03435: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776583.03440: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776583.03600: variable 'ansible_managed' from source: unknown 6626 1726776583.03607: variable '__sections' from source: task vars 6626 1726776583.03699: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776583.03718: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776583.03735: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776583.03763: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776583.03775: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776583.03848: variable 'kernel_settings_sysctl' from source: role '' defaults 6626 1726776583.03852: variable '__kernel_settings_state_empty' from source: role '' all vars 6626 1726776583.03858: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6626 1726776583.03891: variable '__sysctl_old' from source: task vars 6626 1726776583.03937: variable '__sysctl_old' from source: task vars 6626 1726776583.04070: variable 'kernel_settings_purge' from source: role '' defaults 6626 1726776583.04074: variable 'kernel_settings_sysctl' from source: role '' defaults 6626 1726776583.04076: variable '__kernel_settings_state_empty' from source: role '' all vars 6626 1726776583.04085: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6626 1726776583.04090: variable '__kernel_settings_profile_contents' from source: set_fact 6626 1726776583.04221: variable 'kernel_settings_sysfs' from source: role '' defaults 6626 1726776583.04224: variable '__kernel_settings_state_empty' from source: role '' all vars 6626 1726776583.04229: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6626 1726776583.04243: variable '__sysfs_old' from source: task vars 6626 1726776583.04283: variable '__sysfs_old' from source: task vars 6626 1726776583.04425: variable 'kernel_settings_purge' from source: role '' defaults 6626 1726776583.04428: variable 'kernel_settings_sysfs' from source: role '' defaults 6626 1726776583.04431: variable '__kernel_settings_state_empty' from source: role '' all vars 6626 1726776583.04433: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6626 1726776583.04435: variable '__kernel_settings_profile_contents' from source: set_fact 6626 1726776583.04451: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6626 1726776583.04457: variable '__systemd_old' from source: task vars 6626 1726776583.04500: variable '__systemd_old' from source: task vars 6626 1726776583.04629: variable 'kernel_settings_purge' from source: role '' defaults 6626 1726776583.04632: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6626 1726776583.04641: variable '__kernel_settings_state_absent' from source: role '' all vars 6626 1726776583.04643: variable '__kernel_settings_profile_contents' from source: set_fact 6626 1726776583.04654: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6626 1726776583.04656: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6626 1726776583.04661: variable '__trans_huge_old' from source: task vars 6626 1726776583.04712: variable '__trans_huge_old' from source: task vars 6626 1726776583.04838: variable 'kernel_settings_purge' from source: role '' defaults 6626 1726776583.04841: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6626 1726776583.04844: variable '__kernel_settings_state_absent' from source: role '' all vars 6626 1726776583.04846: variable '__kernel_settings_profile_contents' from source: set_fact 6626 1726776583.04860: variable '__trans_defrag_old' from source: task vars 6626 1726776583.04901: variable '__trans_defrag_old' from source: task vars 6626 1726776583.05029: variable 'kernel_settings_purge' from source: role '' defaults 6626 1726776583.05032: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6626 1726776583.05035: variable '__kernel_settings_state_absent' from source: role '' all vars 6626 1726776583.05040: variable '__kernel_settings_profile_contents' from source: set_fact 6626 1726776583.05056: variable '__kernel_settings_state_absent' from source: role '' all vars 6626 1726776583.05068: variable '__kernel_settings_state_absent' from source: role '' all vars 6626 1726776583.05071: variable '__kernel_settings_state_absent' from source: role '' all vars 6626 1726776583.05482: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776583.05530: variable 'ansible_module_compression' from source: unknown 6626 1726776583.05565: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6626 1726776583.05582: variable 'ansible_facts' from source: unknown 6626 1726776583.05642: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/AnsiballZ_stat.py 6626 1726776583.05731: Sending initial data 6626 1726776583.05734: Sent initial data (149 bytes) 6626 1726776583.06207: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776583.06211: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776583.06214: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776583.06216: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776583.06265: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776583.06269: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776583.06271: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776583.06327: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776583.07935: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776583.07977: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776583.08024: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp68swvqmf /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/AnsiballZ_stat.py <<< 6626 1726776583.08027: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/AnsiballZ_stat.py" <<< 6626 1726776583.08067: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp68swvqmf" to remote "/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/AnsiballZ_stat.py" <<< 6626 1726776583.08074: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/AnsiballZ_stat.py" <<< 6626 1726776583.08619: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776583.08663: stderr chunk (state=3): >>><<< 6626 1726776583.08666: stdout chunk (state=3): >>><<< 6626 1726776583.08707: done transferring module to remote 6626 1726776583.08716: _low_level_execute_command(): starting 6626 1726776583.08721: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/ /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/AnsiballZ_stat.py && sleep 0' 6626 1726776583.09442: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776583.09445: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776583.09495: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776583.11269: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776583.11389: stdout chunk (state=3): >>><<< 6626 1726776583.11392: stderr chunk (state=3): >>><<< 6626 1726776583.11395: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776583.11397: _low_level_execute_command(): starting 6626 1726776583.11400: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/AnsiballZ_stat.py && sleep 0' 6626 1726776583.11965: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776583.12067: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776583.12077: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776583.12165: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776583.28801: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6626 1726776583.30208: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776583.30213: stdout chunk (state=3): >>><<< 6626 1726776583.30216: stderr chunk (state=3): >>><<< 6626 1726776583.30248: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776583.30294: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6626 1726776583.30695: Sending initial data 6626 1726776583.30699: Sent initial data (163 bytes) 6626 1726776583.31397: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776583.31433: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776583.31525: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776583.33191: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776583.33235: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776583.33287: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp7al835vu/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/.source.conf <<< 6626 1726776583.33291: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/.source.conf" <<< 6626 1726776583.33330: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp7al835vu/kernel_settings.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/.source.conf" <<< 6626 1726776583.33336: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/.source.conf" <<< 6626 1726776583.33537: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776583.33587: stderr chunk (state=3): >>><<< 6626 1726776583.33591: stdout chunk (state=3): >>><<< 6626 1726776583.33608: _low_level_execute_command(): starting 6626 1726776583.33613: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/ /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/.source.conf && sleep 0' 6626 1726776583.34127: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776583.34133: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776583.34136: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776583.34199: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776583.34203: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776583.34205: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776583.34252: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776583.36138: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776583.36155: stderr chunk (state=3): >>><<< 6626 1726776583.36158: stdout chunk (state=3): >>><<< 6626 1726776583.36176: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776583.36201: variable 'ansible_module_compression' from source: unknown 6626 1726776583.36243: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6626 1726776583.36256: variable 'ansible_facts' from source: unknown 6626 1726776583.36304: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/AnsiballZ_copy.py 6626 1726776583.36399: Sending initial data 6626 1726776583.36402: Sent initial data (149 bytes) 6626 1726776583.36913: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776583.36917: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776583.36920: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776583.36973: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776583.36977: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776583.36979: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776583.37033: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776583.38645: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776583.38691: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776583.38737: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmprd26f4wp /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/AnsiballZ_copy.py <<< 6626 1726776583.38740: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/AnsiballZ_copy.py" <<< 6626 1726776583.38778: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmprd26f4wp" to remote "/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/AnsiballZ_copy.py" <<< 6626 1726776583.38784: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/AnsiballZ_copy.py" <<< 6626 1726776583.39378: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776583.39424: stderr chunk (state=3): >>><<< 6626 1726776583.39427: stdout chunk (state=3): >>><<< 6626 1726776583.39450: done transferring module to remote 6626 1726776583.39457: _low_level_execute_command(): starting 6626 1726776583.39462: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/ /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/AnsiballZ_copy.py && sleep 0' 6626 1726776583.39932: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776583.39940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776583.39942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776583.39997: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776583.40000: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776583.40007: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776583.40059: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776583.42163: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776583.42190: stderr chunk (state=3): >>><<< 6626 1726776583.42195: stdout chunk (state=3): >>><<< 6626 1726776583.42214: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776583.42217: _low_level_execute_command(): starting 6626 1726776583.42224: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/AnsiballZ_copy.py && sleep 0' 6626 1726776583.42689: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776583.42694: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776583.42696: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776583.42698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776583.42752: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776583.42756: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776583.42758: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776583.42822: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776583.60538: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/.source.conf", "md5sum": "7d83891795eeb6debeff7e2812501630", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6626 1726776583.61952: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776583.61967: stderr chunk (state=3): >>><<< 6626 1726776583.61975: stdout chunk (state=3): >>><<< 6626 1726776583.62012: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/.source.conf", "md5sum": "7d83891795eeb6debeff7e2812501630", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776583.62164: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/.source.conf', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': 'e44ba7fc7046252a1b6772f7347d0e7b9b48a069', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776583.62168: _low_level_execute_command(): starting 6626 1726776583.62170: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/ > /dev/null 2>&1 && sleep 0' 6626 1726776583.62983: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776583.63202: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776583.63405: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776583.63484: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776583.65637: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776583.65723: stderr chunk (state=3): >>><<< 6626 1726776583.65727: stdout chunk (state=3): >>><<< 6626 1726776583.65898: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776583.65901: handler run complete 6626 1726776583.65904: attempt loop complete, returning result 6626 1726776583.65906: _execute() done 6626 1726776583.65908: dumping result to json 6626 1726776583.65910: done dumping result, returning 6626 1726776583.65912: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [12343ab9-b159-5b96-3694-000000000035] 6626 1726776583.65918: sending task result for task 12343ab9-b159-5b96-3694-000000000035 changed: [managed_node3] => { "changed": true, "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "7d83891795eeb6debeff7e2812501630", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "src": "/root/.ansible/tmp/ansible-tmp-1726776582.980803-7447-63556166251494/.source.conf", "state": "file", "uid": 0 } 6626 1726776583.66304: no more pending results, returning what we have 6626 1726776583.66307: results queue empty 6626 1726776583.66308: checking for any_errors_fatal 6626 1726776583.66312: done checking for any_errors_fatal 6626 1726776583.66313: checking for max_fail_percentage 6626 1726776583.66315: done checking for max_fail_percentage 6626 1726776583.66315: checking to see if all hosts have failed and the running result is not ok 6626 1726776583.66320: done checking to see if all hosts have failed 6626 1726776583.66321: getting the remaining hosts for this loop 6626 1726776583.66323: done getting the remaining hosts for this loop 6626 1726776583.66326: getting the next task for host managed_node3 6626 1726776583.66332: done getting next task for host managed_node3 6626 1726776583.66335: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6626 1726776583.66338: ^ state is: HOST STATE: block=2, task=4, 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=12, 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 1726776583.66348: getting variables 6626 1726776583.66349: in VariableManager get_vars() 6626 1726776583.66383: Calling all_inventory to load vars for managed_node3 6626 1726776583.66396: Calling groups_inventory to load vars for managed_node3 6626 1726776583.66399: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776583.66406: done sending task result for task 12343ab9-b159-5b96-3694-000000000035 6626 1726776583.66409: WORKER PROCESS EXITING 6626 1726776583.66418: Calling all_plugins_play to load vars for managed_node3 6626 1726776583.66422: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776583.66425: Calling groups_plugins_play to load vars for managed_node3 6626 1726776583.66473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776583.66635: done with get_vars() 6626 1726776583.66645: done getting variables 6626 1726776583.66708: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 16:09:43 -0400 (0:00:00.726) 0:00:23.810 **** 6626 1726776583.66747: entering _queue_task() for managed_node3/service 6626 1726776583.67026: worker is 1 (out of 1 available) 6626 1726776583.67040: exiting _queue_task() for managed_node3/service 6626 1726776583.67167: done queuing things up, now waiting for results queue to drain 6626 1726776583.67169: waiting for pending results... 6626 1726776583.67336: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6626 1726776583.67439: in run() - task 12343ab9-b159-5b96-3694-000000000036 6626 1726776583.67457: variable 'ansible_search_path' from source: unknown 6626 1726776583.67463: variable 'ansible_search_path' from source: unknown 6626 1726776583.67521: variable '__kernel_settings_services' from source: include_vars 6626 1726776583.67851: variable '__kernel_settings_services' from source: include_vars 6626 1726776583.67934: variable 'omit' from source: magic vars 6626 1726776583.68050: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776583.68063: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776583.68077: variable 'omit' from source: magic vars 6626 1726776583.68410: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776583.68670: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776583.68730: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776583.68770: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776583.68817: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776583.68935: variable '__kernel_settings_register_profile' from source: set_fact 6626 1726776583.68950: variable '__kernel_settings_register_mode' from source: set_fact 6626 1726776583.68974: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): True 6626 1726776583.68988: variable 'omit' from source: magic vars 6626 1726776583.69046: variable 'omit' from source: magic vars 6626 1726776583.69098: variable 'item' from source: unknown 6626 1726776583.69183: variable 'item' from source: unknown 6626 1726776583.69211: variable 'omit' from source: magic vars 6626 1726776583.69260: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776583.69338: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776583.69342: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776583.69344: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776583.69356: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776583.69394: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776583.69403: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776583.69411: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776583.69517: Set connection var ansible_shell_type to sh 6626 1726776583.69531: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776583.69556: Set connection var ansible_timeout to 10 6626 1726776583.69559: Set connection var ansible_pipelining to False 6626 1726776583.69582: Set connection var ansible_shell_executable to /bin/sh 6626 1726776583.69585: Set connection var ansible_connection to ssh 6626 1726776583.69666: variable 'ansible_shell_executable' from source: unknown 6626 1726776583.69669: variable 'ansible_connection' from source: unknown 6626 1726776583.69671: variable 'ansible_module_compression' from source: unknown 6626 1726776583.69673: variable 'ansible_shell_type' from source: unknown 6626 1726776583.69675: variable 'ansible_shell_executable' from source: unknown 6626 1726776583.69677: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776583.69679: variable 'ansible_pipelining' from source: unknown 6626 1726776583.69681: variable 'ansible_timeout' from source: unknown 6626 1726776583.69683: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776583.69763: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776583.69788: variable 'omit' from source: magic vars 6626 1726776583.69803: starting attempt loop 6626 1726776583.69810: running the handler 6626 1726776583.69898: variable 'ansible_facts' from source: unknown 6626 1726776583.69939: _low_level_execute_command(): starting 6626 1726776583.69952: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776583.70774: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776583.70825: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776583.70850: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776583.70873: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776583.71095: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776583.72696: stdout chunk (state=3): >>>/root <<< 6626 1726776583.72779: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776583.72909: stderr chunk (state=3): >>><<< 6626 1726776583.72913: stdout chunk (state=3): >>><<< 6626 1726776583.72939: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776583.72992: _low_level_execute_command(): starting 6626 1726776583.72996: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301 `" && echo ansible-tmp-1726776583.729404-7493-257342568213301="` echo /root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301 `" ) && sleep 0' 6626 1726776583.74270: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776583.74274: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776583.74277: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776583.74280: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776583.74297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776583.74313: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776583.74378: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776583.74573: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776583.76564: stdout chunk (state=3): >>>ansible-tmp-1726776583.729404-7493-257342568213301=/root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301 <<< 6626 1726776583.76908: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776583.76912: stdout chunk (state=3): >>><<< 6626 1726776583.76915: stderr chunk (state=3): >>><<< 6626 1726776583.76936: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776583.729404-7493-257342568213301=/root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776583.76970: variable 'ansible_module_compression' from source: unknown 6626 1726776583.77020: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6626 1726776583.77077: variable 'ansible_facts' from source: unknown 6626 1726776583.77279: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/AnsiballZ_setup.py 6626 1726776583.77763: Sending initial data 6626 1726776583.77766: Sent initial data (151 bytes) 6626 1726776583.78505: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776583.78706: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776583.80671: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6626 1726776583.80676: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 6626 1726776583.80688: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 6626 1726776583.80696: stderr chunk (state=3): >>>debug2: Server supports extension "fstatvfs@openssh.com" revision 2 <<< 6626 1726776583.80710: stderr chunk (state=3): >>>debug2: Server supports extension "hardlink@openssh.com" revision 1 <<< 6626 1726776583.80716: stderr chunk (state=3): >>>debug2: Server supports extension "fsync@openssh.com" revision 1 <<< 6626 1726776583.80762: stderr chunk (state=3): >>>debug2: Server supports extension "lsetstat@openssh.com" revision 1 <<< 6626 1726776583.80766: stderr chunk (state=3): >>>debug2: Server supports extension "limits@openssh.com" revision 1 <<< 6626 1726776583.80768: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6626 1726776583.80770: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776583.80939: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776583.81153: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpn19z5wvw /root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/AnsiballZ_setup.py <<< 6626 1726776583.81156: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/AnsiballZ_setup.py" <<< 6626 1726776583.81392: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpn19z5wvw" to remote "/root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/AnsiballZ_setup.py" <<< 6626 1726776583.83755: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776583.83759: stdout chunk (state=3): >>><<< 6626 1726776583.83765: stderr chunk (state=3): >>><<< 6626 1726776583.83797: done transferring module to remote 6626 1726776583.83800: _low_level_execute_command(): starting 6626 1726776583.83807: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/ /root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/AnsiballZ_setup.py && sleep 0' 6626 1726776583.84552: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776583.84557: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776583.84572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776583.84576: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776583.84597: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776583.84600: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776583.84614: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776583.84621: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776583.84698: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776583.84715: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776583.84723: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776583.84804: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776583.87164: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776583.87173: stdout chunk (state=3): >>><<< 6626 1726776583.87205: stderr chunk (state=3): >>><<< 6626 1726776583.87270: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776583.87274: _low_level_execute_command(): starting 6626 1726776583.87279: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/AnsiballZ_setup.py && sleep 0' 6626 1726776583.87921: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776583.88007: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776583.88052: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776583.88078: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776583.88104: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776583.88195: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776584.20367: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_service_mgr": "systemd"}, "invocation": {"module_args": {"gather_subset": ["!all"], "filter": ["ansible_service_mgr"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} <<< 6626 1726776584.22287: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776584.22292: stdout chunk (state=3): >>><<< 6626 1726776584.22393: stderr chunk (state=3): >>><<< 6626 1726776584.22398: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_service_mgr": "systemd"}, "invocation": {"module_args": {"gather_subset": ["!all"], "filter": ["ansible_service_mgr"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776584.22401: done with _execute_module (ansible.legacy.setup, {'gather_subset': '!all', 'filter': 'ansible_service_mgr', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.setup', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776584.22406: Facts {'ansible_facts': {'ansible_service_mgr': 'systemd'}, 'invocation': {'module_args': {'gather_subset': ['!all'], 'filter': ['ansible_service_mgr'], 'gather_timeout': 10, 'fact_path': '/etc/ansible/facts.d'}}, '_ansible_parsed': True} 6626 1726776584.22453: variable 'ansible_module_compression' from source: unknown 6626 1726776584.22504: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6626 1726776584.22576: variable 'ansible_facts' from source: unknown 6626 1726776584.22810: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/AnsiballZ_systemd.py 6626 1726776584.22929: Sending initial data 6626 1726776584.22933: Sent initial data (153 bytes) 6626 1726776584.23422: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776584.23427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776584.23429: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776584.23432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776584.23479: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776584.23483: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776584.23491: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776584.23544: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776584.25354: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776584.25424: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776584.25492: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpc1sfgetj /root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/AnsiballZ_systemd.py <<< 6626 1726776584.25495: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/AnsiballZ_systemd.py" <<< 6626 1726776584.25534: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpc1sfgetj" to remote "/root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/AnsiballZ_systemd.py" <<< 6626 1726776584.27046: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776584.27100: stderr chunk (state=3): >>><<< 6626 1726776584.27104: stdout chunk (state=3): >>><<< 6626 1726776584.27151: done transferring module to remote 6626 1726776584.27157: _low_level_execute_command(): starting 6626 1726776584.27162: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/ /root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/AnsiballZ_systemd.py && sleep 0' 6626 1726776584.27637: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776584.27641: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776584.27643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776584.27697: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776584.27704: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776584.27761: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776584.29955: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776584.29988: stderr chunk (state=3): >>><<< 6626 1726776584.29993: stdout chunk (state=3): >>><<< 6626 1726776584.30008: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776584.30011: _low_level_execute_command(): starting 6626 1726776584.30017: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/AnsiballZ_systemd.py && sleep 0' 6626 1726776584.30521: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776584.30525: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776584.30533: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776584.30576: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776584.30579: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776584.30581: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776584.30653: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776584.79981: stdout chunk (state=3): >>> {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "7353", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainStartTimestampMonotonic": "185076873", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainHandoffTimestampMonotonic": "185087393", "ExecMainPID": "7353", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7353 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7353 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4482", "MemoryCurrent": "16121856", "MemoryPeak": "16904192", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3322458112", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "269886000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK":<<< 6626 1726776584.80017: stdout chunk (state=3): >>> "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:39 EDT", "StateChangeTimestampMonotonic": "185561187", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:38 EDT", "InactiveExitTimestampMonotonic": "185080071", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:39 EDT", "ActiveEnterTimestampMonotonic": "185561187", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ConditionTimestampMonotonic": "185075994", "AssertTimestamp": "Thu 2024-09-19 16:09:38 EDT", "AssertTimestampMonotonic": "185075997", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "53a822348fc24e0db4f8af0a8b1dfaf2", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "restarted", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 6626 1726776584.82036: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776584.82064: stderr chunk (state=3): >>><<< 6626 1726776584.82067: stdout chunk (state=3): >>><<< 6626 1726776584.82095: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "7353", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainStartTimestampMonotonic": "185076873", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainHandoffTimestampMonotonic": "185087393", "ExecMainPID": "7353", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7353 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7353 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4482", "MemoryCurrent": "16121856", "MemoryPeak": "16904192", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3322458112", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "269886000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:39 EDT", "StateChangeTimestampMonotonic": "185561187", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:38 EDT", "InactiveExitTimestampMonotonic": "185080071", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:39 EDT", "ActiveEnterTimestampMonotonic": "185561187", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ConditionTimestampMonotonic": "185075994", "AssertTimestamp": "Thu 2024-09-19 16:09:38 EDT", "AssertTimestampMonotonic": "185075997", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "53a822348fc24e0db4f8af0a8b1dfaf2", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "restarted", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776584.82228: done with _execute_module (ansible.legacy.systemd, {'name': 'tuned', 'state': 'restarted', 'enabled': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.systemd', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776584.82243: _low_level_execute_command(): starting 6626 1726776584.82246: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776583.729404-7493-257342568213301/ > /dev/null 2>&1 && sleep 0' 6626 1726776584.83018: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776584.83112: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776584.84966: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776584.84970: stdout chunk (state=3): >>><<< 6626 1726776584.84972: stderr chunk (state=3): >>><<< 6626 1726776584.85192: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776584.85196: handler run complete 6626 1726776584.85198: attempt loop complete, returning result 6626 1726776584.85200: variable 'item' from source: unknown 6626 1726776584.85205: variable 'item' from source: unknown changed: [managed_node3] => (item=tuned) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:39 EDT", "ActiveEnterTimestampMonotonic": "185561187", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:09:38 EDT", "AssertTimestampMonotonic": "185075997", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "269886000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ConditionTimestampMonotonic": "185075994", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4482", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3702878208", "EffectiveMemoryMax": "3702878208", "EffectiveTasksMax": "22362", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainHandoffTimestampMonotonic": "185087393", "ExecMainPID": "7353", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:38 EDT", "ExecMainStartTimestampMonotonic": "185076873", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7353 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:38 EDT] ; stop_time=[n/a] ; pid=7353 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:38 EDT", "InactiveExitTimestampMonotonic": "185080071", "InvocationID": "53a822348fc24e0db4f8af0a8b1dfaf2", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "7353", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3322458112", "MemoryCurrent": "16121856", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "16904192", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:09:39 EDT", "StateChangeTimestampMonotonic": "185561187", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 6626 1726776584.86364: dumping result to json 6626 1726776584.86367: done dumping result, returning 6626 1726776584.86369: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [12343ab9-b159-5b96-3694-000000000036] 6626 1726776584.86371: sending task result for task 12343ab9-b159-5b96-3694-000000000036 6626 1726776584.86547: done sending task result for task 12343ab9-b159-5b96-3694-000000000036 6626 1726776584.86551: WORKER PROCESS EXITING 6626 1726776584.86558: no more pending results, returning what we have 6626 1726776584.86560: results queue empty 6626 1726776584.86560: checking for any_errors_fatal 6626 1726776584.86565: done checking for any_errors_fatal 6626 1726776584.86565: checking for max_fail_percentage 6626 1726776584.86566: done checking for max_fail_percentage 6626 1726776584.86566: checking to see if all hosts have failed and the running result is not ok 6626 1726776584.86567: done checking to see if all hosts have failed 6626 1726776584.86567: getting the remaining hosts for this loop 6626 1726776584.86568: done getting the remaining hosts for this loop 6626 1726776584.86570: getting the next task for host managed_node3 6626 1726776584.86574: done getting next task for host managed_node3 6626 1726776584.86577: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6626 1726776584.86579: ^ state is: HOST STATE: block=2, task=4, 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=13, 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 1726776584.86584: getting variables 6626 1726776584.86587: in VariableManager get_vars() 6626 1726776584.86611: Calling all_inventory to load vars for managed_node3 6626 1726776584.86613: Calling groups_inventory to load vars for managed_node3 6626 1726776584.86614: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776584.86620: Calling all_plugins_play to load vars for managed_node3 6626 1726776584.86622: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776584.86624: Calling groups_plugins_play to load vars for managed_node3 6626 1726776584.86663: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776584.86691: done with get_vars() 6626 1726776584.86697: done getting variables 6626 1726776584.86761: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 16:09:44 -0400 (0:00:01.200) 0:00:25.010 **** 6626 1726776584.86781: entering _queue_task() for managed_node3/command 6626 1726776584.86782: Creating lock for command 6626 1726776584.86977: worker is 1 (out of 1 available) 6626 1726776584.86990: exiting _queue_task() for managed_node3/command 6626 1726776584.87004: done queuing things up, now waiting for results queue to drain 6626 1726776584.87005: waiting for pending results... 6626 1726776584.87155: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6626 1726776584.87210: in run() - task 12343ab9-b159-5b96-3694-000000000037 6626 1726776584.87221: variable 'ansible_search_path' from source: unknown 6626 1726776584.87232: variable 'ansible_search_path' from source: unknown 6626 1726776584.87255: calling self._execute() 6626 1726776584.87309: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776584.87315: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776584.87322: variable 'omit' from source: magic vars 6626 1726776584.87891: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776584.87936: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776584.87983: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776584.88023: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776584.88062: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776584.88173: variable '__kernel_settings_register_profile' from source: set_fact 6626 1726776584.88205: Evaluated conditional (not __kernel_settings_register_profile is changed): False 6626 1726776584.88213: when evaluation is False, skipping this task 6626 1726776584.88220: _execute() done 6626 1726776584.88226: dumping result to json 6626 1726776584.88232: done dumping result, returning 6626 1726776584.88241: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [12343ab9-b159-5b96-3694-000000000037] 6626 1726776584.88248: sending task result for task 12343ab9-b159-5b96-3694-000000000037 6626 1726776584.88337: done sending task result for task 12343ab9-b159-5b96-3694-000000000037 6626 1726776584.88343: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_register_profile is changed", "skip_reason": "Conditional result was False" } 6626 1726776584.88458: no more pending results, returning what we have 6626 1726776584.88462: results queue empty 6626 1726776584.88463: checking for any_errors_fatal 6626 1726776584.88478: done checking for any_errors_fatal 6626 1726776584.88479: checking for max_fail_percentage 6626 1726776584.88481: done checking for max_fail_percentage 6626 1726776584.88482: checking to see if all hosts have failed and the running result is not ok 6626 1726776584.88483: done checking to see if all hosts have failed 6626 1726776584.88484: getting the remaining hosts for this loop 6626 1726776584.88485: done getting the remaining hosts for this loop 6626 1726776584.88491: getting the next task for host managed_node3 6626 1726776584.88499: done getting next task for host managed_node3 6626 1726776584.88505: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6626 1726776584.88507: ^ state is: HOST STATE: block=2, task=4, 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=14, 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 1726776584.88521: getting variables 6626 1726776584.88522: in VariableManager get_vars() 6626 1726776584.88550: Calling all_inventory to load vars for managed_node3 6626 1726776584.88554: Calling groups_inventory to load vars for managed_node3 6626 1726776584.88556: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776584.88564: Calling all_plugins_play to load vars for managed_node3 6626 1726776584.88566: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776584.88569: Calling groups_plugins_play to load vars for managed_node3 6626 1726776584.88876: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776584.88922: done with get_vars() 6626 1726776584.88930: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 16:09:44 -0400 (0:00:00.023) 0:00:25.033 **** 6626 1726776584.89119: entering _queue_task() for managed_node3/include_tasks 6626 1726776584.89342: worker is 1 (out of 1 available) 6626 1726776584.89355: exiting _queue_task() for managed_node3/include_tasks 6626 1726776584.89366: done queuing things up, now waiting for results queue to drain 6626 1726776584.89368: waiting for pending results... 6626 1726776584.89622: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6626 1726776584.89717: in run() - task 12343ab9-b159-5b96-3694-000000000038 6626 1726776584.89740: variable 'ansible_search_path' from source: unknown 6626 1726776584.89748: variable 'ansible_search_path' from source: unknown 6626 1726776584.89788: calling self._execute() 6626 1726776584.89860: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776584.89873: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776584.89889: variable 'omit' from source: magic vars 6626 1726776584.90392: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776584.90719: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776584.90723: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776584.90736: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776584.90772: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776584.90889: variable '__kernel_settings_register_apply' from source: set_fact 6626 1726776584.90924: Evaluated conditional (__kernel_settings_register_apply is changed): True 6626 1726776584.90941: _execute() done 6626 1726776584.90950: dumping result to json 6626 1726776584.90959: done dumping result, returning 6626 1726776584.90970: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [12343ab9-b159-5b96-3694-000000000038] 6626 1726776584.90979: sending task result for task 12343ab9-b159-5b96-3694-000000000038 6626 1726776584.91179: no more pending results, returning what we have 6626 1726776584.91183: in VariableManager get_vars() 6626 1726776584.91225: Calling all_inventory to load vars for managed_node3 6626 1726776584.91227: Calling groups_inventory to load vars for managed_node3 6626 1726776584.91229: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776584.91239: Calling all_plugins_play to load vars for managed_node3 6626 1726776584.91242: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776584.91244: Calling groups_plugins_play to load vars for managed_node3 6626 1726776584.91291: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776584.91330: done with get_vars() 6626 1726776584.91336: variable 'ansible_search_path' from source: unknown 6626 1726776584.91336: variable 'ansible_search_path' from source: unknown 6626 1726776584.91607: done sending task result for task 12343ab9-b159-5b96-3694-000000000038 6626 1726776584.91610: WORKER PROCESS EXITING 6626 1726776584.91631: we have included files to process 6626 1726776584.91633: generating all_blocks data 6626 1726776584.91636: done generating all_blocks data 6626 1726776584.91640: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6626 1726776584.91641: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6626 1726776584.91643: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6626 1726776584.92745: done processing included file 6626 1726776584.92749: iterating over new_blocks loaded from include file 6626 1726776584.92750: in VariableManager get_vars() 6626 1726776584.92771: done with get_vars() 6626 1726776584.92773: filtering new block on tags 6626 1726776584.92819: done filtering new block on tags 6626 1726776584.92821: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node3 6626 1726776584.92826: extending task lists for all hosts with included blocks 6626 1726776584.93572: done extending task lists 6626 1726776584.93574: done processing included files 6626 1726776584.93575: results queue empty 6626 1726776584.93575: checking for any_errors_fatal 6626 1726776584.93578: done checking for any_errors_fatal 6626 1726776584.93579: checking for max_fail_percentage 6626 1726776584.93580: done checking for max_fail_percentage 6626 1726776584.93580: checking to see if all hosts have failed and the running result is not ok 6626 1726776584.93581: done checking to see if all hosts have failed 6626 1726776584.93582: getting the remaining hosts for this loop 6626 1726776584.93583: done getting the remaining hosts for this loop 6626 1726776584.93585: getting the next task for host managed_node3 6626 1726776584.93591: done getting next task for host managed_node3 6626 1726776584.93594: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6626 1726776584.93596: ^ state is: HOST STATE: block=2, task=4, 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=15, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6626 1726776584.93607: getting variables 6626 1726776584.93608: in VariableManager get_vars() 6626 1726776584.93620: Calling all_inventory to load vars for managed_node3 6626 1726776584.93622: Calling groups_inventory to load vars for managed_node3 6626 1726776584.93624: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776584.93628: Calling all_plugins_play to load vars for managed_node3 6626 1726776584.93630: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776584.93633: Calling groups_plugins_play to load vars for managed_node3 6626 1726776584.93664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776584.93699: done with get_vars() 6626 1726776584.93709: done getting variables 6626 1726776584.93746: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 16:09:44 -0400 (0:00:00.046) 0:00:25.080 **** 6626 1726776584.93777: entering _queue_task() for managed_node3/command 6626 1726776584.94119: worker is 1 (out of 1 available) 6626 1726776584.94130: exiting _queue_task() for managed_node3/command 6626 1726776584.94140: done queuing things up, now waiting for results queue to drain 6626 1726776584.94141: waiting for pending results... 6626 1726776584.94357: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6626 1726776584.94512: in run() - task 12343ab9-b159-5b96-3694-0000000000f5 6626 1726776584.94531: variable 'ansible_search_path' from source: unknown 6626 1726776584.94538: variable 'ansible_search_path' from source: unknown 6626 1726776584.94575: calling self._execute() 6626 1726776584.94733: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776584.94744: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776584.94757: variable 'omit' from source: magic vars 6626 1726776584.94860: variable 'omit' from source: magic vars 6626 1726776584.94922: variable 'omit' from source: magic vars 6626 1726776584.94962: variable 'omit' from source: magic vars 6626 1726776584.95007: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776584.95048: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776584.95075: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776584.95103: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776584.95120: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776584.95154: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776584.95168: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776584.95177: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776584.95280: Set connection var ansible_shell_type to sh 6626 1726776584.95295: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776584.95305: Set connection var ansible_timeout to 10 6626 1726776584.95314: Set connection var ansible_pipelining to False 6626 1726776584.95325: Set connection var ansible_shell_executable to /bin/sh 6626 1726776584.95330: Set connection var ansible_connection to ssh 6626 1726776584.95355: variable 'ansible_shell_executable' from source: unknown 6626 1726776584.95362: variable 'ansible_connection' from source: unknown 6626 1726776584.95368: variable 'ansible_module_compression' from source: unknown 6626 1726776584.95376: variable 'ansible_shell_type' from source: unknown 6626 1726776584.95388: variable 'ansible_shell_executable' from source: unknown 6626 1726776584.95395: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776584.95402: variable 'ansible_pipelining' from source: unknown 6626 1726776584.95409: variable 'ansible_timeout' from source: unknown 6626 1726776584.95416: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776584.95601: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776584.95605: variable 'omit' from source: magic vars 6626 1726776584.95607: starting attempt loop 6626 1726776584.95610: running the handler 6626 1726776584.95612: _low_level_execute_command(): starting 6626 1726776584.95613: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776584.96607: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776584.96622: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776584.96692: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776584.96784: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776584.98466: stdout chunk (state=3): >>>/root <<< 6626 1726776584.98598: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776584.98614: stdout chunk (state=3): >>><<< 6626 1726776584.98628: stderr chunk (state=3): >>><<< 6626 1726776584.98657: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776584.98683: _low_level_execute_command(): starting 6626 1726776584.98698: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776584.9867013-7553-64775947032921 `" && echo ansible-tmp-1726776584.9867013-7553-64775947032921="` echo /root/.ansible/tmp/ansible-tmp-1726776584.9867013-7553-64775947032921 `" ) && sleep 0' 6626 1726776584.99316: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776584.99338: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776584.99356: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776584.99407: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776584.99498: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776584.99533: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776584.99577: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776584.99693: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776585.01603: stdout chunk (state=3): >>>ansible-tmp-1726776584.9867013-7553-64775947032921=/root/.ansible/tmp/ansible-tmp-1726776584.9867013-7553-64775947032921 <<< 6626 1726776585.01754: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776585.01757: stdout chunk (state=3): >>><<< 6626 1726776585.01759: stderr chunk (state=3): >>><<< 6626 1726776585.01791: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776584.9867013-7553-64775947032921=/root/.ansible/tmp/ansible-tmp-1726776584.9867013-7553-64775947032921 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776585.01991: variable 'ansible_module_compression' from source: unknown 6626 1726776585.01994: ANSIBALLZ: Using generic lock for ansible.legacy.command 6626 1726776585.01997: ANSIBALLZ: Acquiring lock 6626 1726776585.01999: ANSIBALLZ: Lock acquired: 139628605315440 6626 1726776585.02000: ANSIBALLZ: Creating module 6626 1726776585.13423: ANSIBALLZ: Writing module into payload 6626 1726776585.13510: ANSIBALLZ: Writing module 6626 1726776585.13529: ANSIBALLZ: Renaming module 6626 1726776585.13535: ANSIBALLZ: Done creating module 6626 1726776585.13552: variable 'ansible_facts' from source: unknown 6626 1726776585.13628: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776584.9867013-7553-64775947032921/AnsiballZ_command.py 6626 1726776585.13842: Sending initial data 6626 1726776585.13847: Sent initial data (153 bytes) 6626 1726776585.14263: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776585.14290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776585.14293: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776585.14306: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.14350: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776585.14354: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776585.14421: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776585.16064: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776585.16116: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776585.16161: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmprfgvllt0 /root/.ansible/tmp/ansible-tmp-1726776584.9867013-7553-64775947032921/AnsiballZ_command.py <<< 6626 1726776585.16164: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776584.9867013-7553-64775947032921/AnsiballZ_command.py" <<< 6626 1726776585.16206: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmprfgvllt0" to remote "/root/.ansible/tmp/ansible-tmp-1726776584.9867013-7553-64775947032921/AnsiballZ_command.py" <<< 6626 1726776585.16213: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776584.9867013-7553-64775947032921/AnsiballZ_command.py" <<< 6626 1726776585.16761: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776585.16807: stderr chunk (state=3): >>><<< 6626 1726776585.16810: stdout chunk (state=3): >>><<< 6626 1726776585.16831: done transferring module to remote 6626 1726776585.16839: _low_level_execute_command(): starting 6626 1726776585.16844: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776584.9867013-7553-64775947032921/ /root/.ansible/tmp/ansible-tmp-1726776584.9867013-7553-64775947032921/AnsiballZ_command.py && sleep 0' 6626 1726776585.17259: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776585.17267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776585.17291: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.17294: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776585.17297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.17350: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776585.17354: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776585.17412: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776585.19234: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776585.19263: stderr chunk (state=3): >>><<< 6626 1726776585.19266: stdout chunk (state=3): >>><<< 6626 1726776585.19277: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776585.19281: _low_level_execute_command(): starting 6626 1726776585.19285: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776584.9867013-7553-64775947032921/AnsiballZ_command.py && sleep 0' 6626 1726776585.19691: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776585.19726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776585.19729: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.19731: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776585.19733: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.19784: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776585.19792: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776585.19794: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776585.19842: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776585.61836: stdout chunk (state=3): >>> {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 16:09:45.349637", "end": "2024-09-19 16:09:45.616425", "delta": "0:00:00.266788", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm verify -i", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6626 1726776585.63450: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776585.63482: stderr chunk (state=3): >>><<< 6626 1726776585.63484: stdout chunk (state=3): >>><<< 6626 1726776585.63499: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 16:09:45.349637", "end": "2024-09-19 16:09:45.616425", "delta": "0:00:00.266788", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm verify -i", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776585.63592: done with _execute_module (ansible.legacy.command, {'_raw_params': 'tuned-adm verify -i', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776584.9867013-7553-64775947032921/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776585.63596: _low_level_execute_command(): starting 6626 1726776585.63598: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776584.9867013-7553-64775947032921/ > /dev/null 2>&1 && sleep 0' 6626 1726776585.63990: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776585.63994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.64011: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.64072: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776585.64076: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776585.64079: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776585.64122: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776585.65965: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776585.65992: stderr chunk (state=3): >>><<< 6626 1726776585.65995: stdout chunk (state=3): >>><<< 6626 1726776585.66009: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776585.66014: handler run complete 6626 1726776585.66036: Evaluated conditional (False): False 6626 1726776585.66045: attempt loop complete, returning result 6626 1726776585.66048: _execute() done 6626 1726776585.66050: dumping result to json 6626 1726776585.66054: done dumping result, returning 6626 1726776585.66062: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [12343ab9-b159-5b96-3694-0000000000f5] 6626 1726776585.66065: sending task result for task 12343ab9-b159-5b96-3694-0000000000f5 6626 1726776585.66234: done sending task result for task 12343ab9-b159-5b96-3694-0000000000f5 6626 1726776585.66237: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.266788", "end": "2024-09-19 16:09:45.616425", "rc": 0, "start": "2024-09-19 16:09:45.349637" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6626 1726776585.66316: no more pending results, returning what we have 6626 1726776585.66319: results queue empty 6626 1726776585.66320: checking for any_errors_fatal 6626 1726776585.66321: done checking for any_errors_fatal 6626 1726776585.66321: checking for max_fail_percentage 6626 1726776585.66323: done checking for max_fail_percentage 6626 1726776585.66324: checking to see if all hosts have failed and the running result is not ok 6626 1726776585.66324: done checking to see if all hosts have failed 6626 1726776585.66325: getting the remaining hosts for this loop 6626 1726776585.66326: done getting the remaining hosts for this loop 6626 1726776585.66329: getting the next task for host managed_node3 6626 1726776585.66334: done getting next task for host managed_node3 6626 1726776585.66337: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6626 1726776585.66340: ^ state is: HOST STATE: block=2, task=4, 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=15, 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? (HOST STATE: block=0, task=2, 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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6626 1726776585.66350: getting variables 6626 1726776585.66351: in VariableManager get_vars() 6626 1726776585.66376: Calling all_inventory to load vars for managed_node3 6626 1726776585.66378: Calling groups_inventory to load vars for managed_node3 6626 1726776585.66380: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776585.66390: Calling all_plugins_play to load vars for managed_node3 6626 1726776585.66392: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776585.66395: Calling groups_plugins_play to load vars for managed_node3 6626 1726776585.66436: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776585.66464: done with get_vars() 6626 1726776585.66470: done getting variables 6626 1726776585.66541: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 16:09:45 -0400 (0:00:00.727) 0:00:25.808 **** 6626 1726776585.66565: entering _queue_task() for managed_node3/shell 6626 1726776585.66566: Creating lock for shell 6626 1726776585.66770: worker is 1 (out of 1 available) 6626 1726776585.66783: exiting _queue_task() for managed_node3/shell 6626 1726776585.66796: done queuing things up, now waiting for results queue to drain 6626 1726776585.66797: waiting for pending results... 6626 1726776585.66949: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6626 1726776585.67023: in run() - task 12343ab9-b159-5b96-3694-0000000000f6 6626 1726776585.67036: variable 'ansible_search_path' from source: unknown 6626 1726776585.67039: variable 'ansible_search_path' from source: unknown 6626 1726776585.67064: calling self._execute() 6626 1726776585.67116: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776585.67120: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776585.67130: variable 'omit' from source: magic vars 6626 1726776585.67471: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776585.67892: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776585.67895: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776585.67898: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776585.67900: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776585.67911: variable '__kernel_settings_register_verify_values' from source: set_fact 6626 1726776585.67943: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6626 1726776585.67950: when evaluation is False, skipping this task 6626 1726776585.67958: _execute() done 6626 1726776585.67965: dumping result to json 6626 1726776585.67973: done dumping result, returning 6626 1726776585.67985: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [12343ab9-b159-5b96-3694-0000000000f6] 6626 1726776585.67997: sending task result for task 12343ab9-b159-5b96-3694-0000000000f6 skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6626 1726776585.68139: no more pending results, returning what we have 6626 1726776585.68147: results queue empty 6626 1726776585.68148: checking for any_errors_fatal 6626 1726776585.68160: done checking for any_errors_fatal 6626 1726776585.68161: checking for max_fail_percentage 6626 1726776585.68162: done checking for max_fail_percentage 6626 1726776585.68163: checking to see if all hosts have failed and the running result is not ok 6626 1726776585.68164: done checking to see if all hosts have failed 6626 1726776585.68165: getting the remaining hosts for this loop 6626 1726776585.68166: done getting the remaining hosts for this loop 6626 1726776585.68170: getting the next task for host managed_node3 6626 1726776585.68177: done getting next task for host managed_node3 6626 1726776585.68181: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6626 1726776585.68184: ^ state is: HOST STATE: block=2, task=4, 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=15, 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? (HOST STATE: block=0, task=3, 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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 6626 1726776585.68209: getting variables 6626 1726776585.68211: in VariableManager get_vars() 6626 1726776585.68248: Calling all_inventory to load vars for managed_node3 6626 1726776585.68303: Calling groups_inventory to load vars for managed_node3 6626 1726776585.68307: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776585.68316: Calling all_plugins_play to load vars for managed_node3 6626 1726776585.68319: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776585.68322: Calling groups_plugins_play to load vars for managed_node3 6626 1726776585.68368: done sending task result for task 12343ab9-b159-5b96-3694-0000000000f6 6626 1726776585.68371: WORKER PROCESS EXITING 6626 1726776585.68394: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776585.68446: done with get_vars() 6626 1726776585.68455: done getting variables 6626 1726776585.68530: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 16:09:45 -0400 (0:00:00.019) 0:00:25.828 **** 6626 1726776585.68564: entering _queue_task() for managed_node3/fail 6626 1726776585.68843: worker is 1 (out of 1 available) 6626 1726776585.68856: exiting _queue_task() for managed_node3/fail 6626 1726776585.68867: done queuing things up, now waiting for results queue to drain 6626 1726776585.68868: waiting for pending results... 6626 1726776585.69209: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6626 1726776585.69214: in run() - task 12343ab9-b159-5b96-3694-0000000000f7 6626 1726776585.69218: variable 'ansible_search_path' from source: unknown 6626 1726776585.69220: variable 'ansible_search_path' from source: unknown 6626 1726776585.69225: calling self._execute() 6626 1726776585.69298: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776585.69314: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776585.69329: variable 'omit' from source: magic vars 6626 1726776585.69657: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776585.69833: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776585.69865: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776585.69932: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776585.69956: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776585.70038: variable '__kernel_settings_register_verify_values' from source: set_fact 6626 1726776585.70059: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6626 1726776585.70062: when evaluation is False, skipping this task 6626 1726776585.70065: _execute() done 6626 1726776585.70067: dumping result to json 6626 1726776585.70070: done dumping result, returning 6626 1726776585.70081: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [12343ab9-b159-5b96-3694-0000000000f7] 6626 1726776585.70083: sending task result for task 12343ab9-b159-5b96-3694-0000000000f7 6626 1726776585.70197: done sending task result for task 12343ab9-b159-5b96-3694-0000000000f7 6626 1726776585.70200: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6626 1726776585.70268: no more pending results, returning what we have 6626 1726776585.70271: results queue empty 6626 1726776585.70272: checking for any_errors_fatal 6626 1726776585.70276: done checking for any_errors_fatal 6626 1726776585.70277: checking for max_fail_percentage 6626 1726776585.70278: done checking for max_fail_percentage 6626 1726776585.70279: checking to see if all hosts have failed and the running result is not ok 6626 1726776585.70279: done checking to see if all hosts have failed 6626 1726776585.70280: getting the remaining hosts for this loop 6626 1726776585.70281: done getting the remaining hosts for this loop 6626 1726776585.70284: getting the next task for host managed_node3 6626 1726776585.70293: done getting next task for host managed_node3 6626 1726776585.70297: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6626 1726776585.70299: ^ state is: HOST STATE: block=2, task=4, 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=16, 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 1726776585.70315: getting variables 6626 1726776585.70316: in VariableManager get_vars() 6626 1726776585.70349: Calling all_inventory to load vars for managed_node3 6626 1726776585.70351: Calling groups_inventory to load vars for managed_node3 6626 1726776585.70352: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776585.70359: Calling all_plugins_play to load vars for managed_node3 6626 1726776585.70361: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776585.70362: Calling groups_plugins_play to load vars for managed_node3 6626 1726776585.70398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776585.70427: done with get_vars() 6626 1726776585.70434: done getting variables 6626 1726776585.70474: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 16:09:45 -0400 (0:00:00.019) 0:00:25.847 **** 6626 1726776585.70497: entering _queue_task() for managed_node3/set_fact 6626 1726776585.70693: worker is 1 (out of 1 available) 6626 1726776585.70708: exiting _queue_task() for managed_node3/set_fact 6626 1726776585.70720: done queuing things up, now waiting for results queue to drain 6626 1726776585.70721: waiting for pending results... 6626 1726776585.70891: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6626 1726776585.70958: in run() - task 12343ab9-b159-5b96-3694-000000000039 6626 1726776585.70963: variable 'ansible_search_path' from source: unknown 6626 1726776585.70966: variable 'ansible_search_path' from source: unknown 6626 1726776585.71012: calling self._execute() 6626 1726776585.71079: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776585.71083: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776585.71090: variable 'omit' from source: magic vars 6626 1726776585.71291: variable 'omit' from source: magic vars 6626 1726776585.71295: variable 'omit' from source: magic vars 6626 1726776585.71297: variable 'omit' from source: magic vars 6626 1726776585.71299: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776585.71319: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776585.71346: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776585.71369: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776585.71384: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776585.71421: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776585.71429: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776585.71435: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776585.71534: Set connection var ansible_shell_type to sh 6626 1726776585.71547: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776585.71556: Set connection var ansible_timeout to 10 6626 1726776585.71564: Set connection var ansible_pipelining to False 6626 1726776585.71574: Set connection var ansible_shell_executable to /bin/sh 6626 1726776585.71580: Set connection var ansible_connection to ssh 6626 1726776585.71607: variable 'ansible_shell_executable' from source: unknown 6626 1726776585.71620: variable 'ansible_connection' from source: unknown 6626 1726776585.71632: variable 'ansible_module_compression' from source: unknown 6626 1726776585.71640: variable 'ansible_shell_type' from source: unknown 6626 1726776585.71705: variable 'ansible_shell_executable' from source: unknown 6626 1726776585.71717: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776585.71726: variable 'ansible_pipelining' from source: unknown 6626 1726776585.71733: variable 'ansible_timeout' from source: unknown 6626 1726776585.71741: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776585.71890: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776585.71909: variable 'omit' from source: magic vars 6626 1726776585.71991: starting attempt loop 6626 1726776585.71994: running the handler 6626 1726776585.71996: handler run complete 6626 1726776585.71998: attempt loop complete, returning result 6626 1726776585.72000: _execute() done 6626 1726776585.72002: dumping result to json 6626 1726776585.72004: done dumping result, returning 6626 1726776585.72006: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [12343ab9-b159-5b96-3694-000000000039] 6626 1726776585.72008: sending task result for task 12343ab9-b159-5b96-3694-000000000039 6626 1726776585.72192: done sending task result for task 12343ab9-b159-5b96-3694-000000000039 6626 1726776585.72196: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6626 1726776585.72258: no more pending results, returning what we have 6626 1726776585.72261: results queue empty 6626 1726776585.72262: checking for any_errors_fatal 6626 1726776585.72266: done checking for any_errors_fatal 6626 1726776585.72267: checking for max_fail_percentage 6626 1726776585.72269: done checking for max_fail_percentage 6626 1726776585.72269: checking to see if all hosts have failed and the running result is not ok 6626 1726776585.72270: done checking to see if all hosts have failed 6626 1726776585.72271: getting the remaining hosts for this loop 6626 1726776585.72272: done getting the remaining hosts for this loop 6626 1726776585.72277: getting the next task for host managed_node3 6626 1726776585.72283: done getting next task for host managed_node3 6626 1726776585.72289: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6626 1726776585.72293: ^ state is: HOST STATE: block=2, task=4, 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=17, 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 1726776585.72304: getting variables 6626 1726776585.72306: in VariableManager get_vars() 6626 1726776585.72342: Calling all_inventory to load vars for managed_node3 6626 1726776585.72345: Calling groups_inventory to load vars for managed_node3 6626 1726776585.72348: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776585.72358: Calling all_plugins_play to load vars for managed_node3 6626 1726776585.72362: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776585.72365: Calling groups_plugins_play to load vars for managed_node3 6626 1726776585.72630: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776585.72672: done with get_vars() 6626 1726776585.72680: done getting variables 6626 1726776585.72737: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 16:09:45 -0400 (0:00:00.022) 0:00:25.870 **** 6626 1726776585.72769: entering _queue_task() for managed_node3/set_fact 6626 1726776585.73334: worker is 1 (out of 1 available) 6626 1726776585.73348: exiting _queue_task() for managed_node3/set_fact 6626 1726776585.73360: done queuing things up, now waiting for results queue to drain 6626 1726776585.73362: waiting for pending results... 6626 1726776585.73561: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6626 1726776585.73684: in run() - task 12343ab9-b159-5b96-3694-00000000003a 6626 1726776585.73690: variable 'ansible_search_path' from source: unknown 6626 1726776585.73693: variable 'ansible_search_path' from source: unknown 6626 1726776585.73713: calling self._execute() 6626 1726776585.73768: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776585.73775: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776585.73784: variable 'omit' from source: magic vars 6626 1726776585.73878: variable 'omit' from source: magic vars 6626 1726776585.73911: variable 'omit' from source: magic vars 6626 1726776585.74245: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776585.74418: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776585.74450: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776585.74476: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776585.74502: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776585.74608: variable '__kernel_settings_register_profile' from source: set_fact 6626 1726776585.74619: variable '__kernel_settings_register_mode' from source: set_fact 6626 1726776585.74627: variable '__kernel_settings_register_apply' from source: set_fact 6626 1726776585.74664: variable 'omit' from source: magic vars 6626 1726776585.74688: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776585.74712: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776585.74727: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776585.74742: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776585.74750: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776585.74773: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776585.74776: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776585.74779: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776585.74850: Set connection var ansible_shell_type to sh 6626 1726776585.74856: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776585.74862: Set connection var ansible_timeout to 10 6626 1726776585.74867: Set connection var ansible_pipelining to False 6626 1726776585.74873: Set connection var ansible_shell_executable to /bin/sh 6626 1726776585.74876: Set connection var ansible_connection to ssh 6626 1726776585.74894: variable 'ansible_shell_executable' from source: unknown 6626 1726776585.74897: variable 'ansible_connection' from source: unknown 6626 1726776585.74899: variable 'ansible_module_compression' from source: unknown 6626 1726776585.74902: variable 'ansible_shell_type' from source: unknown 6626 1726776585.74908: variable 'ansible_shell_executable' from source: unknown 6626 1726776585.74910: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776585.74912: variable 'ansible_pipelining' from source: unknown 6626 1726776585.74918: variable 'ansible_timeout' from source: unknown 6626 1726776585.74920: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776585.74994: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776585.75002: variable 'omit' from source: magic vars 6626 1726776585.75009: starting attempt loop 6626 1726776585.75012: running the handler 6626 1726776585.75020: handler run complete 6626 1726776585.75030: attempt loop complete, returning result 6626 1726776585.75032: _execute() done 6626 1726776585.75035: dumping result to json 6626 1726776585.75037: done dumping result, returning 6626 1726776585.75043: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [12343ab9-b159-5b96-3694-00000000003a] 6626 1726776585.75046: sending task result for task 12343ab9-b159-5b96-3694-00000000003a 6626 1726776585.75119: done sending task result for task 12343ab9-b159-5b96-3694-00000000003a 6626 1726776585.75122: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 6626 1726776585.75233: no more pending results, returning what we have 6626 1726776585.75236: results queue empty 6626 1726776585.75237: checking for any_errors_fatal 6626 1726776585.75242: done checking for any_errors_fatal 6626 1726776585.75242: checking for max_fail_percentage 6626 1726776585.75244: done checking for max_fail_percentage 6626 1726776585.75244: checking to see if all hosts have failed and the running result is not ok 6626 1726776585.75245: done checking to see if all hosts have failed 6626 1726776585.75246: getting the remaining hosts for this loop 6626 1726776585.75247: done getting the remaining hosts for this loop 6626 1726776585.75251: getting the next task for host managed_node3 6626 1726776585.75258: done getting next task for host managed_node3 6626 1726776585.75260: ^ task is: TASK: meta (role_complete) 6626 1726776585.75263: ^ state is: HOST STATE: block=2, task=5, 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 1726776585.75273: getting variables 6626 1726776585.75274: in VariableManager get_vars() 6626 1726776585.75307: Calling all_inventory to load vars for managed_node3 6626 1726776585.75309: Calling groups_inventory to load vars for managed_node3 6626 1726776585.75311: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776585.75319: Calling all_plugins_play to load vars for managed_node3 6626 1726776585.75322: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776585.75324: Calling groups_plugins_play to load vars for managed_node3 6626 1726776585.75373: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776585.75458: done with get_vars() 6626 1726776585.75467: done getting variables 6626 1726776585.75613: done queuing things up, now waiting for results queue to drain 6626 1726776585.75615: results queue empty 6626 1726776585.75616: checking for any_errors_fatal 6626 1726776585.75618: done checking for any_errors_fatal 6626 1726776585.75619: checking for max_fail_percentage 6626 1726776585.75620: done checking for max_fail_percentage 6626 1726776585.75626: checking to see if all hosts have failed and the running result is not ok 6626 1726776585.75627: done checking to see if all hosts have failed 6626 1726776585.75628: getting the remaining hosts for this loop 6626 1726776585.75628: done getting the remaining hosts for this loop 6626 1726776585.75631: getting the next task for host managed_node3 6626 1726776585.75635: done getting next task for host managed_node3 6626 1726776585.75637: ^ task is: TASK: Cleanup 6626 1726776585.75640: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=1, handlers=0, run_state=3, 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 1726776585.75643: getting variables 6626 1726776585.75644: in VariableManager get_vars() 6626 1726776585.75684: Calling all_inventory to load vars for managed_node3 6626 1726776585.75688: Calling groups_inventory to load vars for managed_node3 6626 1726776585.75690: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776585.75695: Calling all_plugins_play to load vars for managed_node3 6626 1726776585.75697: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776585.75700: Calling groups_plugins_play to load vars for managed_node3 6626 1726776585.75759: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776585.75789: done with get_vars() 6626 1726776585.75797: done getting variables TASK [Cleanup] ***************************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml:14 Thursday 19 September 2024 16:09:45 -0400 (0:00:00.031) 0:00:25.902 **** 6626 1726776585.75962: entering _queue_task() for managed_node3/include_tasks 6626 1726776585.76609: worker is 1 (out of 1 available) 6626 1726776585.76617: exiting _queue_task() for managed_node3/include_tasks 6626 1726776585.76626: done queuing things up, now waiting for results queue to drain 6626 1726776585.76628: waiting for pending results... 6626 1726776585.76755: running TaskExecutor() for managed_node3/TASK: Cleanup 6626 1726776585.76784: in run() - task 12343ab9-b159-5b96-3694-000000000007 6626 1726776585.76806: variable 'ansible_search_path' from source: unknown 6626 1726776585.76851: calling self._execute() 6626 1726776585.76928: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776585.76939: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776585.76958: variable 'omit' from source: magic vars 6626 1726776585.77069: _execute() done 6626 1726776585.77090: dumping result to json 6626 1726776585.77093: done dumping result, returning 6626 1726776585.77199: done running TaskExecutor() for managed_node3/TASK: Cleanup [12343ab9-b159-5b96-3694-000000000007] 6626 1726776585.77202: sending task result for task 12343ab9-b159-5b96-3694-000000000007 6626 1726776585.77276: done sending task result for task 12343ab9-b159-5b96-3694-000000000007 6626 1726776585.77280: WORKER PROCESS EXITING 6626 1726776585.77327: no more pending results, returning what we have 6626 1726776585.77332: in VariableManager get_vars() 6626 1726776585.77378: Calling all_inventory to load vars for managed_node3 6626 1726776585.77381: Calling groups_inventory to load vars for managed_node3 6626 1726776585.77383: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776585.77398: Calling all_plugins_play to load vars for managed_node3 6626 1726776585.77401: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776585.77404: Calling groups_plugins_play to load vars for managed_node3 6626 1726776585.77472: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776585.77503: done with get_vars() 6626 1726776585.77509: variable 'ansible_search_path' from source: unknown 6626 1726776585.77525: we have included files to process 6626 1726776585.77526: generating all_blocks data 6626 1726776585.77527: done generating all_blocks data 6626 1726776585.77532: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6626 1726776585.77533: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6626 1726776585.77535: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6626 1726776585.78143: done processing included file 6626 1726776585.78145: iterating over new_blocks loaded from include file 6626 1726776585.78146: in VariableManager get_vars() 6626 1726776585.78156: done with get_vars() 6626 1726776585.78158: filtering new block on tags 6626 1726776585.78166: done filtering new block on tags 6626 1726776585.78168: in VariableManager get_vars() 6626 1726776585.78192: done with get_vars() 6626 1726776585.78194: filtering new block on tags 6626 1726776585.78209: done filtering new block on tags 6626 1726776585.78211: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml for managed_node3 6626 1726776585.78214: extending task lists for all hosts with included blocks 6626 1726776585.78758: done extending task lists 6626 1726776585.78759: done processing included files 6626 1726776585.78760: results queue empty 6626 1726776585.78760: checking for any_errors_fatal 6626 1726776585.78761: done checking for any_errors_fatal 6626 1726776585.78761: checking for max_fail_percentage 6626 1726776585.78762: done checking for max_fail_percentage 6626 1726776585.78763: checking to see if all hosts have failed and the running result is not ok 6626 1726776585.78763: done checking to see if all hosts have failed 6626 1726776585.78764: getting the remaining hosts for this loop 6626 1726776585.78764: done getting the remaining hosts for this loop 6626 1726776585.78766: getting the next task for host managed_node3 6626 1726776585.78769: done getting next task for host managed_node3 6626 1726776585.78770: ^ task is: TASK: Show current tuned profile settings 6626 1726776585.78772: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=2, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 6626 1726776585.78773: getting variables 6626 1726776585.78774: in VariableManager get_vars() 6626 1726776585.78782: Calling all_inventory to load vars for managed_node3 6626 1726776585.78783: Calling groups_inventory to load vars for managed_node3 6626 1726776585.78785: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776585.78790: Calling all_plugins_play to load vars for managed_node3 6626 1726776585.78792: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776585.78794: Calling groups_plugins_play to load vars for managed_node3 6626 1726776585.78817: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776585.78836: done with get_vars() 6626 1726776585.78841: done getting variables 6626 1726776585.78868: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Show current tuned profile settings] ************************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:2 Thursday 19 September 2024 16:09:45 -0400 (0:00:00.029) 0:00:25.931 **** 6626 1726776585.78890: entering _queue_task() for managed_node3/command 6626 1726776585.79104: worker is 1 (out of 1 available) 6626 1726776585.79117: exiting _queue_task() for managed_node3/command 6626 1726776585.79129: done queuing things up, now waiting for results queue to drain 6626 1726776585.79131: waiting for pending results... 6626 1726776585.79525: running TaskExecutor() for managed_node3/TASK: Show current tuned profile settings 6626 1726776585.79530: in run() - task 12343ab9-b159-5b96-3694-000000000151 6626 1726776585.79533: variable 'ansible_search_path' from source: unknown 6626 1726776585.79535: variable 'ansible_search_path' from source: unknown 6626 1726776585.79539: calling self._execute() 6626 1726776585.79566: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776585.79580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776585.79598: variable 'omit' from source: magic vars 6626 1726776585.79725: variable 'omit' from source: magic vars 6626 1726776585.79768: variable 'omit' from source: magic vars 6626 1726776585.80089: variable '__kernel_settings_profile_filename' from source: role '' exported vars 6626 1726776585.80171: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6626 1726776585.80299: variable '__kernel_settings_profile_parent' from source: set_fact 6626 1726776585.80314: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6626 1726776585.80364: variable 'omit' from source: magic vars 6626 1726776585.80423: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776585.80461: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776585.80488: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776585.80526: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776585.80551: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776585.80580: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776585.80584: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776585.80588: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776585.80677: Set connection var ansible_shell_type to sh 6626 1726776585.80684: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776585.80691: Set connection var ansible_timeout to 10 6626 1726776585.80696: Set connection var ansible_pipelining to False 6626 1726776585.80705: Set connection var ansible_shell_executable to /bin/sh 6626 1726776585.80708: Set connection var ansible_connection to ssh 6626 1726776585.80725: variable 'ansible_shell_executable' from source: unknown 6626 1726776585.80730: variable 'ansible_connection' from source: unknown 6626 1726776585.80737: variable 'ansible_module_compression' from source: unknown 6626 1726776585.80740: variable 'ansible_shell_type' from source: unknown 6626 1726776585.80743: variable 'ansible_shell_executable' from source: unknown 6626 1726776585.80745: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776585.80748: variable 'ansible_pipelining' from source: unknown 6626 1726776585.80751: variable 'ansible_timeout' from source: unknown 6626 1726776585.80754: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776585.80865: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776585.80890: variable 'omit' from source: magic vars 6626 1726776585.80893: starting attempt loop 6626 1726776585.80895: running the handler 6626 1726776585.80898: _low_level_execute_command(): starting 6626 1726776585.80900: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776585.81399: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776585.81405: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.81412: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776585.81415: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.81466: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776585.81469: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776585.81473: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776585.81533: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776585.83273: stdout chunk (state=3): >>>/root <<< 6626 1726776585.83391: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776585.83395: stdout chunk (state=3): >>><<< 6626 1726776585.83397: stderr chunk (state=3): >>><<< 6626 1726776585.83495: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776585.83499: _low_level_execute_command(): starting 6626 1726776585.83502: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776585.8342674-7609-135660676833479 `" && echo ansible-tmp-1726776585.8342674-7609-135660676833479="` echo /root/.ansible/tmp/ansible-tmp-1726776585.8342674-7609-135660676833479 `" ) && sleep 0' 6626 1726776585.84083: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776585.84108: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.84155: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.84179: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776585.84195: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776585.84251: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776585.86228: stdout chunk (state=3): >>>ansible-tmp-1726776585.8342674-7609-135660676833479=/root/.ansible/tmp/ansible-tmp-1726776585.8342674-7609-135660676833479 <<< 6626 1726776585.86392: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776585.86396: stdout chunk (state=3): >>><<< 6626 1726776585.86398: stderr chunk (state=3): >>><<< 6626 1726776585.86594: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776585.8342674-7609-135660676833479=/root/.ansible/tmp/ansible-tmp-1726776585.8342674-7609-135660676833479 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776585.86598: variable 'ansible_module_compression' from source: unknown 6626 1726776585.86600: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6626 1726776585.86605: variable 'ansible_facts' from source: unknown 6626 1726776585.86653: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776585.8342674-7609-135660676833479/AnsiballZ_command.py 6626 1726776585.86781: Sending initial data 6626 1726776585.86784: Sent initial data (154 bytes) 6626 1726776585.87253: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776585.87256: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.87261: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776585.87263: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.87315: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776585.87319: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776585.87325: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776585.87382: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776585.89026: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 6626 1726776585.89030: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776585.89073: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776585.89120: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp420rxs5e /root/.ansible/tmp/ansible-tmp-1726776585.8342674-7609-135660676833479/AnsiballZ_command.py <<< 6626 1726776585.89122: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776585.8342674-7609-135660676833479/AnsiballZ_command.py" <<< 6626 1726776585.89161: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp420rxs5e" to remote "/root/.ansible/tmp/ansible-tmp-1726776585.8342674-7609-135660676833479/AnsiballZ_command.py" <<< 6626 1726776585.89168: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776585.8342674-7609-135660676833479/AnsiballZ_command.py" <<< 6626 1726776585.89719: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776585.89767: stderr chunk (state=3): >>><<< 6626 1726776585.89770: stdout chunk (state=3): >>><<< 6626 1726776585.89817: done transferring module to remote 6626 1726776585.89825: _low_level_execute_command(): starting 6626 1726776585.89833: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776585.8342674-7609-135660676833479/ /root/.ansible/tmp/ansible-tmp-1726776585.8342674-7609-135660676833479/AnsiballZ_command.py && sleep 0' 6626 1726776585.90291: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776585.90295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776585.90297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.90299: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776585.90309: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.90347: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776585.90351: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776585.90357: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776585.90407: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776585.92257: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776585.92282: stderr chunk (state=3): >>><<< 6626 1726776585.92285: stdout chunk (state=3): >>><<< 6626 1726776585.92302: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776585.92307: _low_level_execute_command(): starting 6626 1726776585.92315: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776585.8342674-7609-135660676833479/AnsiballZ_command.py && sleep 0' 6626 1726776585.92771: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776585.92805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776585.92808: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.92810: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776585.92813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776585.92864: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776585.92871: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776585.92874: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776585.92924: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776586.08695: stdout chunk (state=3): >>> {"changed": true, "stdout": "#\n# Ansible managed\n#\n# system_role:kernel_settings\n\n[main]\nsummary = kernel settings", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/tuned/profiles/kernel_settings/tuned.conf"], "start": "2024-09-19 16:09:46.079594", "end": "2024-09-19 16:09:46.082680", "delta": "0:00:00.003086", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/tuned/profiles/kernel_settings/tuned.conf", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6626 1726776586.10236: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776586.10243: stderr chunk (state=3): >>><<< 6626 1726776586.10246: stdout chunk (state=3): >>><<< 6626 1726776586.10269: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "#\n# Ansible managed\n#\n# system_role:kernel_settings\n\n[main]\nsummary = kernel settings", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/tuned/profiles/kernel_settings/tuned.conf"], "start": "2024-09-19 16:09:46.079594", "end": "2024-09-19 16:09:46.082680", "delta": "0:00:00.003086", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/tuned/profiles/kernel_settings/tuned.conf", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776586.10323: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /etc/tuned/profiles/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776585.8342674-7609-135660676833479/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776586.10329: _low_level_execute_command(): starting 6626 1726776586.10332: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776585.8342674-7609-135660676833479/ > /dev/null 2>&1 && sleep 0' 6626 1726776586.11829: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776586.11841: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776586.13894: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776586.13899: stdout chunk (state=3): >>><<< 6626 1726776586.13901: stderr chunk (state=3): >>><<< 6626 1726776586.13904: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776586.13906: handler run complete 6626 1726776586.13908: Evaluated conditional (False): False 6626 1726776586.13910: attempt loop complete, returning result 6626 1726776586.13912: _execute() done 6626 1726776586.13914: dumping result to json 6626 1726776586.13916: done dumping result, returning 6626 1726776586.13918: done running TaskExecutor() for managed_node3/TASK: Show current tuned profile settings [12343ab9-b159-5b96-3694-000000000151] 6626 1726776586.13919: sending task result for task 12343ab9-b159-5b96-3694-000000000151 6626 1726776586.13990: done sending task result for task 12343ab9-b159-5b96-3694-000000000151 6626 1726776586.13993: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/tuned/profiles/kernel_settings/tuned.conf" ], "delta": "0:00:00.003086", "end": "2024-09-19 16:09:46.082680", "rc": 0, "start": "2024-09-19 16:09:46.079594" } STDOUT: # # Ansible managed # # system_role:kernel_settings [main] summary = kernel settings 6626 1726776586.14061: no more pending results, returning what we have 6626 1726776586.14065: results queue empty 6626 1726776586.14066: checking for any_errors_fatal 6626 1726776586.14067: done checking for any_errors_fatal 6626 1726776586.14068: checking for max_fail_percentage 6626 1726776586.14070: done checking for max_fail_percentage 6626 1726776586.14071: checking to see if all hosts have failed and the running result is not ok 6626 1726776586.14072: done checking to see if all hosts have failed 6626 1726776586.14072: getting the remaining hosts for this loop 6626 1726776586.14074: done getting the remaining hosts for this loop 6626 1726776586.14077: getting the next task for host managed_node3 6626 1726776586.14090: done getting next task for host managed_node3 6626 1726776586.14093: ^ task is: TASK: Run role with purge to remove everything 6626 1726776586.14096: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 6626 1726776586.14100: getting variables 6626 1726776586.14103: in VariableManager get_vars() 6626 1726776586.14138: Calling all_inventory to load vars for managed_node3 6626 1726776586.14141: Calling groups_inventory to load vars for managed_node3 6626 1726776586.14143: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776586.14156: Calling all_plugins_play to load vars for managed_node3 6626 1726776586.14159: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776586.14162: Calling groups_plugins_play to load vars for managed_node3 6626 1726776586.14327: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776586.14369: done with get_vars() 6626 1726776586.14378: done getting variables TASK [Run role with purge to remove everything] ******************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:9 Thursday 19 September 2024 16:09:46 -0400 (0:00:00.356) 0:00:26.288 **** 6626 1726776586.14623: entering _queue_task() for managed_node3/include_role 6626 1726776586.14962: worker is 1 (out of 1 available) 6626 1726776586.14974: exiting _queue_task() for managed_node3/include_role 6626 1726776586.14987: done queuing things up, now waiting for results queue to drain 6626 1726776586.14989: waiting for pending results... 6626 1726776586.15318: running TaskExecutor() for managed_node3/TASK: Run role with purge to remove everything 6626 1726776586.15332: in run() - task 12343ab9-b159-5b96-3694-000000000153 6626 1726776586.15344: variable 'ansible_search_path' from source: unknown 6626 1726776586.15354: variable 'ansible_search_path' from source: unknown 6626 1726776586.15383: calling self._execute() 6626 1726776586.15669: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776586.15673: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776586.15675: variable 'omit' from source: magic vars 6626 1726776586.15678: _execute() done 6626 1726776586.15681: dumping result to json 6626 1726776586.15683: done dumping result, returning 6626 1726776586.15685: done running TaskExecutor() for managed_node3/TASK: Run role with purge to remove everything [12343ab9-b159-5b96-3694-000000000153] 6626 1726776586.15694: sending task result for task 12343ab9-b159-5b96-3694-000000000153 6626 1726776586.15924: no more pending results, returning what we have 6626 1726776586.15929: in VariableManager get_vars() 6626 1726776586.16007: Calling all_inventory to load vars for managed_node3 6626 1726776586.16010: Calling groups_inventory to load vars for managed_node3 6626 1726776586.16012: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776586.16021: Calling all_plugins_play to load vars for managed_node3 6626 1726776586.16024: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776586.16026: Calling groups_plugins_play to load vars for managed_node3 6626 1726776586.16073: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776586.16122: done with get_vars() 6626 1726776586.16127: variable 'ansible_search_path' from source: unknown 6626 1726776586.16128: variable 'ansible_search_path' from source: unknown 6626 1726776586.16540: variable 'omit' from source: magic vars 6626 1726776586.16562: variable 'omit' from source: magic vars 6626 1726776586.16571: variable 'omit' from source: magic vars 6626 1726776586.16574: we have included files to process 6626 1726776586.16574: generating all_blocks data 6626 1726776586.16575: done generating all_blocks data 6626 1726776586.16578: processing included file: fedora.linux_system_roles.kernel_settings 6626 1726776586.16602: done sending task result for task 12343ab9-b159-5b96-3694-000000000153 6626 1726776586.16606: WORKER PROCESS EXITING 6626 1726776586.16619: in VariableManager get_vars() 6626 1726776586.16643: done with get_vars() 6626 1726776586.16669: in VariableManager get_vars() 6626 1726776586.16703: done with get_vars() 6626 1726776586.16752: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6626 1726776586.16815: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6626 1726776586.16848: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6626 1726776586.16932: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6626 1726776586.17512: in VariableManager get_vars() 6626 1726776586.17535: done with get_vars() 6626 1726776586.18826: in VariableManager get_vars() 6626 1726776586.18849: done with get_vars() 6626 1726776586.19016: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6626 1726776586.19550: iterating over new_blocks loaded from include file 6626 1726776586.19552: in VariableManager get_vars() 6626 1726776586.19588: done with get_vars() 6626 1726776586.19590: filtering new block on tags 6626 1726776586.19607: done filtering new block on tags 6626 1726776586.19610: in VariableManager get_vars() 6626 1726776586.19622: done with get_vars() 6626 1726776586.19623: filtering new block on tags 6626 1726776586.19635: done filtering new block on tags 6626 1726776586.19637: in VariableManager get_vars() 6626 1726776586.19646: done with get_vars() 6626 1726776586.19647: filtering new block on tags 6626 1726776586.19671: done filtering new block on tags 6626 1726776586.19673: in VariableManager get_vars() 6626 1726776586.19689: done with get_vars() 6626 1726776586.19691: filtering new block on tags 6626 1726776586.19709: done filtering new block on tags 6626 1726776586.19711: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node3 6626 1726776586.19717: extending task lists for all hosts with included blocks 6626 1726776586.19934: done extending task lists 6626 1726776586.19935: done processing included files 6626 1726776586.19935: results queue empty 6626 1726776586.19936: checking for any_errors_fatal 6626 1726776586.19938: done checking for any_errors_fatal 6626 1726776586.19939: checking for max_fail_percentage 6626 1726776586.19940: done checking for max_fail_percentage 6626 1726776586.19940: checking to see if all hosts have failed and the running result is not ok 6626 1726776586.19943: done checking to see if all hosts have failed 6626 1726776586.19946: getting the remaining hosts for this loop 6626 1726776586.19947: done getting the remaining hosts for this loop 6626 1726776586.19950: getting the next task for host managed_node3 6626 1726776586.19954: done getting next task for host managed_node3 6626 1726776586.19957: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6626 1726776586.19960: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, 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? (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), did rescue? False, did start at task? False 6626 1726776586.19970: getting variables 6626 1726776586.19971: in VariableManager get_vars() 6626 1726776586.19984: Calling all_inventory to load vars for managed_node3 6626 1726776586.19988: Calling groups_inventory to load vars for managed_node3 6626 1726776586.19990: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776586.19994: Calling all_plugins_play to load vars for managed_node3 6626 1726776586.19995: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776586.19997: Calling groups_plugins_play to load vars for managed_node3 6626 1726776586.20022: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776586.20066: done with get_vars() 6626 1726776586.20072: done getting variables 6626 1726776586.20109: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 16:09:46 -0400 (0:00:00.055) 0:00:26.344 **** 6626 1726776586.20143: entering _queue_task() for managed_node3/fail 6626 1726776586.20424: worker is 1 (out of 1 available) 6626 1726776586.20436: exiting _queue_task() for managed_node3/fail 6626 1726776586.20450: done queuing things up, now waiting for results queue to drain 6626 1726776586.20451: waiting for pending results... 6626 1726776586.20711: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6626 1726776586.20789: in run() - task 12343ab9-b159-5b96-3694-0000000001f5 6626 1726776586.20800: variable 'ansible_search_path' from source: unknown 6626 1726776586.20807: variable 'ansible_search_path' from source: unknown 6626 1726776586.20891: calling self._execute() 6626 1726776586.20911: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776586.20921: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776586.20935: variable 'omit' from source: magic vars 6626 1726776586.21380: variable 'kernel_settings_sysctl' from source: include params 6626 1726776586.21400: variable '__kernel_settings_state_empty' from source: role '' all vars 6626 1726776586.21417: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6626 1726776586.21762: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776586.23371: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776586.23417: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776586.23444: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776586.23470: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776586.23490: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776586.23550: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776586.23574: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776586.23598: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776586.23626: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776586.23637: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776586.23677: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776586.23695: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776586.23714: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776586.23738: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776586.23748: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776586.23782: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776586.23799: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776586.23890: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776586.23893: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776586.23895: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776586.24178: variable 'kernel_settings_sysctl' from source: include params 6626 1726776586.24218: Evaluated conditional ((kernel_settings_sysctl | selectattr("value", "defined") | selectattr("value", "sameas", true) | list | length > 0) or (kernel_settings_sysctl | selectattr("value", "defined") | selectattr("value", "sameas", false) | list | length > 0)): False 6626 1726776586.24227: when evaluation is False, skipping this task 6626 1726776586.24233: _execute() done 6626 1726776586.24239: dumping result to json 6626 1726776586.24246: done dumping result, returning 6626 1726776586.24256: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [12343ab9-b159-5b96-3694-0000000001f5] 6626 1726776586.24264: sending task result for task 12343ab9-b159-5b96-3694-0000000001f5 6626 1726776586.24492: done sending task result for task 12343ab9-b159-5b96-3694-0000000001f5 6626 1726776586.24495: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } 6626 1726776586.24546: no more pending results, returning what we have 6626 1726776586.24550: results queue empty 6626 1726776586.24551: checking for any_errors_fatal 6626 1726776586.24552: done checking for any_errors_fatal 6626 1726776586.24553: checking for max_fail_percentage 6626 1726776586.24555: done checking for max_fail_percentage 6626 1726776586.24556: checking to see if all hosts have failed and the running result is not ok 6626 1726776586.24558: done checking to see if all hosts have failed 6626 1726776586.24558: getting the remaining hosts for this loop 6626 1726776586.24563: done getting the remaining hosts for this loop 6626 1726776586.24567: getting the next task for host managed_node3 6626 1726776586.24576: done getting next task for host managed_node3 6626 1726776586.24580: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6626 1726776586.24584: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, 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? (HOST STATE: block=0, task=2, 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), did rescue? False, did start at task? False 6626 1726776586.24611: getting variables 6626 1726776586.24613: in VariableManager get_vars() 6626 1726776586.24653: Calling all_inventory to load vars for managed_node3 6626 1726776586.24656: Calling groups_inventory to load vars for managed_node3 6626 1726776586.24659: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776586.24670: Calling all_plugins_play to load vars for managed_node3 6626 1726776586.24674: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776586.24677: Calling groups_plugins_play to load vars for managed_node3 6626 1726776586.24888: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776586.24923: done with get_vars() 6626 1726776586.24937: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 16:09:46 -0400 (0:00:00.048) 0:00:26.392 **** 6626 1726776586.25023: entering _queue_task() for managed_node3/include_tasks 6626 1726776586.25225: worker is 1 (out of 1 available) 6626 1726776586.25238: exiting _queue_task() for managed_node3/include_tasks 6626 1726776586.25251: done queuing things up, now waiting for results queue to drain 6626 1726776586.25253: waiting for pending results... 6626 1726776586.25419: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6626 1726776586.25482: in run() - task 12343ab9-b159-5b96-3694-0000000001f6 6626 1726776586.25497: variable 'ansible_search_path' from source: unknown 6626 1726776586.25503: variable 'ansible_search_path' from source: unknown 6626 1726776586.25531: calling self._execute() 6626 1726776586.25584: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776586.25594: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776586.25599: variable 'omit' from source: magic vars 6626 1726776586.25676: _execute() done 6626 1726776586.25680: dumping result to json 6626 1726776586.25682: done dumping result, returning 6626 1726776586.25691: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [12343ab9-b159-5b96-3694-0000000001f6] 6626 1726776586.25696: sending task result for task 12343ab9-b159-5b96-3694-0000000001f6 6626 1726776586.25782: done sending task result for task 12343ab9-b159-5b96-3694-0000000001f6 6626 1726776586.25784: WORKER PROCESS EXITING 6626 1726776586.25842: no more pending results, returning what we have 6626 1726776586.25847: in VariableManager get_vars() 6626 1726776586.25879: Calling all_inventory to load vars for managed_node3 6626 1726776586.25882: Calling groups_inventory to load vars for managed_node3 6626 1726776586.25884: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776586.25893: Calling all_plugins_play to load vars for managed_node3 6626 1726776586.25897: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776586.25900: Calling groups_plugins_play to load vars for managed_node3 6626 1726776586.25940: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776586.25966: done with get_vars() 6626 1726776586.25970: variable 'ansible_search_path' from source: unknown 6626 1726776586.25971: variable 'ansible_search_path' from source: unknown 6626 1726776586.25993: we have included files to process 6626 1726776586.25994: generating all_blocks data 6626 1726776586.25995: done generating all_blocks data 6626 1726776586.25999: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6626 1726776586.26000: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6626 1726776586.26003: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6626 1726776586.26480: done processing included file 6626 1726776586.26482: iterating over new_blocks loaded from include file 6626 1726776586.26483: in VariableManager get_vars() 6626 1726776586.26499: done with get_vars() 6626 1726776586.26502: filtering new block on tags 6626 1726776586.26512: done filtering new block on tags 6626 1726776586.26514: in VariableManager get_vars() 6626 1726776586.26527: done with get_vars() 6626 1726776586.26528: filtering new block on tags 6626 1726776586.26538: done filtering new block on tags 6626 1726776586.26540: in VariableManager get_vars() 6626 1726776586.26552: done with get_vars() 6626 1726776586.26554: filtering new block on tags 6626 1726776586.26565: done filtering new block on tags 6626 1726776586.26566: in VariableManager get_vars() 6626 1726776586.26581: done with get_vars() 6626 1726776586.26582: filtering new block on tags 6626 1726776586.26592: done filtering new block on tags 6626 1726776586.26593: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node3 6626 1726776586.26597: extending task lists for all hosts with included blocks 6626 1726776586.26722: done extending task lists 6626 1726776586.26723: done processing included files 6626 1726776586.26724: results queue empty 6626 1726776586.26724: checking for any_errors_fatal 6626 1726776586.26726: done checking for any_errors_fatal 6626 1726776586.26727: checking for max_fail_percentage 6626 1726776586.26728: done checking for max_fail_percentage 6626 1726776586.26728: checking to see if all hosts have failed and the running result is not ok 6626 1726776586.26729: done checking to see if all hosts have failed 6626 1726776586.26729: getting the remaining hosts for this loop 6626 1726776586.26730: done getting the remaining hosts for this loop 6626 1726776586.26731: getting the next task for host managed_node3 6626 1726776586.26734: done getting next task for host managed_node3 6626 1726776586.26736: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6626 1726776586.26738: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, 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? (HOST STATE: block=0, task=3, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6626 1726776586.26744: getting variables 6626 1726776586.26744: in VariableManager get_vars() 6626 1726776586.26753: Calling all_inventory to load vars for managed_node3 6626 1726776586.26754: Calling groups_inventory to load vars for managed_node3 6626 1726776586.26756: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776586.26759: Calling all_plugins_play to load vars for managed_node3 6626 1726776586.26760: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776586.26761: Calling groups_plugins_play to load vars for managed_node3 6626 1726776586.26782: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776586.26811: done with get_vars() 6626 1726776586.26816: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 16:09:46 -0400 (0:00:00.018) 0:00:26.411 **** 6626 1726776586.26861: entering _queue_task() for managed_node3/setup 6626 1726776586.27061: worker is 1 (out of 1 available) 6626 1726776586.27075: exiting _queue_task() for managed_node3/setup 6626 1726776586.27089: done queuing things up, now waiting for results queue to drain 6626 1726776586.27091: waiting for pending results... 6626 1726776586.27244: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6626 1726776586.27313: in run() - task 12343ab9-b159-5b96-3694-000000000271 6626 1726776586.27324: variable 'ansible_search_path' from source: unknown 6626 1726776586.27327: variable 'ansible_search_path' from source: unknown 6626 1726776586.27356: calling self._execute() 6626 1726776586.27405: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776586.27409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776586.27417: variable 'omit' from source: magic vars 6626 1726776586.27928: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776586.29343: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776586.29389: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776586.29434: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776586.29461: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776586.29481: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776586.29548: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776586.29569: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776586.29588: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776586.29622: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776586.29633: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776586.29670: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776586.29695: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776586.29713: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776586.29738: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776586.29749: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776586.29873: variable '__kernel_settings_required_facts' from source: role '' all vars 6626 1726776586.29882: variable 'ansible_facts' from source: unknown 6626 1726776586.29916: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 6626 1726776586.29920: when evaluation is False, skipping this task 6626 1726776586.29923: _execute() done 6626 1726776586.29926: dumping result to json 6626 1726776586.29928: done dumping result, returning 6626 1726776586.29940: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [12343ab9-b159-5b96-3694-000000000271] 6626 1726776586.29943: sending task result for task 12343ab9-b159-5b96-3694-000000000271 6626 1726776586.30018: done sending task result for task 12343ab9-b159-5b96-3694-000000000271 6626 1726776586.30021: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 6626 1726776586.30090: no more pending results, returning what we have 6626 1726776586.30093: results queue empty 6626 1726776586.30094: checking for any_errors_fatal 6626 1726776586.30096: done checking for any_errors_fatal 6626 1726776586.30096: checking for max_fail_percentage 6626 1726776586.30098: done checking for max_fail_percentage 6626 1726776586.30099: checking to see if all hosts have failed and the running result is not ok 6626 1726776586.30100: done checking to see if all hosts have failed 6626 1726776586.30100: getting the remaining hosts for this loop 6626 1726776586.30102: done getting the remaining hosts for this loop 6626 1726776586.30106: getting the next task for host managed_node3 6626 1726776586.30117: done getting next task for host managed_node3 6626 1726776586.30120: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6626 1726776586.30125: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, 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? (HOST STATE: block=0, task=4, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6626 1726776586.30139: getting variables 6626 1726776586.30141: in VariableManager get_vars() 6626 1726776586.30177: Calling all_inventory to load vars for managed_node3 6626 1726776586.30179: Calling groups_inventory to load vars for managed_node3 6626 1726776586.30181: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776586.30197: Calling all_plugins_play to load vars for managed_node3 6626 1726776586.30199: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776586.30202: Calling groups_plugins_play to load vars for managed_node3 6626 1726776586.30245: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776586.30279: done with get_vars() 6626 1726776586.30287: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 16:09:46 -0400 (0:00:00.034) 0:00:26.446 **** 6626 1726776586.30363: entering _queue_task() for managed_node3/stat 6626 1726776586.30568: worker is 1 (out of 1 available) 6626 1726776586.30582: exiting _queue_task() for managed_node3/stat 6626 1726776586.30596: done queuing things up, now waiting for results queue to drain 6626 1726776586.30598: waiting for pending results... 6626 1726776586.30766: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6626 1726776586.30841: in run() - task 12343ab9-b159-5b96-3694-000000000273 6626 1726776586.30854: variable 'ansible_search_path' from source: unknown 6626 1726776586.30858: variable 'ansible_search_path' from source: unknown 6626 1726776586.30884: calling self._execute() 6626 1726776586.31124: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776586.31128: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776586.31137: variable 'omit' from source: magic vars 6626 1726776586.31464: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776586.31637: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776586.31666: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776586.31692: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776586.31720: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776586.31781: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 6626 1726776586.31829: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 6626 1726776586.31833: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776586.31838: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 6626 1726776586.31921: variable '__kernel_settings_is_ostree' from source: set_fact 6626 1726776586.31936: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6626 1726776586.31939: when evaluation is False, skipping this task 6626 1726776586.31942: _execute() done 6626 1726776586.31944: dumping result to json 6626 1726776586.31947: done dumping result, returning 6626 1726776586.31949: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [12343ab9-b159-5b96-3694-000000000273] 6626 1726776586.31951: sending task result for task 12343ab9-b159-5b96-3694-000000000273 6626 1726776586.32034: done sending task result for task 12343ab9-b159-5b96-3694-000000000273 6626 1726776586.32038: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6626 1726776586.32283: no more pending results, returning what we have 6626 1726776586.32287: results queue empty 6626 1726776586.32288: checking for any_errors_fatal 6626 1726776586.32290: done checking for any_errors_fatal 6626 1726776586.32291: checking for max_fail_percentage 6626 1726776586.32292: done checking for max_fail_percentage 6626 1726776586.32292: checking to see if all hosts have failed and the running result is not ok 6626 1726776586.32293: done checking to see if all hosts have failed 6626 1726776586.32294: getting the remaining hosts for this loop 6626 1726776586.32294: done getting the remaining hosts for this loop 6626 1726776586.32297: getting the next task for host managed_node3 6626 1726776586.32302: done getting next task for host managed_node3 6626 1726776586.32304: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6626 1726776586.32307: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=2, 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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6626 1726776586.32316: getting variables 6626 1726776586.32317: in VariableManager get_vars() 6626 1726776586.32337: Calling all_inventory to load vars for managed_node3 6626 1726776586.32338: Calling groups_inventory to load vars for managed_node3 6626 1726776586.32340: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776586.32346: Calling all_plugins_play to load vars for managed_node3 6626 1726776586.32347: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776586.32349: Calling groups_plugins_play to load vars for managed_node3 6626 1726776586.32389: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776586.32420: done with get_vars() 6626 1726776586.32425: done getting variables 6626 1726776586.32464: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 16:09:46 -0400 (0:00:00.021) 0:00:26.467 **** 6626 1726776586.32491: entering _queue_task() for managed_node3/set_fact 6626 1726776586.32699: worker is 1 (out of 1 available) 6626 1726776586.32711: exiting _queue_task() for managed_node3/set_fact 6626 1726776586.32725: done queuing things up, now waiting for results queue to drain 6626 1726776586.32727: waiting for pending results... 6626 1726776586.32892: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6626 1726776586.32978: in run() - task 12343ab9-b159-5b96-3694-000000000274 6626 1726776586.32991: variable 'ansible_search_path' from source: unknown 6626 1726776586.32995: variable 'ansible_search_path' from source: unknown 6626 1726776586.33026: calling self._execute() 6626 1726776586.33080: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776586.33087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776586.33096: variable 'omit' from source: magic vars 6626 1726776586.33465: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776586.33659: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776586.33692: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776586.33723: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776586.33748: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776586.33819: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 6626 1726776586.33841: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 6626 1726776586.33858: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776586.33876: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 6626 1726776586.33972: variable '__kernel_settings_is_ostree' from source: set_fact 6626 1726776586.33981: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6626 1726776586.33984: when evaluation is False, skipping this task 6626 1726776586.33989: _execute() done 6626 1726776586.33991: dumping result to json 6626 1726776586.33994: done dumping result, returning 6626 1726776586.34003: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [12343ab9-b159-5b96-3694-000000000274] 6626 1726776586.34010: sending task result for task 12343ab9-b159-5b96-3694-000000000274 6626 1726776586.34102: done sending task result for task 12343ab9-b159-5b96-3694-000000000274 6626 1726776586.34105: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6626 1726776586.34156: no more pending results, returning what we have 6626 1726776586.34160: results queue empty 6626 1726776586.34160: checking for any_errors_fatal 6626 1726776586.34165: done checking for any_errors_fatal 6626 1726776586.34166: checking for max_fail_percentage 6626 1726776586.34167: done checking for max_fail_percentage 6626 1726776586.34168: checking to see if all hosts have failed and the running result is not ok 6626 1726776586.34169: done checking to see if all hosts have failed 6626 1726776586.34170: getting the remaining hosts for this loop 6626 1726776586.34172: done getting the remaining hosts for this loop 6626 1726776586.34175: getting the next task for host managed_node3 6626 1726776586.34189: done getting next task for host managed_node3 6626 1726776586.34193: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6626 1726776586.34198: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, 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? (HOST STATE: block=0, task=5, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6626 1726776586.34215: getting variables 6626 1726776586.34217: in VariableManager get_vars() 6626 1726776586.34250: Calling all_inventory to load vars for managed_node3 6626 1726776586.34252: Calling groups_inventory to load vars for managed_node3 6626 1726776586.34254: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776586.34263: Calling all_plugins_play to load vars for managed_node3 6626 1726776586.34265: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776586.34267: Calling groups_plugins_play to load vars for managed_node3 6626 1726776586.34319: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776586.34353: done with get_vars() 6626 1726776586.34359: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 16:09:46 -0400 (0:00:00.019) 0:00:26.486 **** 6626 1726776586.34436: entering _queue_task() for managed_node3/stat 6626 1726776586.34639: worker is 1 (out of 1 available) 6626 1726776586.34652: exiting _queue_task() for managed_node3/stat 6626 1726776586.34663: done queuing things up, now waiting for results queue to drain 6626 1726776586.34665: waiting for pending results... 6626 1726776586.34831: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6626 1726776586.34911: in run() - task 12343ab9-b159-5b96-3694-000000000276 6626 1726776586.34922: variable 'ansible_search_path' from source: unknown 6626 1726776586.34926: variable 'ansible_search_path' from source: unknown 6626 1726776586.34951: calling self._execute() 6626 1726776586.35010: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776586.35015: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776586.35024: variable 'omit' from source: magic vars 6626 1726776586.35356: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776586.35531: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776586.35567: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776586.35595: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776586.35659: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776586.35723: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 6626 1726776586.35740: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 6626 1726776586.35760: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776586.35780: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 6626 1726776586.35903: variable '__kernel_settings_is_transactional' from source: set_fact 6626 1726776586.35906: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6626 1726776586.35909: when evaluation is False, skipping this task 6626 1726776586.35912: _execute() done 6626 1726776586.35915: dumping result to json 6626 1726776586.35917: done dumping result, returning 6626 1726776586.35919: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [12343ab9-b159-5b96-3694-000000000276] 6626 1726776586.35921: sending task result for task 12343ab9-b159-5b96-3694-000000000276 6626 1726776586.36002: done sending task result for task 12343ab9-b159-5b96-3694-000000000276 6626 1726776586.36006: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6626 1726776586.36055: no more pending results, returning what we have 6626 1726776586.36058: results queue empty 6626 1726776586.36059: checking for any_errors_fatal 6626 1726776586.36066: done checking for any_errors_fatal 6626 1726776586.36067: checking for max_fail_percentage 6626 1726776586.36069: done checking for max_fail_percentage 6626 1726776586.36070: checking to see if all hosts have failed and the running result is not ok 6626 1726776586.36071: done checking to see if all hosts have failed 6626 1726776586.36072: getting the remaining hosts for this loop 6626 1726776586.36074: done getting the remaining hosts for this loop 6626 1726776586.36077: getting the next task for host managed_node3 6626 1726776586.36087: done getting next task for host managed_node3 6626 1726776586.36091: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6626 1726776586.36095: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, 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? (HOST STATE: block=0, task=5, 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? (HOST STATE: block=0, task=2, 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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6626 1726776586.36109: getting variables 6626 1726776586.36110: in VariableManager get_vars() 6626 1726776586.36142: Calling all_inventory to load vars for managed_node3 6626 1726776586.36144: Calling groups_inventory to load vars for managed_node3 6626 1726776586.36146: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776586.36155: Calling all_plugins_play to load vars for managed_node3 6626 1726776586.36157: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776586.36159: Calling groups_plugins_play to load vars for managed_node3 6626 1726776586.36208: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776586.36242: done with get_vars() 6626 1726776586.36248: done getting variables 6626 1726776586.36289: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 16:09:46 -0400 (0:00:00.018) 0:00:26.505 **** 6626 1726776586.36319: entering _queue_task() for managed_node3/set_fact 6626 1726776586.36515: worker is 1 (out of 1 available) 6626 1726776586.36526: exiting _queue_task() for managed_node3/set_fact 6626 1726776586.36538: done queuing things up, now waiting for results queue to drain 6626 1726776586.36540: waiting for pending results... 6626 1726776586.36713: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6626 1726776586.36795: in run() - task 12343ab9-b159-5b96-3694-000000000277 6626 1726776586.36810: variable 'ansible_search_path' from source: unknown 6626 1726776586.36813: variable 'ansible_search_path' from source: unknown 6626 1726776586.36847: calling self._execute() 6626 1726776586.36898: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776586.36906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776586.36914: variable 'omit' from source: magic vars 6626 1726776586.37258: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776586.37591: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776586.37595: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776586.37616: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776586.37653: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776586.37744: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 6626 1726776586.37777: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 6626 1726776586.37812: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776586.37843: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 6626 1726776586.37970: variable '__kernel_settings_is_transactional' from source: set_fact 6626 1726776586.37987: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6626 1726776586.37999: when evaluation is False, skipping this task 6626 1726776586.38193: _execute() done 6626 1726776586.38197: dumping result to json 6626 1726776586.38200: done dumping result, returning 6626 1726776586.38205: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [12343ab9-b159-5b96-3694-000000000277] 6626 1726776586.38207: sending task result for task 12343ab9-b159-5b96-3694-000000000277 6626 1726776586.38283: done sending task result for task 12343ab9-b159-5b96-3694-000000000277 6626 1726776586.38289: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6626 1726776586.38342: no more pending results, returning what we have 6626 1726776586.38346: results queue empty 6626 1726776586.38347: checking for any_errors_fatal 6626 1726776586.38352: done checking for any_errors_fatal 6626 1726776586.38353: checking for max_fail_percentage 6626 1726776586.38355: done checking for max_fail_percentage 6626 1726776586.38356: checking to see if all hosts have failed and the running result is not ok 6626 1726776586.38358: done checking to see if all hosts have failed 6626 1726776586.38358: getting the remaining hosts for this loop 6626 1726776586.38360: done getting the remaining hosts for this loop 6626 1726776586.38364: getting the next task for host managed_node3 6626 1726776586.38376: done getting next task for host managed_node3 6626 1726776586.38380: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6626 1726776586.38385: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, 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? (HOST STATE: block=0, task=6, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? False, did start at task? False 6626 1726776586.38406: getting variables 6626 1726776586.38408: in VariableManager get_vars() 6626 1726776586.38450: Calling all_inventory to load vars for managed_node3 6626 1726776586.38454: Calling groups_inventory to load vars for managed_node3 6626 1726776586.38456: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776586.38468: Calling all_plugins_play to load vars for managed_node3 6626 1726776586.38472: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776586.38475: Calling groups_plugins_play to load vars for managed_node3 6626 1726776586.38691: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776586.38740: done with get_vars() 6626 1726776586.38749: done getting variables 6626 1726776586.38792: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 16:09:46 -0400 (0:00:00.024) 0:00:26.530 **** 6626 1726776586.38821: entering _queue_task() for managed_node3/include_vars 6626 1726776586.39056: worker is 1 (out of 1 available) 6626 1726776586.39070: exiting _queue_task() for managed_node3/include_vars 6626 1726776586.39081: done queuing things up, now waiting for results queue to drain 6626 1726776586.39082: waiting for pending results... 6626 1726776586.39250: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6626 1726776586.39339: in run() - task 12343ab9-b159-5b96-3694-000000000279 6626 1726776586.39351: variable 'ansible_search_path' from source: unknown 6626 1726776586.39355: variable 'ansible_search_path' from source: unknown 6626 1726776586.39382: calling self._execute() 6626 1726776586.39439: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776586.39443: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776586.39452: variable 'omit' from source: magic vars 6626 1726776586.39532: variable 'omit' from source: magic vars 6626 1726776586.39572: variable 'omit' from source: magic vars 6626 1726776586.39895: variable 'ffparams' from source: task vars 6626 1726776586.39991: variable 'ansible_facts' from source: unknown 6626 1726776586.40081: variable 'ansible_facts' from source: unknown 6626 1726776586.40142: variable 'ansible_facts' from source: unknown 6626 1726776586.40206: variable 'ansible_facts' from source: unknown 6626 1726776586.40252: variable 'role_path' from source: magic vars 6626 1726776586.40442: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6626 1726776586.40610: Loaded config def from plugin (lookup/first_found) 6626 1726776586.40613: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6626 1726776586.40659: variable 'ansible_search_path' from source: unknown 6626 1726776586.40663: variable 'ansible_search_path' from source: unknown 6626 1726776586.40666: variable 'ansible_search_path' from source: unknown 6626 1726776586.40674: variable 'ansible_search_path' from source: unknown 6626 1726776586.40680: variable 'ansible_search_path' from source: unknown 6626 1726776586.40712: variable 'omit' from source: magic vars 6626 1726776586.40733: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776586.40776: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776586.40779: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776586.40941: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776586.40945: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776586.40947: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776586.40950: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776586.40954: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776586.40957: Set connection var ansible_shell_type to sh 6626 1726776586.40960: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776586.40962: Set connection var ansible_timeout to 10 6626 1726776586.40964: Set connection var ansible_pipelining to False 6626 1726776586.40966: Set connection var ansible_shell_executable to /bin/sh 6626 1726776586.40967: Set connection var ansible_connection to ssh 6626 1726776586.41136: variable 'ansible_shell_executable' from source: unknown 6626 1726776586.41145: variable 'ansible_connection' from source: unknown 6626 1726776586.41152: variable 'ansible_module_compression' from source: unknown 6626 1726776586.41159: variable 'ansible_shell_type' from source: unknown 6626 1726776586.41166: variable 'ansible_shell_executable' from source: unknown 6626 1726776586.41172: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776586.41180: variable 'ansible_pipelining' from source: unknown 6626 1726776586.41189: variable 'ansible_timeout' from source: unknown 6626 1726776586.41197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776586.41592: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776586.41596: variable 'omit' from source: magic vars 6626 1726776586.41599: starting attempt loop 6626 1726776586.41604: running the handler 6626 1726776586.41606: handler run complete 6626 1726776586.41609: attempt loop complete, returning result 6626 1726776586.41611: _execute() done 6626 1726776586.41613: dumping result to json 6626 1726776586.41614: done dumping result, returning 6626 1726776586.41616: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [12343ab9-b159-5b96-3694-000000000279] 6626 1726776586.41618: sending task result for task 12343ab9-b159-5b96-3694-000000000279 6626 1726776586.41703: done sending task result for task 12343ab9-b159-5b96-3694-000000000279 6626 1726776586.41707: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 6626 1726776586.41810: no more pending results, returning what we have 6626 1726776586.41814: results queue empty 6626 1726776586.41815: checking for any_errors_fatal 6626 1726776586.41840: done checking for any_errors_fatal 6626 1726776586.41842: checking for max_fail_percentage 6626 1726776586.41844: done checking for max_fail_percentage 6626 1726776586.41845: checking to see if all hosts have failed and the running result is not ok 6626 1726776586.41846: done checking to see if all hosts have failed 6626 1726776586.41847: getting the remaining hosts for this loop 6626 1726776586.41848: done getting the remaining hosts for this loop 6626 1726776586.41851: getting the next task for host managed_node3 6626 1726776586.41863: done getting next task for host managed_node3 6626 1726776586.41867: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6626 1726776586.41871: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=2, 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? (HOST STATE: block=0, task=7, 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), did rescue? False, did start at task? False 6626 1726776586.41882: getting variables 6626 1726776586.41884: in VariableManager get_vars() 6626 1726776586.42006: Calling all_inventory to load vars for managed_node3 6626 1726776586.42010: Calling groups_inventory to load vars for managed_node3 6626 1726776586.42014: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776586.42033: Calling all_plugins_play to load vars for managed_node3 6626 1726776586.42118: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776586.42122: Calling groups_plugins_play to load vars for managed_node3 6626 1726776586.42258: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776586.42389: done with get_vars() 6626 1726776586.42400: done getting variables 6626 1726776586.42529: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 16:09:46 -0400 (0:00:00.037) 0:00:26.568 **** 6626 1726776586.42572: entering _queue_task() for managed_node3/package 6626 1726776586.42991: worker is 1 (out of 1 available) 6626 1726776586.43008: exiting _queue_task() for managed_node3/package 6626 1726776586.43021: done queuing things up, now waiting for results queue to drain 6626 1726776586.43022: waiting for pending results... 6626 1726776586.43796: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6626 1726776586.44107: in run() - task 12343ab9-b159-5b96-3694-0000000001f7 6626 1726776586.44112: variable 'ansible_search_path' from source: unknown 6626 1726776586.44115: variable 'ansible_search_path' from source: unknown 6626 1726776586.44391: calling self._execute() 6626 1726776586.44631: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776586.44643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776586.44659: variable 'omit' from source: magic vars 6626 1726776586.44977: variable 'omit' from source: magic vars 6626 1726776586.45069: variable 'omit' from source: magic vars 6626 1726776586.45188: variable '__kernel_settings_packages' from source: include_vars 6626 1726776586.45646: variable '__kernel_settings_packages' from source: include_vars 6626 1726776586.46164: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776586.48739: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776586.48816: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776586.48857: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776586.48992: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776586.48996: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776586.49195: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776586.49199: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776586.49208: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776586.49211: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776586.49213: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776586.49240: variable '__kernel_settings_is_ostree' from source: set_fact 6626 1726776586.49246: variable 'omit' from source: magic vars 6626 1726776586.49282: variable 'omit' from source: magic vars 6626 1726776586.49309: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776586.49337: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776586.49355: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776586.49376: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776586.49388: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776586.49549: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776586.49552: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776586.49555: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776586.49558: Set connection var ansible_shell_type to sh 6626 1726776586.49560: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776586.49562: Set connection var ansible_timeout to 10 6626 1726776586.49565: Set connection var ansible_pipelining to False 6626 1726776586.49567: Set connection var ansible_shell_executable to /bin/sh 6626 1726776586.49570: Set connection var ansible_connection to ssh 6626 1726776586.49572: variable 'ansible_shell_executable' from source: unknown 6626 1726776586.49574: variable 'ansible_connection' from source: unknown 6626 1726776586.49576: variable 'ansible_module_compression' from source: unknown 6626 1726776586.49578: variable 'ansible_shell_type' from source: unknown 6626 1726776586.49580: variable 'ansible_shell_executable' from source: unknown 6626 1726776586.49582: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776586.49679: variable 'ansible_pipelining' from source: unknown 6626 1726776586.49682: variable 'ansible_timeout' from source: unknown 6626 1726776586.49685: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776586.49704: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776586.49712: variable 'omit' from source: magic vars 6626 1726776586.49718: starting attempt loop 6626 1726776586.49721: running the handler 6626 1726776586.49727: variable 'ansible_facts' from source: unknown 6626 1726776586.49735: _low_level_execute_command(): starting 6626 1726776586.49741: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776586.50449: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776586.50461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776586.50551: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776586.50576: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776586.50608: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776586.50698: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776586.52395: stdout chunk (state=3): >>>/root <<< 6626 1726776586.52658: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776586.52662: stdout chunk (state=3): >>><<< 6626 1726776586.52664: stderr chunk (state=3): >>><<< 6626 1726776586.52667: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776586.52678: _low_level_execute_command(): starting 6626 1726776586.52681: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490 `" && echo ansible-tmp-1726776586.5256119-7651-248614157129490="` echo /root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490 `" ) && sleep 0' 6626 1726776586.53318: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776586.53351: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776586.53419: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776586.53444: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776586.53531: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776586.55452: stdout chunk (state=3): >>>ansible-tmp-1726776586.5256119-7651-248614157129490=/root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490 <<< 6626 1726776586.55597: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776586.55618: stderr chunk (state=3): >>><<< 6626 1726776586.55627: stdout chunk (state=3): >>><<< 6626 1726776586.55659: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776586.5256119-7651-248614157129490=/root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776586.55718: variable 'ansible_module_compression' from source: unknown 6626 1726776586.55826: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6626 1726776586.55831: variable 'ansible_facts' from source: unknown 6626 1726776586.56073: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/AnsiballZ_setup.py 6626 1726776586.56292: Sending initial data 6626 1726776586.56296: Sent initial data (152 bytes) 6626 1726776586.56764: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776586.56779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776586.56792: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776586.56836: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776586.56854: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776586.56909: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776586.58510: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776586.58577: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776586.58641: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpzyyumsnu /root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/AnsiballZ_setup.py <<< 6626 1726776586.58647: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/AnsiballZ_setup.py" <<< 6626 1726776586.58668: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpzyyumsnu" to remote "/root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/AnsiballZ_setup.py" <<< 6626 1726776586.59946: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776586.59993: stderr chunk (state=3): >>><<< 6626 1726776586.59997: stdout chunk (state=3): >>><<< 6626 1726776586.60017: done transferring module to remote 6626 1726776586.60025: _low_level_execute_command(): starting 6626 1726776586.60030: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/ /root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/AnsiballZ_setup.py && sleep 0' 6626 1726776586.60474: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776586.60483: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776586.60505: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776586.60509: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776586.60571: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776586.60574: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776586.60577: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776586.60627: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776586.62434: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776586.62462: stderr chunk (state=3): >>><<< 6626 1726776586.62466: stdout chunk (state=3): >>><<< 6626 1726776586.62480: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776586.62484: _low_level_execute_command(): starting 6626 1726776586.62489: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/AnsiballZ_setup.py && sleep 0' 6626 1726776586.62957: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776586.62961: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776586.62963: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776586.62965: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776586.62967: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776586.63031: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776586.63033: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776586.63081: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776586.91292: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} <<< 6626 1726776586.93322: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776586.93350: stderr chunk (state=3): >>><<< 6626 1726776586.93354: stdout chunk (state=3): >>><<< 6626 1726776586.93370: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776586.93397: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.setup', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776586.93461: variable 'ansible_module_compression' from source: unknown 6626 1726776586.93496: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 6626 1726776586.93527: variable 'ansible_facts' from source: unknown 6626 1726776586.93606: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/AnsiballZ_dnf.py 6626 1726776586.93700: Sending initial data 6626 1726776586.93703: Sent initial data (150 bytes) 6626 1726776586.94352: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776586.94375: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776586.94460: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776586.96080: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776586.96121: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776586.96171: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpd5hki9ry /root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/AnsiballZ_dnf.py <<< 6626 1726776586.96177: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/AnsiballZ_dnf.py" <<< 6626 1726776586.96218: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpd5hki9ry" to remote "/root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/AnsiballZ_dnf.py" <<< 6626 1726776586.96225: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/AnsiballZ_dnf.py" <<< 6626 1726776586.96911: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776586.96956: stderr chunk (state=3): >>><<< 6626 1726776586.96960: stdout chunk (state=3): >>><<< 6626 1726776586.96989: done transferring module to remote 6626 1726776586.96996: _low_level_execute_command(): starting 6626 1726776586.97000: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/ /root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/AnsiballZ_dnf.py && sleep 0' 6626 1726776586.97471: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776586.97475: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776586.97477: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776586.97480: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776586.97540: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776586.97543: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776586.97594: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776586.99417: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776586.99443: stderr chunk (state=3): >>><<< 6626 1726776586.99446: stdout chunk (state=3): >>><<< 6626 1726776586.99462: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776586.99465: _low_level_execute_command(): starting 6626 1726776586.99472: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/AnsiballZ_dnf.py && sleep 0' 6626 1726776586.99945: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776586.99948: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776586.99951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6626 1726776586.99953: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776586.99955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776586.99995: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776587.00011: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776587.00014: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776587.00075: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776587.41957: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 6626 1726776587.46228: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776587.46232: stdout chunk (state=3): >>><<< 6626 1726776587.46235: stderr chunk (state=3): >>><<< 6626 1726776587.46293: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776587.46311: done with _execute_module (ansible.legacy.dnf, {'name': ['tuned', 'python3-configobj'], 'state': 'present', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.dnf', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776587.46323: _low_level_execute_command(): starting 6626 1726776587.46338: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776586.5256119-7651-248614157129490/ > /dev/null 2>&1 && sleep 0' 6626 1726776587.47012: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776587.47036: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776587.47051: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776587.47068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776587.47085: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776587.47143: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776587.47407: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776587.47424: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776587.47447: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776587.47530: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776587.49518: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776587.49522: stdout chunk (state=3): >>><<< 6626 1726776587.49524: stderr chunk (state=3): >>><<< 6626 1726776587.49797: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776587.49803: handler run complete 6626 1726776587.49806: attempt loop complete, returning result 6626 1726776587.49808: _execute() done 6626 1726776587.49810: dumping result to json 6626 1726776587.49812: done dumping result, returning 6626 1726776587.49814: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [12343ab9-b159-5b96-3694-0000000001f7] 6626 1726776587.49816: sending task result for task 12343ab9-b159-5b96-3694-0000000001f7 6626 1726776587.50294: done sending task result for task 12343ab9-b159-5b96-3694-0000000001f7 6626 1726776587.50298: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 6626 1726776587.50410: no more pending results, returning what we have 6626 1726776587.50414: results queue empty 6626 1726776587.50414: checking for any_errors_fatal 6626 1726776587.50419: done checking for any_errors_fatal 6626 1726776587.50420: checking for max_fail_percentage 6626 1726776587.50421: done checking for max_fail_percentage 6626 1726776587.50422: checking to see if all hosts have failed and the running result is not ok 6626 1726776587.50423: done checking to see if all hosts have failed 6626 1726776587.50424: getting the remaining hosts for this loop 6626 1726776587.50425: done getting the remaining hosts for this loop 6626 1726776587.50433: getting the next task for host managed_node3 6626 1726776587.50441: done getting next task for host managed_node3 6626 1726776587.50449: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6626 1726776587.50452: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=3, 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? (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), did rescue? False, did start at task? False 6626 1726776587.50462: getting variables 6626 1726776587.50464: in VariableManager get_vars() 6626 1726776587.50923: Calling all_inventory to load vars for managed_node3 6626 1726776587.50926: Calling groups_inventory to load vars for managed_node3 6626 1726776587.50928: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776587.50938: Calling all_plugins_play to load vars for managed_node3 6626 1726776587.50941: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776587.50944: Calling groups_plugins_play to load vars for managed_node3 6626 1726776587.51113: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776587.51159: done with get_vars() 6626 1726776587.51168: done getting variables 6626 1726776587.51463: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 16:09:47 -0400 (0:00:01.089) 0:00:27.657 **** 6626 1726776587.51504: entering _queue_task() for managed_node3/debug 6626 1726776587.52373: worker is 1 (out of 1 available) 6626 1726776587.52603: exiting _queue_task() for managed_node3/debug 6626 1726776587.52613: done queuing things up, now waiting for results queue to drain 6626 1726776587.52615: waiting for pending results... 6626 1726776587.52799: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6626 1726776587.53248: in run() - task 12343ab9-b159-5b96-3694-0000000001f9 6626 1726776587.53252: variable 'ansible_search_path' from source: unknown 6626 1726776587.53255: variable 'ansible_search_path' from source: unknown 6626 1726776587.53258: calling self._execute() 6626 1726776587.53417: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776587.53430: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776587.53441: variable 'omit' from source: magic vars 6626 1726776587.54355: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776587.56778: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776587.56848: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776587.56882: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776587.57183: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776587.57189: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776587.57224: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776587.57260: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776587.57293: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776587.57338: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776587.57491: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776587.57494: variable '__kernel_settings_is_transactional' from source: set_fact 6626 1726776587.57497: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6626 1726776587.57500: when evaluation is False, skipping this task 6626 1726776587.57502: _execute() done 6626 1726776587.57504: dumping result to json 6626 1726776587.57516: done dumping result, returning 6626 1726776587.57530: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [12343ab9-b159-5b96-3694-0000000001f9] 6626 1726776587.57540: sending task result for task 12343ab9-b159-5b96-3694-0000000001f9 skipping: [managed_node3] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6626 1726776587.57741: no more pending results, returning what we have 6626 1726776587.57745: results queue empty 6626 1726776587.57746: checking for any_errors_fatal 6626 1726776587.57756: done checking for any_errors_fatal 6626 1726776587.57757: checking for max_fail_percentage 6626 1726776587.57759: done checking for max_fail_percentage 6626 1726776587.57759: checking to see if all hosts have failed and the running result is not ok 6626 1726776587.57760: done checking to see if all hosts have failed 6626 1726776587.57761: getting the remaining hosts for this loop 6626 1726776587.57763: done getting the remaining hosts for this loop 6626 1726776587.57766: getting the next task for host managed_node3 6626 1726776587.57774: done getting next task for host managed_node3 6626 1726776587.57778: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6626 1726776587.57781: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=3, 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? (HOST STATE: block=0, task=2, 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), did rescue? False, did start at task? False 6626 1726776587.57794: done sending task result for task 12343ab9-b159-5b96-3694-0000000001f9 6626 1726776587.57797: WORKER PROCESS EXITING 6626 1726776587.57808: getting variables 6626 1726776587.57810: in VariableManager get_vars() 6626 1726776587.57856: Calling all_inventory to load vars for managed_node3 6626 1726776587.57859: Calling groups_inventory to load vars for managed_node3 6626 1726776587.57861: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776587.57869: Calling all_plugins_play to load vars for managed_node3 6626 1726776587.57871: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776587.57874: Calling groups_plugins_play to load vars for managed_node3 6626 1726776587.57921: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776587.57959: done with get_vars() 6626 1726776587.57966: done getting variables 6626 1726776587.58010: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 16:09:47 -0400 (0:00:00.065) 0:00:27.722 **** 6626 1726776587.58032: entering _queue_task() for managed_node3/reboot 6626 1726776587.58217: worker is 1 (out of 1 available) 6626 1726776587.58230: exiting _queue_task() for managed_node3/reboot 6626 1726776587.58241: done queuing things up, now waiting for results queue to drain 6626 1726776587.58243: waiting for pending results... 6626 1726776587.58398: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6626 1726776587.58464: in run() - task 12343ab9-b159-5b96-3694-0000000001fa 6626 1726776587.58475: variable 'ansible_search_path' from source: unknown 6626 1726776587.58481: variable 'ansible_search_path' from source: unknown 6626 1726776587.58510: calling self._execute() 6626 1726776587.58561: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776587.58566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776587.58576: variable 'omit' from source: magic vars 6626 1726776587.58914: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776587.61493: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776587.61515: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776587.61556: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776587.61597: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776587.61629: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776587.61721: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776587.61758: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776587.61792: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776587.61891: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776587.61895: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776587.61962: variable '__kernel_settings_is_transactional' from source: set_fact 6626 1726776587.61988: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6626 1726776587.61996: when evaluation is False, skipping this task 6626 1726776587.62004: _execute() done 6626 1726776587.62011: dumping result to json 6626 1726776587.62019: done dumping result, returning 6626 1726776587.62032: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [12343ab9-b159-5b96-3694-0000000001fa] 6626 1726776587.62042: sending task result for task 12343ab9-b159-5b96-3694-0000000001fa skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6626 1726776587.62181: no more pending results, returning what we have 6626 1726776587.62184: results queue empty 6626 1726776587.62185: checking for any_errors_fatal 6626 1726776587.62194: done checking for any_errors_fatal 6626 1726776587.62194: checking for max_fail_percentage 6626 1726776587.62196: done checking for max_fail_percentage 6626 1726776587.62197: checking to see if all hosts have failed and the running result is not ok 6626 1726776587.62198: done checking to see if all hosts have failed 6626 1726776587.62198: getting the remaining hosts for this loop 6626 1726776587.62202: done getting the remaining hosts for this loop 6626 1726776587.62206: getting the next task for host managed_node3 6626 1726776587.62214: done getting next task for host managed_node3 6626 1726776587.62217: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6626 1726776587.62221: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=3, 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? (HOST STATE: block=0, task=3, 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), did rescue? False, did start at task? False 6626 1726776587.62237: getting variables 6626 1726776587.62239: in VariableManager get_vars() 6626 1726776587.62274: Calling all_inventory to load vars for managed_node3 6626 1726776587.62277: Calling groups_inventory to load vars for managed_node3 6626 1726776587.62279: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776587.62291: Calling all_plugins_play to load vars for managed_node3 6626 1726776587.62294: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776587.62297: Calling groups_plugins_play to load vars for managed_node3 6626 1726776587.62346: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776587.62424: done with get_vars() 6626 1726776587.62434: done getting variables 6626 1726776587.62464: done sending task result for task 12343ab9-b159-5b96-3694-0000000001fa 6626 1726776587.62467: WORKER PROCESS EXITING 6626 1726776587.62502: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 16:09:47 -0400 (0:00:00.044) 0:00:27.767 **** 6626 1726776587.62534: entering _queue_task() for managed_node3/fail 6626 1726776587.62759: worker is 1 (out of 1 available) 6626 1726776587.62771: exiting _queue_task() for managed_node3/fail 6626 1726776587.62783: done queuing things up, now waiting for results queue to drain 6626 1726776587.62785: waiting for pending results... 6626 1726776587.63041: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6626 1726776587.63160: in run() - task 12343ab9-b159-5b96-3694-0000000001fb 6626 1726776587.63179: variable 'ansible_search_path' from source: unknown 6626 1726776587.63190: variable 'ansible_search_path' from source: unknown 6626 1726776587.63232: calling self._execute() 6626 1726776587.63310: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776587.63326: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776587.63342: variable 'omit' from source: magic vars 6626 1726776587.63819: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776587.66540: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776587.66644: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776587.66685: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776587.66734: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776587.66765: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776587.66857: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776587.66896: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776587.66930: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776587.66975: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776587.66996: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776587.67105: variable '__kernel_settings_is_transactional' from source: set_fact 6626 1726776587.67130: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6626 1726776587.67139: when evaluation is False, skipping this task 6626 1726776587.67147: _execute() done 6626 1726776587.67154: dumping result to json 6626 1726776587.67162: done dumping result, returning 6626 1726776587.67175: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [12343ab9-b159-5b96-3694-0000000001fb] 6626 1726776587.67188: sending task result for task 12343ab9-b159-5b96-3694-0000000001fb skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6626 1726776587.67336: no more pending results, returning what we have 6626 1726776587.67339: results queue empty 6626 1726776587.67340: checking for any_errors_fatal 6626 1726776587.67346: done checking for any_errors_fatal 6626 1726776587.67347: checking for max_fail_percentage 6626 1726776587.67348: done checking for max_fail_percentage 6626 1726776587.67349: checking to see if all hosts have failed and the running result is not ok 6626 1726776587.67350: done checking to see if all hosts have failed 6626 1726776587.67350: getting the remaining hosts for this loop 6626 1726776587.67353: done getting the remaining hosts for this loop 6626 1726776587.67356: getting the next task for host managed_node3 6626 1726776587.67366: done getting next task for host managed_node3 6626 1726776587.67370: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6626 1726776587.67375: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (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), did rescue? False, did start at task? False 6626 1726776587.67390: getting variables 6626 1726776587.67392: in VariableManager get_vars() 6626 1726776587.67426: Calling all_inventory to load vars for managed_node3 6626 1726776587.67429: Calling groups_inventory to load vars for managed_node3 6626 1726776587.67431: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776587.67440: Calling all_plugins_play to load vars for managed_node3 6626 1726776587.67443: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776587.67445: Calling groups_plugins_play to load vars for managed_node3 6626 1726776587.67588: done sending task result for task 12343ab9-b159-5b96-3694-0000000001fb 6626 1726776587.67592: WORKER PROCESS EXITING 6626 1726776587.67599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776587.67650: done with get_vars() 6626 1726776587.67659: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 16:09:47 -0400 (0:00:00.052) 0:00:27.820 **** 6626 1726776587.67744: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6626 1726776587.67978: worker is 1 (out of 1 available) 6626 1726776587.68192: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6626 1726776587.68204: done queuing things up, now waiting for results queue to drain 6626 1726776587.68206: waiting for pending results... 6626 1726776587.68267: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6626 1726776587.68375: in run() - task 12343ab9-b159-5b96-3694-0000000001fd 6626 1726776587.68398: variable 'ansible_search_path' from source: unknown 6626 1726776587.68408: variable 'ansible_search_path' from source: unknown 6626 1726776587.68450: calling self._execute() 6626 1726776587.68527: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776587.68543: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776587.68558: variable 'omit' from source: magic vars 6626 1726776587.68721: variable 'omit' from source: magic vars 6626 1726776587.68774: variable 'omit' from source: magic vars 6626 1726776587.69024: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6626 1726776587.69473: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6626 1726776587.69566: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6626 1726776587.69716: variable 'omit' from source: magic vars 6626 1726776587.69760: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776587.70011: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776587.70042: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776587.70065: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776587.70082: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776587.70132: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776587.70140: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776587.70148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776587.70253: Set connection var ansible_shell_type to sh 6626 1726776587.70266: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776587.70275: Set connection var ansible_timeout to 10 6626 1726776587.70283: Set connection var ansible_pipelining to False 6626 1726776587.70297: Set connection var ansible_shell_executable to /bin/sh 6626 1726776587.70307: Set connection var ansible_connection to ssh 6626 1726776587.70338: variable 'ansible_shell_executable' from source: unknown 6626 1726776587.70345: variable 'ansible_connection' from source: unknown 6626 1726776587.70352: variable 'ansible_module_compression' from source: unknown 6626 1726776587.70357: variable 'ansible_shell_type' from source: unknown 6626 1726776587.70363: variable 'ansible_shell_executable' from source: unknown 6626 1726776587.70368: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776587.70376: variable 'ansible_pipelining' from source: unknown 6626 1726776587.70437: variable 'ansible_timeout' from source: unknown 6626 1726776587.70441: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776587.70580: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6626 1726776587.70598: variable 'omit' from source: magic vars 6626 1726776587.70611: starting attempt loop 6626 1726776587.70618: running the handler 6626 1726776587.70634: _low_level_execute_command(): starting 6626 1726776587.70645: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776587.71358: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776587.71375: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776587.71398: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776587.71426: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776587.71526: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776587.71576: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776587.71639: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776587.73331: stdout chunk (state=3): >>>/root <<< 6626 1726776587.73494: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776587.73497: stdout chunk (state=3): >>><<< 6626 1726776587.73502: stderr chunk (state=3): >>><<< 6626 1726776587.73612: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776587.73615: _low_level_execute_command(): starting 6626 1726776587.73618: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776587.7352393-7725-153010311846075 `" && echo ansible-tmp-1726776587.7352393-7725-153010311846075="` echo /root/.ansible/tmp/ansible-tmp-1726776587.7352393-7725-153010311846075 `" ) && sleep 0' 6626 1726776587.74198: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776587.74215: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776587.74307: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776587.74356: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776587.74372: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776587.74402: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776587.74496: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776587.76395: stdout chunk (state=3): >>>ansible-tmp-1726776587.7352393-7725-153010311846075=/root/.ansible/tmp/ansible-tmp-1726776587.7352393-7725-153010311846075 <<< 6626 1726776587.76499: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776587.76528: stderr chunk (state=3): >>><<< 6626 1726776587.76531: stdout chunk (state=3): >>><<< 6626 1726776587.76548: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776587.7352393-7725-153010311846075=/root/.ansible/tmp/ansible-tmp-1726776587.7352393-7725-153010311846075 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776587.76590: variable 'ansible_module_compression' from source: unknown 6626 1726776587.76626: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6626 1726776587.76655: variable 'ansible_facts' from source: unknown 6626 1726776587.76717: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776587.7352393-7725-153010311846075/AnsiballZ_kernel_settings_get_config.py 6626 1726776587.76870: Sending initial data 6626 1726776587.76873: Sent initial data (173 bytes) 6626 1726776587.77474: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776587.77530: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776587.77538: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776587.77606: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776587.79159: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776587.79200: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776587.79254: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp5yx_9hwc /root/.ansible/tmp/ansible-tmp-1726776587.7352393-7725-153010311846075/AnsiballZ_kernel_settings_get_config.py <<< 6626 1726776587.79257: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776587.7352393-7725-153010311846075/AnsiballZ_kernel_settings_get_config.py" <<< 6626 1726776587.79299: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp5yx_9hwc" to remote "/root/.ansible/tmp/ansible-tmp-1726776587.7352393-7725-153010311846075/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776587.7352393-7725-153010311846075/AnsiballZ_kernel_settings_get_config.py" <<< 6626 1726776587.79835: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776587.79876: stderr chunk (state=3): >>><<< 6626 1726776587.79880: stdout chunk (state=3): >>><<< 6626 1726776587.79923: done transferring module to remote 6626 1726776587.79932: _low_level_execute_command(): starting 6626 1726776587.79937: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776587.7352393-7725-153010311846075/ /root/.ansible/tmp/ansible-tmp-1726776587.7352393-7725-153010311846075/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6626 1726776587.80520: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776587.80525: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776587.80537: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776587.80567: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776587.80617: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776587.82393: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776587.82421: stderr chunk (state=3): >>><<< 6626 1726776587.82424: stdout chunk (state=3): >>><<< 6626 1726776587.82438: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776587.82441: _low_level_execute_command(): starting 6626 1726776587.82446: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776587.7352393-7725-153010311846075/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6626 1726776587.82872: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776587.82876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776587.82891: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776587.82909: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776587.82912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776587.82972: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776587.82975: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776587.82981: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776587.83032: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776587.98819: stdout chunk (state=3): >>> {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} <<< 6626 1726776588.00261: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776588.00268: stderr chunk (state=3): >>><<< 6626 1726776588.00271: stdout chunk (state=3): >>><<< 6626 1726776588.00289: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776588.00317: done with _execute_module (fedora.linux_system_roles.kernel_settings_get_config, {'path': '/etc/tuned/tuned-main.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.kernel_settings_get_config', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776587.7352393-7725-153010311846075/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776588.00323: _low_level_execute_command(): starting 6626 1726776588.00328: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776587.7352393-7725-153010311846075/ > /dev/null 2>&1 && sleep 0' 6626 1726776588.00759: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776588.00763: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776588.00795: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.00799: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776588.00804: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776588.00806: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.00860: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776588.00863: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776588.00872: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.00924: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.02799: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776588.02810: stderr chunk (state=3): >>><<< 6626 1726776588.02813: stdout chunk (state=3): >>><<< 6626 1726776588.02829: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776588.02834: handler run complete 6626 1726776588.02860: attempt loop complete, returning result 6626 1726776588.02863: _execute() done 6626 1726776588.02866: dumping result to json 6626 1726776588.02867: done dumping result, returning 6626 1726776588.02887: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [12343ab9-b159-5b96-3694-0000000001fd] 6626 1726776588.02890: sending task result for task 12343ab9-b159-5b96-3694-0000000001fd 6626 1726776588.02979: done sending task result for task 12343ab9-b159-5b96-3694-0000000001fd 6626 1726776588.02982: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 6626 1726776588.03118: no more pending results, returning what we have 6626 1726776588.03121: results queue empty 6626 1726776588.03122: checking for any_errors_fatal 6626 1726776588.03126: done checking for any_errors_fatal 6626 1726776588.03127: checking for max_fail_percentage 6626 1726776588.03129: done checking for max_fail_percentage 6626 1726776588.03130: checking to see if all hosts have failed and the running result is not ok 6626 1726776588.03130: done checking to see if all hosts have failed 6626 1726776588.03131: getting the remaining hosts for this loop 6626 1726776588.03132: done getting the remaining hosts for this loop 6626 1726776588.03135: getting the next task for host managed_node3 6626 1726776588.03141: done getting next task for host managed_node3 6626 1726776588.03145: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6626 1726776588.03148: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=2, 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), did rescue? False, did start at task? False 6626 1726776588.03157: getting variables 6626 1726776588.03158: in VariableManager get_vars() 6626 1726776588.03191: Calling all_inventory to load vars for managed_node3 6626 1726776588.03194: Calling groups_inventory to load vars for managed_node3 6626 1726776588.03196: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776588.03205: Calling all_plugins_play to load vars for managed_node3 6626 1726776588.03207: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776588.03210: Calling groups_plugins_play to load vars for managed_node3 6626 1726776588.03270: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776588.03315: done with get_vars() 6626 1726776588.03325: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 16:09:48 -0400 (0:00:00.356) 0:00:28.176 **** 6626 1726776588.03421: entering _queue_task() for managed_node3/stat 6626 1726776588.03676: worker is 1 (out of 1 available) 6626 1726776588.03819: exiting _queue_task() for managed_node3/stat 6626 1726776588.03829: done queuing things up, now waiting for results queue to drain 6626 1726776588.03831: waiting for pending results... 6626 1726776588.04046: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6626 1726776588.04102: in run() - task 12343ab9-b159-5b96-3694-0000000001fe 6626 1726776588.04134: variable 'ansible_search_path' from source: unknown 6626 1726776588.04142: variable 'ansible_search_path' from source: unknown 6626 1726776588.04189: variable '__prof_from_conf' from source: task vars 6626 1726776588.04451: variable '__prof_from_conf' from source: task vars 6626 1726776588.04655: variable '__data' from source: task vars 6626 1726776588.04712: variable '__kernel_settings_register_tuned_main' from source: set_fact 6626 1726776588.04847: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6626 1726776588.04854: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6626 1726776588.04899: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6626 1726776588.04919: variable 'omit' from source: magic vars 6626 1726776588.04984: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776588.04993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776588.05001: variable 'omit' from source: magic vars 6626 1726776588.05176: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776588.06992: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776588.06996: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776588.06999: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776588.07020: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776588.07052: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776588.07135: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776588.07205: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776588.07208: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776588.07235: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776588.07251: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776588.07326: variable 'item' from source: unknown 6626 1726776588.07337: Evaluated conditional (item | length > 0): False 6626 1726776588.07340: when evaluation is False, skipping this task 6626 1726776588.07369: variable 'item' from source: unknown 6626 1726776588.07422: variable 'item' from source: unknown skipping: [managed_node3] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 6626 1726776588.07591: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776588.07594: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776588.07596: variable 'omit' from source: magic vars 6626 1726776588.07646: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776588.07662: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776588.07679: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776588.07714: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776588.07722: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776588.07776: variable 'item' from source: unknown 6626 1726776588.07782: Evaluated conditional (item | length > 0): True 6626 1726776588.07788: variable 'omit' from source: magic vars 6626 1726776588.07824: variable 'omit' from source: magic vars 6626 1726776588.07854: variable 'item' from source: unknown 6626 1726776588.07899: variable 'item' from source: unknown 6626 1726776588.07913: variable 'omit' from source: magic vars 6626 1726776588.07940: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776588.07959: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776588.07973: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776588.07987: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776588.07995: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776588.08018: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776588.08021: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776588.08024: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776588.08088: Set connection var ansible_shell_type to sh 6626 1726776588.08095: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776588.08100: Set connection var ansible_timeout to 10 6626 1726776588.08108: Set connection var ansible_pipelining to False 6626 1726776588.08114: Set connection var ansible_shell_executable to /bin/sh 6626 1726776588.08118: Set connection var ansible_connection to ssh 6626 1726776588.08132: variable 'ansible_shell_executable' from source: unknown 6626 1726776588.08135: variable 'ansible_connection' from source: unknown 6626 1726776588.08137: variable 'ansible_module_compression' from source: unknown 6626 1726776588.08141: variable 'ansible_shell_type' from source: unknown 6626 1726776588.08144: variable 'ansible_shell_executable' from source: unknown 6626 1726776588.08146: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776588.08148: variable 'ansible_pipelining' from source: unknown 6626 1726776588.08153: variable 'ansible_timeout' from source: unknown 6626 1726776588.08155: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776588.08252: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6626 1726776588.08273: variable 'omit' from source: magic vars 6626 1726776588.08276: starting attempt loop 6626 1726776588.08279: running the handler 6626 1726776588.08281: _low_level_execute_command(): starting 6626 1726776588.08289: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776588.08782: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776588.08785: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.08791: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776588.08794: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.08845: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776588.08848: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776588.08850: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.08912: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.10602: stdout chunk (state=3): >>>/root <<< 6626 1726776588.10694: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776588.10733: stderr chunk (state=3): >>><<< 6626 1726776588.10739: stdout chunk (state=3): >>><<< 6626 1726776588.10757: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776588.10767: _low_level_execute_command(): starting 6626 1726776588.10773: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776588.1075802-7745-206329873164678 `" && echo ansible-tmp-1726776588.1075802-7745-206329873164678="` echo /root/.ansible/tmp/ansible-tmp-1726776588.1075802-7745-206329873164678 `" ) && sleep 0' 6626 1726776588.11238: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776588.11242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776588.11244: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.11246: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776588.11248: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776588.11251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.11292: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776588.11314: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.11362: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.13319: stdout chunk (state=3): >>>ansible-tmp-1726776588.1075802-7745-206329873164678=/root/.ansible/tmp/ansible-tmp-1726776588.1075802-7745-206329873164678 <<< 6626 1726776588.13426: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776588.13459: stderr chunk (state=3): >>><<< 6626 1726776588.13462: stdout chunk (state=3): >>><<< 6626 1726776588.13478: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776588.1075802-7745-206329873164678=/root/.ansible/tmp/ansible-tmp-1726776588.1075802-7745-206329873164678 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776588.13522: variable 'ansible_module_compression' from source: unknown 6626 1726776588.13565: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6626 1726776588.13592: variable 'ansible_facts' from source: unknown 6626 1726776588.13656: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776588.1075802-7745-206329873164678/AnsiballZ_stat.py 6626 1726776588.13759: Sending initial data 6626 1726776588.13763: Sent initial data (151 bytes) 6626 1726776588.14411: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.14473: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776588.14490: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776588.14514: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.14595: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.16191: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776588.16230: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776588.16276: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp4y2lmk7m /root/.ansible/tmp/ansible-tmp-1726776588.1075802-7745-206329873164678/AnsiballZ_stat.py <<< 6626 1726776588.16284: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776588.1075802-7745-206329873164678/AnsiballZ_stat.py" <<< 6626 1726776588.16327: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp4y2lmk7m" to remote "/root/.ansible/tmp/ansible-tmp-1726776588.1075802-7745-206329873164678/AnsiballZ_stat.py" <<< 6626 1726776588.16330: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776588.1075802-7745-206329873164678/AnsiballZ_stat.py" <<< 6626 1726776588.17163: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776588.17224: stderr chunk (state=3): >>><<< 6626 1726776588.17227: stdout chunk (state=3): >>><<< 6626 1726776588.17309: done transferring module to remote 6626 1726776588.17312: _low_level_execute_command(): starting 6626 1726776588.17315: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776588.1075802-7745-206329873164678/ /root/.ansible/tmp/ansible-tmp-1726776588.1075802-7745-206329873164678/AnsiballZ_stat.py && sleep 0' 6626 1726776588.17929: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776588.17971: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776588.17994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776588.18096: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776588.18113: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776588.18129: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.18223: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.20080: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776588.20105: stdout chunk (state=3): >>><<< 6626 1726776588.20119: stderr chunk (state=3): >>><<< 6626 1726776588.20142: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776588.20193: _low_level_execute_command(): starting 6626 1726776588.20198: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776588.1075802-7745-206329873164678/AnsiballZ_stat.py && sleep 0' 6626 1726776588.20805: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776588.20821: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776588.20842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776588.20862: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776588.20880: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776588.20895: stderr chunk (state=3): >>>debug2: match not found <<< 6626 1726776588.20911: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.20929: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6626 1726776588.20951: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776588.21001: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.21059: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776588.21080: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776588.21098: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.21189: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.37539: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 29, "inode": 348127424, "dev": 51714, "nlink": 3, "atime": 1726776584.7708995, "mtime": 1726776580.0408638, "ctime": 1726776580.0408638, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3830244823", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6626 1726776588.39125: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776588.39150: stderr chunk (state=3): >>><<< 6626 1726776588.39154: stdout chunk (state=3): >>><<< 6626 1726776588.39169: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 29, "inode": 348127424, "dev": 51714, "nlink": 3, "atime": 1726776584.7708995, "mtime": 1726776580.0408638, "ctime": 1726776580.0408638, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3830244823", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776588.39231: done with _execute_module (stat, {'path': '/etc/tuned/profiles', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776588.1075802-7745-206329873164678/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776588.39238: _low_level_execute_command(): starting 6626 1726776588.39246: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776588.1075802-7745-206329873164678/ > /dev/null 2>&1 && sleep 0' 6626 1726776588.39693: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776588.39697: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776588.39700: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776588.39702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776588.39704: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.39757: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776588.39765: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776588.39767: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.39813: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.41649: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776588.41652: stdout chunk (state=3): >>><<< 6626 1726776588.41660: stderr chunk (state=3): >>><<< 6626 1726776588.41671: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776588.41676: handler run complete 6626 1726776588.41715: attempt loop complete, returning result 6626 1726776588.41729: variable 'item' from source: unknown 6626 1726776588.41790: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1726776584.7708995, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776580.0408638, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 348127424, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776580.0408638, "nlink": 3, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 29, "uid": 0, "version": "3830244823", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6626 1726776588.41934: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776588.41941: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776588.41944: variable 'omit' from source: magic vars 6626 1726776588.42020: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776588.42037: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776588.42062: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776588.42084: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776588.42097: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776588.42154: variable 'item' from source: unknown 6626 1726776588.42167: Evaluated conditional (item | length > 0): True 6626 1726776588.42173: variable 'omit' from source: magic vars 6626 1726776588.42178: variable 'omit' from source: magic vars 6626 1726776588.42211: variable 'item' from source: unknown 6626 1726776588.42255: variable 'item' from source: unknown 6626 1726776588.42266: variable 'omit' from source: magic vars 6626 1726776588.42285: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776588.42293: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776588.42299: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776588.42312: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776588.42315: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776588.42318: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776588.42364: Set connection var ansible_shell_type to sh 6626 1726776588.42371: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776588.42376: Set connection var ansible_timeout to 10 6626 1726776588.42388: Set connection var ansible_pipelining to False 6626 1726776588.42391: Set connection var ansible_shell_executable to /bin/sh 6626 1726776588.42393: Set connection var ansible_connection to ssh 6626 1726776588.42409: variable 'ansible_shell_executable' from source: unknown 6626 1726776588.42412: variable 'ansible_connection' from source: unknown 6626 1726776588.42414: variable 'ansible_module_compression' from source: unknown 6626 1726776588.42416: variable 'ansible_shell_type' from source: unknown 6626 1726776588.42419: variable 'ansible_shell_executable' from source: unknown 6626 1726776588.42421: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776588.42423: variable 'ansible_pipelining' from source: unknown 6626 1726776588.42426: variable 'ansible_timeout' from source: unknown 6626 1726776588.42431: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776588.42502: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776588.42512: variable 'omit' from source: magic vars 6626 1726776588.42515: starting attempt loop 6626 1726776588.42517: running the handler 6626 1726776588.42524: _low_level_execute_command(): starting 6626 1726776588.42526: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776588.43046: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776588.43050: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6626 1726776588.43052: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776588.43054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.43133: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.43170: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.44788: stdout chunk (state=3): >>>/root <<< 6626 1726776588.44891: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776588.44920: stderr chunk (state=3): >>><<< 6626 1726776588.44924: stdout chunk (state=3): >>><<< 6626 1726776588.44937: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776588.44946: _low_level_execute_command(): starting 6626 1726776588.44951: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776588.449376-7745-57962158677461 `" && echo ansible-tmp-1726776588.449376-7745-57962158677461="` echo /root/.ansible/tmp/ansible-tmp-1726776588.449376-7745-57962158677461 `" ) && sleep 0' 6626 1726776588.45373: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776588.45376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776588.45382: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.45385: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776588.45389: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.45440: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776588.45447: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776588.45450: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.45492: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.47368: stdout chunk (state=3): >>>ansible-tmp-1726776588.449376-7745-57962158677461=/root/.ansible/tmp/ansible-tmp-1726776588.449376-7745-57962158677461 <<< 6626 1726776588.47468: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776588.47505: stderr chunk (state=3): >>><<< 6626 1726776588.47508: stdout chunk (state=3): >>><<< 6626 1726776588.47525: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776588.449376-7745-57962158677461=/root/.ansible/tmp/ansible-tmp-1726776588.449376-7745-57962158677461 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776588.47559: variable 'ansible_module_compression' from source: unknown 6626 1726776588.47597: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6626 1726776588.47614: variable 'ansible_facts' from source: unknown 6626 1726776588.47661: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776588.449376-7745-57962158677461/AnsiballZ_stat.py 6626 1726776588.47759: Sending initial data 6626 1726776588.47762: Sent initial data (149 bytes) 6626 1726776588.48218: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776588.48221: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776588.48223: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.48225: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 6626 1726776588.48227: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776588.48231: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.48283: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776588.48291: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776588.48294: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.48339: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.49938: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776588.49987: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776588.50029: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp7uk8tfm2 /root/.ansible/tmp/ansible-tmp-1726776588.449376-7745-57962158677461/AnsiballZ_stat.py <<< 6626 1726776588.50036: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776588.449376-7745-57962158677461/AnsiballZ_stat.py" <<< 6626 1726776588.50073: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp7uk8tfm2" to remote "/root/.ansible/tmp/ansible-tmp-1726776588.449376-7745-57962158677461/AnsiballZ_stat.py" <<< 6626 1726776588.50081: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776588.449376-7745-57962158677461/AnsiballZ_stat.py" <<< 6626 1726776588.50627: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776588.50670: stderr chunk (state=3): >>><<< 6626 1726776588.50673: stdout chunk (state=3): >>><<< 6626 1726776588.50718: done transferring module to remote 6626 1726776588.50726: _low_level_execute_command(): starting 6626 1726776588.50731: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776588.449376-7745-57962158677461/ /root/.ansible/tmp/ansible-tmp-1726776588.449376-7745-57962158677461/AnsiballZ_stat.py && sleep 0' 6626 1726776588.51182: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776588.51188: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.51191: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776588.51197: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776588.51202: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.51246: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776588.51253: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776588.51256: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.51297: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.53070: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776588.53105: stderr chunk (state=3): >>><<< 6626 1726776588.53108: stdout chunk (state=3): >>><<< 6626 1726776588.53121: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776588.53123: _low_level_execute_command(): starting 6626 1726776588.53128: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776588.449376-7745-57962158677461/AnsiballZ_stat.py && sleep 0' 6626 1726776588.53565: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776588.53569: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.53580: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.53676: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776588.53684: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776588.53692: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.53731: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.69892: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 152, "inode": 346030272, "dev": 51714, "nlink": 4, "atime": 1726776570.1627889, "mtime": 1726776582.5148823, "ctime": 1726776582.5148823, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1686699488", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6626 1726776588.71391: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776588.71422: stderr chunk (state=3): >>><<< 6626 1726776588.71424: stdout chunk (state=3): >>><<< 6626 1726776588.71436: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 152, "inode": 346030272, "dev": 51714, "nlink": 4, "atime": 1726776570.1627889, "mtime": 1726776582.5148823, "ctime": 1726776582.5148823, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1686699488", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776588.71478: done with _execute_module (stat, {'path': '/etc/tuned', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776588.449376-7745-57962158677461/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776588.71488: _low_level_execute_command(): starting 6626 1726776588.71491: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776588.449376-7745-57962158677461/ > /dev/null 2>&1 && sleep 0' 6626 1726776588.71937: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.71940: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776588.71943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.72018: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776588.72022: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.72070: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.73976: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776588.74006: stderr chunk (state=3): >>><<< 6626 1726776588.74027: stdout chunk (state=3): >>><<< 6626 1726776588.74094: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776588.74098: handler run complete 6626 1726776588.74123: attempt loop complete, returning result 6626 1726776588.74149: variable 'item' from source: unknown 6626 1726776588.74251: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726776570.1627889, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776582.5148823, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 346030272, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776582.5148823, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "1686699488", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6626 1726776588.74507: dumping result to json 6626 1726776588.74510: done dumping result, returning 6626 1726776588.74513: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [12343ab9-b159-5b96-3694-0000000001fe] 6626 1726776588.74515: sending task result for task 12343ab9-b159-5b96-3694-0000000001fe 6626 1726776588.74880: done sending task result for task 12343ab9-b159-5b96-3694-0000000001fe 6626 1726776588.74884: WORKER PROCESS EXITING 6626 1726776588.75027: no more pending results, returning what we have 6626 1726776588.75031: results queue empty 6626 1726776588.75032: checking for any_errors_fatal 6626 1726776588.75038: done checking for any_errors_fatal 6626 1726776588.75039: checking for max_fail_percentage 6626 1726776588.75040: done checking for max_fail_percentage 6626 1726776588.75041: checking to see if all hosts have failed and the running result is not ok 6626 1726776588.75042: done checking to see if all hosts have failed 6626 1726776588.75043: getting the remaining hosts for this loop 6626 1726776588.75045: done getting the remaining hosts for this loop 6626 1726776588.75048: getting the next task for host managed_node3 6626 1726776588.75056: done getting next task for host managed_node3 6626 1726776588.75060: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6626 1726776588.75064: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=3, 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), did rescue? False, did start at task? False 6626 1726776588.75075: getting variables 6626 1726776588.75076: in VariableManager get_vars() 6626 1726776588.75316: Calling all_inventory to load vars for managed_node3 6626 1726776588.75320: Calling groups_inventory to load vars for managed_node3 6626 1726776588.75322: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776588.75332: Calling all_plugins_play to load vars for managed_node3 6626 1726776588.75335: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776588.75338: Calling groups_plugins_play to load vars for managed_node3 6626 1726776588.75390: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776588.75445: done with get_vars() 6626 1726776588.75454: done getting variables 6626 1726776588.75515: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 16:09:48 -0400 (0:00:00.721) 0:00:28.898 **** 6626 1726776588.75559: entering _queue_task() for managed_node3/set_fact 6626 1726776588.75852: worker is 1 (out of 1 available) 6626 1726776588.76202: exiting _queue_task() for managed_node3/set_fact 6626 1726776588.76215: done queuing things up, now waiting for results queue to drain 6626 1726776588.76217: waiting for pending results... 6626 1726776588.76698: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6626 1726776588.76824: in run() - task 12343ab9-b159-5b96-3694-0000000001ff 6626 1726776588.76932: variable 'ansible_search_path' from source: unknown 6626 1726776588.76935: variable 'ansible_search_path' from source: unknown 6626 1726776588.76937: calling self._execute() 6626 1726776588.77063: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776588.77075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776588.77257: variable 'omit' from source: magic vars 6626 1726776588.77325: variable 'omit' from source: magic vars 6626 1726776588.77430: variable 'omit' from source: magic vars 6626 1726776588.78114: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776588.80632: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776588.80713: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776588.80760: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776588.80803: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776588.80845: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776588.81303: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776588.81308: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776588.81310: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776588.81312: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776588.81314: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776588.81442: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776588.81470: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776588.81504: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776588.81641: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776588.81661: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776588.81773: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776588.81867: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776588.81902: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776588.82062: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776588.82083: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776588.82465: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6626 1726776588.82591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776588.82782: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776588.82835: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776588.82871: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776588.82910: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776588.82968: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 6626 1726776588.82997: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 6626 1726776588.83031: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776588.83064: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 6626 1726776588.83131: variable 'omit' from source: magic vars 6626 1726776588.83167: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776588.83202: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776588.83254: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776588.83257: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776588.83260: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776588.83294: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776588.83304: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776588.83312: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776588.83470: Set connection var ansible_shell_type to sh 6626 1726776588.83473: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776588.83475: Set connection var ansible_timeout to 10 6626 1726776588.83477: Set connection var ansible_pipelining to False 6626 1726776588.83489: Set connection var ansible_shell_executable to /bin/sh 6626 1726776588.83491: Set connection var ansible_connection to ssh 6626 1726776588.83492: variable 'ansible_shell_executable' from source: unknown 6626 1726776588.83498: variable 'ansible_connection' from source: unknown 6626 1726776588.83509: variable 'ansible_module_compression' from source: unknown 6626 1726776588.83515: variable 'ansible_shell_type' from source: unknown 6626 1726776588.83522: variable 'ansible_shell_executable' from source: unknown 6626 1726776588.83527: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776588.83534: variable 'ansible_pipelining' from source: unknown 6626 1726776588.83539: variable 'ansible_timeout' from source: unknown 6626 1726776588.83579: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776588.83654: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776588.83668: variable 'omit' from source: magic vars 6626 1726776588.83679: starting attempt loop 6626 1726776588.83693: running the handler 6626 1726776588.83711: handler run complete 6626 1726776588.83793: attempt loop complete, returning result 6626 1726776588.83797: _execute() done 6626 1726776588.83799: dumping result to json 6626 1726776588.83805: done dumping result, returning 6626 1726776588.83807: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [12343ab9-b159-5b96-3694-0000000001ff] 6626 1726776588.83809: sending task result for task 12343ab9-b159-5b96-3694-0000000001ff 6626 1726776588.83873: done sending task result for task 12343ab9-b159-5b96-3694-0000000001ff 6626 1726776588.83877: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 6626 1726776588.83950: no more pending results, returning what we have 6626 1726776588.83953: results queue empty 6626 1726776588.83954: checking for any_errors_fatal 6626 1726776588.83965: done checking for any_errors_fatal 6626 1726776588.83965: checking for max_fail_percentage 6626 1726776588.83967: done checking for max_fail_percentage 6626 1726776588.83968: checking to see if all hosts have failed and the running result is not ok 6626 1726776588.83969: done checking to see if all hosts have failed 6626 1726776588.83969: getting the remaining hosts for this loop 6626 1726776588.83971: done getting the remaining hosts for this loop 6626 1726776588.83974: getting the next task for host managed_node3 6626 1726776588.83983: done getting next task for host managed_node3 6626 1726776588.83988: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6626 1726776588.83992: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=4, 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), did rescue? False, did start at task? False 6626 1726776588.84117: getting variables 6626 1726776588.84120: in VariableManager get_vars() 6626 1726776588.84188: Calling all_inventory to load vars for managed_node3 6626 1726776588.84192: Calling groups_inventory to load vars for managed_node3 6626 1726776588.84194: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776588.84204: Calling all_plugins_play to load vars for managed_node3 6626 1726776588.84207: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776588.84210: Calling groups_plugins_play to load vars for managed_node3 6626 1726776588.84453: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776588.84505: done with get_vars() 6626 1726776588.84515: done getting variables 6626 1726776588.84735: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 16:09:48 -0400 (0:00:00.092) 0:00:28.990 **** 6626 1726776588.84770: entering _queue_task() for managed_node3/service 6626 1726776588.85470: worker is 1 (out of 1 available) 6626 1726776588.85482: exiting _queue_task() for managed_node3/service 6626 1726776588.85496: done queuing things up, now waiting for results queue to drain 6626 1726776588.85498: waiting for pending results... 6626 1726776588.85877: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6626 1726776588.85989: in run() - task 12343ab9-b159-5b96-3694-000000000200 6626 1726776588.86019: variable 'ansible_search_path' from source: unknown 6626 1726776588.86052: variable 'ansible_search_path' from source: unknown 6626 1726776588.86084: variable '__kernel_settings_services' from source: include_vars 6626 1726776588.86435: variable '__kernel_settings_services' from source: include_vars 6626 1726776588.86525: variable 'omit' from source: magic vars 6626 1726776588.86780: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776588.86809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776588.86812: variable 'omit' from source: magic vars 6626 1726776588.86893: variable 'omit' from source: magic vars 6626 1726776588.86952: variable 'omit' from source: magic vars 6626 1726776588.87026: variable 'item' from source: unknown 6626 1726776588.87106: variable 'item' from source: unknown 6626 1726776588.87210: variable 'omit' from source: magic vars 6626 1726776588.87213: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776588.87235: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776588.87262: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776588.87283: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776588.87300: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776588.87336: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776588.87343: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776588.87354: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776588.87455: Set connection var ansible_shell_type to sh 6626 1726776588.87489: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776588.87492: Set connection var ansible_timeout to 10 6626 1726776588.87494: Set connection var ansible_pipelining to False 6626 1726776588.87496: Set connection var ansible_shell_executable to /bin/sh 6626 1726776588.87498: Set connection var ansible_connection to ssh 6626 1726776588.87521: variable 'ansible_shell_executable' from source: unknown 6626 1726776588.87568: variable 'ansible_connection' from source: unknown 6626 1726776588.87572: variable 'ansible_module_compression' from source: unknown 6626 1726776588.87574: variable 'ansible_shell_type' from source: unknown 6626 1726776588.87576: variable 'ansible_shell_executable' from source: unknown 6626 1726776588.87578: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776588.87580: variable 'ansible_pipelining' from source: unknown 6626 1726776588.87581: variable 'ansible_timeout' from source: unknown 6626 1726776588.87584: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776588.87755: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776588.87759: variable 'omit' from source: magic vars 6626 1726776588.87761: starting attempt loop 6626 1726776588.87764: running the handler 6626 1726776588.87871: variable 'ansible_facts' from source: unknown 6626 1726776588.87922: _low_level_execute_command(): starting 6626 1726776588.87936: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776588.88745: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776588.88789: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.88850: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776588.88899: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.88967: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.90648: stdout chunk (state=3): >>>/root <<< 6626 1726776588.90777: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776588.90781: stdout chunk (state=3): >>><<< 6626 1726776588.90784: stderr chunk (state=3): >>><<< 6626 1726776588.90805: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776588.90815: _low_level_execute_command(): starting 6626 1726776588.90821: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787 `" && echo ansible-tmp-1726776588.9080267-7797-138362880471787="` echo /root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787 `" ) && sleep 0' 6626 1726776588.91292: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776588.91296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.91308: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776588.91310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.91364: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776588.91367: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776588.91374: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.91428: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.93350: stdout chunk (state=3): >>>ansible-tmp-1726776588.9080267-7797-138362880471787=/root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787 <<< 6626 1726776588.93443: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776588.93481: stderr chunk (state=3): >>><<< 6626 1726776588.93484: stdout chunk (state=3): >>><<< 6626 1726776588.93500: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776588.9080267-7797-138362880471787=/root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776588.93548: variable 'ansible_module_compression' from source: unknown 6626 1726776588.93576: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6626 1726776588.93631: variable 'ansible_facts' from source: unknown 6626 1726776588.93764: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/AnsiballZ_setup.py 6626 1726776588.93875: Sending initial data 6626 1726776588.93878: Sent initial data (152 bytes) 6626 1726776588.94383: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776588.94392: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.94432: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776588.94436: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776588.94438: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.94501: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.96049: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776588.96090: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776588.96129: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp02jh5wer /root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/AnsiballZ_setup.py <<< 6626 1726776588.96137: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/AnsiballZ_setup.py" <<< 6626 1726776588.96178: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp02jh5wer" to remote "/root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/AnsiballZ_setup.py" <<< 6626 1726776588.97260: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776588.97308: stderr chunk (state=3): >>><<< 6626 1726776588.97312: stdout chunk (state=3): >>><<< 6626 1726776588.97329: done transferring module to remote 6626 1726776588.97338: _low_level_execute_command(): starting 6626 1726776588.97343: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/ /root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/AnsiballZ_setup.py && sleep 0' 6626 1726776588.97807: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776588.97811: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.97813: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776588.97816: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776588.97824: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776588.97866: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776588.97870: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776588.97872: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776588.97926: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776588.99706: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776588.99737: stderr chunk (state=3): >>><<< 6626 1726776588.99740: stdout chunk (state=3): >>><<< 6626 1726776588.99756: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776588.99759: _low_level_execute_command(): starting 6626 1726776588.99764: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/AnsiballZ_setup.py && sleep 0' 6626 1726776589.00262: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776589.00267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776589.00270: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776589.00330: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776589.00334: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776589.00342: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776589.00398: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776589.28352: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_service_mgr": "systemd"}, "invocation": {"module_args": {"gather_subset": ["!all"], "filter": ["ansible_service_mgr"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} <<< 6626 1726776589.30478: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776589.30482: stdout chunk (state=3): >>><<< 6626 1726776589.30484: stderr chunk (state=3): >>><<< 6626 1726776589.30488: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_service_mgr": "systemd"}, "invocation": {"module_args": {"gather_subset": ["!all"], "filter": ["ansible_service_mgr"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776589.30491: done with _execute_module (ansible.legacy.setup, {'gather_subset': '!all', 'filter': 'ansible_service_mgr', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.setup', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776589.30494: Facts {'ansible_facts': {'ansible_service_mgr': 'systemd'}, 'invocation': {'module_args': {'gather_subset': ['!all'], 'filter': ['ansible_service_mgr'], 'gather_timeout': 10, 'fact_path': '/etc/ansible/facts.d'}}, '_ansible_parsed': True} 6626 1726776589.30581: variable 'ansible_module_compression' from source: unknown 6626 1726776589.30640: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6626 1726776589.30700: variable 'ansible_facts' from source: unknown 6626 1726776589.30924: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/AnsiballZ_systemd.py 6626 1726776589.31070: Sending initial data 6626 1726776589.31073: Sent initial data (154 bytes) 6626 1726776589.31827: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776589.31877: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776589.31905: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776589.32050: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776589.33693: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6626 1726776589.33730: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776589.33778: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776589.33846: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp8gdzrjox /root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/AnsiballZ_systemd.py <<< 6626 1726776589.33851: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/AnsiballZ_systemd.py" <<< 6626 1726776589.33902: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp8gdzrjox" to remote "/root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/AnsiballZ_systemd.py" <<< 6626 1726776589.35654: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776589.35694: stderr chunk (state=3): >>><<< 6626 1726776589.35697: stdout chunk (state=3): >>><<< 6626 1726776589.35753: done transferring module to remote 6626 1726776589.35772: _low_level_execute_command(): starting 6626 1726776589.35855: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/ /root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/AnsiballZ_systemd.py && sleep 0' 6626 1726776589.36506: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776589.36522: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776589.36539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776589.36562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776589.36604: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776589.36665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776589.36707: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776589.36723: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776589.36749: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776589.36844: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776589.38740: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776589.38744: stdout chunk (state=3): >>><<< 6626 1726776589.38746: stderr chunk (state=3): >>><<< 6626 1726776589.38842: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776589.38846: _low_level_execute_command(): starting 6626 1726776589.38849: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/AnsiballZ_systemd.py && sleep 0' 6626 1726776589.39517: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776589.39571: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776589.39737: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776589.69250: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "8692", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainStartTimestampMonotonic": "190922239", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainHandoffTimestampMonotonic": "190929424", "ExecMainPID": "8692", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4570", "MemoryCurrent": "15142912", "MemoryPeak": "17231872", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3302137856", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "113096000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK"<<< 6626 1726776589.69260: stdout chunk (state=3): >>>: "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:44 EDT", "StateChangeTimestampMonotonic": "191045892", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveExitTimestampMonotonic": "190922813", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveEnterTimestampMonotonic": "191045892", "ActiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveExitTimestampMonotonic": "190882118", "InactiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveEnterTimestampMonotonic": "190920094", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ConditionTimestampMonotonic": "190921243", "AssertTimestamp": "Thu 2024-09-19 16:09:44 EDT", "AssertTimestampMonotonic": "190921257", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "d07fe531e60f4394afdb51bda26f6226", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 6626 1726776589.71336: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776589.71392: stderr chunk (state=3): >>><<< 6626 1726776589.71396: stdout chunk (state=3): >>><<< 6626 1726776589.71402: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "8692", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainStartTimestampMonotonic": "190922239", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainHandoffTimestampMonotonic": "190929424", "ExecMainPID": "8692", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4570", "MemoryCurrent": "15142912", "MemoryPeak": "17231872", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3302137856", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "113096000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:44 EDT", "StateChangeTimestampMonotonic": "191045892", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveExitTimestampMonotonic": "190922813", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveEnterTimestampMonotonic": "191045892", "ActiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveExitTimestampMonotonic": "190882118", "InactiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveEnterTimestampMonotonic": "190920094", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ConditionTimestampMonotonic": "190921243", "AssertTimestamp": "Thu 2024-09-19 16:09:44 EDT", "AssertTimestampMonotonic": "190921257", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "d07fe531e60f4394afdb51bda26f6226", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776589.71527: done with _execute_module (ansible.legacy.systemd, {'name': 'tuned', 'state': 'started', 'enabled': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.systemd', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776589.71541: _low_level_execute_command(): starting 6626 1726776589.71545: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776588.9080267-7797-138362880471787/ > /dev/null 2>&1 && sleep 0' 6626 1726776589.71979: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776589.72005: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776589.72009: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776589.72013: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776589.72028: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776589.72077: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776589.72085: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776589.72089: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776589.72131: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776589.73975: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776589.74002: stderr chunk (state=3): >>><<< 6626 1726776589.74007: stdout chunk (state=3): >>><<< 6626 1726776589.74022: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776589.74028: handler run complete 6626 1726776589.74068: attempt loop complete, returning result 6626 1726776589.74082: variable 'item' from source: unknown 6626 1726776589.74144: variable 'item' from source: unknown ok: [managed_node3] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveEnterTimestampMonotonic": "191045892", "ActiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveExitTimestampMonotonic": "190882118", "ActiveState": "active", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:09:44 EDT", "AssertTimestampMonotonic": "190921257", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "113096000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ConditionTimestampMonotonic": "190921243", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4570", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3702878208", "EffectiveMemoryMax": "3702878208", "EffectiveTasksMax": "22362", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainHandoffTimestampMonotonic": "190929424", "ExecMainPID": "8692", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainStartTimestampMonotonic": "190922239", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveEnterTimestampMonotonic": "190920094", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveExitTimestampMonotonic": "190922813", "InvocationID": "d07fe531e60f4394afdb51bda26f6226", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8692", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3302137856", "MemoryCurrent": "15142912", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "17231872", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:09:44 EDT", "StateChangeTimestampMonotonic": "191045892", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 6626 1726776589.74701: dumping result to json 6626 1726776589.74705: done dumping result, returning 6626 1726776589.74708: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [12343ab9-b159-5b96-3694-000000000200] 6626 1726776589.74710: sending task result for task 12343ab9-b159-5b96-3694-000000000200 6626 1726776589.74923: no more pending results, returning what we have 6626 1726776589.74927: results queue empty 6626 1726776589.74928: checking for any_errors_fatal 6626 1726776589.74930: done checking for any_errors_fatal 6626 1726776589.74931: checking for max_fail_percentage 6626 1726776589.74932: done checking for max_fail_percentage 6626 1726776589.74933: checking to see if all hosts have failed and the running result is not ok 6626 1726776589.74934: done checking to see if all hosts have failed 6626 1726776589.74935: getting the remaining hosts for this loop 6626 1726776589.74936: done getting the remaining hosts for this loop 6626 1726776589.74938: getting the next task for host managed_node3 6626 1726776589.74944: done getting next task for host managed_node3 6626 1726776589.74947: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6626 1726776589.74950: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=5, 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), did rescue? False, did start at task? False 6626 1726776589.74959: getting variables 6626 1726776589.74961: in VariableManager get_vars() 6626 1726776589.74992: Calling all_inventory to load vars for managed_node3 6626 1726776589.74995: Calling groups_inventory to load vars for managed_node3 6626 1726776589.74998: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776589.75007: done sending task result for task 12343ab9-b159-5b96-3694-000000000200 6626 1726776589.75010: WORKER PROCESS EXITING 6626 1726776589.75019: Calling all_plugins_play to load vars for managed_node3 6626 1726776589.75022: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776589.75025: Calling groups_plugins_play to load vars for managed_node3 6626 1726776589.75071: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776589.75123: done with get_vars() 6626 1726776589.75132: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 16:09:49 -0400 (0:00:00.904) 0:00:29.894 **** 6626 1726776589.75228: entering _queue_task() for managed_node3/file 6626 1726776589.75492: worker is 1 (out of 1 available) 6626 1726776589.75507: exiting _queue_task() for managed_node3/file 6626 1726776589.75520: done queuing things up, now waiting for results queue to drain 6626 1726776589.75522: waiting for pending results... 6626 1726776589.75808: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6626 1726776589.75888: in run() - task 12343ab9-b159-5b96-3694-000000000201 6626 1726776589.75901: variable 'ansible_search_path' from source: unknown 6626 1726776589.75904: variable 'ansible_search_path' from source: unknown 6626 1726776589.75941: calling self._execute() 6626 1726776589.76001: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776589.76009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776589.76017: variable 'omit' from source: magic vars 6626 1726776589.76092: variable 'omit' from source: magic vars 6626 1726776589.76128: variable 'omit' from source: magic vars 6626 1726776589.76150: variable '__kernel_settings_profile_dir' from source: role '' all vars 6626 1726776589.76382: variable '__kernel_settings_profile_dir' from source: role '' all vars 6626 1726776589.76455: variable '__kernel_settings_profile_parent' from source: set_fact 6626 1726776589.76460: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6626 1726776589.76493: variable 'omit' from source: magic vars 6626 1726776589.76526: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776589.76551: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776589.76567: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776589.76583: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776589.76595: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776589.76621: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776589.76624: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776589.76626: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776589.76690: Set connection var ansible_shell_type to sh 6626 1726776589.76697: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776589.76705: Set connection var ansible_timeout to 10 6626 1726776589.76711: Set connection var ansible_pipelining to False 6626 1726776589.76718: Set connection var ansible_shell_executable to /bin/sh 6626 1726776589.76721: Set connection var ansible_connection to ssh 6626 1726776589.76736: variable 'ansible_shell_executable' from source: unknown 6626 1726776589.76739: variable 'ansible_connection' from source: unknown 6626 1726776589.76741: variable 'ansible_module_compression' from source: unknown 6626 1726776589.76744: variable 'ansible_shell_type' from source: unknown 6626 1726776589.76746: variable 'ansible_shell_executable' from source: unknown 6626 1726776589.76748: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776589.76752: variable 'ansible_pipelining' from source: unknown 6626 1726776589.76755: variable 'ansible_timeout' from source: unknown 6626 1726776589.76758: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776589.76902: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6626 1726776589.76911: variable 'omit' from source: magic vars 6626 1726776589.76916: starting attempt loop 6626 1726776589.76918: running the handler 6626 1726776589.76929: _low_level_execute_command(): starting 6626 1726776589.76936: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776589.77447: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776589.77450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776589.77454: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776589.77515: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776589.77520: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776589.77522: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776589.77579: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776589.79280: stdout chunk (state=3): >>>/root <<< 6626 1726776589.79492: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776589.79496: stdout chunk (state=3): >>><<< 6626 1726776589.79498: stderr chunk (state=3): >>><<< 6626 1726776589.79504: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776589.79507: _low_level_execute_command(): starting 6626 1726776589.79510: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776589.7942727-7851-218298300300692 `" && echo ansible-tmp-1726776589.7942727-7851-218298300300692="` echo /root/.ansible/tmp/ansible-tmp-1726776589.7942727-7851-218298300300692 `" ) && sleep 0' 6626 1726776589.80110: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776589.80125: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776589.80142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776589.80161: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776589.80276: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776589.80309: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776589.80393: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776589.82403: stdout chunk (state=3): >>>ansible-tmp-1726776589.7942727-7851-218298300300692=/root/.ansible/tmp/ansible-tmp-1726776589.7942727-7851-218298300300692 <<< 6626 1726776589.82569: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776589.82573: stdout chunk (state=3): >>><<< 6626 1726776589.82575: stderr chunk (state=3): >>><<< 6626 1726776589.82595: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776589.7942727-7851-218298300300692=/root/.ansible/tmp/ansible-tmp-1726776589.7942727-7851-218298300300692 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776589.82676: variable 'ansible_module_compression' from source: unknown 6626 1726776589.82717: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6626 1726776589.82759: variable 'ansible_facts' from source: unknown 6626 1726776589.82902: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776589.7942727-7851-218298300300692/AnsiballZ_file.py 6626 1726776589.83112: Sending initial data 6626 1726776589.83115: Sent initial data (151 bytes) 6626 1726776589.83842: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776589.83861: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776589.83878: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776589.83905: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776589.83989: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776589.85632: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776589.85675: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776589.85731: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpf60ni_yp /root/.ansible/tmp/ansible-tmp-1726776589.7942727-7851-218298300300692/AnsiballZ_file.py <<< 6626 1726776589.85734: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776589.7942727-7851-218298300300692/AnsiballZ_file.py" <<< 6626 1726776589.85793: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpf60ni_yp" to remote "/root/.ansible/tmp/ansible-tmp-1726776589.7942727-7851-218298300300692/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776589.7942727-7851-218298300300692/AnsiballZ_file.py" <<< 6626 1726776589.87181: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776589.87185: stderr chunk (state=3): >>><<< 6626 1726776589.87190: stdout chunk (state=3): >>><<< 6626 1726776589.87192: done transferring module to remote 6626 1726776589.87194: _low_level_execute_command(): starting 6626 1726776589.87197: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776589.7942727-7851-218298300300692/ /root/.ansible/tmp/ansible-tmp-1726776589.7942727-7851-218298300300692/AnsiballZ_file.py && sleep 0' 6626 1726776589.88015: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 6626 1726776589.88031: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6626 1726776589.88059: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776589.88161: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776589.88184: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776589.88233: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776589.90353: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776589.90356: stdout chunk (state=3): >>><<< 6626 1726776589.90359: stderr chunk (state=3): >>><<< 6626 1726776589.90361: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776589.90365: _low_level_execute_command(): starting 6626 1726776589.90367: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776589.7942727-7851-218298300300692/AnsiballZ_file.py && sleep 0' 6626 1726776589.91401: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776589.91692: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776589.91710: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776589.91726: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776589.91832: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776590.08513: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6626 1726776590.10059: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776590.10071: stdout chunk (state=3): >>><<< 6626 1726776590.10082: stderr chunk (state=3): >>><<< 6626 1726776590.10109: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776590.10280: done with _execute_module (file, {'path': '/etc/tuned/profiles/kernel_settings', 'state': 'directory', 'mode': '0755', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776589.7942727-7851-218298300300692/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776590.10299: _low_level_execute_command(): starting 6626 1726776590.10309: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776589.7942727-7851-218298300300692/ > /dev/null 2>&1 && sleep 0' 6626 1726776590.10960: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776590.10976: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776590.11004: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776590.11029: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776590.11107: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.11143: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776590.11170: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776590.11215: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776590.11317: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776590.13142: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776590.13393: stderr chunk (state=3): >>><<< 6626 1726776590.13396: stdout chunk (state=3): >>><<< 6626 1726776590.13402: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776590.13405: handler run complete 6626 1726776590.13407: attempt loop complete, returning result 6626 1726776590.13409: _execute() done 6626 1726776590.13411: dumping result to json 6626 1726776590.13413: done dumping result, returning 6626 1726776590.13415: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [12343ab9-b159-5b96-3694-000000000201] 6626 1726776590.13417: sending task result for task 12343ab9-b159-5b96-3694-000000000201 6626 1726776590.13497: done sending task result for task 12343ab9-b159-5b96-3694-000000000201 6626 1726776590.13504: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "state": "directory", "uid": 0 } 6626 1726776590.13591: no more pending results, returning what we have 6626 1726776590.13596: results queue empty 6626 1726776590.13597: checking for any_errors_fatal 6626 1726776590.13618: done checking for any_errors_fatal 6626 1726776590.13619: checking for max_fail_percentage 6626 1726776590.13621: done checking for max_fail_percentage 6626 1726776590.13622: checking to see if all hosts have failed and the running result is not ok 6626 1726776590.13623: done checking to see if all hosts have failed 6626 1726776590.13624: getting the remaining hosts for this loop 6626 1726776590.13625: done getting the remaining hosts for this loop 6626 1726776590.13629: getting the next task for host managed_node3 6626 1726776590.13639: done getting next task for host managed_node3 6626 1726776590.13644: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6626 1726776590.13648: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=6, 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), did rescue? False, did start at task? False 6626 1726776590.13660: getting variables 6626 1726776590.13662: in VariableManager get_vars() 6626 1726776590.13817: Calling all_inventory to load vars for managed_node3 6626 1726776590.13820: Calling groups_inventory to load vars for managed_node3 6626 1726776590.13823: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776590.13834: Calling all_plugins_play to load vars for managed_node3 6626 1726776590.13838: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776590.13841: Calling groups_plugins_play to load vars for managed_node3 6626 1726776590.14001: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776590.14058: done with get_vars() 6626 1726776590.14067: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 16:09:50 -0400 (0:00:00.389) 0:00:30.284 **** 6626 1726776590.14228: entering _queue_task() for managed_node3/slurp 6626 1726776590.14604: worker is 1 (out of 1 available) 6626 1726776590.14615: exiting _queue_task() for managed_node3/slurp 6626 1726776590.14625: done queuing things up, now waiting for results queue to drain 6626 1726776590.14627: waiting for pending results... 6626 1726776590.14903: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6626 1726776590.14907: in run() - task 12343ab9-b159-5b96-3694-000000000202 6626 1726776590.14928: variable 'ansible_search_path' from source: unknown 6626 1726776590.14991: variable 'ansible_search_path' from source: unknown 6626 1726776590.14995: calling self._execute() 6626 1726776590.15050: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776590.15060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776590.15071: variable 'omit' from source: magic vars 6626 1726776590.15177: variable 'omit' from source: magic vars 6626 1726776590.15251: variable 'omit' from source: magic vars 6626 1726776590.15291: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6626 1726776590.15652: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6626 1726776590.15718: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6626 1726776590.15763: variable 'omit' from source: magic vars 6626 1726776590.15816: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776590.15853: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776590.15881: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776590.15977: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776590.15981: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776590.15983: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776590.15988: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776590.15990: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776590.16083: Set connection var ansible_shell_type to sh 6626 1726776590.16105: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776590.16124: Set connection var ansible_timeout to 10 6626 1726776590.16203: Set connection var ansible_pipelining to False 6626 1726776590.16206: Set connection var ansible_shell_executable to /bin/sh 6626 1726776590.16208: Set connection var ansible_connection to ssh 6626 1726776590.16211: variable 'ansible_shell_executable' from source: unknown 6626 1726776590.16213: variable 'ansible_connection' from source: unknown 6626 1726776590.16215: variable 'ansible_module_compression' from source: unknown 6626 1726776590.16217: variable 'ansible_shell_type' from source: unknown 6626 1726776590.16219: variable 'ansible_shell_executable' from source: unknown 6626 1726776590.16227: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776590.16230: variable 'ansible_pipelining' from source: unknown 6626 1726776590.16232: variable 'ansible_timeout' from source: unknown 6626 1726776590.16234: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776590.16445: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6626 1726776590.16461: variable 'omit' from source: magic vars 6626 1726776590.16471: starting attempt loop 6626 1726776590.16478: running the handler 6626 1726776590.16496: _low_level_execute_command(): starting 6626 1726776590.16510: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776590.17417: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.17441: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776590.17456: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776590.17478: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776590.17569: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776590.19227: stdout chunk (state=3): >>>/root <<< 6626 1726776590.19327: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776590.19358: stderr chunk (state=3): >>><<< 6626 1726776590.19367: stdout chunk (state=3): >>><<< 6626 1726776590.19399: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776590.19410: _low_level_execute_command(): starting 6626 1726776590.19416: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776590.1939526-7874-196147637701403 `" && echo ansible-tmp-1726776590.1939526-7874-196147637701403="` echo /root/.ansible/tmp/ansible-tmp-1726776590.1939526-7874-196147637701403 `" ) && sleep 0' 6626 1726776590.20091: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776590.20096: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776590.20099: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.20120: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776590.20123: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.20162: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776590.20168: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776590.20184: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776590.20249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776590.22175: stdout chunk (state=3): >>>ansible-tmp-1726776590.1939526-7874-196147637701403=/root/.ansible/tmp/ansible-tmp-1726776590.1939526-7874-196147637701403 <<< 6626 1726776590.22288: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776590.22312: stderr chunk (state=3): >>><<< 6626 1726776590.22315: stdout chunk (state=3): >>><<< 6626 1726776590.22330: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776590.1939526-7874-196147637701403=/root/.ansible/tmp/ansible-tmp-1726776590.1939526-7874-196147637701403 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776590.22369: variable 'ansible_module_compression' from source: unknown 6626 1726776590.22418: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6626 1726776590.22447: variable 'ansible_facts' from source: unknown 6626 1726776590.22562: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776590.1939526-7874-196147637701403/AnsiballZ_slurp.py 6626 1726776590.22738: Sending initial data 6626 1726776590.22741: Sent initial data (152 bytes) 6626 1726776590.23251: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776590.23255: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776590.23257: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776590.23358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776590.23365: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776590.23379: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776590.23392: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776590.23465: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776590.25028: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6626 1726776590.25038: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 6626 1726776590.25042: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 6626 1726776590.25045: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776590.25109: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776590.25158: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmptgm4no13 /root/.ansible/tmp/ansible-tmp-1726776590.1939526-7874-196147637701403/AnsiballZ_slurp.py <<< 6626 1726776590.25161: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776590.1939526-7874-196147637701403/AnsiballZ_slurp.py" <<< 6626 1726776590.25204: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmptgm4no13" to remote "/root/.ansible/tmp/ansible-tmp-1726776590.1939526-7874-196147637701403/AnsiballZ_slurp.py" <<< 6626 1726776590.25212: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776590.1939526-7874-196147637701403/AnsiballZ_slurp.py" <<< 6626 1726776590.25991: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776590.25994: stderr chunk (state=3): >>><<< 6626 1726776590.25996: stdout chunk (state=3): >>><<< 6626 1726776590.25998: done transferring module to remote 6626 1726776590.26000: _low_level_execute_command(): starting 6626 1726776590.26002: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776590.1939526-7874-196147637701403/ /root/.ansible/tmp/ansible-tmp-1726776590.1939526-7874-196147637701403/AnsiballZ_slurp.py && sleep 0' 6626 1726776590.26535: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776590.26541: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776590.26576: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776590.26578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.26584: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 6626 1726776590.26589: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776590.26591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.26644: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776590.26648: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776590.26721: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776590.28503: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776590.28528: stderr chunk (state=3): >>><<< 6626 1726776590.28531: stdout chunk (state=3): >>><<< 6626 1726776590.28563: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776590.28567: _low_level_execute_command(): starting 6626 1726776590.28569: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776590.1939526-7874-196147637701403/AnsiballZ_slurp.py && sleep 0' 6626 1726776590.28979: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776590.29014: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776590.29017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.29019: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776590.29022: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.29066: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776590.29069: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776590.29127: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776590.44084: stdout chunk (state=3): >>> {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} <<< 6626 1726776590.45401: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776590.45431: stderr chunk (state=3): >>><<< 6626 1726776590.45434: stdout chunk (state=3): >>><<< 6626 1726776590.45449: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776590.45472: done with _execute_module (slurp, {'path': '/etc/tuned/active_profile', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'slurp', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776590.1939526-7874-196147637701403/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776590.45480: _low_level_execute_command(): starting 6626 1726776590.45487: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776590.1939526-7874-196147637701403/ > /dev/null 2>&1 && sleep 0' 6626 1726776590.46156: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.46165: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776590.46167: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776590.46253: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776590.46267: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776590.48124: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776590.48154: stderr chunk (state=3): >>><<< 6626 1726776590.48157: stdout chunk (state=3): >>><<< 6626 1726776590.48175: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776590.48180: handler run complete 6626 1726776590.48197: attempt loop complete, returning result 6626 1726776590.48203: _execute() done 6626 1726776590.48205: dumping result to json 6626 1726776590.48207: done dumping result, returning 6626 1726776590.48213: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [12343ab9-b159-5b96-3694-000000000202] 6626 1726776590.48217: sending task result for task 12343ab9-b159-5b96-3694-000000000202 6626 1726776590.48309: done sending task result for task 12343ab9-b159-5b96-3694-000000000202 6626 1726776590.48312: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6626 1726776590.48376: no more pending results, returning what we have 6626 1726776590.48380: results queue empty 6626 1726776590.48381: checking for any_errors_fatal 6626 1726776590.48392: done checking for any_errors_fatal 6626 1726776590.48393: checking for max_fail_percentage 6626 1726776590.48395: done checking for max_fail_percentage 6626 1726776590.48396: checking to see if all hosts have failed and the running result is not ok 6626 1726776590.48397: done checking to see if all hosts have failed 6626 1726776590.48397: getting the remaining hosts for this loop 6626 1726776590.48399: done getting the remaining hosts for this loop 6626 1726776590.48404: getting the next task for host managed_node3 6626 1726776590.48411: done getting next task for host managed_node3 6626 1726776590.48414: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6626 1726776590.48418: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=7, 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), did rescue? False, did start at task? False 6626 1726776590.48435: getting variables 6626 1726776590.48436: in VariableManager get_vars() 6626 1726776590.48468: Calling all_inventory to load vars for managed_node3 6626 1726776590.48470: Calling groups_inventory to load vars for managed_node3 6626 1726776590.48472: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776590.48480: Calling all_plugins_play to load vars for managed_node3 6626 1726776590.48483: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776590.48487: Calling groups_plugins_play to load vars for managed_node3 6626 1726776590.48534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776590.48569: done with get_vars() 6626 1726776590.48575: done getting variables 6626 1726776590.48620: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 16:09:50 -0400 (0:00:00.344) 0:00:30.629 **** 6626 1726776590.48646: entering _queue_task() for managed_node3/set_fact 6626 1726776590.48840: worker is 1 (out of 1 available) 6626 1726776590.48854: exiting _queue_task() for managed_node3/set_fact 6626 1726776590.48867: done queuing things up, now waiting for results queue to drain 6626 1726776590.48869: waiting for pending results... 6626 1726776590.49027: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6626 1726776590.49092: in run() - task 12343ab9-b159-5b96-3694-000000000203 6626 1726776590.49108: variable 'ansible_search_path' from source: unknown 6626 1726776590.49111: variable 'ansible_search_path' from source: unknown 6626 1726776590.49136: calling self._execute() 6626 1726776590.49192: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776590.49196: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776590.49206: variable 'omit' from source: magic vars 6626 1726776590.49282: variable 'omit' from source: magic vars 6626 1726776590.49321: variable 'omit' from source: magic vars 6626 1726776590.49632: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6626 1726776590.49639: variable '__cur_profile' from source: task vars 6626 1726776590.49754: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776590.51269: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776590.51319: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776590.51348: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776590.51373: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776590.51397: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776590.51457: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776590.51477: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776590.51498: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776590.51529: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776590.51540: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776590.51628: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6626 1726776590.51665: variable 'omit' from source: magic vars 6626 1726776590.51687: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776590.51709: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776590.51725: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776590.51741: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776590.51749: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776590.51772: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776590.51775: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776590.51778: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776590.51991: Set connection var ansible_shell_type to sh 6626 1726776590.51994: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776590.51996: Set connection var ansible_timeout to 10 6626 1726776590.51998: Set connection var ansible_pipelining to False 6626 1726776590.52000: Set connection var ansible_shell_executable to /bin/sh 6626 1726776590.52002: Set connection var ansible_connection to ssh 6626 1726776590.52004: variable 'ansible_shell_executable' from source: unknown 6626 1726776590.52006: variable 'ansible_connection' from source: unknown 6626 1726776590.52007: variable 'ansible_module_compression' from source: unknown 6626 1726776590.52009: variable 'ansible_shell_type' from source: unknown 6626 1726776590.52011: variable 'ansible_shell_executable' from source: unknown 6626 1726776590.52013: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776590.52014: variable 'ansible_pipelining' from source: unknown 6626 1726776590.52016: variable 'ansible_timeout' from source: unknown 6626 1726776590.52018: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776590.52090: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776590.52106: variable 'omit' from source: magic vars 6626 1726776590.52117: starting attempt loop 6626 1726776590.52124: running the handler 6626 1726776590.52138: handler run complete 6626 1726776590.52153: attempt loop complete, returning result 6626 1726776590.52161: _execute() done 6626 1726776590.52169: dumping result to json 6626 1726776590.52176: done dumping result, returning 6626 1726776590.52198: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [12343ab9-b159-5b96-3694-000000000203] 6626 1726776590.52208: sending task result for task 12343ab9-b159-5b96-3694-000000000203 ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6626 1726776590.52361: no more pending results, returning what we have 6626 1726776590.52364: results queue empty 6626 1726776590.52365: checking for any_errors_fatal 6626 1726776590.52374: done checking for any_errors_fatal 6626 1726776590.52374: checking for max_fail_percentage 6626 1726776590.52376: done checking for max_fail_percentage 6626 1726776590.52377: checking to see if all hosts have failed and the running result is not ok 6626 1726776590.52378: done checking to see if all hosts have failed 6626 1726776590.52378: getting the remaining hosts for this loop 6626 1726776590.52380: done getting the remaining hosts for this loop 6626 1726776590.52383: getting the next task for host managed_node3 6626 1726776590.52392: done getting next task for host managed_node3 6626 1726776590.52397: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6626 1726776590.52404: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=8, 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), did rescue? False, did start at task? False 6626 1726776590.52419: getting variables 6626 1726776590.52420: in VariableManager get_vars() 6626 1726776590.52451: Calling all_inventory to load vars for managed_node3 6626 1726776590.52453: Calling groups_inventory to load vars for managed_node3 6626 1726776590.52456: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776590.52463: Calling all_plugins_play to load vars for managed_node3 6626 1726776590.52466: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776590.52468: Calling groups_plugins_play to load vars for managed_node3 6626 1726776590.52507: done sending task result for task 12343ab9-b159-5b96-3694-000000000203 6626 1726776590.52510: WORKER PROCESS EXITING 6626 1726776590.52528: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776590.52561: done with get_vars() 6626 1726776590.52567: done getting variables 6626 1726776590.52616: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 16:09:50 -0400 (0:00:00.039) 0:00:30.669 **** 6626 1726776590.52639: entering _queue_task() for managed_node3/copy 6626 1726776590.52824: worker is 1 (out of 1 available) 6626 1726776590.52837: exiting _queue_task() for managed_node3/copy 6626 1726776590.52849: done queuing things up, now waiting for results queue to drain 6626 1726776590.52851: waiting for pending results... 6626 1726776590.53019: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6626 1726776590.53090: in run() - task 12343ab9-b159-5b96-3694-000000000204 6626 1726776590.53102: variable 'ansible_search_path' from source: unknown 6626 1726776590.53106: variable 'ansible_search_path' from source: unknown 6626 1726776590.53134: calling self._execute() 6626 1726776590.53184: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776590.53199: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776590.53209: variable 'omit' from source: magic vars 6626 1726776590.53280: variable 'omit' from source: magic vars 6626 1726776590.53322: variable 'omit' from source: magic vars 6626 1726776590.53342: variable '__kernel_settings_active_profile' from source: set_fact 6626 1726776590.53568: variable '__kernel_settings_active_profile' from source: set_fact 6626 1726776590.53589: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6626 1726776590.53642: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6626 1726776590.53784: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6626 1726776590.53792: variable 'omit' from source: magic vars 6626 1726776590.53798: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776590.53848: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776590.53864: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776590.53877: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776590.53888: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776590.53917: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776590.53921: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776590.53923: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776590.53985: Set connection var ansible_shell_type to sh 6626 1726776590.53994: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776590.54005: Set connection var ansible_timeout to 10 6626 1726776590.54008: Set connection var ansible_pipelining to False 6626 1726776590.54017: Set connection var ansible_shell_executable to /bin/sh 6626 1726776590.54020: Set connection var ansible_connection to ssh 6626 1726776590.54034: variable 'ansible_shell_executable' from source: unknown 6626 1726776590.54036: variable 'ansible_connection' from source: unknown 6626 1726776590.54039: variable 'ansible_module_compression' from source: unknown 6626 1726776590.54041: variable 'ansible_shell_type' from source: unknown 6626 1726776590.54043: variable 'ansible_shell_executable' from source: unknown 6626 1726776590.54045: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776590.54049: variable 'ansible_pipelining' from source: unknown 6626 1726776590.54052: variable 'ansible_timeout' from source: unknown 6626 1726776590.54055: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776590.54155: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776590.54163: variable 'omit' from source: magic vars 6626 1726776590.54168: starting attempt loop 6626 1726776590.54170: running the handler 6626 1726776590.54179: _low_level_execute_command(): starting 6626 1726776590.54188: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776590.54678: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776590.54715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776590.54718: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.54721: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776590.54724: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.54774: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776590.54778: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776590.54780: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776590.54834: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776590.56502: stdout chunk (state=3): >>>/root <<< 6626 1726776590.56598: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776590.56630: stderr chunk (state=3): >>><<< 6626 1726776590.56633: stdout chunk (state=3): >>><<< 6626 1726776590.56652: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776590.56663: _low_level_execute_command(): starting 6626 1726776590.56670: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338 `" && echo ansible-tmp-1726776590.5665236-7894-4908364477338="` echo /root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338 `" ) && sleep 0' 6626 1726776590.57155: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776590.57165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776590.57167: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.57170: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776590.57172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.57224: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776590.57227: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776590.57230: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776590.57280: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776590.59169: stdout chunk (state=3): >>>ansible-tmp-1726776590.5665236-7894-4908364477338=/root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338 <<< 6626 1726776590.59273: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776590.59304: stderr chunk (state=3): >>><<< 6626 1726776590.59307: stdout chunk (state=3): >>><<< 6626 1726776590.59322: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776590.5665236-7894-4908364477338=/root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776590.59398: variable 'ansible_module_compression' from source: unknown 6626 1726776590.59443: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6626 1726776590.59470: variable 'ansible_facts' from source: unknown 6626 1726776590.59533: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/AnsiballZ_stat.py 6626 1726776590.59692: Sending initial data 6626 1726776590.59705: Sent initial data (149 bytes) 6626 1726776590.60104: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776590.60107: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776590.60110: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 6626 1726776590.60112: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776590.60114: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.60169: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776590.60172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776590.60215: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776590.61781: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776590.61822: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776590.61868: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpiia7pa17 /root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/AnsiballZ_stat.py <<< 6626 1726776590.61872: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/AnsiballZ_stat.py" <<< 6626 1726776590.61914: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpiia7pa17" to remote "/root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/AnsiballZ_stat.py" <<< 6626 1726776590.62478: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776590.62525: stderr chunk (state=3): >>><<< 6626 1726776590.62530: stdout chunk (state=3): >>><<< 6626 1726776590.62556: done transferring module to remote 6626 1726776590.62565: _low_level_execute_command(): starting 6626 1726776590.62570: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/ /root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/AnsiballZ_stat.py && sleep 0' 6626 1726776590.63036: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776590.63039: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776590.63042: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.63047: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776590.63050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.63110: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776590.63113: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776590.63158: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776590.64943: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776590.64965: stderr chunk (state=3): >>><<< 6626 1726776590.64975: stdout chunk (state=3): >>><<< 6626 1726776590.65089: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776590.65093: _low_level_execute_command(): starting 6626 1726776590.65096: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/AnsiballZ_stat.py && sleep 0' 6626 1726776590.65716: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.65826: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776590.65988: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776590.66067: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776590.66117: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776590.82615: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/active_profile", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 30, "inode": 507510917, "dev": 51714, "nlink": 1, "atime": 1726776590.4389424, "mtime": 1726776584.7808995, "ctime": 1726776584.7808995, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "mimetype": "text/plain", "charset": "us-ascii", "version": "1048284525", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6626 1726776590.84310: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776590.84314: stdout chunk (state=3): >>><<< 6626 1726776590.84316: stderr chunk (state=3): >>><<< 6626 1726776590.84392: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/active_profile", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 30, "inode": 507510917, "dev": 51714, "nlink": 1, "atime": 1726776590.4389424, "mtime": 1726776584.7808995, "ctime": 1726776584.7808995, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "mimetype": "text/plain", "charset": "us-ascii", "version": "1048284525", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776590.84419: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/active_profile', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6626 1726776590.84468: variable 'ansible_module_compression' from source: unknown 6626 1726776590.84514: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6626 1726776590.84547: variable 'ansible_facts' from source: unknown 6626 1726776590.84646: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/AnsiballZ_file.py 6626 1726776590.84780: Sending initial data 6626 1726776590.84784: Sent initial data (149 bytes) 6626 1726776590.85509: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.85560: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776590.85583: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776590.85611: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776590.85748: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776590.87369: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776590.87439: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776590.87512: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpc10b9u4z /root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/AnsiballZ_file.py <<< 6626 1726776590.87523: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/AnsiballZ_file.py" <<< 6626 1726776590.87564: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpc10b9u4z" to remote "/root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/AnsiballZ_file.py" <<< 6626 1726776590.88358: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776590.88392: stderr chunk (state=3): >>><<< 6626 1726776590.88399: stdout chunk (state=3): >>><<< 6626 1726776590.88429: done transferring module to remote 6626 1726776590.88440: _low_level_execute_command(): starting 6626 1726776590.88447: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/ /root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/AnsiballZ_file.py && sleep 0' 6626 1726776590.89092: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776590.89111: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776590.89217: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776590.89243: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776590.89325: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776590.91248: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776590.91252: stdout chunk (state=3): >>><<< 6626 1726776590.91255: stderr chunk (state=3): >>><<< 6626 1726776590.91291: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776590.91294: _low_level_execute_command(): starting 6626 1726776590.91297: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/AnsiballZ_file.py && sleep 0' 6626 1726776590.91956: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776590.91968: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776590.91982: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776590.92009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776590.92026: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776590.92045: stderr chunk (state=3): >>>debug2: match not found <<< 6626 1726776590.92105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776590.92165: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776590.92180: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776590.92215: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776590.92314: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776591.10760: stdout chunk (state=3): >>> {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".8ots53ka", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6626 1726776591.12216: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776591.12248: stderr chunk (state=3): >>><<< 6626 1726776591.12252: stdout chunk (state=3): >>><<< 6626 1726776591.12267: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/active_profile", "changed": false, "diff": {"before": {"path": "/etc/tuned/active_profile"}, "after": {"path": "/etc/tuned/active_profile"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/active_profile", "_original_basename": ".8ots53ka", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776591.12295: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.8ots53ka', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776591.12304: _low_level_execute_command(): starting 6626 1726776591.12309: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776590.5665236-7894-4908364477338/ > /dev/null 2>&1 && sleep 0' 6626 1726776591.12774: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776591.12777: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776591.12780: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.12782: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.12784: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.12844: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776591.12848: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776591.12850: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776591.12896: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776591.14737: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776591.14763: stderr chunk (state=3): >>><<< 6626 1726776591.14766: stdout chunk (state=3): >>><<< 6626 1726776591.14779: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776591.14788: handler run complete 6626 1726776591.14811: attempt loop complete, returning result 6626 1726776591.14814: _execute() done 6626 1726776591.14816: dumping result to json 6626 1726776591.14824: done dumping result, returning 6626 1726776591.14830: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [12343ab9-b159-5b96-3694-000000000204] 6626 1726776591.14836: sending task result for task 12343ab9-b159-5b96-3694-000000000204 6626 1726776591.14931: done sending task result for task 12343ab9-b159-5b96-3694-000000000204 6626 1726776591.14935: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/active_profile", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "state": "file", "uid": 0 } 6626 1726776591.15026: no more pending results, returning what we have 6626 1726776591.15029: results queue empty 6626 1726776591.15030: checking for any_errors_fatal 6626 1726776591.15034: done checking for any_errors_fatal 6626 1726776591.15034: checking for max_fail_percentage 6626 1726776591.15036: done checking for max_fail_percentage 6626 1726776591.15037: checking to see if all hosts have failed and the running result is not ok 6626 1726776591.15038: done checking to see if all hosts have failed 6626 1726776591.15039: getting the remaining hosts for this loop 6626 1726776591.15040: done getting the remaining hosts for this loop 6626 1726776591.15043: getting the next task for host managed_node3 6626 1726776591.15056: done getting next task for host managed_node3 6626 1726776591.15060: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6626 1726776591.15063: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=9, 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), did rescue? False, did start at task? False 6626 1726776591.15072: getting variables 6626 1726776591.15074: in VariableManager get_vars() 6626 1726776591.15106: Calling all_inventory to load vars for managed_node3 6626 1726776591.15108: Calling groups_inventory to load vars for managed_node3 6626 1726776591.15110: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776591.15119: Calling all_plugins_play to load vars for managed_node3 6626 1726776591.15121: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776591.15124: Calling groups_plugins_play to load vars for managed_node3 6626 1726776591.15168: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776591.15203: done with get_vars() 6626 1726776591.15209: done getting variables 6626 1726776591.15248: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 16:09:51 -0400 (0:00:00.626) 0:00:31.295 **** 6626 1726776591.15273: entering _queue_task() for managed_node3/copy 6626 1726776591.15462: worker is 1 (out of 1 available) 6626 1726776591.15476: exiting _queue_task() for managed_node3/copy 6626 1726776591.15488: done queuing things up, now waiting for results queue to drain 6626 1726776591.15490: waiting for pending results... 6626 1726776591.15653: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6626 1726776591.15723: in run() - task 12343ab9-b159-5b96-3694-000000000205 6626 1726776591.15735: variable 'ansible_search_path' from source: unknown 6626 1726776591.15738: variable 'ansible_search_path' from source: unknown 6626 1726776591.15765: calling self._execute() 6626 1726776591.15821: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776591.15826: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776591.15837: variable 'omit' from source: magic vars 6626 1726776591.15908: variable 'omit' from source: magic vars 6626 1726776591.15942: variable 'omit' from source: magic vars 6626 1726776591.15966: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6626 1726776591.16189: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6626 1726776591.16312: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6626 1726776591.16338: variable 'omit' from source: magic vars 6626 1726776591.16368: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776591.16398: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776591.16415: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776591.16428: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776591.16437: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776591.16458: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776591.16461: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776591.16464: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776591.16532: Set connection var ansible_shell_type to sh 6626 1726776591.16539: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776591.16544: Set connection var ansible_timeout to 10 6626 1726776591.16549: Set connection var ansible_pipelining to False 6626 1726776591.16557: Set connection var ansible_shell_executable to /bin/sh 6626 1726776591.16559: Set connection var ansible_connection to ssh 6626 1726776591.16575: variable 'ansible_shell_executable' from source: unknown 6626 1726776591.16578: variable 'ansible_connection' from source: unknown 6626 1726776591.16580: variable 'ansible_module_compression' from source: unknown 6626 1726776591.16583: variable 'ansible_shell_type' from source: unknown 6626 1726776591.16585: variable 'ansible_shell_executable' from source: unknown 6626 1726776591.16589: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776591.16596: variable 'ansible_pipelining' from source: unknown 6626 1726776591.16598: variable 'ansible_timeout' from source: unknown 6626 1726776591.16603: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776591.16691: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776591.16702: variable 'omit' from source: magic vars 6626 1726776591.16705: starting attempt loop 6626 1726776591.16707: running the handler 6626 1726776591.16719: _low_level_execute_command(): starting 6626 1726776591.16722: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776591.17234: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.17237: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776591.17240: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776591.17242: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.17245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.17292: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776591.17297: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776591.17310: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776591.17370: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776591.19056: stdout chunk (state=3): >>>/root <<< 6626 1726776591.19154: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776591.19185: stderr chunk (state=3): >>><<< 6626 1726776591.19192: stdout chunk (state=3): >>><<< 6626 1726776591.19218: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776591.19229: _low_level_execute_command(): starting 6626 1726776591.19234: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888 `" && echo ansible-tmp-1726776591.192177-7924-113908822616888="` echo /root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888 `" ) && sleep 0' 6626 1726776591.19682: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776591.19687: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776591.19698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.19703: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.19706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.19750: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776591.19758: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776591.19761: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776591.19805: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776591.21744: stdout chunk (state=3): >>>ansible-tmp-1726776591.192177-7924-113908822616888=/root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888 <<< 6626 1726776591.21852: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776591.21877: stderr chunk (state=3): >>><<< 6626 1726776591.21880: stdout chunk (state=3): >>><<< 6626 1726776591.21898: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776591.192177-7924-113908822616888=/root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776591.21971: variable 'ansible_module_compression' from source: unknown 6626 1726776591.22014: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6626 1726776591.22041: variable 'ansible_facts' from source: unknown 6626 1726776591.22107: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/AnsiballZ_stat.py 6626 1726776591.22196: Sending initial data 6626 1726776591.22199: Sent initial data (150 bytes) 6626 1726776591.22664: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.22668: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.22754: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776591.22808: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776591.24432: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776591.24470: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776591.24532: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpxpwqn9tm /root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/AnsiballZ_stat.py <<< 6626 1726776591.24537: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/AnsiballZ_stat.py" <<< 6626 1726776591.24573: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpxpwqn9tm" to remote "/root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/AnsiballZ_stat.py" <<< 6626 1726776591.25433: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776591.25455: stderr chunk (state=3): >>><<< 6626 1726776591.25464: stdout chunk (state=3): >>><<< 6626 1726776591.25535: done transferring module to remote 6626 1726776591.25635: _low_level_execute_command(): starting 6626 1726776591.25638: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/ /root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/AnsiballZ_stat.py && sleep 0' 6626 1726776591.26241: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776591.26252: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776591.26264: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.26301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776591.26316: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776591.26400: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776591.26435: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776591.26522: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776591.28451: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776591.28484: stderr chunk (state=3): >>><<< 6626 1726776591.28501: stdout chunk (state=3): >>><<< 6626 1726776591.28595: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776591.28599: _low_level_execute_command(): starting 6626 1726776591.28601: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/AnsiballZ_stat.py && sleep 0' 6626 1726776591.29208: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.29251: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776591.29263: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776591.29336: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776591.46002: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profile_mode", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 7, "inode": 513802371, "dev": 51714, "nlink": 1, "atime": 1726776584.7698994, "mtime": 1726776584.7818995, "ctime": 1726776584.7818995, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "mimetype": "text/plain", "charset": "us-ascii", "version": "1633992081", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6626 1726776591.47588: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776591.47622: stderr chunk (state=3): >>><<< 6626 1726776591.47625: stdout chunk (state=3): >>><<< 6626 1726776591.47642: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profile_mode", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 7, "inode": 513802371, "dev": 51714, "nlink": 1, "atime": 1726776584.7698994, "mtime": 1726776584.7818995, "ctime": 1726776584.7818995, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "mimetype": "text/plain", "charset": "us-ascii", "version": "1633992081", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776591.47691: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/profile_mode', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6626 1726776591.47729: variable 'ansible_module_compression' from source: unknown 6626 1726776591.47763: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6626 1726776591.47778: variable 'ansible_facts' from source: unknown 6626 1726776591.47833: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/AnsiballZ_file.py 6626 1726776591.47928: Sending initial data 6626 1726776591.47931: Sent initial data (150 bytes) 6626 1726776591.48391: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.48395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.48397: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776591.48402: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776591.48404: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.48452: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776591.48455: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776591.48457: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776591.48510: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776591.50134: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776591.50174: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776591.50220: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpj4lakzev /root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/AnsiballZ_file.py <<< 6626 1726776591.50229: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/AnsiballZ_file.py" <<< 6626 1726776591.50268: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpj4lakzev" to remote "/root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/AnsiballZ_file.py" <<< 6626 1726776591.50270: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/AnsiballZ_file.py" <<< 6626 1726776591.50833: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776591.50877: stderr chunk (state=3): >>><<< 6626 1726776591.50880: stdout chunk (state=3): >>><<< 6626 1726776591.50911: done transferring module to remote 6626 1726776591.50919: _low_level_execute_command(): starting 6626 1726776591.50924: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/ /root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/AnsiballZ_file.py && sleep 0' 6626 1726776591.51376: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776591.51379: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776591.51381: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.51383: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.51388: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.51443: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776591.51448: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776591.51451: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776591.51496: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776591.53320: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776591.53344: stderr chunk (state=3): >>><<< 6626 1726776591.53347: stdout chunk (state=3): >>><<< 6626 1726776591.53362: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776591.53365: _low_level_execute_command(): starting 6626 1726776591.53370: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/AnsiballZ_file.py && sleep 0' 6626 1726776591.53826: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.53830: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.53832: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.53838: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.53889: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776591.53892: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776591.53900: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776591.53949: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776591.70421: stdout chunk (state=3): >>> {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".kmdvpm6p", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6626 1726776591.71877: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776591.71905: stderr chunk (state=3): >>><<< 6626 1726776591.71908: stdout chunk (state=3): >>><<< 6626 1726776591.71923: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profile_mode", "changed": false, "diff": {"before": {"path": "/etc/tuned/profile_mode"}, "after": {"path": "/etc/tuned/profile_mode"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "invocation": {"module_args": {"mode": "0600", "dest": "/etc/tuned/profile_mode", "_original_basename": ".kmdvpm6p", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776591.71954: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.kmdvpm6p', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776591.71961: _low_level_execute_command(): starting 6626 1726776591.71966: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776591.192177-7924-113908822616888/ > /dev/null 2>&1 && sleep 0' 6626 1726776591.72415: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.72418: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.72421: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776591.72423: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776591.72425: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.72471: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776591.72474: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776591.72478: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776591.72526: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776591.74354: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776591.74380: stderr chunk (state=3): >>><<< 6626 1726776591.74383: stdout chunk (state=3): >>><<< 6626 1726776591.74402: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776591.74409: handler run complete 6626 1726776591.74427: attempt loop complete, returning result 6626 1726776591.74430: _execute() done 6626 1726776591.74433: dumping result to json 6626 1726776591.74436: done dumping result, returning 6626 1726776591.74444: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [12343ab9-b159-5b96-3694-000000000205] 6626 1726776591.74447: sending task result for task 12343ab9-b159-5b96-3694-000000000205 6626 1726776591.74548: done sending task result for task 12343ab9-b159-5b96-3694-000000000205 6626 1726776591.74551: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/profile_mode", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "state": "file", "uid": 0 } 6626 1726776591.74660: no more pending results, returning what we have 6626 1726776591.74664: results queue empty 6626 1726776591.74664: checking for any_errors_fatal 6626 1726776591.74669: done checking for any_errors_fatal 6626 1726776591.74670: checking for max_fail_percentage 6626 1726776591.74672: done checking for max_fail_percentage 6626 1726776591.74672: checking to see if all hosts have failed and the running result is not ok 6626 1726776591.74673: done checking to see if all hosts have failed 6626 1726776591.74674: getting the remaining hosts for this loop 6626 1726776591.74675: done getting the remaining hosts for this loop 6626 1726776591.74678: getting the next task for host managed_node3 6626 1726776591.74683: done getting next task for host managed_node3 6626 1726776591.74688: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6626 1726776591.74692: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=10, 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), did rescue? False, did start at task? False 6626 1726776591.74703: getting variables 6626 1726776591.74704: in VariableManager get_vars() 6626 1726776591.74735: Calling all_inventory to load vars for managed_node3 6626 1726776591.74742: Calling groups_inventory to load vars for managed_node3 6626 1726776591.74744: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776591.74751: Calling all_plugins_play to load vars for managed_node3 6626 1726776591.74752: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776591.74754: Calling groups_plugins_play to load vars for managed_node3 6626 1726776591.74790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776591.74824: done with get_vars() 6626 1726776591.74830: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 16:09:51 -0400 (0:00:00.596) 0:00:31.891 **** 6626 1726776591.74893: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6626 1726776591.75084: worker is 1 (out of 1 available) 6626 1726776591.75102: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6626 1726776591.75113: done queuing things up, now waiting for results queue to drain 6626 1726776591.75115: waiting for pending results... 6626 1726776591.75269: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6626 1726776591.75335: in run() - task 12343ab9-b159-5b96-3694-000000000206 6626 1726776591.75346: variable 'ansible_search_path' from source: unknown 6626 1726776591.75349: variable 'ansible_search_path' from source: unknown 6626 1726776591.75383: calling self._execute() 6626 1726776591.75518: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776591.75524: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776591.75532: variable 'omit' from source: magic vars 6626 1726776591.75607: variable 'omit' from source: magic vars 6626 1726776591.75640: variable 'omit' from source: magic vars 6626 1726776591.75659: variable '__kernel_settings_profile_filename' from source: role '' all vars 6626 1726776591.75867: variable '__kernel_settings_profile_filename' from source: role '' all vars 6626 1726776591.75938: variable '__kernel_settings_profile_dir' from source: role '' all vars 6626 1726776591.75995: variable '__kernel_settings_profile_parent' from source: set_fact 6626 1726776591.76004: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6626 1726776591.76035: variable 'omit' from source: magic vars 6626 1726776591.76065: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776591.76092: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776591.76110: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776591.76125: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776591.76134: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776591.76157: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776591.76160: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776591.76162: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776591.76231: Set connection var ansible_shell_type to sh 6626 1726776591.76238: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776591.76243: Set connection var ansible_timeout to 10 6626 1726776591.76248: Set connection var ansible_pipelining to False 6626 1726776591.76255: Set connection var ansible_shell_executable to /bin/sh 6626 1726776591.76258: Set connection var ansible_connection to ssh 6626 1726776591.76272: variable 'ansible_shell_executable' from source: unknown 6626 1726776591.76275: variable 'ansible_connection' from source: unknown 6626 1726776591.76277: variable 'ansible_module_compression' from source: unknown 6626 1726776591.76279: variable 'ansible_shell_type' from source: unknown 6626 1726776591.76281: variable 'ansible_shell_executable' from source: unknown 6626 1726776591.76283: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776591.76290: variable 'ansible_pipelining' from source: unknown 6626 1726776591.76293: variable 'ansible_timeout' from source: unknown 6626 1726776591.76295: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776591.76428: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6626 1726776591.76432: variable 'omit' from source: magic vars 6626 1726776591.76440: starting attempt loop 6626 1726776591.76442: running the handler 6626 1726776591.76453: _low_level_execute_command(): starting 6626 1726776591.76459: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776591.76961: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.76964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.76970: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.76972: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.77027: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776591.77030: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776591.77032: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776591.77091: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776591.78723: stdout chunk (state=3): >>>/root <<< 6626 1726776591.78817: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776591.78848: stderr chunk (state=3): >>><<< 6626 1726776591.78851: stdout chunk (state=3): >>><<< 6626 1726776591.78870: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776591.78882: _low_level_execute_command(): starting 6626 1726776591.78890: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776591.7887123-7958-259889113437067 `" && echo ansible-tmp-1726776591.7887123-7958-259889113437067="` echo /root/.ansible/tmp/ansible-tmp-1726776591.7887123-7958-259889113437067 `" ) && sleep 0' 6626 1726776591.79342: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776591.79348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776591.79358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.79362: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.79364: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.79411: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776591.79418: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776591.79419: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776591.79464: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776591.81383: stdout chunk (state=3): >>>ansible-tmp-1726776591.7887123-7958-259889113437067=/root/.ansible/tmp/ansible-tmp-1726776591.7887123-7958-259889113437067 <<< 6626 1726776591.81484: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776591.81519: stderr chunk (state=3): >>><<< 6626 1726776591.81522: stdout chunk (state=3): >>><<< 6626 1726776591.81537: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776591.7887123-7958-259889113437067=/root/.ansible/tmp/ansible-tmp-1726776591.7887123-7958-259889113437067 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776591.81577: variable 'ansible_module_compression' from source: unknown 6626 1726776591.81610: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6626 1726776591.81644: variable 'ansible_facts' from source: unknown 6626 1726776591.81705: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776591.7887123-7958-259889113437067/AnsiballZ_kernel_settings_get_config.py 6626 1726776591.81804: Sending initial data 6626 1726776591.81807: Sent initial data (173 bytes) 6626 1726776591.82244: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776591.82248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.82260: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.82318: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776591.82321: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776591.82373: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776591.83931: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776591.83974: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776591.84022: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpe2j_aj3n /root/.ansible/tmp/ansible-tmp-1726776591.7887123-7958-259889113437067/AnsiballZ_kernel_settings_get_config.py <<< 6626 1726776591.84026: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776591.7887123-7958-259889113437067/AnsiballZ_kernel_settings_get_config.py" <<< 6626 1726776591.84065: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpe2j_aj3n" to remote "/root/.ansible/tmp/ansible-tmp-1726776591.7887123-7958-259889113437067/AnsiballZ_kernel_settings_get_config.py" <<< 6626 1726776591.84072: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776591.7887123-7958-259889113437067/AnsiballZ_kernel_settings_get_config.py" <<< 6626 1726776591.84614: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776591.84659: stderr chunk (state=3): >>><<< 6626 1726776591.84662: stdout chunk (state=3): >>><<< 6626 1726776591.84704: done transferring module to remote 6626 1726776591.84710: _low_level_execute_command(): starting 6626 1726776591.84715: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776591.7887123-7958-259889113437067/ /root/.ansible/tmp/ansible-tmp-1726776591.7887123-7958-259889113437067/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6626 1726776591.85170: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.85174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776591.85176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.85178: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.85193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.85237: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776591.85240: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776591.85244: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776591.85289: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776591.87057: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776591.87082: stderr chunk (state=3): >>><<< 6626 1726776591.87087: stdout chunk (state=3): >>><<< 6626 1726776591.87101: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776591.87107: _low_level_execute_command(): starting 6626 1726776591.87112: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776591.7887123-7958-259889113437067/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6626 1726776591.87574: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.87577: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.87580: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776591.87582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776591.87640: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776591.87643: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776591.87647: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776591.87703: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776592.03121: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 6626 1726776592.04562: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776592.04595: stderr chunk (state=3): >>><<< 6626 1726776592.04598: stdout chunk (state=3): >>><<< 6626 1726776592.04612: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776592.04633: done with _execute_module (fedora.linux_system_roles.kernel_settings_get_config, {'path': '/etc/tuned/profiles/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.kernel_settings_get_config', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776591.7887123-7958-259889113437067/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776592.04640: _low_level_execute_command(): starting 6626 1726776592.04645: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776591.7887123-7958-259889113437067/ > /dev/null 2>&1 && sleep 0' 6626 1726776592.05119: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.05123: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.05126: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.05128: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776592.05136: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.05181: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776592.05223: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776592.05300: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776592.07214: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776592.07228: stderr chunk (state=3): >>><<< 6626 1726776592.07231: stdout chunk (state=3): >>><<< 6626 1726776592.07246: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776592.07251: handler run complete 6626 1726776592.07272: attempt loop complete, returning result 6626 1726776592.07275: _execute() done 6626 1726776592.07277: dumping result to json 6626 1726776592.07279: done dumping result, returning 6626 1726776592.07289: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config [12343ab9-b159-5b96-3694-000000000206] 6626 1726776592.07291: sending task result for task 12343ab9-b159-5b96-3694-000000000206 6626 1726776592.07381: done sending task result for task 12343ab9-b159-5b96-3694-000000000206 6626 1726776592.07384: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "data": { "main": { "summary": "kernel settings" } } } 6626 1726776592.07536: no more pending results, returning what we have 6626 1726776592.07540: results queue empty 6626 1726776592.07540: checking for any_errors_fatal 6626 1726776592.07544: done checking for any_errors_fatal 6626 1726776592.07545: checking for max_fail_percentage 6626 1726776592.07547: done checking for max_fail_percentage 6626 1726776592.07547: checking to see if all hosts have failed and the running result is not ok 6626 1726776592.07548: done checking to see if all hosts have failed 6626 1726776592.07549: getting the remaining hosts for this loop 6626 1726776592.07550: done getting the remaining hosts for this loop 6626 1726776592.07553: getting the next task for host managed_node3 6626 1726776592.07559: done getting next task for host managed_node3 6626 1726776592.07562: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6626 1726776592.07565: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=11, 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), did rescue? False, did start at task? False 6626 1726776592.07574: getting variables 6626 1726776592.07575: in VariableManager get_vars() 6626 1726776592.07609: Calling all_inventory to load vars for managed_node3 6626 1726776592.07611: Calling groups_inventory to load vars for managed_node3 6626 1726776592.07613: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776592.07620: Calling all_plugins_play to load vars for managed_node3 6626 1726776592.07621: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776592.07623: Calling groups_plugins_play to load vars for managed_node3 6626 1726776592.07656: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776592.07685: done with get_vars() 6626 1726776592.07693: done getting variables 6626 1726776592.07739: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 16:09:52 -0400 (0:00:00.328) 0:00:32.220 **** 6626 1726776592.07763: entering _queue_task() for managed_node3/template 6626 1726776592.08001: worker is 1 (out of 1 available) 6626 1726776592.08015: exiting _queue_task() for managed_node3/template 6626 1726776592.08028: done queuing things up, now waiting for results queue to drain 6626 1726776592.08029: waiting for pending results... 6626 1726776592.08271: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6626 1726776592.08493: in run() - task 12343ab9-b159-5b96-3694-000000000207 6626 1726776592.08498: variable 'ansible_search_path' from source: unknown 6626 1726776592.08501: variable 'ansible_search_path' from source: unknown 6626 1726776592.08503: calling self._execute() 6626 1726776592.08505: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776592.08507: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776592.08528: variable 'omit' from source: magic vars 6626 1726776592.08645: variable 'omit' from source: magic vars 6626 1726776592.08719: variable 'omit' from source: magic vars 6626 1726776592.09082: variable '__kernel_settings_profile_src' from source: role '' all vars 6626 1726776592.09101: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6626 1726776592.09197: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6626 1726776592.09227: variable '__kernel_settings_profile_filename' from source: role '' all vars 6626 1726776592.09304: variable '__kernel_settings_profile_filename' from source: role '' all vars 6626 1726776592.09376: variable '__kernel_settings_profile_dir' from source: role '' all vars 6626 1726776592.09466: variable '__kernel_settings_profile_parent' from source: set_fact 6626 1726776592.09477: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6626 1726776592.09525: variable 'omit' from source: magic vars 6626 1726776592.09563: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776592.09596: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776592.09617: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776592.09633: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776592.09753: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776592.09758: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776592.09761: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776592.09764: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776592.09793: Set connection var ansible_shell_type to sh 6626 1726776592.09797: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776592.09806: Set connection var ansible_timeout to 10 6626 1726776592.09809: Set connection var ansible_pipelining to False 6626 1726776592.09814: Set connection var ansible_shell_executable to /bin/sh 6626 1726776592.09817: Set connection var ansible_connection to ssh 6626 1726776592.09855: variable 'ansible_shell_executable' from source: unknown 6626 1726776592.09859: variable 'ansible_connection' from source: unknown 6626 1726776592.09862: variable 'ansible_module_compression' from source: unknown 6626 1726776592.09864: variable 'ansible_shell_type' from source: unknown 6626 1726776592.09867: variable 'ansible_shell_executable' from source: unknown 6626 1726776592.09869: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776592.09871: variable 'ansible_pipelining' from source: unknown 6626 1726776592.09873: variable 'ansible_timeout' from source: unknown 6626 1726776592.09875: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776592.09988: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776592.09996: variable 'omit' from source: magic vars 6626 1726776592.10014: starting attempt loop 6626 1726776592.10017: running the handler 6626 1726776592.10020: _low_level_execute_command(): starting 6626 1726776592.10022: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776592.10812: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776592.10833: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776592.10848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.10867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776592.10891: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776592.10911: stderr chunk (state=3): >>>debug2: match not found <<< 6626 1726776592.10926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.10947: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6626 1726776592.11003: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.11053: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776592.11076: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776592.11174: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776592.12852: stdout chunk (state=3): >>>/root <<< 6626 1726776592.12937: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776592.12970: stderr chunk (state=3): >>><<< 6626 1726776592.12974: stdout chunk (state=3): >>><<< 6626 1726776592.13119: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776592.13122: _low_level_execute_command(): starting 6626 1726776592.13126: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216 `" && echo ansible-tmp-1726776592.130207-7973-44416558426216="` echo /root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216 `" ) && sleep 0' 6626 1726776592.13743: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776592.13763: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776592.13776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.13807: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776592.13828: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776592.13844: stderr chunk (state=3): >>>debug2: match not found <<< 6626 1726776592.13859: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.13905: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.13966: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776592.13997: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776592.14028: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776592.14095: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776592.16055: stdout chunk (state=3): >>>ansible-tmp-1726776592.130207-7973-44416558426216=/root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216 <<< 6626 1726776592.16155: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776592.16185: stderr chunk (state=3): >>><<< 6626 1726776592.16191: stdout chunk (state=3): >>><<< 6626 1726776592.16211: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776592.130207-7973-44416558426216=/root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776592.16226: evaluation_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 6626 1726776592.16244: search_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 6626 1726776592.16264: variable 'ansible_search_path' from source: unknown 6626 1726776592.16859: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776592.18301: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776592.18344: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776592.18379: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776592.18414: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776592.18433: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776592.18636: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776592.18655: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776592.18672: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776592.18702: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776592.18713: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776592.18944: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776592.18963: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776592.18979: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776592.19007: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776592.19018: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776592.19280: variable 'ansible_managed' from source: unknown 6626 1726776592.19284: variable '__sections' from source: task vars 6626 1726776592.19389: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776592.19408: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776592.19427: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776592.19453: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776592.19463: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776592.19547: variable 'kernel_settings_sysctl' from source: include params 6626 1726776592.19550: variable '__kernel_settings_state_empty' from source: role '' all vars 6626 1726776592.19557: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6626 1726776592.19592: variable '__sysctl_old' from source: task vars 6626 1726776592.19648: variable '__sysctl_old' from source: task vars 6626 1726776592.19801: variable 'kernel_settings_purge' from source: include params 6626 1726776592.19807: variable 'kernel_settings_sysctl' from source: include params 6626 1726776592.19810: variable '__kernel_settings_state_empty' from source: role '' all vars 6626 1726776592.19812: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6626 1726776592.19814: variable '__kernel_settings_profile_contents' from source: set_fact 6626 1726776592.19953: variable 'kernel_settings_sysfs' from source: include params 6626 1726776592.19956: variable '__kernel_settings_state_empty' from source: role '' all vars 6626 1726776592.19961: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6626 1726776592.19976: variable '__sysfs_old' from source: task vars 6626 1726776592.20022: variable '__sysfs_old' from source: task vars 6626 1726776592.20160: variable 'kernel_settings_purge' from source: include params 6626 1726776592.20163: variable 'kernel_settings_sysfs' from source: include params 6626 1726776592.20166: variable '__kernel_settings_state_empty' from source: role '' all vars 6626 1726776592.20172: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6626 1726776592.20176: variable '__kernel_settings_profile_contents' from source: set_fact 6626 1726776592.20198: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 6626 1726776592.20205: variable '__systemd_old' from source: task vars 6626 1726776592.20250: variable '__systemd_old' from source: task vars 6626 1726776592.20394: variable 'kernel_settings_purge' from source: include params 6626 1726776592.20398: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 6626 1726776592.20404: variable '__kernel_settings_state_absent' from source: role '' all vars 6626 1726776592.20406: variable '__kernel_settings_profile_contents' from source: set_fact 6626 1726776592.20419: variable 'kernel_settings_transparent_hugepages' from source: include params 6626 1726776592.20422: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 6626 1726776592.20427: variable '__trans_huge_old' from source: task vars 6626 1726776592.20479: variable '__trans_huge_old' from source: task vars 6626 1726776592.20621: variable 'kernel_settings_purge' from source: include params 6626 1726776592.20625: variable 'kernel_settings_transparent_hugepages' from source: include params 6626 1726776592.20627: variable '__kernel_settings_state_absent' from source: role '' all vars 6626 1726776592.20633: variable '__kernel_settings_profile_contents' from source: set_fact 6626 1726776592.20643: variable '__trans_defrag_old' from source: task vars 6626 1726776592.20690: variable '__trans_defrag_old' from source: task vars 6626 1726776592.20821: variable 'kernel_settings_purge' from source: include params 6626 1726776592.20825: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 6626 1726776592.20828: variable '__kernel_settings_state_absent' from source: role '' all vars 6626 1726776592.20834: variable '__kernel_settings_profile_contents' from source: set_fact 6626 1726776592.20853: variable '__kernel_settings_state_absent' from source: role '' all vars 6626 1726776592.20863: variable '__kernel_settings_state_absent' from source: role '' all vars 6626 1726776592.20868: variable '__kernel_settings_state_absent' from source: role '' all vars 6626 1726776592.21469: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776592.21513: variable 'ansible_module_compression' from source: unknown 6626 1726776592.21568: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6626 1726776592.21595: variable 'ansible_facts' from source: unknown 6626 1726776592.21644: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/AnsiballZ_stat.py 6626 1726776592.21738: Sending initial data 6626 1726776592.21742: Sent initial data (149 bytes) 6626 1726776592.22214: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.22222: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6626 1726776592.22225: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.22273: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776592.22277: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776592.22279: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776592.22336: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776592.24001: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776592.24040: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776592.24084: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpzdyhym2d /root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/AnsiballZ_stat.py <<< 6626 1726776592.24094: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/AnsiballZ_stat.py" <<< 6626 1726776592.24132: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpzdyhym2d" to remote "/root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/AnsiballZ_stat.py" <<< 6626 1726776592.24135: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/AnsiballZ_stat.py" <<< 6626 1726776592.24740: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776592.24781: stderr chunk (state=3): >>><<< 6626 1726776592.24785: stdout chunk (state=3): >>><<< 6626 1726776592.24821: done transferring module to remote 6626 1726776592.24828: _low_level_execute_command(): starting 6626 1726776592.24831: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/ /root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/AnsiballZ_stat.py && sleep 0' 6626 1726776592.25308: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.25313: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776592.25315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.25375: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776592.25379: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776592.25429: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776592.27249: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776592.27276: stderr chunk (state=3): >>><<< 6626 1726776592.27279: stdout chunk (state=3): >>><<< 6626 1726776592.27298: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776592.27303: _low_level_execute_command(): starting 6626 1726776592.27311: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/AnsiballZ_stat.py && sleep 0' 6626 1726776592.27805: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.27809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.27812: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.27867: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776592.27870: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776592.27875: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776592.27938: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776592.44351: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 86, "inode": 524288132, "dev": 51714, "nlink": 1, "atime": 1726776584.7718995, "mtime": 1726776583.3328886, "ctime": 1726776583.6018906, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "mimetype": "text/plain", "charset": "us-ascii", "version": "901152219", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6626 1726776592.46101: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776592.46106: stdout chunk (state=3): >>><<< 6626 1726776592.46109: stderr chunk (state=3): >>><<< 6626 1726776592.46141: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 86, "inode": 524288132, "dev": 51714, "nlink": 1, "atime": 1726776584.7718995, "mtime": 1726776583.3328886, "ctime": 1726776583.6018906, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "mimetype": "text/plain", "charset": "us-ascii", "version": "901152219", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776592.46196: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6626 1726776592.46230: variable 'ansible_module_compression' from source: unknown 6626 1726776592.46264: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6626 1726776592.46280: variable 'ansible_facts' from source: unknown 6626 1726776592.46336: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/AnsiballZ_file.py 6626 1726776592.46433: Sending initial data 6626 1726776592.46436: Sent initial data (149 bytes) 6626 1726776592.46908: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.46912: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.46914: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.46916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.46976: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776592.46984: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776592.46989: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776592.47037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776592.48848: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776592.48903: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776592.48960: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpel37t_hz /root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/AnsiballZ_file.py <<< 6626 1726776592.48963: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/AnsiballZ_file.py" <<< 6626 1726776592.49019: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpel37t_hz" to remote "/root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/AnsiballZ_file.py" <<< 6626 1726776592.50003: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776592.50007: stdout chunk (state=3): >>><<< 6626 1726776592.50010: stderr chunk (state=3): >>><<< 6626 1726776592.50012: done transferring module to remote 6626 1726776592.50014: _low_level_execute_command(): starting 6626 1726776592.50016: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/ /root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/AnsiballZ_file.py && sleep 0' 6626 1726776592.50674: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776592.50703: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776592.50720: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.50772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.50848: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776592.50880: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776592.50912: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776592.50992: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776592.52880: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776592.52884: stdout chunk (state=3): >>><<< 6626 1726776592.52889: stderr chunk (state=3): >>><<< 6626 1726776592.52900: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776592.52908: _low_level_execute_command(): starting 6626 1726776592.52911: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/AnsiballZ_file.py && sleep 0' 6626 1726776592.53372: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.53376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776592.53379: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.53440: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776592.53444: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776592.53446: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776592.53511: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776592.70246: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}, "after": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "_original_basename": "kernel_settings.j2", "recurse": false, "state": "file", "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6626 1726776592.71801: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776592.71806: stdout chunk (state=3): >>><<< 6626 1726776592.71808: stderr chunk (state=3): >>><<< 6626 1726776592.71810: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}, "after": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "_original_basename": "kernel_settings.j2", "recurse": false, "state": "file", "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776592.71821: done with _execute_module (ansible.legacy.file, {'mode': '0644', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', '_original_basename': 'kernel_settings.j2', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776592.71863: _low_level_execute_command(): starting 6626 1726776592.71875: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776592.130207-7973-44416558426216/ > /dev/null 2>&1 && sleep 0' 6626 1726776592.72527: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776592.72593: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.72650: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776592.72664: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776592.72691: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776592.72832: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776592.74668: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776592.74695: stderr chunk (state=3): >>><<< 6626 1726776592.74701: stdout chunk (state=3): >>><<< 6626 1726776592.74714: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776592.74722: handler run complete 6626 1726776592.74748: attempt loop complete, returning result 6626 1726776592.74751: _execute() done 6626 1726776592.74753: dumping result to json 6626 1726776592.74756: done dumping result, returning 6626 1726776592.74765: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [12343ab9-b159-5b96-3694-000000000207] 6626 1726776592.74767: sending task result for task 12343ab9-b159-5b96-3694-000000000207 6626 1726776592.74897: done sending task result for task 12343ab9-b159-5b96-3694-000000000207 6626 1726776592.74902: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "state": "file", "uid": 0 } 6626 1726776592.74995: no more pending results, returning what we have 6626 1726776592.75000: results queue empty 6626 1726776592.75001: checking for any_errors_fatal 6626 1726776592.75005: done checking for any_errors_fatal 6626 1726776592.75006: checking for max_fail_percentage 6626 1726776592.75008: done checking for max_fail_percentage 6626 1726776592.75008: checking to see if all hosts have failed and the running result is not ok 6626 1726776592.75009: done checking to see if all hosts have failed 6626 1726776592.75010: getting the remaining hosts for this loop 6626 1726776592.75018: done getting the remaining hosts for this loop 6626 1726776592.75022: getting the next task for host managed_node3 6626 1726776592.75029: done getting next task for host managed_node3 6626 1726776592.75032: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6626 1726776592.75035: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=12, 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), did rescue? False, did start at task? False 6626 1726776592.75045: getting variables 6626 1726776592.75046: in VariableManager get_vars() 6626 1726776592.75077: Calling all_inventory to load vars for managed_node3 6626 1726776592.75079: Calling groups_inventory to load vars for managed_node3 6626 1726776592.75081: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776592.75092: Calling all_plugins_play to load vars for managed_node3 6626 1726776592.75095: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776592.75097: Calling groups_plugins_play to load vars for managed_node3 6626 1726776592.75139: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776592.75171: done with get_vars() 6626 1726776592.75178: done getting variables 6626 1726776592.75222: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 16:09:52 -0400 (0:00:00.674) 0:00:32.895 **** 6626 1726776592.75246: entering _queue_task() for managed_node3/service 6626 1726776592.75440: worker is 1 (out of 1 available) 6626 1726776592.75452: exiting _queue_task() for managed_node3/service 6626 1726776592.75465: done queuing things up, now waiting for results queue to drain 6626 1726776592.75466: waiting for pending results... 6626 1726776592.75629: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6626 1726776592.75701: in run() - task 12343ab9-b159-5b96-3694-000000000208 6626 1726776592.75705: variable 'ansible_search_path' from source: unknown 6626 1726776592.75708: variable 'ansible_search_path' from source: unknown 6626 1726776592.75743: variable '__kernel_settings_services' from source: include_vars 6626 1726776592.75976: variable '__kernel_settings_services' from source: include_vars 6626 1726776592.76032: variable 'omit' from source: magic vars 6626 1726776592.76133: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776592.76137: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776592.76139: variable 'omit' from source: magic vars 6626 1726776592.76327: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776592.76497: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776592.76530: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776592.76554: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776592.76582: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776592.76654: variable '__kernel_settings_register_profile' from source: set_fact 6626 1726776592.76662: variable '__kernel_settings_register_mode' from source: set_fact 6626 1726776592.76679: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 6626 1726776592.76682: when evaluation is False, skipping this task 6626 1726776592.76705: variable 'item' from source: unknown 6626 1726776592.76751: variable 'item' from source: unknown skipping: [managed_node3] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed", "item": "tuned", "skip_reason": "Conditional result was False" } 6626 1726776592.76897: dumping result to json 6626 1726776592.76901: done dumping result, returning 6626 1726776592.76904: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [12343ab9-b159-5b96-3694-000000000208] 6626 1726776592.76906: sending task result for task 12343ab9-b159-5b96-3694-000000000208 6626 1726776592.76942: done sending task result for task 12343ab9-b159-5b96-3694-000000000208 6626 1726776592.76945: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 6626 1726776592.76974: no more pending results, returning what we have 6626 1726776592.76977: results queue empty 6626 1726776592.76978: checking for any_errors_fatal 6626 1726776592.76988: done checking for any_errors_fatal 6626 1726776592.76988: checking for max_fail_percentage 6626 1726776592.76990: done checking for max_fail_percentage 6626 1726776592.76990: checking to see if all hosts have failed and the running result is not ok 6626 1726776592.76991: done checking to see if all hosts have failed 6626 1726776592.76992: getting the remaining hosts for this loop 6626 1726776592.76993: done getting the remaining hosts for this loop 6626 1726776592.76996: getting the next task for host managed_node3 6626 1726776592.77003: done getting next task for host managed_node3 6626 1726776592.77006: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6626 1726776592.77010: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=13, 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), did rescue? False, did start at task? False 6626 1726776592.77021: getting variables 6626 1726776592.77023: in VariableManager get_vars() 6626 1726776592.77049: Calling all_inventory to load vars for managed_node3 6626 1726776592.77051: Calling groups_inventory to load vars for managed_node3 6626 1726776592.77052: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776592.77059: Calling all_plugins_play to load vars for managed_node3 6626 1726776592.77060: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776592.77062: Calling groups_plugins_play to load vars for managed_node3 6626 1726776592.77097: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776592.77129: done with get_vars() 6626 1726776592.77135: done getting variables 6626 1726776592.77175: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 16:09:52 -0400 (0:00:00.019) 0:00:32.914 **** 6626 1726776592.77201: entering _queue_task() for managed_node3/command 6626 1726776592.77385: worker is 1 (out of 1 available) 6626 1726776592.77401: exiting _queue_task() for managed_node3/command 6626 1726776592.77414: done queuing things up, now waiting for results queue to drain 6626 1726776592.77415: waiting for pending results... 6626 1726776592.77565: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6626 1726776592.77629: in run() - task 12343ab9-b159-5b96-3694-000000000209 6626 1726776592.77646: variable 'ansible_search_path' from source: unknown 6626 1726776592.77650: variable 'ansible_search_path' from source: unknown 6626 1726776592.77673: calling self._execute() 6626 1726776592.77729: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776592.77733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776592.77742: variable 'omit' from source: magic vars 6626 1726776592.78062: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776592.78229: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776592.78261: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776592.78288: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776592.78316: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776592.78396: variable '__kernel_settings_register_profile' from source: set_fact 6626 1726776592.78419: Evaluated conditional (not __kernel_settings_register_profile is changed): True 6626 1726776592.78507: variable '__kernel_settings_register_mode' from source: set_fact 6626 1726776592.78521: Evaluated conditional (not __kernel_settings_register_mode is changed): True 6626 1726776592.78591: variable '__kernel_settings_register_apply' from source: set_fact 6626 1726776592.78602: Evaluated conditional (__kernel_settings_register_apply is changed): False 6626 1726776592.78605: when evaluation is False, skipping this task 6626 1726776592.78608: _execute() done 6626 1726776592.78610: dumping result to json 6626 1726776592.78612: done dumping result, returning 6626 1726776592.78618: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [12343ab9-b159-5b96-3694-000000000209] 6626 1726776592.78622: sending task result for task 12343ab9-b159-5b96-3694-000000000209 6626 1726776592.78706: done sending task result for task 12343ab9-b159-5b96-3694-000000000209 6626 1726776592.78709: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_apply is changed", "skip_reason": "Conditional result was False" } 6626 1726776592.78777: no more pending results, returning what we have 6626 1726776592.78780: results queue empty 6626 1726776592.78781: checking for any_errors_fatal 6626 1726776592.78789: done checking for any_errors_fatal 6626 1726776592.78790: checking for max_fail_percentage 6626 1726776592.78792: done checking for max_fail_percentage 6626 1726776592.78793: checking to see if all hosts have failed and the running result is not ok 6626 1726776592.78793: done checking to see if all hosts have failed 6626 1726776592.78794: getting the remaining hosts for this loop 6626 1726776592.78795: done getting the remaining hosts for this loop 6626 1726776592.78801: getting the next task for host managed_node3 6626 1726776592.78808: done getting next task for host managed_node3 6626 1726776592.78811: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6626 1726776592.78815: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=14, 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), did rescue? False, did start at task? False 6626 1726776592.78827: getting variables 6626 1726776592.78828: in VariableManager get_vars() 6626 1726776592.78860: Calling all_inventory to load vars for managed_node3 6626 1726776592.78862: Calling groups_inventory to load vars for managed_node3 6626 1726776592.78863: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776592.78870: Calling all_plugins_play to load vars for managed_node3 6626 1726776592.78871: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776592.78873: Calling groups_plugins_play to load vars for managed_node3 6626 1726776592.78912: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776592.78942: done with get_vars() 6626 1726776592.78948: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 16:09:52 -0400 (0:00:00.018) 0:00:32.932 **** 6626 1726776592.79017: entering _queue_task() for managed_node3/include_tasks 6626 1726776592.79206: worker is 1 (out of 1 available) 6626 1726776592.79220: exiting _queue_task() for managed_node3/include_tasks 6626 1726776592.79235: done queuing things up, now waiting for results queue to drain 6626 1726776592.79237: waiting for pending results... 6626 1726776592.79392: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6626 1726776592.79463: in run() - task 12343ab9-b159-5b96-3694-00000000020a 6626 1726776592.79473: variable 'ansible_search_path' from source: unknown 6626 1726776592.79476: variable 'ansible_search_path' from source: unknown 6626 1726776592.79506: calling self._execute() 6626 1726776592.79558: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776592.79562: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776592.79572: variable 'omit' from source: magic vars 6626 1726776592.79894: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776592.80068: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776592.80101: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776592.80125: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776592.80212: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776592.80289: variable '__kernel_settings_register_apply' from source: set_fact 6626 1726776592.80308: Evaluated conditional (__kernel_settings_register_apply is changed): False 6626 1726776592.80312: when evaluation is False, skipping this task 6626 1726776592.80314: _execute() done 6626 1726776592.80317: dumping result to json 6626 1726776592.80319: done dumping result, returning 6626 1726776592.80327: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [12343ab9-b159-5b96-3694-00000000020a] 6626 1726776592.80330: sending task result for task 12343ab9-b159-5b96-3694-00000000020a 6626 1726776592.80416: done sending task result for task 12343ab9-b159-5b96-3694-00000000020a 6626 1726776592.80419: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_apply is changed", "skip_reason": "Conditional result was False" } 6626 1726776592.80471: no more pending results, returning what we have 6626 1726776592.80475: results queue empty 6626 1726776592.80475: checking for any_errors_fatal 6626 1726776592.80482: done checking for any_errors_fatal 6626 1726776592.80482: checking for max_fail_percentage 6626 1726776592.80484: done checking for max_fail_percentage 6626 1726776592.80485: checking to see if all hosts have failed and the running result is not ok 6626 1726776592.80487: done checking to see if all hosts have failed 6626 1726776592.80488: getting the remaining hosts for this loop 6626 1726776592.80490: done getting the remaining hosts for this loop 6626 1726776592.80493: getting the next task for host managed_node3 6626 1726776592.80502: done getting next task for host managed_node3 6626 1726776592.80506: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6626 1726776592.80510: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=15, 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), did rescue? False, did start at task? False 6626 1726776592.80523: getting variables 6626 1726776592.80524: in VariableManager get_vars() 6626 1726776592.80556: Calling all_inventory to load vars for managed_node3 6626 1726776592.80558: Calling groups_inventory to load vars for managed_node3 6626 1726776592.80560: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776592.80568: Calling all_plugins_play to load vars for managed_node3 6626 1726776592.80570: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776592.80573: Calling groups_plugins_play to load vars for managed_node3 6626 1726776592.80614: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776592.80646: done with get_vars() 6626 1726776592.80652: done getting variables 6626 1726776592.80694: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 16:09:52 -0400 (0:00:00.017) 0:00:32.949 **** 6626 1726776592.80718: entering _queue_task() for managed_node3/set_fact 6626 1726776592.80911: worker is 1 (out of 1 available) 6626 1726776592.80925: exiting _queue_task() for managed_node3/set_fact 6626 1726776592.80936: done queuing things up, now waiting for results queue to drain 6626 1726776592.80937: waiting for pending results... 6626 1726776592.81112: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6626 1726776592.81180: in run() - task 12343ab9-b159-5b96-3694-00000000020b 6626 1726776592.81195: variable 'ansible_search_path' from source: unknown 6626 1726776592.81199: variable 'ansible_search_path' from source: unknown 6626 1726776592.81228: calling self._execute() 6626 1726776592.81282: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776592.81287: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776592.81299: variable 'omit' from source: magic vars 6626 1726776592.81377: variable 'omit' from source: magic vars 6626 1726776592.81415: variable 'omit' from source: magic vars 6626 1726776592.81437: variable 'omit' from source: magic vars 6626 1726776592.81468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776592.81500: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776592.81519: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776592.81534: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776592.81543: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776592.81565: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776592.81568: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776592.81570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776592.81642: Set connection var ansible_shell_type to sh 6626 1726776592.81649: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776592.81654: Set connection var ansible_timeout to 10 6626 1726776592.81659: Set connection var ansible_pipelining to False 6626 1726776592.81666: Set connection var ansible_shell_executable to /bin/sh 6626 1726776592.81669: Set connection var ansible_connection to ssh 6626 1726776592.81684: variable 'ansible_shell_executable' from source: unknown 6626 1726776592.81688: variable 'ansible_connection' from source: unknown 6626 1726776592.81691: variable 'ansible_module_compression' from source: unknown 6626 1726776592.81694: variable 'ansible_shell_type' from source: unknown 6626 1726776592.81697: variable 'ansible_shell_executable' from source: unknown 6626 1726776592.81699: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776592.81706: variable 'ansible_pipelining' from source: unknown 6626 1726776592.81709: variable 'ansible_timeout' from source: unknown 6626 1726776592.81711: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776592.81813: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776592.81823: variable 'omit' from source: magic vars 6626 1726776592.81838: starting attempt loop 6626 1726776592.81841: running the handler 6626 1726776592.81848: handler run complete 6626 1726776592.81857: attempt loop complete, returning result 6626 1726776592.81860: _execute() done 6626 1726776592.81862: dumping result to json 6626 1726776592.81865: done dumping result, returning 6626 1726776592.81872: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [12343ab9-b159-5b96-3694-00000000020b] 6626 1726776592.81875: sending task result for task 12343ab9-b159-5b96-3694-00000000020b 6626 1726776592.81949: done sending task result for task 12343ab9-b159-5b96-3694-00000000020b 6626 1726776592.81952: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6626 1726776592.82012: no more pending results, returning what we have 6626 1726776592.82015: results queue empty 6626 1726776592.82016: checking for any_errors_fatal 6626 1726776592.82021: done checking for any_errors_fatal 6626 1726776592.82022: checking for max_fail_percentage 6626 1726776592.82023: done checking for max_fail_percentage 6626 1726776592.82025: checking to see if all hosts have failed and the running result is not ok 6626 1726776592.82026: done checking to see if all hosts have failed 6626 1726776592.82027: getting the remaining hosts for this loop 6626 1726776592.82028: done getting the remaining hosts for this loop 6626 1726776592.82031: getting the next task for host managed_node3 6626 1726776592.82038: done getting next task for host managed_node3 6626 1726776592.82041: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6626 1726776592.82045: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=4, 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? (HOST STATE: block=0, task=16, 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), did rescue? False, did start at task? False 6626 1726776592.82054: getting variables 6626 1726776592.82055: in VariableManager get_vars() 6626 1726776592.82084: Calling all_inventory to load vars for managed_node3 6626 1726776592.82094: Calling groups_inventory to load vars for managed_node3 6626 1726776592.82096: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776592.82104: Calling all_plugins_play to load vars for managed_node3 6626 1726776592.82106: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776592.82109: Calling groups_plugins_play to load vars for managed_node3 6626 1726776592.82145: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776592.82177: done with get_vars() 6626 1726776592.82182: done getting variables 6626 1726776592.82227: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 16:09:52 -0400 (0:00:00.015) 0:00:32.965 **** 6626 1726776592.82248: entering _queue_task() for managed_node3/set_fact 6626 1726776592.82433: worker is 1 (out of 1 available) 6626 1726776592.82446: exiting _queue_task() for managed_node3/set_fact 6626 1726776592.82458: done queuing things up, now waiting for results queue to drain 6626 1726776592.82460: waiting for pending results... 6626 1726776592.82804: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6626 1726776592.82809: in run() - task 12343ab9-b159-5b96-3694-00000000020c 6626 1726776592.82813: variable 'ansible_search_path' from source: unknown 6626 1726776592.82817: variable 'ansible_search_path' from source: unknown 6626 1726776592.82820: calling self._execute() 6626 1726776592.82891: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776592.82907: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776592.82925: variable 'omit' from source: magic vars 6626 1726776592.83033: variable 'omit' from source: magic vars 6626 1726776592.83089: variable 'omit' from source: magic vars 6626 1726776592.83451: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6626 1726776592.83767: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6626 1726776592.83821: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6626 1726776592.83846: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6626 1726776592.83871: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6626 1726776592.83973: variable '__kernel_settings_register_profile' from source: set_fact 6626 1726776592.83983: variable '__kernel_settings_register_mode' from source: set_fact 6626 1726776592.83993: variable '__kernel_settings_register_apply' from source: set_fact 6626 1726776592.84033: variable 'omit' from source: magic vars 6626 1726776592.84056: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776592.84077: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776592.84093: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776592.84111: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776592.84119: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776592.84142: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776592.84145: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776592.84148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776592.84217: Set connection var ansible_shell_type to sh 6626 1726776592.84227: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776592.84230: Set connection var ansible_timeout to 10 6626 1726776592.84235: Set connection var ansible_pipelining to False 6626 1726776592.84243: Set connection var ansible_shell_executable to /bin/sh 6626 1726776592.84246: Set connection var ansible_connection to ssh 6626 1726776592.84261: variable 'ansible_shell_executable' from source: unknown 6626 1726776592.84263: variable 'ansible_connection' from source: unknown 6626 1726776592.84266: variable 'ansible_module_compression' from source: unknown 6626 1726776592.84268: variable 'ansible_shell_type' from source: unknown 6626 1726776592.84271: variable 'ansible_shell_executable' from source: unknown 6626 1726776592.84273: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776592.84278: variable 'ansible_pipelining' from source: unknown 6626 1726776592.84280: variable 'ansible_timeout' from source: unknown 6626 1726776592.84284: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776592.84360: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776592.84368: variable 'omit' from source: magic vars 6626 1726776592.84373: starting attempt loop 6626 1726776592.84376: running the handler 6626 1726776592.84384: handler run complete 6626 1726776592.84395: attempt loop complete, returning result 6626 1726776592.84397: _execute() done 6626 1726776592.84400: dumping result to json 6626 1726776592.84405: done dumping result, returning 6626 1726776592.84413: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [12343ab9-b159-5b96-3694-00000000020c] 6626 1726776592.84415: sending task result for task 12343ab9-b159-5b96-3694-00000000020c 6626 1726776592.84491: done sending task result for task 12343ab9-b159-5b96-3694-00000000020c 6626 1726776592.84494: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_changed": false }, "changed": false } 6626 1726776592.84557: no more pending results, returning what we have 6626 1726776592.84561: results queue empty 6626 1726776592.84561: checking for any_errors_fatal 6626 1726776592.84566: done checking for any_errors_fatal 6626 1726776592.84566: checking for max_fail_percentage 6626 1726776592.84568: done checking for max_fail_percentage 6626 1726776592.84569: checking to see if all hosts have failed and the running result is not ok 6626 1726776592.84570: done checking to see if all hosts have failed 6626 1726776592.84571: getting the remaining hosts for this loop 6626 1726776592.84572: done getting the remaining hosts for this loop 6626 1726776592.84576: getting the next task for host managed_node3 6626 1726776592.84585: done getting next task for host managed_node3 6626 1726776592.84588: ^ task is: TASK: meta (role_complete) 6626 1726776592.84592: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=5, 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? (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), did rescue? False, did start at task? False 6626 1726776592.84604: getting variables 6626 1726776592.84606: in VariableManager get_vars() 6626 1726776592.84640: Calling all_inventory to load vars for managed_node3 6626 1726776592.84642: Calling groups_inventory to load vars for managed_node3 6626 1726776592.84645: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776592.84653: Calling all_plugins_play to load vars for managed_node3 6626 1726776592.84656: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776592.84658: Calling groups_plugins_play to load vars for managed_node3 6626 1726776592.84707: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776592.84738: done with get_vars() 6626 1726776592.84745: done getting variables 6626 1726776592.84803: done queuing things up, now waiting for results queue to drain 6626 1726776592.84810: results queue empty 6626 1726776592.84810: checking for any_errors_fatal 6626 1726776592.84812: done checking for any_errors_fatal 6626 1726776592.84812: checking for max_fail_percentage 6626 1726776592.84813: done checking for max_fail_percentage 6626 1726776592.84813: checking to see if all hosts have failed and the running result is not ok 6626 1726776592.84814: done checking to see if all hosts have failed 6626 1726776592.84814: getting the remaining hosts for this loop 6626 1726776592.84815: done getting the remaining hosts for this loop 6626 1726776592.84816: getting the next task for host managed_node3 6626 1726776592.84819: done getting next task for host managed_node3 6626 1726776592.84820: ^ task is: TASK: Verify no settings 6626 1726776592.84822: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=6, 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), did rescue? False, did start at task? False 6626 1726776592.84823: getting variables 6626 1726776592.84824: in VariableManager get_vars() 6626 1726776592.84832: Calling all_inventory to load vars for managed_node3 6626 1726776592.84833: Calling groups_inventory to load vars for managed_node3 6626 1726776592.84835: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776592.84838: Calling all_plugins_play to load vars for managed_node3 6626 1726776592.84839: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776592.84841: Calling groups_plugins_play to load vars for managed_node3 6626 1726776592.84861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776592.84878: done with get_vars() 6626 1726776592.84882: done getting variables 6626 1726776592.84915: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify no settings] ****************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:20 Thursday 19 September 2024 16:09:52 -0400 (0:00:00.026) 0:00:32.991 **** 6626 1726776592.84936: entering _queue_task() for managed_node3/shell 6626 1726776592.85136: worker is 1 (out of 1 available) 6626 1726776592.85148: exiting _queue_task() for managed_node3/shell 6626 1726776592.85161: done queuing things up, now waiting for results queue to drain 6626 1726776592.85163: waiting for pending results... 6626 1726776592.85321: running TaskExecutor() for managed_node3/TASK: Verify no settings 6626 1726776592.85373: in run() - task 12343ab9-b159-5b96-3694-000000000154 6626 1726776592.85388: variable 'ansible_search_path' from source: unknown 6626 1726776592.85392: variable 'ansible_search_path' from source: unknown 6626 1726776592.85421: calling self._execute() 6626 1726776592.85566: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776592.85570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776592.85579: variable 'omit' from source: magic vars 6626 1726776592.85652: variable 'omit' from source: magic vars 6626 1726776592.85891: variable 'omit' from source: magic vars 6626 1726776592.86015: variable '__kernel_settings_profile_filename' from source: role '' exported vars 6626 1726776592.86095: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6626 1726776592.86188: variable '__kernel_settings_profile_parent' from source: set_fact 6626 1726776592.86202: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6626 1726776592.86246: variable 'omit' from source: magic vars 6626 1726776592.86283: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776592.86323: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776592.86343: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776592.86361: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776592.86374: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776592.86410: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776592.86419: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776592.86426: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776592.86526: Set connection var ansible_shell_type to sh 6626 1726776592.86537: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776592.86545: Set connection var ansible_timeout to 10 6626 1726776592.86554: Set connection var ansible_pipelining to False 6626 1726776592.86563: Set connection var ansible_shell_executable to /bin/sh 6626 1726776592.86567: Set connection var ansible_connection to ssh 6626 1726776592.86591: variable 'ansible_shell_executable' from source: unknown 6626 1726776592.86601: variable 'ansible_connection' from source: unknown 6626 1726776592.86608: variable 'ansible_module_compression' from source: unknown 6626 1726776592.86616: variable 'ansible_shell_type' from source: unknown 6626 1726776592.86624: variable 'ansible_shell_executable' from source: unknown 6626 1726776592.86630: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776592.86637: variable 'ansible_pipelining' from source: unknown 6626 1726776592.86643: variable 'ansible_timeout' from source: unknown 6626 1726776592.86651: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776592.86782: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776592.86802: variable 'omit' from source: magic vars 6626 1726776592.86812: starting attempt loop 6626 1726776592.86818: running the handler 6626 1726776592.86831: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776592.86850: _low_level_execute_command(): starting 6626 1726776592.86861: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776592.87568: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776592.87588: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776592.87606: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.87628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776592.87646: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776592.87658: stderr chunk (state=3): >>>debug2: match not found <<< 6626 1726776592.87672: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.87692: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6626 1726776592.87783: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776592.87812: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776592.87906: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776592.89613: stdout chunk (state=3): >>>/root <<< 6626 1726776592.89710: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776592.89738: stderr chunk (state=3): >>><<< 6626 1726776592.89742: stdout chunk (state=3): >>><<< 6626 1726776592.89765: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776592.89778: _low_level_execute_command(): starting 6626 1726776592.89785: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776592.897651-8009-261547035006297 `" && echo ansible-tmp-1726776592.897651-8009-261547035006297="` echo /root/.ansible/tmp/ansible-tmp-1726776592.897651-8009-261547035006297 `" ) && sleep 0' 6626 1726776592.90251: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776592.90254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776592.90257: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6626 1726776592.90260: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.90262: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.90316: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776592.90319: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776592.90323: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776592.90376: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776592.92330: stdout chunk (state=3): >>>ansible-tmp-1726776592.897651-8009-261547035006297=/root/.ansible/tmp/ansible-tmp-1726776592.897651-8009-261547035006297 <<< 6626 1726776592.92438: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776592.92465: stderr chunk (state=3): >>><<< 6626 1726776592.92468: stdout chunk (state=3): >>><<< 6626 1726776592.92484: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776592.897651-8009-261547035006297=/root/.ansible/tmp/ansible-tmp-1726776592.897651-8009-261547035006297 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776592.92520: variable 'ansible_module_compression' from source: unknown 6626 1726776592.92561: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6626 1726776592.92590: variable 'ansible_facts' from source: unknown 6626 1726776592.92650: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776592.897651-8009-261547035006297/AnsiballZ_command.py 6626 1726776592.92757: Sending initial data 6626 1726776592.92760: Sent initial data (153 bytes) 6626 1726776592.93215: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.93219: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.93221: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.93223: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.93271: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776592.93274: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776592.93334: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776592.94959: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776592.95018: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776592.95068: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpekny869i /root/.ansible/tmp/ansible-tmp-1726776592.897651-8009-261547035006297/AnsiballZ_command.py <<< 6626 1726776592.95076: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776592.897651-8009-261547035006297/AnsiballZ_command.py" <<< 6626 1726776592.95108: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 6626 1726776592.95121: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpekny869i" to remote "/root/.ansible/tmp/ansible-tmp-1726776592.897651-8009-261547035006297/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776592.897651-8009-261547035006297/AnsiballZ_command.py" <<< 6626 1726776592.95673: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776592.95721: stderr chunk (state=3): >>><<< 6626 1726776592.95724: stdout chunk (state=3): >>><<< 6626 1726776592.95765: done transferring module to remote 6626 1726776592.95773: _low_level_execute_command(): starting 6626 1726776592.95777: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776592.897651-8009-261547035006297/ /root/.ansible/tmp/ansible-tmp-1726776592.897651-8009-261547035006297/AnsiballZ_command.py && sleep 0' 6626 1726776592.96234: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776592.96237: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.96244: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776592.96246: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776592.96248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.96298: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776592.96308: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776592.96351: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776592.98204: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776592.98252: stderr chunk (state=3): >>><<< 6626 1726776592.98255: stdout chunk (state=3): >>><<< 6626 1726776592.98268: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776592.98270: _low_level_execute_command(): starting 6626 1726776592.98276: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776592.897651-8009-261547035006297/AnsiballZ_command.py && sleep 0' 6626 1726776592.98730: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.98734: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.98736: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776592.98738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776592.98791: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776592.98795: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776592.98801: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776592.98856: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.15147: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "start": "2024-09-19 16:09:53.141164", "end": "2024-09-19 16:09:53.149638", "delta": "0:00:00.008474", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 6626 1726776593.16735: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776593.16762: stderr chunk (state=3): >>><<< 6626 1726776593.16766: stdout chunk (state=3): >>><<< 6626 1726776593.16783: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "start": "2024-09-19 16:09:53.141164", "end": "2024-09-19 16:09:53.149638", "delta": "0:00:00.008474", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776593.16825: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\["$section"\\\\] "$conf"; then\n echo ERROR: "$section" settings present\n rc=1\n fi\ndone\nexit "$rc"\n', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776592.897651-8009-261547035006297/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776593.16831: _low_level_execute_command(): starting 6626 1726776593.16836: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776592.897651-8009-261547035006297/ > /dev/null 2>&1 && sleep 0' 6626 1726776593.17447: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.17509: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.19333: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776593.19360: stderr chunk (state=3): >>><<< 6626 1726776593.19363: stdout chunk (state=3): >>><<< 6626 1726776593.19378: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776593.19383: handler run complete 6626 1726776593.19404: Evaluated conditional (False): False 6626 1726776593.19412: attempt loop complete, returning result 6626 1726776593.19415: _execute() done 6626 1726776593.19417: dumping result to json 6626 1726776593.19422: done dumping result, returning 6626 1726776593.19430: done running TaskExecutor() for managed_node3/TASK: Verify no settings [12343ab9-b159-5b96-3694-000000000154] 6626 1726776593.19432: sending task result for task 12343ab9-b159-5b96-3694-000000000154 6626 1726776593.19624: done sending task result for task 12343ab9-b159-5b96-3694-000000000154 6626 1726776593.19627: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "delta": "0:00:00.008474", "end": "2024-09-19 16:09:53.149638", "rc": 0, "start": "2024-09-19 16:09:53.141164" } STDERR: + exec + rc=0 + conf=/etc/tuned/profiles/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[sysctl\]' /etc/tuned/profiles/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[sysfs\]' /etc/tuned/profiles/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[systemd\]' /etc/tuned/profiles/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[vm\]' /etc/tuned/profiles/kernel_settings/tuned.conf + exit 0 6626 1726776593.19683: no more pending results, returning what we have 6626 1726776593.19687: results queue empty 6626 1726776593.19688: checking for any_errors_fatal 6626 1726776593.19689: done checking for any_errors_fatal 6626 1726776593.19690: checking for max_fail_percentage 6626 1726776593.19692: done checking for max_fail_percentage 6626 1726776593.19692: checking to see if all hosts have failed and the running result is not ok 6626 1726776593.19693: done checking to see if all hosts have failed 6626 1726776593.19694: getting the remaining hosts for this loop 6626 1726776593.19695: done getting the remaining hosts for this loop 6626 1726776593.19700: getting the next task for host managed_node3 6626 1726776593.19706: done getting next task for host managed_node3 6626 1726776593.19708: ^ task is: TASK: Remove kernel_settings tuned profile 6626 1726776593.19710: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=6, rescue=0, always=1, handlers=0, run_state=3, 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), did rescue? False, did start at task? False 6626 1726776593.19714: getting variables 6626 1726776593.19715: in VariableManager get_vars() 6626 1726776593.19742: Calling all_inventory to load vars for managed_node3 6626 1726776593.19744: Calling groups_inventory to load vars for managed_node3 6626 1726776593.19746: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776593.19754: Calling all_plugins_play to load vars for managed_node3 6626 1726776593.19755: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776593.19757: Calling groups_plugins_play to load vars for managed_node3 6626 1726776593.19794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776593.19828: done with get_vars() 6626 1726776593.19840: done getting variables TASK [Remove kernel_settings tuned profile] ************************************ task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36 Thursday 19 September 2024 16:09:53 -0400 (0:00:00.349) 0:00:33.341 **** 6626 1726776593.19933: entering _queue_task() for managed_node3/file 6626 1726776593.20173: worker is 1 (out of 1 available) 6626 1726776593.20390: exiting _queue_task() for managed_node3/file 6626 1726776593.20401: done queuing things up, now waiting for results queue to drain 6626 1726776593.20402: waiting for pending results... 6626 1726776593.20602: running TaskExecutor() for managed_node3/TASK: Remove kernel_settings tuned profile 6626 1726776593.20608: in run() - task 12343ab9-b159-5b96-3694-000000000155 6626 1726776593.20612: variable 'ansible_search_path' from source: unknown 6626 1726776593.20615: variable 'ansible_search_path' from source: unknown 6626 1726776593.20735: calling self._execute() 6626 1726776593.20739: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776593.20741: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776593.20743: variable 'omit' from source: magic vars 6626 1726776593.20846: variable 'omit' from source: magic vars 6626 1726776593.20889: variable 'omit' from source: magic vars 6626 1726776593.20925: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6626 1726776593.21253: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6626 1726776593.21355: variable '__kernel_settings_profile_parent' from source: set_fact 6626 1726776593.21366: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6626 1726776593.21419: variable 'omit' from source: magic vars 6626 1726776593.21465: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776593.21514: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776593.21540: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776593.21562: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776593.21579: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776593.21623: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776593.21631: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776593.21709: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776593.21753: Set connection var ansible_shell_type to sh 6626 1726776593.21768: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776593.21779: Set connection var ansible_timeout to 10 6626 1726776593.21792: Set connection var ansible_pipelining to False 6626 1726776593.21808: Set connection var ansible_shell_executable to /bin/sh 6626 1726776593.21820: Set connection var ansible_connection to ssh 6626 1726776593.21845: variable 'ansible_shell_executable' from source: unknown 6626 1726776593.21852: variable 'ansible_connection' from source: unknown 6626 1726776593.21859: variable 'ansible_module_compression' from source: unknown 6626 1726776593.21865: variable 'ansible_shell_type' from source: unknown 6626 1726776593.21871: variable 'ansible_shell_executable' from source: unknown 6626 1726776593.21878: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776593.21888: variable 'ansible_pipelining' from source: unknown 6626 1726776593.21896: variable 'ansible_timeout' from source: unknown 6626 1726776593.21925: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776593.22122: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6626 1726776593.22143: variable 'omit' from source: magic vars 6626 1726776593.22190: starting attempt loop 6626 1726776593.22194: running the handler 6626 1726776593.22196: _low_level_execute_command(): starting 6626 1726776593.22201: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776593.23017: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776593.23034: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776593.23060: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.23143: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.24856: stdout chunk (state=3): >>>/root <<< 6626 1726776593.25002: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776593.25041: stderr chunk (state=3): >>><<< 6626 1726776593.25051: stdout chunk (state=3): >>><<< 6626 1726776593.25099: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776593.25117: _low_level_execute_command(): starting 6626 1726776593.25128: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776593.2508361-8025-74188038414725 `" && echo ansible-tmp-1726776593.2508361-8025-74188038414725="` echo /root/.ansible/tmp/ansible-tmp-1726776593.2508361-8025-74188038414725 `" ) && sleep 0' 6626 1726776593.25936: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776593.25939: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776593.25942: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.25951: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776593.25954: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.26004: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776593.26007: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776593.26010: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.26068: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.28141: stdout chunk (state=3): >>>ansible-tmp-1726776593.2508361-8025-74188038414725=/root/.ansible/tmp/ansible-tmp-1726776593.2508361-8025-74188038414725 <<< 6626 1726776593.28214: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776593.28232: stderr chunk (state=3): >>><<< 6626 1726776593.28235: stdout chunk (state=3): >>><<< 6626 1726776593.28256: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776593.2508361-8025-74188038414725=/root/.ansible/tmp/ansible-tmp-1726776593.2508361-8025-74188038414725 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776593.28313: variable 'ansible_module_compression' from source: unknown 6626 1726776593.28358: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6626 1726776593.28388: variable 'ansible_facts' from source: unknown 6626 1726776593.28447: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776593.2508361-8025-74188038414725/AnsiballZ_file.py 6626 1726776593.28566: Sending initial data 6626 1726776593.28570: Sent initial data (150 bytes) 6626 1726776593.28995: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776593.28998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776593.29001: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.29005: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776593.29008: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.29055: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776593.29058: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.29112: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.30718: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 6626 1726776593.30732: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776593.30763: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776593.30821: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp38o31cjp /root/.ansible/tmp/ansible-tmp-1726776593.2508361-8025-74188038414725/AnsiballZ_file.py <<< 6626 1726776593.30828: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776593.2508361-8025-74188038414725/AnsiballZ_file.py" <<< 6626 1726776593.30869: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp38o31cjp" to remote "/root/.ansible/tmp/ansible-tmp-1726776593.2508361-8025-74188038414725/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776593.2508361-8025-74188038414725/AnsiballZ_file.py" <<< 6626 1726776593.31454: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776593.31492: stderr chunk (state=3): >>><<< 6626 1726776593.31497: stdout chunk (state=3): >>><<< 6626 1726776593.31516: done transferring module to remote 6626 1726776593.31524: _low_level_execute_command(): starting 6626 1726776593.31529: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776593.2508361-8025-74188038414725/ /root/.ansible/tmp/ansible-tmp-1726776593.2508361-8025-74188038414725/AnsiballZ_file.py && sleep 0' 6626 1726776593.31959: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776593.31962: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776593.31965: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776593.31967: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776593.31973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.32023: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776593.32026: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776593.32030: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.32074: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.33889: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776593.33926: stderr chunk (state=3): >>><<< 6626 1726776593.33930: stdout chunk (state=3): >>><<< 6626 1726776593.33941: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776593.33944: _low_level_execute_command(): starting 6626 1726776593.33949: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776593.2508361-8025-74188038414725/AnsiballZ_file.py && sleep 0' 6626 1726776593.34391: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776593.34395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.34397: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776593.34399: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.34454: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776593.34457: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776593.34461: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.34520: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.50815: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "path_content": {"directories": [], "files": ["/etc/tuned/profiles/kernel_settings/tuned.conf"]}}, "after": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6626 1726776593.52233: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776593.52260: stderr chunk (state=3): >>><<< 6626 1726776593.52263: stdout chunk (state=3): >>><<< 6626 1726776593.52278: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "path_content": {"directories": [], "files": ["/etc/tuned/profiles/kernel_settings/tuned.conf"]}}, "after": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776593.52316: done with _execute_module (file, {'path': '/etc/tuned/profiles/kernel_settings', 'state': 'absent', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776593.2508361-8025-74188038414725/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776593.52325: _low_level_execute_command(): starting 6626 1726776593.52329: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776593.2508361-8025-74188038414725/ > /dev/null 2>&1 && sleep 0' 6626 1726776593.52766: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776593.52770: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.52780: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.52838: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776593.52847: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776593.52851: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.52895: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.54729: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776593.54754: stderr chunk (state=3): >>><<< 6626 1726776593.54757: stdout chunk (state=3): >>><<< 6626 1726776593.54776: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776593.54779: handler run complete 6626 1726776593.54804: attempt loop complete, returning result 6626 1726776593.54807: _execute() done 6626 1726776593.54809: dumping result to json 6626 1726776593.54811: done dumping result, returning 6626 1726776593.54819: done running TaskExecutor() for managed_node3/TASK: Remove kernel_settings tuned profile [12343ab9-b159-5b96-3694-000000000155] 6626 1726776593.54823: sending task result for task 12343ab9-b159-5b96-3694-000000000155 6626 1726776593.54924: done sending task result for task 12343ab9-b159-5b96-3694-000000000155 6626 1726776593.54926: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "path": "/etc/tuned/profiles/kernel_settings", "state": "absent" } 6626 1726776593.54995: no more pending results, returning what we have 6626 1726776593.55001: results queue empty 6626 1726776593.55002: checking for any_errors_fatal 6626 1726776593.55014: done checking for any_errors_fatal 6626 1726776593.55014: checking for max_fail_percentage 6626 1726776593.55016: done checking for max_fail_percentage 6626 1726776593.55017: checking to see if all hosts have failed and the running result is not ok 6626 1726776593.55018: done checking to see if all hosts have failed 6626 1726776593.55018: getting the remaining hosts for this loop 6626 1726776593.55020: done getting the remaining hosts for this loop 6626 1726776593.55023: getting the next task for host managed_node3 6626 1726776593.55030: done getting next task for host managed_node3 6626 1726776593.55032: ^ task is: TASK: Get active_profile 6626 1726776593.55037: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=6, rescue=0, always=2, handlers=0, run_state=3, 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), did rescue? False, did start at task? False 6626 1726776593.55040: getting variables 6626 1726776593.55041: in VariableManager get_vars() 6626 1726776593.55071: Calling all_inventory to load vars for managed_node3 6626 1726776593.55074: Calling groups_inventory to load vars for managed_node3 6626 1726776593.55076: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776593.55085: Calling all_plugins_play to load vars for managed_node3 6626 1726776593.55095: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776593.55100: Calling groups_plugins_play to load vars for managed_node3 6626 1726776593.55140: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776593.55164: done with get_vars() 6626 1726776593.55170: done getting variables TASK [Get active_profile] ****************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:41 Thursday 19 September 2024 16:09:53 -0400 (0:00:00.353) 0:00:33.695 **** 6626 1726776593.55244: entering _queue_task() for managed_node3/slurp 6626 1726776593.55433: worker is 1 (out of 1 available) 6626 1726776593.55447: exiting _queue_task() for managed_node3/slurp 6626 1726776593.55458: done queuing things up, now waiting for results queue to drain 6626 1726776593.55460: waiting for pending results... 6626 1726776593.55623: running TaskExecutor() for managed_node3/TASK: Get active_profile 6626 1726776593.55682: in run() - task 12343ab9-b159-5b96-3694-000000000156 6626 1726776593.55694: variable 'ansible_search_path' from source: unknown 6626 1726776593.55700: variable 'ansible_search_path' from source: unknown 6626 1726776593.55727: calling self._execute() 6626 1726776593.55780: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776593.55784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776593.55796: variable 'omit' from source: magic vars 6626 1726776593.55869: variable 'omit' from source: magic vars 6626 1726776593.55900: variable 'omit' from source: magic vars 6626 1726776593.55920: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6626 1726776593.56154: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6626 1726776593.56215: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6626 1726776593.56243: variable 'omit' from source: magic vars 6626 1726776593.56273: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776593.56307: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776593.56323: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776593.56336: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776593.56346: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776593.56368: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776593.56371: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776593.56374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776593.56443: Set connection var ansible_shell_type to sh 6626 1726776593.56453: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776593.56455: Set connection var ansible_timeout to 10 6626 1726776593.56460: Set connection var ansible_pipelining to False 6626 1726776593.56467: Set connection var ansible_shell_executable to /bin/sh 6626 1726776593.56470: Set connection var ansible_connection to ssh 6626 1726776593.56484: variable 'ansible_shell_executable' from source: unknown 6626 1726776593.56489: variable 'ansible_connection' from source: unknown 6626 1726776593.56492: variable 'ansible_module_compression' from source: unknown 6626 1726776593.56494: variable 'ansible_shell_type' from source: unknown 6626 1726776593.56496: variable 'ansible_shell_executable' from source: unknown 6626 1726776593.56501: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776593.56503: variable 'ansible_pipelining' from source: unknown 6626 1726776593.56506: variable 'ansible_timeout' from source: unknown 6626 1726776593.56508: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776593.56649: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 6626 1726776593.56658: variable 'omit' from source: magic vars 6626 1726776593.56662: starting attempt loop 6626 1726776593.56667: running the handler 6626 1726776593.56677: _low_level_execute_command(): starting 6626 1726776593.56683: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776593.57200: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776593.57204: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6626 1726776593.57208: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776593.57212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.57262: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776593.57265: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776593.57267: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.57322: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.58980: stdout chunk (state=3): >>>/root <<< 6626 1726776593.59080: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776593.59116: stderr chunk (state=3): >>><<< 6626 1726776593.59118: stdout chunk (state=3): >>><<< 6626 1726776593.59199: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776593.59203: _low_level_execute_command(): starting 6626 1726776593.59206: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776593.5913463-8041-220190003587930 `" && echo ansible-tmp-1726776593.5913463-8041-220190003587930="` echo /root/.ansible/tmp/ansible-tmp-1726776593.5913463-8041-220190003587930 `" ) && sleep 0' 6626 1726776593.59557: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776593.59569: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.59591: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.59640: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776593.59654: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.59697: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.61609: stdout chunk (state=3): >>>ansible-tmp-1726776593.5913463-8041-220190003587930=/root/.ansible/tmp/ansible-tmp-1726776593.5913463-8041-220190003587930 <<< 6626 1726776593.61846: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776593.61850: stdout chunk (state=3): >>><<< 6626 1726776593.61852: stderr chunk (state=3): >>><<< 6626 1726776593.61855: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776593.5913463-8041-220190003587930=/root/.ansible/tmp/ansible-tmp-1726776593.5913463-8041-220190003587930 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776593.61857: variable 'ansible_module_compression' from source: unknown 6626 1726776593.61951: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6626 1726776593.61991: variable 'ansible_facts' from source: unknown 6626 1726776593.62064: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776593.5913463-8041-220190003587930/AnsiballZ_slurp.py 6626 1726776593.62163: Sending initial data 6626 1726776593.62166: Sent initial data (152 bytes) 6626 1726776593.62606: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776593.62610: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776593.62612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6626 1726776593.62614: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776593.62617: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.62664: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776593.62670: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.62717: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.64376: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776593.64439: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776593.64468: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp5tqibitt /root/.ansible/tmp/ansible-tmp-1726776593.5913463-8041-220190003587930/AnsiballZ_slurp.py <<< 6626 1726776593.64476: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776593.5913463-8041-220190003587930/AnsiballZ_slurp.py" <<< 6626 1726776593.64540: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp5tqibitt" to remote "/root/.ansible/tmp/ansible-tmp-1726776593.5913463-8041-220190003587930/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776593.5913463-8041-220190003587930/AnsiballZ_slurp.py" <<< 6626 1726776593.65082: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776593.65121: stderr chunk (state=3): >>><<< 6626 1726776593.65124: stdout chunk (state=3): >>><<< 6626 1726776593.65142: done transferring module to remote 6626 1726776593.65149: _low_level_execute_command(): starting 6626 1726776593.65153: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776593.5913463-8041-220190003587930/ /root/.ansible/tmp/ansible-tmp-1726776593.5913463-8041-220190003587930/AnsiballZ_slurp.py && sleep 0' 6626 1726776593.65575: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776593.65579: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776593.65581: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.65583: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776593.65585: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.65635: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776593.65638: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.65691: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.67513: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776593.67544: stderr chunk (state=3): >>><<< 6626 1726776593.67547: stdout chunk (state=3): >>><<< 6626 1726776593.67562: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776593.67565: _low_level_execute_command(): starting 6626 1726776593.67569: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776593.5913463-8041-220190003587930/AnsiballZ_slurp.py && sleep 0' 6626 1726776593.68038: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776593.68042: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6626 1726776593.68044: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776593.68047: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.68092: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776593.68110: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.68161: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.83318: stdout chunk (state=3): >>> {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} <<< 6626 1726776593.84692: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776593.84716: stderr chunk (state=3): >>><<< 6626 1726776593.84719: stdout chunk (state=3): >>><<< 6626 1726776593.84734: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776593.84758: done with _execute_module (slurp, {'path': '/etc/tuned/active_profile', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'slurp', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776593.5913463-8041-220190003587930/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776593.84766: _low_level_execute_command(): starting 6626 1726776593.84771: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776593.5913463-8041-220190003587930/ > /dev/null 2>&1 && sleep 0' 6626 1726776593.85242: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776593.85247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776593.85249: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.85338: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.85392: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.87348: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776593.87359: stdout chunk (state=3): >>><<< 6626 1726776593.87362: stderr chunk (state=3): >>><<< 6626 1726776593.87380: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776593.87393: handler run complete 6626 1726776593.87436: attempt loop complete, returning result 6626 1726776593.87439: _execute() done 6626 1726776593.87441: dumping result to json 6626 1726776593.87444: done dumping result, returning 6626 1726776593.87573: done running TaskExecutor() for managed_node3/TASK: Get active_profile [12343ab9-b159-5b96-3694-000000000156] 6626 1726776593.87577: sending task result for task 12343ab9-b159-5b96-3694-000000000156 6626 1726776593.87649: done sending task result for task 12343ab9-b159-5b96-3694-000000000156 6626 1726776593.87652: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6626 1726776593.87719: no more pending results, returning what we have 6626 1726776593.87723: results queue empty 6626 1726776593.87724: checking for any_errors_fatal 6626 1726776593.87736: done checking for any_errors_fatal 6626 1726776593.87737: checking for max_fail_percentage 6626 1726776593.87739: done checking for max_fail_percentage 6626 1726776593.87740: checking to see if all hosts have failed and the running result is not ok 6626 1726776593.87741: done checking to see if all hosts have failed 6626 1726776593.87742: getting the remaining hosts for this loop 6626 1726776593.87744: done getting the remaining hosts for this loop 6626 1726776593.87748: getting the next task for host managed_node3 6626 1726776593.87757: done getting next task for host managed_node3 6626 1726776593.87760: ^ task is: TASK: Ensure kernel_settings is not in active_profile 6626 1726776593.87765: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=6, rescue=0, always=3, handlers=0, run_state=3, 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), did rescue? False, did start at task? False 6626 1726776593.87770: getting variables 6626 1726776593.87772: in VariableManager get_vars() 6626 1726776593.87813: Calling all_inventory to load vars for managed_node3 6626 1726776593.87816: Calling groups_inventory to load vars for managed_node3 6626 1726776593.87818: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776593.87831: Calling all_plugins_play to load vars for managed_node3 6626 1726776593.87834: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776593.87837: Calling groups_plugins_play to load vars for managed_node3 6626 1726776593.88136: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776593.88180: done with get_vars() 6626 1726776593.88193: done getting variables 6626 1726776593.88303: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure kernel_settings is not in active_profile] ************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 Thursday 19 September 2024 16:09:53 -0400 (0:00:00.330) 0:00:34.026 **** 6626 1726776593.88338: entering _queue_task() for managed_node3/copy 6626 1726776593.88732: worker is 1 (out of 1 available) 6626 1726776593.88788: exiting _queue_task() for managed_node3/copy 6626 1726776593.88801: done queuing things up, now waiting for results queue to drain 6626 1726776593.88803: waiting for pending results... 6626 1726776593.88929: running TaskExecutor() for managed_node3/TASK: Ensure kernel_settings is not in active_profile 6626 1726776593.88994: in run() - task 12343ab9-b159-5b96-3694-000000000157 6626 1726776593.89009: variable 'ansible_search_path' from source: unknown 6626 1726776593.89012: variable 'ansible_search_path' from source: unknown 6626 1726776593.89039: calling self._execute() 6626 1726776593.89098: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776593.89107: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776593.89116: variable 'omit' from source: magic vars 6626 1726776593.89195: variable 'omit' from source: magic vars 6626 1726776593.89228: variable 'omit' from source: magic vars 6626 1726776593.89248: variable '__active_profile' from source: task vars 6626 1726776593.89483: variable '__active_profile' from source: task vars 6626 1726776593.89629: variable '__cur_profile' from source: task vars 6626 1726776593.89739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6626 1726776593.91627: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6626 1726776593.91688: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6626 1726776593.91717: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6626 1726776593.91757: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6626 1726776593.91772: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6626 1726776593.91836: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 6626 1726776593.91856: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 6626 1726776593.91878: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 6626 1726776593.91912: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 6626 1726776593.91923: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 6626 1726776593.92009: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6626 1726776593.92059: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6626 1726776593.92117: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6626 1726776593.92169: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6626 1726776593.92196: variable 'omit' from source: magic vars 6626 1726776593.92217: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776593.92240: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776593.92255: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776593.92268: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776593.92276: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776593.92308: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776593.92311: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776593.92313: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776593.92378: Set connection var ansible_shell_type to sh 6626 1726776593.92384: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776593.92391: Set connection var ansible_timeout to 10 6626 1726776593.92396: Set connection var ansible_pipelining to False 6626 1726776593.92410: Set connection var ansible_shell_executable to /bin/sh 6626 1726776593.92413: Set connection var ansible_connection to ssh 6626 1726776593.92428: variable 'ansible_shell_executable' from source: unknown 6626 1726776593.92431: variable 'ansible_connection' from source: unknown 6626 1726776593.92433: variable 'ansible_module_compression' from source: unknown 6626 1726776593.92435: variable 'ansible_shell_type' from source: unknown 6626 1726776593.92437: variable 'ansible_shell_executable' from source: unknown 6626 1726776593.92440: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776593.92444: variable 'ansible_pipelining' from source: unknown 6626 1726776593.92447: variable 'ansible_timeout' from source: unknown 6626 1726776593.92450: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776593.92525: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776593.92534: variable 'omit' from source: magic vars 6626 1726776593.92539: starting attempt loop 6626 1726776593.92542: running the handler 6626 1726776593.92551: _low_level_execute_command(): starting 6626 1726776593.92557: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776593.93127: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776593.93133: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.93176: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776593.93182: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776593.93197: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.93265: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.94956: stdout chunk (state=3): >>>/root <<< 6626 1726776593.95038: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776593.95067: stderr chunk (state=3): >>><<< 6626 1726776593.95080: stdout chunk (state=3): >>><<< 6626 1726776593.95097: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776593.95109: _low_level_execute_command(): starting 6626 1726776593.95115: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031 `" && echo ansible-tmp-1726776593.950982-8063-40631446132031="` echo /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031 `" ) && sleep 0' 6626 1726776593.95578: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776593.95582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.95585: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776593.95589: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776593.95591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.95655: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776593.95661: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776593.95664: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.95722: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776593.97637: stdout chunk (state=3): >>>ansible-tmp-1726776593.950982-8063-40631446132031=/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031 <<< 6626 1726776593.97789: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776593.97806: stderr chunk (state=3): >>><<< 6626 1726776593.97815: stdout chunk (state=3): >>><<< 6626 1726776593.97844: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776593.950982-8063-40631446132031=/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776593.98015: variable 'ansible_module_compression' from source: unknown 6626 1726776593.98069: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6626 1726776593.98106: variable 'ansible_facts' from source: unknown 6626 1726776593.98185: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/AnsiballZ_stat.py 6626 1726776593.98282: Sending initial data 6626 1726776593.98294: Sent initial data (149 bytes) 6626 1726776593.98790: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.98810: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776593.98852: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776593.98856: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776593.98858: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776593.98914: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.00515: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776594.00571: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776594.00618: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpkoomtoyf /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/AnsiballZ_stat.py <<< 6626 1726776594.00627: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/AnsiballZ_stat.py" <<< 6626 1726776594.00664: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 6626 1726776594.00690: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpkoomtoyf" to remote "/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/AnsiballZ_stat.py" <<< 6626 1726776594.01274: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776594.01340: stderr chunk (state=3): >>><<< 6626 1726776594.01344: stdout chunk (state=3): >>><<< 6626 1726776594.01394: done transferring module to remote 6626 1726776594.01408: _low_level_execute_command(): starting 6626 1726776594.01411: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/ /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/AnsiballZ_stat.py && sleep 0' 6626 1726776594.01902: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776594.01908: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776594.01911: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.01970: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776594.01975: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776594.01978: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.02022: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.03800: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776594.03829: stderr chunk (state=3): >>><<< 6626 1726776594.03833: stdout chunk (state=3): >>><<< 6626 1726776594.03848: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776594.03852: _low_level_execute_command(): starting 6626 1726776594.03856: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/AnsiballZ_stat.py && sleep 0' 6626 1726776594.04341: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776594.04345: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.04347: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776594.04351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776594.04354: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.04407: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776594.04410: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776594.04412: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.04472: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.21256: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/active_profile", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 30, "inode": 507510917, "dev": 51714, "nlink": 1, "atime": 1726776590.4389424, "mtime": 1726776584.7808995, "ctime": 1726776584.7808995, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "mimetype": "text/plain", "charset": "us-ascii", "version": "1048284525", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6626 1726776594.22918: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776594.22921: stdout chunk (state=3): >>><<< 6626 1726776594.22923: stderr chunk (state=3): >>><<< 6626 1726776594.22969: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/active_profile", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 30, "inode": 507510917, "dev": 51714, "nlink": 1, "atime": 1726776590.4389424, "mtime": 1726776584.7808995, "ctime": 1726776584.7808995, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "mimetype": "text/plain", "charset": "us-ascii", "version": "1048284525", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776594.23013: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/active_profile', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6626 1726776594.23103: Sending initial data 6626 1726776594.23106: Sent initial data (137 bytes) 6626 1726776594.23551: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776594.23555: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776594.23557: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.23559: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776594.23562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.23621: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776594.23624: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.23667: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.25366: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776594.25413: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776594.25483: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/.3c5m2d_i /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/.source <<< 6626 1726776594.25485: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/.source" <<< 6626 1726776594.25528: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/.3c5m2d_i" to remote "/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/.source" <<< 6626 1726776594.25531: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/.source" <<< 6626 1726776594.25725: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776594.25767: stderr chunk (state=3): >>><<< 6626 1726776594.25770: stdout chunk (state=3): >>><<< 6626 1726776594.25792: _low_level_execute_command(): starting 6626 1726776594.25795: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/ /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/.source && sleep 0' 6626 1726776594.26220: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776594.26224: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776594.26227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776594.26229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.26277: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776594.26281: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.26333: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.28155: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776594.28189: stderr chunk (state=3): >>><<< 6626 1726776594.28192: stdout chunk (state=3): >>><<< 6626 1726776594.28208: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776594.28230: variable 'ansible_module_compression' from source: unknown 6626 1726776594.28264: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6626 1726776594.28284: variable 'ansible_facts' from source: unknown 6626 1726776594.28330: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/AnsiballZ_copy.py 6626 1726776594.28423: Sending initial data 6626 1726776594.28426: Sent initial data (149 bytes) 6626 1726776594.28883: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776594.28888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776594.28891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.28893: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776594.28895: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776594.28897: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.28949: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776594.28957: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.29005: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.30583: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776594.30632: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776594.30678: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpl0t69vil /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/AnsiballZ_copy.py <<< 6626 1726776594.30681: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/AnsiballZ_copy.py" <<< 6626 1726776594.30720: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpl0t69vil" to remote "/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/AnsiballZ_copy.py" <<< 6626 1726776594.30726: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/AnsiballZ_copy.py" <<< 6626 1726776594.31306: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776594.31351: stderr chunk (state=3): >>><<< 6626 1726776594.31354: stdout chunk (state=3): >>><<< 6626 1726776594.31380: done transferring module to remote 6626 1726776594.31389: _low_level_execute_command(): starting 6626 1726776594.31393: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/ /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/AnsiballZ_copy.py && sleep 0' 6626 1726776594.31857: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776594.31860: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.31862: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776594.31865: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776594.31867: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.31917: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776594.31921: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.31970: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.33832: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776594.33858: stderr chunk (state=3): >>><<< 6626 1726776594.33862: stdout chunk (state=3): >>><<< 6626 1726776594.33877: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776594.33880: _low_level_execute_command(): starting 6626 1726776594.33884: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/AnsiballZ_copy.py && sleep 0' 6626 1726776594.34329: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776594.34333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.34344: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.34405: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776594.34408: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.34468: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.50763: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/.source", "md5sum": "9a561d913bcdb5a659ec2dd035975a8e", "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 14, "invocation": {"module_args": {"dest": "/etc/tuned/active_profile", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/.source", "_original_basename": ".3c5m2d_i", "follow": false, "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6626 1726776594.52097: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776594.52123: stderr chunk (state=3): >>><<< 6626 1726776594.52127: stdout chunk (state=3): >>><<< 6626 1726776594.52140: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/.source", "md5sum": "9a561d913bcdb5a659ec2dd035975a8e", "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 14, "invocation": {"module_args": {"dest": "/etc/tuned/active_profile", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/.source", "_original_basename": ".3c5m2d_i", "follow": false, "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776594.52164: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/.source', '_original_basename': '.3c5m2d_i', 'follow': False, 'checksum': '633f07e1b5698d04352d5dca735869bf2fe77897', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776594.52174: _low_level_execute_command(): starting 6626 1726776594.52177: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/ > /dev/null 2>&1 && sleep 0' 6626 1726776594.52607: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776594.52612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776594.52614: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6626 1726776594.52617: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776594.52619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.52664: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776594.52667: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.52718: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.54561: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776594.54579: stderr chunk (state=3): >>><<< 6626 1726776594.54583: stdout chunk (state=3): >>><<< 6626 1726776594.54599: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776594.54607: handler run complete 6626 1726776594.54626: attempt loop complete, returning result 6626 1726776594.54629: _execute() done 6626 1726776594.54631: dumping result to json 6626 1726776594.54636: done dumping result, returning 6626 1726776594.54643: done running TaskExecutor() for managed_node3/TASK: Ensure kernel_settings is not in active_profile [12343ab9-b159-5b96-3694-000000000157] 6626 1726776594.54646: sending task result for task 12343ab9-b159-5b96-3694-000000000157 6626 1726776594.54750: done sending task result for task 12343ab9-b159-5b96-3694-000000000157 6626 1726776594.54753: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "md5sum": "9a561d913bcdb5a659ec2dd035975a8e", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 14, "src": "/root/.ansible/tmp/ansible-tmp-1726776593.950982-8063-40631446132031/.source", "state": "file", "uid": 0 } 6626 1726776594.54854: no more pending results, returning what we have 6626 1726776594.54857: results queue empty 6626 1726776594.54858: checking for any_errors_fatal 6626 1726776594.54865: done checking for any_errors_fatal 6626 1726776594.54866: checking for max_fail_percentage 6626 1726776594.54868: done checking for max_fail_percentage 6626 1726776594.54868: checking to see if all hosts have failed and the running result is not ok 6626 1726776594.54869: done checking to see if all hosts have failed 6626 1726776594.54870: getting the remaining hosts for this loop 6626 1726776594.54871: done getting the remaining hosts for this loop 6626 1726776594.54874: getting the next task for host managed_node3 6626 1726776594.54880: done getting next task for host managed_node3 6626 1726776594.54883: ^ task is: TASK: Set profile_mode to auto 6626 1726776594.54887: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=6, rescue=0, always=4, handlers=0, run_state=3, 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), did rescue? False, did start at task? False 6626 1726776594.54891: getting variables 6626 1726776594.54892: in VariableManager get_vars() 6626 1726776594.54924: Calling all_inventory to load vars for managed_node3 6626 1726776594.54926: Calling groups_inventory to load vars for managed_node3 6626 1726776594.54928: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776594.54938: Calling all_plugins_play to load vars for managed_node3 6626 1726776594.54940: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776594.54942: Calling groups_plugins_play to load vars for managed_node3 6626 1726776594.54989: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776594.55016: done with get_vars() 6626 1726776594.55022: done getting variables 6626 1726776594.55062: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set profile_mode to auto] ************************************************ task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 Thursday 19 September 2024 16:09:54 -0400 (0:00:00.667) 0:00:34.693 **** 6626 1726776594.55087: entering _queue_task() for managed_node3/copy 6626 1726776594.55277: worker is 1 (out of 1 available) 6626 1726776594.55291: exiting _queue_task() for managed_node3/copy 6626 1726776594.55303: done queuing things up, now waiting for results queue to drain 6626 1726776594.55305: waiting for pending results... 6626 1726776594.55463: running TaskExecutor() for managed_node3/TASK: Set profile_mode to auto 6626 1726776594.55517: in run() - task 12343ab9-b159-5b96-3694-000000000158 6626 1726776594.55534: variable 'ansible_search_path' from source: unknown 6626 1726776594.55537: variable 'ansible_search_path' from source: unknown 6626 1726776594.55563: calling self._execute() 6626 1726776594.55621: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776594.55624: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776594.55635: variable 'omit' from source: magic vars 6626 1726776594.55712: variable 'omit' from source: magic vars 6626 1726776594.55737: variable 'omit' from source: magic vars 6626 1726776594.55761: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 6626 1726776594.56078: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 6626 1726776594.56168: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6626 1726776594.56181: variable 'omit' from source: magic vars 6626 1726776594.56218: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776594.56270: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776594.56277: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776594.56293: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776594.56309: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776594.56337: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776594.56392: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776594.56394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776594.56450: Set connection var ansible_shell_type to sh 6626 1726776594.56462: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776594.56471: Set connection var ansible_timeout to 10 6626 1726776594.56479: Set connection var ansible_pipelining to False 6626 1726776594.56495: Set connection var ansible_shell_executable to /bin/sh 6626 1726776594.56506: Set connection var ansible_connection to ssh 6626 1726776594.56528: variable 'ansible_shell_executable' from source: unknown 6626 1726776594.56695: variable 'ansible_connection' from source: unknown 6626 1726776594.56701: variable 'ansible_module_compression' from source: unknown 6626 1726776594.56704: variable 'ansible_shell_type' from source: unknown 6626 1726776594.56706: variable 'ansible_shell_executable' from source: unknown 6626 1726776594.56708: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776594.56710: variable 'ansible_pipelining' from source: unknown 6626 1726776594.56711: variable 'ansible_timeout' from source: unknown 6626 1726776594.56713: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776594.56716: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776594.56726: variable 'omit' from source: magic vars 6626 1726776594.56735: starting attempt loop 6626 1726776594.56740: running the handler 6626 1726776594.56754: _low_level_execute_command(): starting 6626 1726776594.56768: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776594.57490: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.57543: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776594.57578: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.57620: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.59291: stdout chunk (state=3): >>>/root <<< 6626 1726776594.59388: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776594.59421: stderr chunk (state=3): >>><<< 6626 1726776594.59424: stdout chunk (state=3): >>><<< 6626 1726776594.59443: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776594.59455: _low_level_execute_command(): starting 6626 1726776594.59461: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434 `" && echo ansible-tmp-1726776594.594443-8093-257306339283434="` echo /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434 `" ) && sleep 0' 6626 1726776594.60020: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.60023: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776594.60034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.60068: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.60112: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.62043: stdout chunk (state=3): >>>ansible-tmp-1726776594.594443-8093-257306339283434=/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434 <<< 6626 1726776594.62154: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776594.62177: stderr chunk (state=3): >>><<< 6626 1726776594.62180: stdout chunk (state=3): >>><<< 6626 1726776594.62197: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776594.594443-8093-257306339283434=/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776594.62268: variable 'ansible_module_compression' from source: unknown 6626 1726776594.62312: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6626 1726776594.62341: variable 'ansible_facts' from source: unknown 6626 1726776594.62405: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/AnsiballZ_stat.py 6626 1726776594.62491: Sending initial data 6626 1726776594.62494: Sent initial data (150 bytes) 6626 1726776594.62923: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776594.62926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776594.62929: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.62932: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776594.62934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.62985: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776594.62991: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.63039: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.64678: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 6626 1726776594.64682: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776594.64722: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776594.64769: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmpf9atlt7a /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/AnsiballZ_stat.py <<< 6626 1726776594.64773: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/AnsiballZ_stat.py" <<< 6626 1726776594.64817: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmpf9atlt7a" to remote "/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/AnsiballZ_stat.py" <<< 6626 1726776594.65367: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776594.65407: stderr chunk (state=3): >>><<< 6626 1726776594.65411: stdout chunk (state=3): >>><<< 6626 1726776594.65449: done transferring module to remote 6626 1726776594.65458: _low_level_execute_command(): starting 6626 1726776594.65463: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/ /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/AnsiballZ_stat.py && sleep 0' 6626 1726776594.65904: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776594.65908: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.65911: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776594.65913: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.65957: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776594.65960: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.66016: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.67845: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776594.67871: stderr chunk (state=3): >>><<< 6626 1726776594.67875: stdout chunk (state=3): >>><<< 6626 1726776594.67891: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776594.67894: _low_level_execute_command(): starting 6626 1726776594.67903: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/AnsiballZ_stat.py && sleep 0' 6626 1726776594.68353: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776594.68356: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776594.68358: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.68361: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776594.68363: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776594.68365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.68414: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776594.68417: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.68473: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.84998: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profile_mode", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 7, "inode": 513802371, "dev": 51714, "nlink": 1, "atime": 1726776591.44695, "mtime": 1726776584.7818995, "ctime": 1726776584.7818995, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "mimetype": "text/plain", "charset": "us-ascii", "version": "1633992081", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6626 1726776594.86595: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776594.86621: stderr chunk (state=3): >>><<< 6626 1726776594.86624: stdout chunk (state=3): >>><<< 6626 1726776594.86640: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profile_mode", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 7, "inode": 513802371, "dev": 51714, "nlink": 1, "atime": 1726776591.44695, "mtime": 1726776584.7818995, "ctime": 1726776584.7818995, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "mimetype": "text/plain", "charset": "us-ascii", "version": "1633992081", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776594.86701: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/profile_mode', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6626 1726776594.86782: Sending initial data 6626 1726776594.86788: Sent initial data (138 bytes) 6626 1726776594.87218: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776594.87221: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.87223: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776594.87225: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.87277: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776594.87280: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.87336: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.88943: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776594.89008: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776594.89059: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/.u4x4feye /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/.source <<< 6626 1726776594.89062: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/.source" <<< 6626 1726776594.89118: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/.u4x4feye" to remote "/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/.source" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/.source" <<< 6626 1726776594.89343: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776594.89465: stderr chunk (state=3): >>><<< 6626 1726776594.89468: stdout chunk (state=3): >>><<< 6626 1726776594.89470: _low_level_execute_command(): starting 6626 1726776594.89472: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/ /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/.source && sleep 0' 6626 1726776594.90016: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776594.90039: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776594.90054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776594.90071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776594.90091: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 6626 1726776594.90147: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.90209: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776594.90229: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776594.90264: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.90335: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.92281: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776594.92284: stdout chunk (state=3): >>><<< 6626 1726776594.92293: stderr chunk (state=3): >>><<< 6626 1726776594.92296: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776594.92302: variable 'ansible_module_compression' from source: unknown 6626 1726776594.92315: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6626 1726776594.92339: variable 'ansible_facts' from source: unknown 6626 1726776594.92436: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/AnsiballZ_copy.py 6626 1726776594.92614: Sending initial data 6626 1726776594.92617: Sent initial data (150 bytes) 6626 1726776594.93246: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776594.93308: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.93373: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776594.93403: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776594.93427: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.93522: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.95111: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 6626 1726776594.95116: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776594.95157: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776594.95203: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp7iysk2xh /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/AnsiballZ_copy.py <<< 6626 1726776594.95206: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/AnsiballZ_copy.py" <<< 6626 1726776594.95247: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp7iysk2xh" to remote "/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/AnsiballZ_copy.py" <<< 6626 1726776594.95254: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/AnsiballZ_copy.py" <<< 6626 1726776594.95811: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776594.95850: stderr chunk (state=3): >>><<< 6626 1726776594.95853: stdout chunk (state=3): >>><<< 6626 1726776594.95873: done transferring module to remote 6626 1726776594.95880: _low_level_execute_command(): starting 6626 1726776594.95884: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/ /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/AnsiballZ_copy.py && sleep 0' 6626 1726776594.96345: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776594.96348: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.96350: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776594.96352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.96431: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.96471: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776594.98254: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776594.98282: stderr chunk (state=3): >>><<< 6626 1726776594.98284: stdout chunk (state=3): >>><<< 6626 1726776594.98341: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776594.98344: _low_level_execute_command(): starting 6626 1726776594.98347: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/AnsiballZ_copy.py && sleep 0' 6626 1726776594.98726: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776594.98729: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776594.98731: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.98733: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776594.98735: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776594.98790: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776594.98793: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776594.98839: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776595.15214: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/.source", "md5sum": "451e20aff0f489cd2f7d4d73533aa961", "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 5, "invocation": {"module_args": {"dest": "/etc/tuned/profile_mode", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/.source", "_original_basename": ".u4x4feye", "follow": false, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 6626 1726776595.16673: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776595.16707: stderr chunk (state=3): >>><<< 6626 1726776595.16710: stdout chunk (state=3): >>><<< 6626 1726776595.16728: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/.source", "md5sum": "451e20aff0f489cd2f7d4d73533aa961", "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 5, "invocation": {"module_args": {"dest": "/etc/tuned/profile_mode", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/.source", "_original_basename": ".u4x4feye", "follow": false, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776595.16755: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/.source', '_original_basename': '.u4x4feye', 'follow': False, 'checksum': '43683f4e92c48be4b00ddd86e011a4f27fcdbeb5', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776595.16764: _low_level_execute_command(): starting 6626 1726776595.16768: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/ > /dev/null 2>&1 && sleep 0' 6626 1726776595.17231: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776595.17234: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.17236: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776595.17238: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.17291: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776595.17294: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776595.17302: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776595.17349: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776595.19192: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776595.19220: stderr chunk (state=3): >>><<< 6626 1726776595.19223: stdout chunk (state=3): >>><<< 6626 1726776595.19236: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776595.19243: handler run complete 6626 1726776595.19261: attempt loop complete, returning result 6626 1726776595.19265: _execute() done 6626 1726776595.19268: dumping result to json 6626 1726776595.19270: done dumping result, returning 6626 1726776595.19280: done running TaskExecutor() for managed_node3/TASK: Set profile_mode to auto [12343ab9-b159-5b96-3694-000000000158] 6626 1726776595.19283: sending task result for task 12343ab9-b159-5b96-3694-000000000158 6626 1726776595.19389: done sending task result for task 12343ab9-b159-5b96-3694-000000000158 6626 1726776595.19392: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "md5sum": "451e20aff0f489cd2f7d4d73533aa961", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 5, "src": "/root/.ansible/tmp/ansible-tmp-1726776594.594443-8093-257306339283434/.source", "state": "file", "uid": 0 } 6626 1726776595.19475: no more pending results, returning what we have 6626 1726776595.19478: results queue empty 6626 1726776595.19479: checking for any_errors_fatal 6626 1726776595.19488: done checking for any_errors_fatal 6626 1726776595.19489: checking for max_fail_percentage 6626 1726776595.19495: done checking for max_fail_percentage 6626 1726776595.19496: checking to see if all hosts have failed and the running result is not ok 6626 1726776595.19497: done checking to see if all hosts have failed 6626 1726776595.19499: getting the remaining hosts for this loop 6626 1726776595.19502: done getting the remaining hosts for this loop 6626 1726776595.19505: getting the next task for host managed_node3 6626 1726776595.19511: done getting next task for host managed_node3 6626 1726776595.19514: ^ task is: TASK: Restart tuned 6626 1726776595.19517: ^ state is: HOST STATE: block=2, task=5, rescue=0, always=3, handlers=0, run_state=3, 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? (HOST STATE: block=0, task=6, rescue=0, always=5, handlers=0, run_state=3, 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), did rescue? False, did start at task? False 6626 1726776595.19520: getting variables 6626 1726776595.19522: in VariableManager get_vars() 6626 1726776595.19552: Calling all_inventory to load vars for managed_node3 6626 1726776595.19554: Calling groups_inventory to load vars for managed_node3 6626 1726776595.19556: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776595.19565: Calling all_plugins_play to load vars for managed_node3 6626 1726776595.19568: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776595.19570: Calling groups_plugins_play to load vars for managed_node3 6626 1726776595.19615: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776595.19640: done with get_vars() 6626 1726776595.19646: done getting variables 6626 1726776595.19688: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Restart tuned] *********************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:64 Thursday 19 September 2024 16:09:55 -0400 (0:00:00.646) 0:00:35.339 **** 6626 1726776595.19713: entering _queue_task() for managed_node3/service 6626 1726776595.19903: worker is 1 (out of 1 available) 6626 1726776595.19916: exiting _queue_task() for managed_node3/service 6626 1726776595.19928: done queuing things up, now waiting for results queue to drain 6626 1726776595.19930: waiting for pending results... 6626 1726776595.20096: running TaskExecutor() for managed_node3/TASK: Restart tuned 6626 1726776595.20149: in run() - task 12343ab9-b159-5b96-3694-000000000159 6626 1726776595.20162: variable 'ansible_search_path' from source: unknown 6626 1726776595.20166: variable 'ansible_search_path' from source: unknown 6626 1726776595.20206: variable '__kernel_settings_services' from source: include_vars 6626 1726776595.20505: variable '__kernel_settings_services' from source: include_vars 6626 1726776595.20557: variable 'omit' from source: magic vars 6626 1726776595.20643: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776595.20651: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776595.20659: variable 'omit' from source: magic vars 6626 1726776595.20736: variable 'omit' from source: magic vars 6626 1726776595.20758: variable 'omit' from source: magic vars 6626 1726776595.20801: variable 'item' from source: unknown 6626 1726776595.20858: variable 'item' from source: unknown 6626 1726776595.20892: variable 'omit' from source: magic vars 6626 1726776595.20922: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6626 1726776595.20985: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6626 1726776595.20991: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6626 1726776595.20994: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776595.21194: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6626 1726776595.21199: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6626 1726776595.21202: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776595.21204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776595.21206: Set connection var ansible_shell_type to sh 6626 1726776595.21209: Set connection var ansible_module_compression to ZIP_DEFLATED 6626 1726776595.21211: Set connection var ansible_timeout to 10 6626 1726776595.21213: Set connection var ansible_pipelining to False 6626 1726776595.21215: Set connection var ansible_shell_executable to /bin/sh 6626 1726776595.21217: Set connection var ansible_connection to ssh 6626 1726776595.21219: variable 'ansible_shell_executable' from source: unknown 6626 1726776595.21221: variable 'ansible_connection' from source: unknown 6626 1726776595.21223: variable 'ansible_module_compression' from source: unknown 6626 1726776595.21225: variable 'ansible_shell_type' from source: unknown 6626 1726776595.21227: variable 'ansible_shell_executable' from source: unknown 6626 1726776595.21229: variable 'ansible_host' from source: host vars for 'managed_node3' 6626 1726776595.21231: variable 'ansible_pipelining' from source: unknown 6626 1726776595.21233: variable 'ansible_timeout' from source: unknown 6626 1726776595.21235: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6626 1726776595.21314: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 6626 1726776595.21324: variable 'omit' from source: magic vars 6626 1726776595.21335: starting attempt loop 6626 1726776595.21338: running the handler 6626 1726776595.21464: variable 'ansible_facts' from source: unknown 6626 1726776595.21468: _low_level_execute_command(): starting 6626 1726776595.21471: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6626 1726776595.22089: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.22127: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776595.22155: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776595.22251: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776595.23934: stdout chunk (state=3): >>>/root <<< 6626 1726776595.24035: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776595.24060: stderr chunk (state=3): >>><<< 6626 1726776595.24063: stdout chunk (state=3): >>><<< 6626 1726776595.24082: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776595.24095: _low_level_execute_command(): starting 6626 1726776595.24102: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004 `" && echo ansible-tmp-1726776595.2408233-8127-139775362956004="` echo /root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004 `" ) && sleep 0' 6626 1726776595.24535: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776595.24539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 6626 1726776595.24542: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776595.24555: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776595.24558: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.24603: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776595.24635: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776595.24726: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776595.26680: stdout chunk (state=3): >>>ansible-tmp-1726776595.2408233-8127-139775362956004=/root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004 <<< 6626 1726776595.26785: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776595.26814: stderr chunk (state=3): >>><<< 6626 1726776595.26818: stdout chunk (state=3): >>><<< 6626 1726776595.26831: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776595.2408233-8127-139775362956004=/root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776595.26862: variable 'ansible_module_compression' from source: unknown 6626 1726776595.26904: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6626 1726776595.26956: variable 'ansible_facts' from source: unknown 6626 1726776595.27081: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/AnsiballZ_setup.py 6626 1726776595.27183: Sending initial data 6626 1726776595.27188: Sent initial data (152 bytes) 6626 1726776595.27631: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776595.27635: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.27637: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776595.27639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.27684: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776595.27690: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776595.27747: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776595.29384: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 6626 1726776595.29388: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776595.29431: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776595.29481: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmp572jhg16 /root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/AnsiballZ_setup.py <<< 6626 1726776595.29483: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/AnsiballZ_setup.py" <<< 6626 1726776595.29523: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmp572jhg16" to remote "/root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/AnsiballZ_setup.py" <<< 6626 1726776595.29530: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/AnsiballZ_setup.py" <<< 6626 1726776595.30580: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776595.30623: stderr chunk (state=3): >>><<< 6626 1726776595.30626: stdout chunk (state=3): >>><<< 6626 1726776595.30646: done transferring module to remote 6626 1726776595.30655: _low_level_execute_command(): starting 6626 1726776595.30661: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/ /root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/AnsiballZ_setup.py && sleep 0' 6626 1726776595.31102: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776595.31105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.31108: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776595.31110: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.31164: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776595.31168: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776595.31172: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776595.31218: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776595.33029: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776595.33056: stderr chunk (state=3): >>><<< 6626 1726776595.33059: stdout chunk (state=3): >>><<< 6626 1726776595.33073: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776595.33076: _low_level_execute_command(): starting 6626 1726776595.33081: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/AnsiballZ_setup.py && sleep 0' 6626 1726776595.33535: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776595.33538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776595.33540: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.33542: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 6626 1726776595.33544: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776595.33546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.33591: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776595.33606: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776595.33656: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776595.61746: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_service_mgr": "systemd"}, "invocation": {"module_args": {"gather_subset": ["!all"], "filter": ["ansible_service_mgr"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} <<< 6626 1726776595.63736: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776595.63740: stdout chunk (state=3): >>><<< 6626 1726776595.63742: stderr chunk (state=3): >>><<< 6626 1726776595.63892: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_service_mgr": "systemd"}, "invocation": {"module_args": {"gather_subset": ["!all"], "filter": ["ansible_service_mgr"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776595.63896: done with _execute_module (ansible.legacy.setup, {'gather_subset': '!all', 'filter': 'ansible_service_mgr', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.setup', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776595.63902: Facts {'ansible_facts': {'ansible_service_mgr': 'systemd'}, 'invocation': {'module_args': {'gather_subset': ['!all'], 'filter': ['ansible_service_mgr'], 'gather_timeout': 10, 'fact_path': '/etc/ansible/facts.d'}}, '_ansible_parsed': True} 6626 1726776595.63919: variable 'ansible_module_compression' from source: unknown 6626 1726776595.63967: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-662632p5oayx/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6626 1726776595.64056: variable 'ansible_facts' from source: unknown 6626 1726776595.64176: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/AnsiballZ_systemd.py 6626 1726776595.64284: Sending initial data 6626 1726776595.64292: Sent initial data (154 bytes) 6626 1726776595.64732: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776595.64735: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6626 1726776595.64738: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.64740: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776595.64746: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 6626 1726776595.64748: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.64796: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776595.64799: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776595.64848: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776595.66473: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" <<< 6626 1726776595.66478: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 6626 1726776595.66531: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6626 1726776595.66579: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-662632p5oayx/tmppndsw6ni /root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/AnsiballZ_systemd.py <<< 6626 1726776595.66582: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/AnsiballZ_systemd.py" <<< 6626 1726776595.66647: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-662632p5oayx/tmppndsw6ni" to remote "/root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/AnsiballZ_systemd.py" <<< 6626 1726776595.68035: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776595.68070: stderr chunk (state=3): >>><<< 6626 1726776595.68074: stdout chunk (state=3): >>><<< 6626 1726776595.68110: done transferring module to remote 6626 1726776595.68117: _low_level_execute_command(): starting 6626 1726776595.68122: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/ /root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/AnsiballZ_systemd.py && sleep 0' 6626 1726776595.68545: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776595.68548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.68551: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776595.68554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.68607: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776595.68611: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776595.68659: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776595.70507: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776595.70529: stderr chunk (state=3): >>><<< 6626 1726776595.70532: stdout chunk (state=3): >>><<< 6626 1726776595.70544: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776595.70547: _low_level_execute_command(): starting 6626 1726776595.70552: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/AnsiballZ_systemd.py && sleep 0' 6626 1726776595.70968: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776595.70972: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.70974: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6626 1726776595.70976: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776595.71023: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 6626 1726776595.71026: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776595.71086: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776596.00758: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "8692", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainStartTimestampMonotonic": "190922239", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainHandoffTimestampMonotonic": "190929424", "ExecMainPID": "8692", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4570", "MemoryCurrent": "15134720", "MemoryPeak": "17231872", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3298623488", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "114043000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK"<<< 6626 1726776596.00839: stdout chunk (state=3): >>>: "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:44 EDT", "StateChangeTimestampMonotonic": "191045892", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveExitTimestampMonotonic": "190922813", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveEnterTimestampMonotonic": "191045892", "ActiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveExitTimestampMonotonic": "190882118", "InactiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveEnterTimestampMonotonic": "190920094", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ConditionTimestampMonotonic": "190921243", "AssertTimestamp": "Thu 2024-09-19 16:09:44 EDT", "AssertTimestampMonotonic": "190921257", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "d07fe531e60f4394afdb51bda26f6226", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 6626 1726776596.02892: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 6626 1726776596.02895: stdout chunk (state=3): >>><<< 6626 1726776596.02901: stderr chunk (state=3): >>><<< 6626 1726776596.02905: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "8692", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainStartTimestampMonotonic": "190922239", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainHandoffTimestampMonotonic": "190929424", "ExecMainPID": "8692", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4570", "MemoryCurrent": "15134720", "MemoryPeak": "17231872", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3298623488", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "114043000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:44 EDT", "StateChangeTimestampMonotonic": "191045892", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveExitTimestampMonotonic": "190922813", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveEnterTimestampMonotonic": "191045892", "ActiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveExitTimestampMonotonic": "190882118", "InactiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveEnterTimestampMonotonic": "190920094", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ConditionTimestampMonotonic": "190921243", "AssertTimestamp": "Thu 2024-09-19 16:09:44 EDT", "AssertTimestampMonotonic": "190921257", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "d07fe531e60f4394afdb51bda26f6226", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 6626 1726776596.03100: done with _execute_module (ansible.legacy.systemd, {'name': 'tuned', 'state': 'started', 'enabled': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.systemd', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6626 1726776596.03125: _low_level_execute_command(): starting 6626 1726776596.03144: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776595.2408233-8127-139775362956004/ > /dev/null 2>&1 && sleep 0' 6626 1726776596.03720: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6626 1726776596.03739: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6626 1726776596.03742: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776596.03755: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6626 1726776596.03812: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 6626 1726776596.03815: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6626 1726776596.03867: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6626 1726776596.05730: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6626 1726776596.05756: stderr chunk (state=3): >>><<< 6626 1726776596.05759: stdout chunk (state=3): >>><<< 6626 1726776596.05772: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 6626 1726776596.05778: handler run complete 6626 1726776596.05819: attempt loop complete, returning result 6626 1726776596.05836: variable 'item' from source: unknown 6626 1726776596.05899: variable 'item' from source: unknown ok: [managed_node3] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveEnterTimestampMonotonic": "191045892", "ActiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveExitTimestampMonotonic": "190882118", "ActiveState": "active", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:09:44 EDT", "AssertTimestampMonotonic": "190921257", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "114043000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ConditionTimestampMonotonic": "190921243", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4570", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3702878208", "EffectiveMemoryMax": "3702878208", "EffectiveTasksMax": "22362", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainHandoffTimestampMonotonic": "190929424", "ExecMainPID": "8692", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainStartTimestampMonotonic": "190922239", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveEnterTimestampMonotonic": "190920094", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveExitTimestampMonotonic": "190922813", "InvocationID": "d07fe531e60f4394afdb51bda26f6226", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8692", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3298623488", "MemoryCurrent": "15134720", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "17231872", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:09:44 EDT", "StateChangeTimestampMonotonic": "191045892", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 6626 1726776596.06380: dumping result to json 6626 1726776596.06383: done dumping result, returning 6626 1726776596.06387: done running TaskExecutor() for managed_node3/TASK: Restart tuned [12343ab9-b159-5b96-3694-000000000159] 6626 1726776596.06389: sending task result for task 12343ab9-b159-5b96-3694-000000000159 6626 1726776596.06456: done sending task result for task 12343ab9-b159-5b96-3694-000000000159 6626 1726776596.06459: WORKER PROCESS EXITING 6626 1726776596.06531: no more pending results, returning what we have 6626 1726776596.06533: results queue empty 6626 1726776596.06534: checking for any_errors_fatal 6626 1726776596.06536: done checking for any_errors_fatal 6626 1726776596.06537: checking for max_fail_percentage 6626 1726776596.06538: done checking for max_fail_percentage 6626 1726776596.06538: checking to see if all hosts have failed and the running result is not ok 6626 1726776596.06539: done checking to see if all hosts have failed 6626 1726776596.06539: getting the remaining hosts for this loop 6626 1726776596.06540: done getting the remaining hosts for this loop 6626 1726776596.06542: getting the next task for host managed_node3 6626 1726776596.06547: done getting next task for host managed_node3 6626 1726776596.06548: ^ task is: TASK: meta (flush_handlers) 6626 1726776596.06550: ^ 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 1726776596.06554: getting variables 6626 1726776596.06555: in VariableManager get_vars() 6626 1726776596.06573: Calling all_inventory to load vars for managed_node3 6626 1726776596.06575: Calling groups_inventory to load vars for managed_node3 6626 1726776596.06577: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776596.06583: Calling all_plugins_play to load vars for managed_node3 6626 1726776596.06585: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776596.06589: Calling groups_plugins_play to load vars for managed_node3 6626 1726776596.06624: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776596.06646: done with get_vars() 6626 1726776596.06651: done getting variables 6626 1726776596.06699: in VariableManager get_vars() 6626 1726776596.06708: Calling all_inventory to load vars for managed_node3 6626 1726776596.06709: Calling groups_inventory to load vars for managed_node3 6626 1726776596.06710: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776596.06713: Calling all_plugins_play to load vars for managed_node3 6626 1726776596.06715: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776596.06716: Calling groups_plugins_play to load vars for managed_node3 6626 1726776596.06739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776596.06754: done with get_vars() 6626 1726776596.06762: done queuing things up, now waiting for results queue to drain 6626 1726776596.06763: results queue empty 6626 1726776596.06763: checking for any_errors_fatal 6626 1726776596.06767: done checking for any_errors_fatal 6626 1726776596.06768: checking for max_fail_percentage 6626 1726776596.06768: done checking for max_fail_percentage 6626 1726776596.06769: checking to see if all hosts have failed and the running result is not ok 6626 1726776596.06769: done checking to see if all hosts have failed 6626 1726776596.06769: getting the remaining hosts for this loop 6626 1726776596.06770: done getting the remaining hosts for this loop 6626 1726776596.06771: getting the next task for host managed_node3 6626 1726776596.06775: done getting next task for host managed_node3 6626 1726776596.06775: ^ task is: TASK: meta (flush_handlers) 6626 1726776596.06776: ^ 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 1726776596.06778: getting variables 6626 1726776596.06779: in VariableManager get_vars() 6626 1726776596.06784: Calling all_inventory to load vars for managed_node3 6626 1726776596.06787: Calling groups_inventory to load vars for managed_node3 6626 1726776596.06789: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776596.06792: Calling all_plugins_play to load vars for managed_node3 6626 1726776596.06793: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776596.06794: Calling groups_plugins_play to load vars for managed_node3 6626 1726776596.06815: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776596.06830: done with get_vars() 6626 1726776596.06834: done getting variables 6626 1726776596.06864: in VariableManager get_vars() 6626 1726776596.06870: Calling all_inventory to load vars for managed_node3 6626 1726776596.06871: Calling groups_inventory to load vars for managed_node3 6626 1726776596.06873: Calling all_plugins_inventory to load vars for managed_node3 6626 1726776596.06875: Calling all_plugins_play to load vars for managed_node3 6626 1726776596.06876: Calling groups_plugins_inventory to load vars for managed_node3 6626 1726776596.06878: Calling groups_plugins_play to load vars for managed_node3 6626 1726776596.06900: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6626 1726776596.06915: done with get_vars() 6626 1726776596.06921: done queuing things up, now waiting for results queue to drain 6626 1726776596.06922: results queue empty 6626 1726776596.06922: checking for any_errors_fatal 6626 1726776596.06923: done checking for any_errors_fatal 6626 1726776596.06923: checking for max_fail_percentage 6626 1726776596.06924: done checking for max_fail_percentage 6626 1726776596.06924: checking to see if all hosts have failed and the running result is not ok 6626 1726776596.06925: done checking to see if all hosts have failed 6626 1726776596.06925: getting the remaining hosts for this loop 6626 1726776596.06926: done getting the remaining hosts for this loop 6626 1726776596.06927: getting the next task for host managed_node3 6626 1726776596.06929: done getting next task for host managed_node3 6626 1726776596.06929: ^ task is: None 6626 1726776596.06930: ^ 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 1726776596.06931: done queuing things up, now waiting for results queue to drain 6626 1726776596.06932: results queue empty 6626 1726776596.06932: checking for any_errors_fatal 6626 1726776596.06932: done checking for any_errors_fatal 6626 1726776596.06933: checking for max_fail_percentage 6626 1726776596.06933: done checking for max_fail_percentage 6626 1726776596.06934: checking to see if all hosts have failed and the running result is not ok 6626 1726776596.06934: done checking to see if all hosts have failed 6626 1726776596.06935: getting the next task for host managed_node3 6626 1726776596.06937: done getting next task for host managed_node3 6626 1726776596.06937: ^ task is: None 6626 1726776596.06938: ^ 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_node3 : ok=50 changed=10 unreachable=0 failed=0 skipped=19 rescued=0 ignored=0 Thursday 19 September 2024 16:09:56 -0400 (0:00:00.872) 0:00:36.212 **** =============================================================================== fedora.linux_system_roles.kernel_settings : Ensure required packages are installed -- 12.95s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role --- 2.10s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started --- 2.01s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes --- 1.20s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile --- 1.09s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 1.09s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started --- 0.90s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Restart tuned ----------------------------------------------------------- 0.87s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:64 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.83s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Set profile_mode to manual --- 0.74s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly --- 0.73s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.73s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.72s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists --- 0.70s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.67s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Ensure kernel_settings is not in active_profile ------------------------- 0.67s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 Set profile_mode to auto ------------------------------------------------ 0.65s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile --- 0.63s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 fedora.linux_system_roles.kernel_settings : Set profile_mode to manual --- 0.60s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 fedora.linux_system_roles.kernel_settings : Get active_profile ---------- 0.60s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 6626 1726776596.07011: RUNNING CLEANUP