[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. 6629 1726773024.36172: 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-mBa executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 6629 1726773024.36464: Added group all to inventory 6629 1726773024.36465: Added group ungrouped to inventory 6629 1726773024.36468: Group all now contains ungrouped 6629 1726773024.36470: Examining possible inventory source: /tmp/kernel_settings-kaH/inventory.yml 6629 1726773024.45087: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 6629 1726773024.45130: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 6629 1726773024.45147: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 6629 1726773024.45188: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 6629 1726773024.45238: Loaded config def from plugin (inventory/script) 6629 1726773024.45239: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 6629 1726773024.45266: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 6629 1726773024.45326: Loaded config def from plugin (inventory/yaml) 6629 1726773024.45328: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 6629 1726773024.45386: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 6629 1726773024.45662: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 6629 1726773024.45665: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 6629 1726773024.45667: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 6629 1726773024.45671: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 6629 1726773024.45674: Loading data from /tmp/kernel_settings-kaH/inventory.yml 6629 1726773024.45719: /tmp/kernel_settings-kaH/inventory.yml was not parsable by auto 6629 1726773024.45762: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 6629 1726773024.45792: Loading data from /tmp/kernel_settings-kaH/inventory.yml 6629 1726773024.45843: group all already in inventory 6629 1726773024.45848: set inventory_file for managed_node1 6629 1726773024.45851: set inventory_dir for managed_node1 6629 1726773024.45852: Added host managed_node1 to inventory 6629 1726773024.45853: Added host managed_node1 to group all 6629 1726773024.45854: set ansible_host for managed_node1 6629 1726773024.45855: set ansible_ssh_extra_args for managed_node1 6629 1726773024.45857: set inventory_file for managed_node2 6629 1726773024.45859: set inventory_dir for managed_node2 6629 1726773024.45860: Added host managed_node2 to inventory 6629 1726773024.45861: Added host managed_node2 to group all 6629 1726773024.45862: set ansible_host for managed_node2 6629 1726773024.45862: set ansible_ssh_extra_args for managed_node2 6629 1726773024.45864: set inventory_file for managed_node3 6629 1726773024.45866: set inventory_dir for managed_node3 6629 1726773024.45866: Added host managed_node3 to inventory 6629 1726773024.45867: Added host managed_node3 to group all 6629 1726773024.45867: set ansible_host for managed_node3 6629 1726773024.45868: set ansible_ssh_extra_args for managed_node3 6629 1726773024.45870: Reconcile groups and hosts in inventory. 6629 1726773024.45873: Group ungrouped now contains managed_node1 6629 1726773024.45874: Group ungrouped now contains managed_node2 6629 1726773024.45875: Group ungrouped now contains managed_node3 6629 1726773024.45933: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 6629 1726773024.46016: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 6629 1726773024.46046: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 6629 1726773024.46063: Loaded config def from plugin (vars/host_group_vars) 6629 1726773024.46065: 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) 6629 1726773024.46069: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 6629 1726773024.46074: 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) 6629 1726773024.46109: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 6629 1726773024.46336: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773024.46399: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 6629 1726773024.46431: Loaded config def from plugin (connection/local) 6629 1726773024.46433: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 6629 1726773024.46763: Loaded config def from plugin (connection/paramiko_ssh) 6629 1726773024.46766: 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) 6629 1726773024.47343: 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) 6629 1726773024.47366: Loaded config def from plugin (connection/psrp) 6629 1726773024.47368: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 6629 1726773024.47771: 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) 6629 1726773024.47795: Loaded config def from plugin (connection/ssh) 6629 1726773024.47797: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 6629 1726773024.48987: 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) 6629 1726773024.49012: Loaded config def from plugin (connection/winrm) 6629 1726773024.49014: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 6629 1726773024.49037: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 6629 1726773024.49078: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 6629 1726773024.49119: Loaded config def from plugin (shell/cmd) 6629 1726773024.49121: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 6629 1726773024.49139: 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) 6629 1726773024.49177: Loaded config def from plugin (shell/powershell) 6629 1726773024.49178: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 6629 1726773024.49216: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 6629 1726773024.49321: Loaded config def from plugin (shell/sh) 6629 1726773024.49323: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 6629 1726773024.49346: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 6629 1726773024.49521: Loaded config def from plugin (become/runas) 6629 1726773024.49522: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 6629 1726773024.49633: Loaded config def from plugin (become/su) 6629 1726773024.49635: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 6629 1726773024.49731: Loaded config def from plugin (become/sudo) 6629 1726773024.49733: 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 6629 1726773024.49754: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml 6629 1726773024.49988: in VariableManager get_vars() 6629 1726773024.50002: done with get_vars() 6629 1726773024.50034: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 6629 1726773024.50043: 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 6629 1726773024.50207: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 6629 1726773024.50293: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 6629 1726773024.50295: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-mBa/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__) 6629 1726773024.50316: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 6629 1726773024.50333: 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) 6629 1726773024.50430: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 6629 1726773024.50468: Loaded config def from plugin (callback/default) 6629 1726773024.50470: 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) 6629 1726773024.51242: Loaded config def from plugin (callback/junit) 6629 1726773024.51244: 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) 6629 1726773024.51273: 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) 6629 1726773024.51313: Loaded config def from plugin (callback/minimal) 6629 1726773024.51315: 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) 6629 1726773024.51341: 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) 6629 1726773024.51376: Loaded config def from plugin (callback/tree) 6629 1726773024.51378: 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 6629 1726773024.51452: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 6629 1726773024.51454: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-mBa/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-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml 6629 1726773024.51470: in VariableManager get_vars() 6629 1726773024.51480: done with get_vars() 6629 1726773024.51484: in VariableManager get_vars() 6629 1726773024.51489: done with get_vars() 6629 1726773024.51492: variable 'omit' from source: magic vars 6629 1726773024.51518: in VariableManager get_vars() 6629 1726773024.51527: done with get_vars() 6629 1726773024.51540: variable 'omit' from source: magic vars PLAY [Ensure that the role runs with default parameters] *********************** 6629 1726773024.53529: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 6629 1726773024.53577: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 6629 1726773024.53614: getting the remaining hosts for this loop 6629 1726773024.53615: done getting the remaining hosts for this loop 6629 1726773024.53617: getting the next task for host managed_node3 6629 1726773024.53620: done getting next task for host managed_node3 6629 1726773024.53621: ^ task is: TASK: meta (flush_handlers) 6629 1726773024.53623: ^ 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 6629 1726773024.53625: getting variables 6629 1726773024.53625: in VariableManager get_vars() 6629 1726773024.53634: Calling all_inventory to load vars for managed_node3 6629 1726773024.53636: Calling groups_inventory to load vars for managed_node3 6629 1726773024.53638: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773024.53646: Calling all_plugins_play to load vars for managed_node3 6629 1726773024.53652: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773024.53654: Calling groups_plugins_play to load vars for managed_node3 6629 1726773024.53674: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773024.53710: done with get_vars() 6629 1726773024.53715: done getting variables 6629 1726773024.53835: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 6629 1726773024.53864: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 6629 1726773024.53898: in VariableManager get_vars() 6629 1726773024.53907: Calling all_inventory to load vars for managed_node3 6629 1726773024.53909: Calling groups_inventory to load vars for managed_node3 6629 1726773024.53911: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773024.53915: Calling all_plugins_play to load vars for managed_node3 6629 1726773024.53916: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773024.53918: Calling groups_plugins_play to load vars for managed_node3 6629 1726773024.53939: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773024.53949: done with get_vars() 6629 1726773024.53956: done queuing things up, now waiting for results queue to drain 6629 1726773024.53957: results queue empty 6629 1726773024.53957: checking for any_errors_fatal 6629 1726773024.53958: done checking for any_errors_fatal 6629 1726773024.53958: checking for max_fail_percentage 6629 1726773024.53959: done checking for max_fail_percentage 6629 1726773024.53959: checking to see if all hosts have failed and the running result is not ok 6629 1726773024.53960: done checking to see if all hosts have failed 6629 1726773024.53960: getting the remaining hosts for this loop 6629 1726773024.53961: done getting the remaining hosts for this loop 6629 1726773024.53963: getting the next task for host managed_node3 6629 1726773024.53965: done getting next task for host managed_node3 6629 1726773024.53966: ^ task is: TASK: Run role with no settings 6629 1726773024.53967: ^ 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 6629 1726773024.53969: getting variables 6629 1726773024.53969: in VariableManager get_vars() 6629 1726773024.53974: Calling all_inventory to load vars for managed_node3 6629 1726773024.53975: Calling groups_inventory to load vars for managed_node3 6629 1726773024.53977: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773024.53982: Calling all_plugins_play to load vars for managed_node3 6629 1726773024.53983: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773024.53985: Calling groups_plugins_play to load vars for managed_node3 6629 1726773024.54000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773024.54011: done with get_vars() 6629 1726773024.54015: done getting variables TASK [Run role with no settings] *********************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml:8 Thursday 19 September 2024 15:10:24 -0400 (0:00:00.026) 0:00:00.026 **** 6629 1726773024.54059: entering _queue_task() for managed_node3/include_role 6629 1726773024.54060: Creating lock for include_role 6629 1726773024.54275: worker is 1 (out of 1 available) 6629 1726773024.54289: exiting _queue_task() for managed_node3/include_role 6629 1726773024.54300: done queuing things up, now waiting for results queue to drain 6629 1726773024.54302: waiting for pending results... 6629 1726773024.54431: running TaskExecutor() for managed_node3/TASK: Run role with no settings 6629 1726773024.54484: in run() - task 1239c35c-e2e1-669f-ab4e-000000000006 6629 1726773024.54500: variable 'ansible_search_path' from source: unknown 6629 1726773024.54530: calling self._execute() 6629 1726773024.54571: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773024.54574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773024.54589: variable 'omit' from source: magic vars 6629 1726773024.54661: _execute() done 6629 1726773024.54664: dumping result to json 6629 1726773024.54667: done dumping result, returning 6629 1726773024.54673: done running TaskExecutor() for managed_node3/TASK: Run role with no settings [1239c35c-e2e1-669f-ab4e-000000000006] 6629 1726773024.54681: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000006 6629 1726773024.54771: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000006 6629 1726773024.54774: WORKER PROCESS EXITING 6629 1726773024.54814: no more pending results, returning what we have 6629 1726773024.54818: in VariableManager get_vars() 6629 1726773024.54841: Calling all_inventory to load vars for managed_node3 6629 1726773024.54844: Calling groups_inventory to load vars for managed_node3 6629 1726773024.54846: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773024.54854: Calling all_plugins_play to load vars for managed_node3 6629 1726773024.54856: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773024.54858: Calling groups_plugins_play to load vars for managed_node3 6629 1726773024.54884: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773024.54894: done with get_vars() 6629 1726773024.54897: variable 'ansible_search_path' from source: unknown 6629 1726773024.54945: variable 'omit' from source: magic vars 6629 1726773024.54958: variable 'omit' from source: magic vars 6629 1726773024.54967: variable 'omit' from source: magic vars 6629 1726773024.54970: we have included files to process 6629 1726773024.54970: generating all_blocks data 6629 1726773024.54971: done generating all_blocks data 6629 1726773024.54972: processing included file: fedora.linux_system_roles.kernel_settings 6629 1726773024.54985: in VariableManager get_vars() 6629 1726773024.54992: done with get_vars() 6629 1726773024.55039: in VariableManager get_vars() 6629 1726773024.55047: done with get_vars() 6629 1726773024.55069: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6629 1726773024.55151: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6629 1726773024.55189: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6629 1726773024.55280: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6629 1726773024.57094: trying /usr/local/lib/python3.12/site-packages/ansible/modules 6629 1726773024.57227: in VariableManager get_vars() 6629 1726773024.57239: done with get_vars() 6629 1726773024.58191: in VariableManager get_vars() 6629 1726773024.58205: done with get_vars() 6629 1726773024.58311: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6629 1726773024.58715: iterating over new_blocks loaded from include file 6629 1726773024.58718: in VariableManager get_vars() 6629 1726773024.58728: done with get_vars() 6629 1726773024.58729: filtering new block on tags 6629 1726773024.58740: done filtering new block on tags 6629 1726773024.58741: in VariableManager get_vars() 6629 1726773024.58750: done with get_vars() 6629 1726773024.58751: filtering new block on tags 6629 1726773024.58762: done filtering new block on tags 6629 1726773024.58763: in VariableManager get_vars() 6629 1726773024.58783: done with get_vars() 6629 1726773024.58784: filtering new block on tags 6629 1726773024.58808: done filtering new block on tags 6629 1726773024.58809: in VariableManager get_vars() 6629 1726773024.58819: done with get_vars() 6629 1726773024.58820: filtering new block on tags 6629 1726773024.58831: done filtering new block on tags 6629 1726773024.58832: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node3 6629 1726773024.58835: extending task lists for all hosts with included blocks 6629 1726773024.58864: done extending task lists 6629 1726773024.58865: done processing included files 6629 1726773024.58865: results queue empty 6629 1726773024.58866: checking for any_errors_fatal 6629 1726773024.58867: done checking for any_errors_fatal 6629 1726773024.58868: checking for max_fail_percentage 6629 1726773024.58868: done checking for max_fail_percentage 6629 1726773024.58869: checking to see if all hosts have failed and the running result is not ok 6629 1726773024.58869: done checking to see if all hosts have failed 6629 1726773024.58870: getting the remaining hosts for this loop 6629 1726773024.58871: done getting the remaining hosts for this loop 6629 1726773024.58872: getting the next task for host managed_node3 6629 1726773024.58874: done getting next task for host managed_node3 6629 1726773024.58875: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6629 1726773024.58876: ^ 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 6629 1726773024.58883: getting variables 6629 1726773024.58883: in VariableManager get_vars() 6629 1726773024.58891: Calling all_inventory to load vars for managed_node3 6629 1726773024.58892: Calling groups_inventory to load vars for managed_node3 6629 1726773024.58894: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773024.58896: Calling all_plugins_play to load vars for managed_node3 6629 1726773024.58898: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773024.58899: Calling groups_plugins_play to load vars for managed_node3 6629 1726773024.58919: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773024.58934: done with get_vars() 6629 1726773024.58939: done getting variables 6629 1726773024.58977: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 15:10:24 -0400 (0:00:00.049) 0:00:00.075 **** 6629 1726773024.58995: entering _queue_task() for managed_node3/fail 6629 1726773024.58996: Creating lock for fail 6629 1726773024.59163: worker is 1 (out of 1 available) 6629 1726773024.59176: exiting _queue_task() for managed_node3/fail 6629 1726773024.59186: done queuing things up, now waiting for results queue to drain 6629 1726773024.59187: waiting for pending results... 6629 1726773024.59333: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6629 1726773024.59396: in run() - task 1239c35c-e2e1-669f-ab4e-000000000023 6629 1726773024.59407: variable 'ansible_search_path' from source: unknown 6629 1726773024.59410: variable 'ansible_search_path' from source: unknown 6629 1726773024.59438: calling self._execute() 6629 1726773024.59481: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773024.59487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773024.59498: variable 'omit' from source: magic vars 6629 1726773024.59811: variable 'kernel_settings_sysctl' from source: role '' defaults 6629 1726773024.59817: variable '__kernel_settings_state_empty' from source: role '' all vars 6629 1726773024.59829: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6629 1726773024.60025: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773024.61498: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773024.61551: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773024.61579: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773024.61612: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773024.61629: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773024.61687: 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) 6629 1726773024.61708: 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) 6629 1726773024.61727: 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) 6629 1726773024.61755: 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) 6629 1726773024.61764: 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) 6629 1726773024.61806: 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) 6629 1726773024.61824: 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) 6629 1726773024.61841: 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) 6629 1726773024.61868: 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) 6629 1726773024.61885: 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) 6629 1726773024.61917: 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) 6629 1726773024.61934: 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) 6629 1726773024.61951: 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) 6629 1726773024.61979: 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) 6629 1726773024.61992: 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) 6629 1726773024.62172: variable 'kernel_settings_sysctl' from source: role '' defaults 6629 1726773024.62198: 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 6629 1726773024.62202: when evaluation is False, skipping this task 6629 1726773024.62205: _execute() done 6629 1726773024.62209: dumping result to json 6629 1726773024.62212: done dumping result, returning 6629 1726773024.62214: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [1239c35c-e2e1-669f-ab4e-000000000023] 6629 1726773024.62217: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000023 6629 1726773024.62297: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000023 6629 1726773024.62300: 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" } 6629 1726773024.62391: no more pending results, returning what we have 6629 1726773024.62394: results queue empty 6629 1726773024.62395: checking for any_errors_fatal 6629 1726773024.62396: done checking for any_errors_fatal 6629 1726773024.62397: checking for max_fail_percentage 6629 1726773024.62398: done checking for max_fail_percentage 6629 1726773024.62399: checking to see if all hosts have failed and the running result is not ok 6629 1726773024.62400: done checking to see if all hosts have failed 6629 1726773024.62401: getting the remaining hosts for this loop 6629 1726773024.62402: done getting the remaining hosts for this loop 6629 1726773024.62407: getting the next task for host managed_node3 6629 1726773024.62411: done getting next task for host managed_node3 6629 1726773024.62414: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6629 1726773024.62416: ^ 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 6629 1726773024.62427: getting variables 6629 1726773024.62428: in VariableManager get_vars() 6629 1726773024.62451: Calling all_inventory to load vars for managed_node3 6629 1726773024.62452: Calling groups_inventory to load vars for managed_node3 6629 1726773024.62454: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773024.62459: Calling all_plugins_play to load vars for managed_node3 6629 1726773024.62461: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773024.62462: Calling groups_plugins_play to load vars for managed_node3 6629 1726773024.62489: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773024.62508: done with get_vars() 6629 1726773024.62514: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 15:10:24 -0400 (0:00:00.035) 0:00:00.111 **** 6629 1726773024.62579: entering _queue_task() for managed_node3/include_tasks 6629 1726773024.62581: Creating lock for include_tasks 6629 1726773024.62739: worker is 1 (out of 1 available) 6629 1726773024.62752: exiting _queue_task() for managed_node3/include_tasks 6629 1726773024.62764: done queuing things up, now waiting for results queue to drain 6629 1726773024.62765: waiting for pending results... 6629 1726773024.62895: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6629 1726773024.62956: in run() - task 1239c35c-e2e1-669f-ab4e-000000000024 6629 1726773024.62969: variable 'ansible_search_path' from source: unknown 6629 1726773024.62972: variable 'ansible_search_path' from source: unknown 6629 1726773024.63001: calling self._execute() 6629 1726773024.63044: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773024.63048: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773024.63055: variable 'omit' from source: magic vars 6629 1726773024.63127: _execute() done 6629 1726773024.63131: dumping result to json 6629 1726773024.63133: done dumping result, returning 6629 1726773024.63140: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [1239c35c-e2e1-669f-ab4e-000000000024] 6629 1726773024.63146: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000024 6629 1726773024.63225: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000024 6629 1726773024.63228: WORKER PROCESS EXITING 6629 1726773024.63265: no more pending results, returning what we have 6629 1726773024.63269: in VariableManager get_vars() 6629 1726773024.63298: Calling all_inventory to load vars for managed_node3 6629 1726773024.63300: Calling groups_inventory to load vars for managed_node3 6629 1726773024.63301: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773024.63309: Calling all_plugins_play to load vars for managed_node3 6629 1726773024.63311: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773024.63312: Calling groups_plugins_play to load vars for managed_node3 6629 1726773024.63342: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773024.63358: done with get_vars() 6629 1726773024.63362: variable 'ansible_search_path' from source: unknown 6629 1726773024.63362: variable 'ansible_search_path' from source: unknown 6629 1726773024.63387: we have included files to process 6629 1726773024.63388: generating all_blocks data 6629 1726773024.63389: done generating all_blocks data 6629 1726773024.63393: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6629 1726773024.63394: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6629 1726773024.63395: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6629 1726773024.63937: done processing included file 6629 1726773024.63939: iterating over new_blocks loaded from include file 6629 1726773024.63940: in VariableManager get_vars() 6629 1726773024.63953: done with get_vars() 6629 1726773024.63954: filtering new block on tags 6629 1726773024.63963: done filtering new block on tags 6629 1726773024.63965: in VariableManager get_vars() 6629 1726773024.63976: done with get_vars() 6629 1726773024.63977: filtering new block on tags 6629 1726773024.63989: done filtering new block on tags 6629 1726773024.63991: in VariableManager get_vars() 6629 1726773024.64006: done with get_vars() 6629 1726773024.64007: filtering new block on tags 6629 1726773024.64018: done filtering new block on tags 6629 1726773024.64019: in VariableManager get_vars() 6629 1726773024.64031: done with get_vars() 6629 1726773024.64032: filtering new block on tags 6629 1726773024.64039: done filtering new block on tags 6629 1726773024.64040: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node3 6629 1726773024.64044: extending task lists for all hosts with included blocks 6629 1726773024.64133: done extending task lists 6629 1726773024.64134: done processing included files 6629 1726773024.64134: results queue empty 6629 1726773024.64135: checking for any_errors_fatal 6629 1726773024.64136: done checking for any_errors_fatal 6629 1726773024.64137: checking for max_fail_percentage 6629 1726773024.64137: done checking for max_fail_percentage 6629 1726773024.64138: checking to see if all hosts have failed and the running result is not ok 6629 1726773024.64138: done checking to see if all hosts have failed 6629 1726773024.64139: getting the remaining hosts for this loop 6629 1726773024.64139: done getting the remaining hosts for this loop 6629 1726773024.64141: getting the next task for host managed_node3 6629 1726773024.64143: done getting next task for host managed_node3 6629 1726773024.64145: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6629 1726773024.64146: ^ 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 6629 1726773024.64151: getting variables 6629 1726773024.64152: in VariableManager get_vars() 6629 1726773024.64160: Calling all_inventory to load vars for managed_node3 6629 1726773024.64161: Calling groups_inventory to load vars for managed_node3 6629 1726773024.64162: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773024.64165: Calling all_plugins_play to load vars for managed_node3 6629 1726773024.64166: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773024.64168: Calling groups_plugins_play to load vars for managed_node3 6629 1726773024.64187: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773024.64203: done with get_vars() 6629 1726773024.64209: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 15:10:24 -0400 (0:00:00.016) 0:00:00.128 **** 6629 1726773024.64254: entering _queue_task() for managed_node3/setup 6629 1726773024.64417: worker is 1 (out of 1 available) 6629 1726773024.64429: exiting _queue_task() for managed_node3/setup 6629 1726773024.64439: done queuing things up, now waiting for results queue to drain 6629 1726773024.64441: waiting for pending results... 6629 1726773024.64573: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6629 1726773024.64710: in run() - task 1239c35c-e2e1-669f-ab4e-000000000085 6629 1726773024.64719: variable 'ansible_search_path' from source: unknown 6629 1726773024.64723: variable 'ansible_search_path' from source: unknown 6629 1726773024.64750: calling self._execute() 6629 1726773024.64801: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773024.64806: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773024.64816: variable 'omit' from source: magic vars 6629 1726773024.65156: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773024.66776: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773024.66857: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773024.66895: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773024.66934: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773024.66971: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773024.67041: 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) 6629 1726773024.67082: 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) 6629 1726773024.67112: 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) 6629 1726773024.67156: 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) 6629 1726773024.67185: 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) 6629 1726773024.67241: 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) 6629 1726773024.67268: 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) 6629 1726773024.67309: 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) 6629 1726773024.67353: 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) 6629 1726773024.67372: 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) 6629 1726773024.67551: variable '__kernel_settings_required_facts' from source: role '' all vars 6629 1726773024.67566: variable 'ansible_facts' from source: unknown 6629 1726773024.67599: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): True 6629 1726773024.67618: variable 'omit' from source: magic vars 6629 1726773024.67677: variable 'omit' from source: magic vars 6629 1726773024.67708: variable '__kernel_settings_required_facts_subsets' from source: role '' all vars 6629 1726773024.67795: variable '__kernel_settings_required_facts_subsets' from source: role '' all vars 6629 1726773024.67913: variable '__kernel_settings_required_facts' from source: role '' all vars 6629 1726773024.67998: variable 'omit' from source: magic vars 6629 1726773024.68027: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773024.68072: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773024.68106: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773024.68128: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773024.68143: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773024.68182: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773024.68191: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773024.68198: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773024.68302: Set connection var ansible_shell_executable to /bin/sh 6629 1726773024.68315: Set connection var ansible_timeout to 10 6629 1726773024.68324: Set connection var ansible_connection to ssh 6629 1726773024.68334: Set connection var ansible_pipelining to False 6629 1726773024.68343: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773024.68352: Set connection var ansible_shell_type to sh 6629 1726773024.68385: variable 'ansible_shell_executable' from source: unknown 6629 1726773024.68393: variable 'ansible_connection' from source: unknown 6629 1726773024.68400: variable 'ansible_module_compression' from source: unknown 6629 1726773024.68408: variable 'ansible_shell_type' from source: unknown 6629 1726773024.68415: variable 'ansible_shell_executable' from source: unknown 6629 1726773024.68421: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773024.68428: variable 'ansible_pipelining' from source: unknown 6629 1726773024.68434: variable 'ansible_timeout' from source: unknown 6629 1726773024.68441: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773024.68687: 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__) 6629 1726773024.68709: variable 'omit' from source: magic vars 6629 1726773024.68731: starting attempt loop 6629 1726773024.68746: running the handler 6629 1726773024.68772: _low_level_execute_command(): starting 6629 1726773024.68779: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773024.69285: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773024.69300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773024.69318: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773024.69330: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773024.69346: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773024.69392: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug1: Control socket "/root/.ansible/cp/07c2510896" does not exist debug1: Connecting to 10.31.10.63 [10.31.10.63] port 22. <<< 6629 1726773024.69396: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773024.69527: stderr chunk (state=3): >>>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_dsa type -1 debug1: identity file /root/.ssh/id_dsa-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_8.7 <<< 6629 1726773024.70433: stderr chunk (state=3): >>>debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7 <<< 6629 1726773024.70438: stderr chunk (state=3): >>>debug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.10.63:22 as 'root' <<< 6629 1726773024.70456: 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 <<< 6629 1726773024.70471: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT sent <<< 6629 1726773024.70639: 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 <<< 6629 1726773024.70650: 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,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 <<< 6629 1726773024.70655: stderr chunk (state=3): >>>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 <<< 6629 1726773024.70896: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_KEX_ECDH_REPLY <<< 6629 1726773024.71548: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:NnNj2CJ8DReyb1ewjagVQU8xikrpw48k4ve811kpUa8 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.10.63' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys <<< 6629 1726773024.72657: stderr chunk (state=3): >>>debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent <<< 6629 1726773024.72671: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_dsa 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: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs= <<< 6629 1726773024.76796: stderr chunk (state=3): >>>debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received <<< 6629 1726773024.76982: stderr chunk (state=3): >>>debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic <<< 6629 1726773024.77031: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 6629 1726773024.77420: 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: Trying private key: /root/.ssh/id_rsa <<< 6629 1726773024.77875: stderr chunk (state=3): >>>debug2: we sent a publickey packet, wait for reply <<< 6629 1726773024.78850: stderr chunk (state=3): >>>debug1: Enabling compression at level 6. <<< 6629 1726773024.78873: stderr chunk (state=3): >>>Authenticated to 10.31.10.63 ([10.31.10.63]:22) using "publickey". <<< 6629 1726773024.78890: stderr chunk (state=3): >>>debug1: pkcs11_del_provider: called, provider_id = (null) <<< 6629 1726773024.78907: stderr chunk (state=3): >>>debug1: setting up multiplex master socket <<< 6629 1726773024.78933: stderr chunk (state=3): >>>debug2: fd 4 setting O_NONBLOCK <<< 6629 1726773024.78945: stderr chunk (state=3): >>>debug1: channel 0: new [/root/.ansible/cp/07c2510896] <<< 6629 1726773024.78956: stderr chunk (state=3): >>>debug2: fd 3 setting TCP_NODELAY <<< 6629 1726773024.78970: stderr chunk (state=3): >>>debug1: control_persist_detach: backgrounding master process <<< 6629 1726773024.79008: stderr chunk (state=3): >>>debug2: control_persist_detach: background process is 6639 <<< 6629 1726773024.79027: stderr chunk (state=3): >>>debug2: fd 4 setting O_NONBLOCK <<< 6629 1726773024.79205: stderr chunk (state=3): >>>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] debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 <<< 6629 1726773024.79254: stderr chunk (state=3): >>>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 debug1: channel 2: new [client-session] debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open <<< 6629 1726773024.80825: 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 <<< 6629 1726773024.84857: 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 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 <<< 6629 1726773024.84877: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773024.84999: 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 <<< 6629 1726773024.86516: stdout chunk (state=3): >>>/root <<< 6629 1726773024.86821: 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 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 <<< 6629 1726773024.86892: stdout chunk (state=3): >>><<< 6629 1726773025.87140: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master debug1: Control socket "/root/.ansible/cp/07c2510896" does not exist debug1: Connecting to 10.31.10.63 [10.31.10.63] 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_dsa type -1 debug1: identity file /root/.ssh/id_dsa-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_8.7 debug1: Remote protocol version 2.0, remote software version OpenSSH_8.7 debug1: compat_banner: match: OpenSSH_8.7 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.10.63: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,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:NnNj2CJ8DReyb1ewjagVQU8xikrpw48k4ve811kpUa8 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.10.63' (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: set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_dsa 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: SSH2_MSG_EXT_INFO received debug1: kex_input_ext_info: server-sig-algs= debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received 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: 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.10.63 ([10.31.10.63]: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 [/root/.ansible/cp/07c2510896] 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] 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 debug1: channel 2: new [client-session] 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 6629 1726773025.87153: _low_level_execute_command(): starting 6629 1726773025.87156: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773025.870402-6635-142542733365200 `" && echo ansible-tmp-1726773025.870402-6635-142542733365200="` echo /root/.ansible/tmp/ansible-tmp-1726773025.870402-6635-142542733365200 `" ) && sleep 0' 6629 1726773025.87866: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773025.87884: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773025.87901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773025.87924: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773025.87970: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773025.87985: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773025.87998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773025.88018: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773025.88034: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773025.88044: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773025.88062: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773025.88076: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773025.88095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773025.88107: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773025.88119: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773025.88132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773025.88216: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773025.88241: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773025.88257: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773025.88840: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773025.90451: stdout chunk (state=3): >>>ansible-tmp-1726773025.870402-6635-142542733365200=/root/.ansible/tmp/ansible-tmp-1726773025.870402-6635-142542733365200 <<< 6629 1726773025.90621: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773025.90693: stderr chunk (state=3): >>><<< 6629 1726773025.90697: stdout chunk (state=3): >>><<< 6629 1726773025.91012: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773025.870402-6635-142542733365200=/root/.ansible/tmp/ansible-tmp-1726773025.870402-6635-142542733365200 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773025.91015: variable 'ansible_module_compression' from source: unknown 6629 1726773025.91018: ANSIBALLZ: Using lock for setup 6629 1726773025.91020: ANSIBALLZ: Acquiring lock 6629 1726773025.91022: ANSIBALLZ: Lock acquired: 140139815913040 6629 1726773025.91024: ANSIBALLZ: Creating module 6629 1726773026.19761: ANSIBALLZ: Writing module into payload 6629 1726773026.20182: ANSIBALLZ: Writing module 6629 1726773026.20679: ANSIBALLZ: Renaming module 6629 1726773026.20691: ANSIBALLZ: Done creating module 6629 1726773026.20731: variable 'ansible_facts' from source: unknown 6629 1726773026.20745: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773026.20759: _low_level_execute_command(): starting 6629 1726773026.20771: _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' 6629 1726773026.21514: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773026.21529: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773026.21545: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773026.21562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773026.21602: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773026.21623: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773026.21638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.21656: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773026.21667: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773026.21677: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773026.21689: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773026.21702: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773026.21720: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773026.21731: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773026.21741: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773026.21754: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.21823: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773026.21846: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773026.21862: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773026.21939: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773026.23585: stdout chunk (state=3): >>>PLATFORM <<< 6629 1726773026.23719: stdout chunk (state=3): >>>Linux <<< 6629 1726773026.23744: stdout chunk (state=3): >>>FOUND /usr/bin/python3.9 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 6629 1726773026.23883: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773026.23972: stderr chunk (state=3): >>><<< 6629 1726773026.23995: stdout chunk (state=3): >>><<< 6629 1726773026.24142: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.9 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773026.24148 [managed_node3]: found interpreters: ['/usr/bin/python3.9', '/usr/bin/python3', '/usr/bin/python3'] 6629 1726773026.24152: _low_level_execute_command(): starting 6629 1726773026.24154: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 && sleep 0' 6629 1726773026.24218: Sending initial data 6629 1726773026.24221: Sent initial data (1181 bytes) 6629 1726773026.24790: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773026.24814: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773026.24831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773026.24850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773026.24894: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773026.24917: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773026.24934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.24953: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773026.24965: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773026.24975: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773026.24988: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773026.25002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773026.25028: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773026.25041: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773026.25052: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773026.25065: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.25150: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773026.25175: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773026.25192: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773026.25264: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773026.29123: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"9\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"9\"\nPLATFORM_ID=\"platform:el9\"\nPRETTY_NAME=\"CentOS Stream 9\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:9\"\nHOME_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 9\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} <<< 6629 1726773026.29553: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773026.29625: stderr chunk (state=3): >>><<< 6629 1726773026.29630: stdout chunk (state=3): >>><<< 6629 1726773026.29633: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"9\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"9\"\nPLATFORM_ID=\"platform:el9\"\nPRETTY_NAME=\"CentOS Stream 9\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:9\"\nHOME_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 9\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773026.29693: variable 'ansible_facts' from source: unknown 6629 1726773026.29696: variable 'ansible_facts' from source: unknown 6629 1726773026.29705: variable 'ansible_module_compression' from source: unknown 6629 1726773026.29736: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6629 1726773026.29761: variable 'ansible_facts' from source: unknown 6629 1726773026.29876: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773025.870402-6635-142542733365200/AnsiballZ_setup.py 6629 1726773026.29986: Sending initial data 6629 1726773026.29989: Sent initial data (151 bytes) 6629 1726773026.30653: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773026.30659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773026.30706: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.30710: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773026.30715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.30773: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773026.30780: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773026.30783: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773026.30815: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773026.33048: 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 <<< 6629 1726773026.33120: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 6629 1726773026.33131: stderr chunk (state=3): >>>debug1: Using server upload size 261120 <<< 6629 1726773026.33143: stderr chunk (state=3): >>>debug1: Server handle limit 1019; using 64 <<< 6629 1726773026.33267: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp_b3gi09y /root/.ansible/tmp/ansible-tmp-1726773025.870402-6635-142542733365200/AnsiballZ_setup.py <<< 6629 1726773026.33281: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773026.35262: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773026.35360: stderr chunk (state=3): >>><<< 6629 1726773026.35364: stdout chunk (state=3): >>><<< 6629 1726773026.35383: done transferring module to remote 6629 1726773026.35393: _low_level_execute_command(): starting 6629 1726773026.35398: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773025.870402-6635-142542733365200/ /root/.ansible/tmp/ansible-tmp-1726773025.870402-6635-142542733365200/AnsiballZ_setup.py && sleep 0' 6629 1726773026.35836: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773026.35842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773026.35894: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.35898: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773026.35900: 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.10.63 originally 10.31.10.63 <<< 6629 1726773026.35902: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.35954: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773026.35957: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773026.35998: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773026.37775: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773026.37817: stderr chunk (state=3): >>><<< 6629 1726773026.37821: stdout chunk (state=3): >>><<< 6629 1726773026.37833: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773026.37837: _low_level_execute_command(): starting 6629 1726773026.37842: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773025.870402-6635-142542733365200/AnsiballZ_setup.py && sleep 0' 6629 1726773026.38276: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773026.38291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773026.38319: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773026.38330: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.38383: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773026.38396: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773026.38440: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773026.63530: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "9", "ansible_distribution_major_version": "9", "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"}}} <<< 6629 1726773026.65166: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773026.65231: stderr chunk (state=3): >>><<< [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.9, 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. 6629 1726773026.65238: stdout chunk (state=3): >>><<< 6629 1726773026.65250: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "9", "ansible_distribution_major_version": "9", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773026.65285: 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-1726773025.870402-6635-142542733365200/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773026.65304: _low_level_execute_command(): starting 6629 1726773026.65308: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773025.870402-6635-142542733365200/ > /dev/null 2>&1 && sleep 0' 6629 1726773026.65772: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773026.65776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773026.65813: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.65826: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773026.65837: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.65884: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773026.65901: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773026.65937: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773026.67754: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773026.67796: stderr chunk (state=3): >>><<< 6629 1726773026.67799: stdout chunk (state=3): >>><<< 6629 1726773026.67813: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773026.67818: handler run complete 6629 1726773026.67832: variable 'ansible_facts' from source: unknown 6629 1726773026.67862: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773026.67896: variable 'ansible_facts' from source: unknown 6629 1726773026.67919: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773026.67931: attempt loop complete, returning result 6629 1726773026.67934: _execute() done 6629 1726773026.67936: dumping result to json 6629 1726773026.67943: done dumping result, returning 6629 1726773026.67951: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [1239c35c-e2e1-669f-ab4e-000000000085] 6629 1726773026.67954: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000085 6629 1726773026.68047: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000085 6629 1726773026.68050: WORKER PROCESS EXITING ok: [managed_node3] 6629 1726773026.68164: no more pending results, returning what we have 6629 1726773026.68167: results queue empty 6629 1726773026.68168: checking for any_errors_fatal 6629 1726773026.68170: done checking for any_errors_fatal 6629 1726773026.68170: checking for max_fail_percentage 6629 1726773026.68172: done checking for max_fail_percentage 6629 1726773026.68172: checking to see if all hosts have failed and the running result is not ok 6629 1726773026.68173: done checking to see if all hosts have failed 6629 1726773026.68174: getting the remaining hosts for this loop 6629 1726773026.68175: done getting the remaining hosts for this loop 6629 1726773026.68178: getting the next task for host managed_node3 6629 1726773026.68191: done getting next task for host managed_node3 6629 1726773026.68198: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6629 1726773026.68201: ^ 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 6629 1726773026.68215: getting variables 6629 1726773026.68217: in VariableManager get_vars() 6629 1726773026.68246: Calling all_inventory to load vars for managed_node3 6629 1726773026.68249: Calling groups_inventory to load vars for managed_node3 6629 1726773026.68251: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773026.68257: Calling all_plugins_play to load vars for managed_node3 6629 1726773026.68259: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773026.68261: Calling groups_plugins_play to load vars for managed_node3 6629 1726773026.68307: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773026.68337: done with get_vars() 6629 1726773026.68344: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 15:10:26 -0400 (0:00:02.041) 0:00:02.170 **** 6629 1726773026.68412: entering _queue_task() for managed_node3/stat 6629 1726773026.68572: worker is 1 (out of 1 available) 6629 1726773026.68582: exiting _queue_task() for managed_node3/stat 6629 1726773026.68592: done queuing things up, now waiting for results queue to drain 6629 1726773026.68593: waiting for pending results... 6629 1726773026.68740: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6629 1726773026.68818: in run() - task 1239c35c-e2e1-669f-ab4e-000000000087 6629 1726773026.68830: variable 'ansible_search_path' from source: unknown 6629 1726773026.68834: variable 'ansible_search_path' from source: unknown 6629 1726773026.68867: calling self._execute() 6629 1726773026.68916: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773026.68920: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773026.68929: variable 'omit' from source: magic vars 6629 1726773026.69250: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773026.69420: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773026.69450: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773026.69498: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773026.69526: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773026.69587: 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) 6629 1726773026.69615: 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) 6629 1726773026.69634: 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) 6629 1726773026.69651: 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) 6629 1726773026.69741: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 6629 1726773026.69744: variable 'omit' from source: magic vars 6629 1726773026.69783: variable 'omit' from source: magic vars 6629 1726773026.69803: variable 'omit' from source: magic vars 6629 1726773026.69823: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773026.69846: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773026.69859: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773026.69871: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773026.69880: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773026.69905: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773026.69908: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773026.69913: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773026.69981: Set connection var ansible_shell_executable to /bin/sh 6629 1726773026.69988: Set connection var ansible_timeout to 10 6629 1726773026.69994: Set connection var ansible_connection to ssh 6629 1726773026.70000: Set connection var ansible_pipelining to False 6629 1726773026.70006: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773026.70011: Set connection var ansible_shell_type to sh 6629 1726773026.70028: variable 'ansible_shell_executable' from source: unknown 6629 1726773026.70031: variable 'ansible_connection' from source: unknown 6629 1726773026.70034: variable 'ansible_module_compression' from source: unknown 6629 1726773026.70036: variable 'ansible_shell_type' from source: unknown 6629 1726773026.70040: variable 'ansible_shell_executable' from source: unknown 6629 1726773026.70042: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773026.70044: variable 'ansible_pipelining' from source: unknown 6629 1726773026.70047: variable 'ansible_timeout' from source: unknown 6629 1726773026.70049: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773026.70142: 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__) 6629 1726773026.70149: variable 'omit' from source: magic vars 6629 1726773026.70154: starting attempt loop 6629 1726773026.70156: running the handler 6629 1726773026.70167: _low_level_execute_command(): starting 6629 1726773026.70175: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773026.70664: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773026.70686: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773026.70700: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration <<< 6629 1726773026.70719: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.70762: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773026.70774: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773026.70820: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773026.72385: stdout chunk (state=3): >>>/root <<< 6629 1726773026.72549: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773026.72594: stderr chunk (state=3): >>><<< 6629 1726773026.72599: stdout chunk (state=3): >>><<< 6629 1726773026.72620: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773026.72632: _low_level_execute_command(): starting 6629 1726773026.72638: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773026.72619-6709-171967368409199 `" && echo ansible-tmp-1726773026.72619-6709-171967368409199="` echo /root/.ansible/tmp/ansible-tmp-1726773026.72619-6709-171967368409199 `" ) && sleep 0' 6629 1726773026.73055: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773026.73067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773026.73094: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773026.73107: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.73155: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773026.73161: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773026.73212: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773026.75029: stdout chunk (state=3): >>>ansible-tmp-1726773026.72619-6709-171967368409199=/root/.ansible/tmp/ansible-tmp-1726773026.72619-6709-171967368409199 <<< 6629 1726773026.75194: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773026.75234: stderr chunk (state=3): >>><<< 6629 1726773026.75237: stdout chunk (state=3): >>><<< 6629 1726773026.75250: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773026.72619-6709-171967368409199=/root/.ansible/tmp/ansible-tmp-1726773026.72619-6709-171967368409199 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773026.75279: variable 'ansible_module_compression' from source: unknown 6629 1726773026.75328: ANSIBALLZ: Using lock for stat 6629 1726773026.75334: ANSIBALLZ: Acquiring lock 6629 1726773026.75337: ANSIBALLZ: Lock acquired: 140139817268960 6629 1726773026.75339: ANSIBALLZ: Creating module 6629 1726773026.82932: ANSIBALLZ: Writing module into payload 6629 1726773026.83008: ANSIBALLZ: Writing module 6629 1726773026.83027: ANSIBALLZ: Renaming module 6629 1726773026.83030: ANSIBALLZ: Done creating module 6629 1726773026.83044: variable 'ansible_facts' from source: unknown 6629 1726773026.83088: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773026.72619-6709-171967368409199/AnsiballZ_stat.py 6629 1726773026.83192: Sending initial data 6629 1726773026.83201: Sent initial data (149 bytes) 6629 1726773026.83898: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773026.83902: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773026.83938: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773026.83943: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773026.83945: 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.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773026.83947: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.83999: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773026.84002: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773026.84049: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773026.85910: 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 <<< 6629 1726773026.85989: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773026.86025: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpz1kjyywz /root/.ansible/tmp/ansible-tmp-1726773026.72619-6709-171967368409199/AnsiballZ_stat.py <<< 6629 1726773026.86079: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773026.86844: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773026.86943: stderr chunk (state=3): >>><<< 6629 1726773026.86946: stdout chunk (state=3): >>><<< 6629 1726773026.86961: done transferring module to remote 6629 1726773026.86969: _low_level_execute_command(): starting 6629 1726773026.86974: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773026.72619-6709-171967368409199/ /root/.ansible/tmp/ansible-tmp-1726773026.72619-6709-171967368409199/AnsiballZ_stat.py && sleep 0' 6629 1726773026.87422: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773026.87425: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773026.87462: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773026.87466: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773026.87486: 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.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773026.87489: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.87519: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773026.87531: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773026.87572: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773026.89267: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773026.89313: stderr chunk (state=3): >>><<< 6629 1726773026.89316: stdout chunk (state=3): >>><<< 6629 1726773026.89330: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773026.89333: _low_level_execute_command(): starting 6629 1726773026.89337: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773026.72619-6709-171967368409199/AnsiballZ_stat.py && sleep 0' 6629 1726773026.89760: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773026.89773: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773026.89793: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773026.89811: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773026.89856: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773026.89868: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773026.89915: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773027.02840: 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"}}} <<< 6629 1726773027.03817: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773027.03872: stderr chunk (state=3): >>><<< 6629 1726773027.03875: stdout chunk (state=3): >>><<< 6629 1726773027.03892: _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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773027.03922: 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-1726773026.72619-6709-171967368409199/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773027.03930: _low_level_execute_command(): starting 6629 1726773027.03939: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773026.72619-6709-171967368409199/ > /dev/null 2>&1 && sleep 0' 6629 1726773027.04387: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773027.04400: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.04418: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773027.04430: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773027.04448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.04489: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773027.04501: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773027.04592: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773027.06346: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773027.06392: stderr chunk (state=3): >>><<< 6629 1726773027.06399: stdout chunk (state=3): >>><<< 6629 1726773027.06415: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773027.06420: handler run complete 6629 1726773027.06435: attempt loop complete, returning result 6629 1726773027.06437: _execute() done 6629 1726773027.06440: dumping result to json 6629 1726773027.06444: done dumping result, returning 6629 1726773027.06451: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [1239c35c-e2e1-669f-ab4e-000000000087] 6629 1726773027.06455: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000087 6629 1726773027.06545: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000087 6629 1726773027.06547: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 6629 1726773027.06649: no more pending results, returning what we have 6629 1726773027.06653: results queue empty 6629 1726773027.06653: checking for any_errors_fatal 6629 1726773027.06660: done checking for any_errors_fatal 6629 1726773027.06661: checking for max_fail_percentage 6629 1726773027.06662: done checking for max_fail_percentage 6629 1726773027.06663: checking to see if all hosts have failed and the running result is not ok 6629 1726773027.06664: done checking to see if all hosts have failed 6629 1726773027.06664: getting the remaining hosts for this loop 6629 1726773027.06666: done getting the remaining hosts for this loop 6629 1726773027.06669: getting the next task for host managed_node3 6629 1726773027.06674: done getting next task for host managed_node3 6629 1726773027.06679: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6629 1726773027.06682: ^ 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 6629 1726773027.06692: getting variables 6629 1726773027.06693: in VariableManager get_vars() 6629 1726773027.06731: Calling all_inventory to load vars for managed_node3 6629 1726773027.06734: Calling groups_inventory to load vars for managed_node3 6629 1726773027.06736: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773027.06744: Calling all_plugins_play to load vars for managed_node3 6629 1726773027.06746: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773027.06748: Calling groups_plugins_play to load vars for managed_node3 6629 1726773027.06784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773027.06817: done with get_vars() 6629 1726773027.06824: done getting variables 6629 1726773027.06892: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:10:27 -0400 (0:00:00.385) 0:00:02.555 **** 6629 1726773027.06918: entering _queue_task() for managed_node3/set_fact 6629 1726773027.06920: Creating lock for set_fact 6629 1726773027.07091: worker is 1 (out of 1 available) 6629 1726773027.07101: exiting _queue_task() for managed_node3/set_fact 6629 1726773027.07114: done queuing things up, now waiting for results queue to drain 6629 1726773027.07115: waiting for pending results... 6629 1726773027.07255: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6629 1726773027.07327: in run() - task 1239c35c-e2e1-669f-ab4e-000000000088 6629 1726773027.07338: variable 'ansible_search_path' from source: unknown 6629 1726773027.07342: variable 'ansible_search_path' from source: unknown 6629 1726773027.07375: calling self._execute() 6629 1726773027.07415: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773027.07419: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773027.07427: variable 'omit' from source: magic vars 6629 1726773027.07746: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773027.07943: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773027.07973: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773027.08000: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773027.08026: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773027.08091: 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) 6629 1726773027.08110: 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) 6629 1726773027.08134: 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) 6629 1726773027.08152: 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) 6629 1726773027.08241: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 6629 1726773027.08245: variable 'omit' from source: magic vars 6629 1726773027.08281: variable 'omit' from source: magic vars 6629 1726773027.08364: variable '__ostree_booted_stat' from source: set_fact 6629 1726773027.08398: variable 'omit' from source: magic vars 6629 1726773027.08417: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773027.08438: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773027.08454: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773027.08469: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773027.08475: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773027.08498: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773027.08501: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773027.08507: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773027.08570: Set connection var ansible_shell_executable to /bin/sh 6629 1726773027.08575: Set connection var ansible_timeout to 10 6629 1726773027.08579: Set connection var ansible_connection to ssh 6629 1726773027.08590: Set connection var ansible_pipelining to False 6629 1726773027.08594: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773027.08599: Set connection var ansible_shell_type to sh 6629 1726773027.08616: variable 'ansible_shell_executable' from source: unknown 6629 1726773027.08619: variable 'ansible_connection' from source: unknown 6629 1726773027.08622: variable 'ansible_module_compression' from source: unknown 6629 1726773027.08624: variable 'ansible_shell_type' from source: unknown 6629 1726773027.08626: variable 'ansible_shell_executable' from source: unknown 6629 1726773027.08628: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773027.08631: variable 'ansible_pipelining' from source: unknown 6629 1726773027.08633: variable 'ansible_timeout' from source: unknown 6629 1726773027.08638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773027.08705: 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) 6629 1726773027.08712: variable 'omit' from source: magic vars 6629 1726773027.08717: starting attempt loop 6629 1726773027.08720: running the handler 6629 1726773027.08728: handler run complete 6629 1726773027.08736: attempt loop complete, returning result 6629 1726773027.08738: _execute() done 6629 1726773027.08741: dumping result to json 6629 1726773027.08743: done dumping result, returning 6629 1726773027.08751: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [1239c35c-e2e1-669f-ab4e-000000000088] 6629 1726773027.08756: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000088 6629 1726773027.08828: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000088 6629 1726773027.08831: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_is_ostree": false }, "changed": false } 6629 1726773027.08914: no more pending results, returning what we have 6629 1726773027.08917: results queue empty 6629 1726773027.08918: checking for any_errors_fatal 6629 1726773027.08922: done checking for any_errors_fatal 6629 1726773027.08923: checking for max_fail_percentage 6629 1726773027.08924: done checking for max_fail_percentage 6629 1726773027.08924: checking to see if all hosts have failed and the running result is not ok 6629 1726773027.08925: done checking to see if all hosts have failed 6629 1726773027.08926: getting the remaining hosts for this loop 6629 1726773027.08927: done getting the remaining hosts for this loop 6629 1726773027.08930: getting the next task for host managed_node3 6629 1726773027.08935: done getting next task for host managed_node3 6629 1726773027.08937: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6629 1726773027.08939: ^ 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 6629 1726773027.08945: getting variables 6629 1726773027.08946: in VariableManager get_vars() 6629 1726773027.08972: Calling all_inventory to load vars for managed_node3 6629 1726773027.08974: Calling groups_inventory to load vars for managed_node3 6629 1726773027.08975: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773027.08981: Calling all_plugins_play to load vars for managed_node3 6629 1726773027.08983: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773027.08985: Calling groups_plugins_play to load vars for managed_node3 6629 1726773027.09020: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773027.09044: done with get_vars() 6629 1726773027.09050: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 15:10:27 -0400 (0:00:00.021) 0:00:02.577 **** 6629 1726773027.09113: entering _queue_task() for managed_node3/stat 6629 1726773027.09263: worker is 1 (out of 1 available) 6629 1726773027.09275: exiting _queue_task() for managed_node3/stat 6629 1726773027.09285: done queuing things up, now waiting for results queue to drain 6629 1726773027.09286: waiting for pending results... 6629 1726773027.09421: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6629 1726773027.09492: in run() - task 1239c35c-e2e1-669f-ab4e-00000000008a 6629 1726773027.09502: variable 'ansible_search_path' from source: unknown 6629 1726773027.09507: variable 'ansible_search_path' from source: unknown 6629 1726773027.09532: calling self._execute() 6629 1726773027.09572: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773027.09576: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773027.09586: variable 'omit' from source: magic vars 6629 1726773027.09923: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773027.10075: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773027.10111: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773027.10136: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773027.10160: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773027.10222: 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) 6629 1726773027.10239: 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) 6629 1726773027.10256: 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) 6629 1726773027.10276: 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) 6629 1726773027.10362: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 6629 1726773027.10366: variable 'omit' from source: magic vars 6629 1726773027.10411: variable 'omit' from source: magic vars 6629 1726773027.10431: variable 'omit' from source: magic vars 6629 1726773027.10448: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773027.10467: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773027.10480: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773027.10496: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773027.10509: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773027.10529: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773027.10537: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773027.10539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773027.10598: Set connection var ansible_shell_executable to /bin/sh 6629 1726773027.10607: Set connection var ansible_timeout to 10 6629 1726773027.10612: Set connection var ansible_connection to ssh 6629 1726773027.10618: Set connection var ansible_pipelining to False 6629 1726773027.10623: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773027.10630: Set connection var ansible_shell_type to sh 6629 1726773027.10643: variable 'ansible_shell_executable' from source: unknown 6629 1726773027.10650: variable 'ansible_connection' from source: unknown 6629 1726773027.10653: variable 'ansible_module_compression' from source: unknown 6629 1726773027.10656: variable 'ansible_shell_type' from source: unknown 6629 1726773027.10658: variable 'ansible_shell_executable' from source: unknown 6629 1726773027.10660: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773027.10664: variable 'ansible_pipelining' from source: unknown 6629 1726773027.10666: variable 'ansible_timeout' from source: unknown 6629 1726773027.10670: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773027.10767: 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__) 6629 1726773027.10774: variable 'omit' from source: magic vars 6629 1726773027.10781: starting attempt loop 6629 1726773027.10784: running the handler 6629 1726773027.10791: _low_level_execute_command(): starting 6629 1726773027.10797: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773027.11294: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773027.11314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.11327: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.11339: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.11386: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773027.11402: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773027.11581: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773027.13165: stdout chunk (state=3): >>>/root <<< 6629 1726773027.13268: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773027.13313: stderr chunk (state=3): >>><<< 6629 1726773027.13318: stdout chunk (state=3): >>><<< 6629 1726773027.13334: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773027.13344: _low_level_execute_command(): starting 6629 1726773027.13349: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773027.133333-6718-231031988680932 `" && echo ansible-tmp-1726773027.133333-6718-231031988680932="` echo /root/.ansible/tmp/ansible-tmp-1726773027.133333-6718-231031988680932 `" ) && sleep 0' 6629 1726773027.13775: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773027.13783: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.13815: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.13819: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.13822: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.13874: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773027.13881: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773027.13916: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773027.15782: stdout chunk (state=3): >>>ansible-tmp-1726773027.133333-6718-231031988680932=/root/.ansible/tmp/ansible-tmp-1726773027.133333-6718-231031988680932 <<< 6629 1726773027.15898: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773027.15944: stderr chunk (state=3): >>><<< 6629 1726773027.15947: stdout chunk (state=3): >>><<< 6629 1726773027.15959: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773027.133333-6718-231031988680932=/root/.ansible/tmp/ansible-tmp-1726773027.133333-6718-231031988680932 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773027.15992: variable 'ansible_module_compression' from source: unknown 6629 1726773027.16035: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6629 1726773027.16064: variable 'ansible_facts' from source: unknown 6629 1726773027.16129: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773027.133333-6718-231031988680932/AnsiballZ_stat.py 6629 1726773027.16221: Sending initial data 6629 1726773027.16230: Sent initial data (150 bytes) 6629 1726773027.16871: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773027.16874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.16914: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.16917: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.16919: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.16966: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773027.16969: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773027.17011: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773027.18689: 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 <<< 6629 1726773027.18769: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 6629 1726773027.18773: stderr chunk (state=3): >>>debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773027.18802: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpcnq59w97 /root/.ansible/tmp/ansible-tmp-1726773027.133333-6718-231031988680932/AnsiballZ_stat.py <<< 6629 1726773027.18859: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773027.19599: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773027.19684: stderr chunk (state=3): >>><<< 6629 1726773027.19687: stdout chunk (state=3): >>><<< 6629 1726773027.19705: done transferring module to remote 6629 1726773027.19714: _low_level_execute_command(): starting 6629 1726773027.19719: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773027.133333-6718-231031988680932/ /root/.ansible/tmp/ansible-tmp-1726773027.133333-6718-231031988680932/AnsiballZ_stat.py && sleep 0' 6629 1726773027.20125: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773027.20141: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.20160: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773027.20181: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.20218: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773027.20230: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773027.20270: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773027.22019: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773027.22022: stdout chunk (state=3): >>><<< 6629 1726773027.22031: stderr chunk (state=3): >>><<< 6629 1726773027.22121: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773027.22125: _low_level_execute_command(): starting 6629 1726773027.22128: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773027.133333-6718-231031988680932/AnsiballZ_stat.py && sleep 0' 6629 1726773027.22678: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773027.22693: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773027.22711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773027.22730: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.22774: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773027.22788: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773027.22805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.22827: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773027.22840: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773027.22852: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773027.22866: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773027.22880: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773027.22898: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.22914: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773027.22928: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773027.22943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.23024: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773027.23046: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773027.23064: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773027.23135: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773027.36745: 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"}}} <<< 6629 1726773027.37757: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773027.37808: stderr chunk (state=3): >>><<< 6629 1726773027.37812: stdout chunk (state=3): >>><<< 6629 1726773027.37825: _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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773027.37858: 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-1726773027.133333-6718-231031988680932/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773027.37866: _low_level_execute_command(): starting 6629 1726773027.37870: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773027.133333-6718-231031988680932/ > /dev/null 2>&1 && sleep 0' 6629 1726773027.38328: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773027.38332: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.38366: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.38373: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773027.38376: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.38434: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773027.38438: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773027.38442: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773027.38475: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773027.40208: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773027.40255: stderr chunk (state=3): >>><<< 6629 1726773027.40258: stdout chunk (state=3): >>><<< 6629 1726773027.40270: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773027.40276: handler run complete 6629 1726773027.40292: attempt loop complete, returning result 6629 1726773027.40295: _execute() done 6629 1726773027.40297: dumping result to json 6629 1726773027.40299: done dumping result, returning 6629 1726773027.40310: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [1239c35c-e2e1-669f-ab4e-00000000008a] 6629 1726773027.40315: sending task result for task 1239c35c-e2e1-669f-ab4e-00000000008a 6629 1726773027.40409: done sending task result for task 1239c35c-e2e1-669f-ab4e-00000000008a 6629 1726773027.40412: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 6629 1726773027.40501: no more pending results, returning what we have 6629 1726773027.40506: results queue empty 6629 1726773027.40507: checking for any_errors_fatal 6629 1726773027.40511: done checking for any_errors_fatal 6629 1726773027.40511: checking for max_fail_percentage 6629 1726773027.40513: done checking for max_fail_percentage 6629 1726773027.40513: checking to see if all hosts have failed and the running result is not ok 6629 1726773027.40514: done checking to see if all hosts have failed 6629 1726773027.40515: getting the remaining hosts for this loop 6629 1726773027.40516: done getting the remaining hosts for this loop 6629 1726773027.40519: getting the next task for host managed_node3 6629 1726773027.40524: done getting next task for host managed_node3 6629 1726773027.40527: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6629 1726773027.40530: ^ 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 6629 1726773027.40541: getting variables 6629 1726773027.40542: in VariableManager get_vars() 6629 1726773027.40568: Calling all_inventory to load vars for managed_node3 6629 1726773027.40570: Calling groups_inventory to load vars for managed_node3 6629 1726773027.40571: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773027.40580: Calling all_plugins_play to load vars for managed_node3 6629 1726773027.40582: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773027.40584: Calling groups_plugins_play to load vars for managed_node3 6629 1726773027.40618: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773027.40646: done with get_vars() 6629 1726773027.40653: done getting variables 6629 1726773027.40698: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 15:10:27 -0400 (0:00:00.316) 0:00:02.893 **** 6629 1726773027.40724: entering _queue_task() for managed_node3/set_fact 6629 1726773027.40915: worker is 1 (out of 1 available) 6629 1726773027.40926: exiting _queue_task() for managed_node3/set_fact 6629 1726773027.40939: done queuing things up, now waiting for results queue to drain 6629 1726773027.40940: waiting for pending results... 6629 1726773027.41089: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6629 1726773027.41171: in run() - task 1239c35c-e2e1-669f-ab4e-00000000008b 6629 1726773027.41181: variable 'ansible_search_path' from source: unknown 6629 1726773027.41189: variable 'ansible_search_path' from source: unknown 6629 1726773027.41223: calling self._execute() 6629 1726773027.41270: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773027.41274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773027.41282: variable 'omit' from source: magic vars 6629 1726773027.41601: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773027.41773: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773027.41807: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773027.41832: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773027.41860: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773027.41922: 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) 6629 1726773027.41940: 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) 6629 1726773027.41964: 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) 6629 1726773027.41982: 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) 6629 1726773027.42073: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 6629 1726773027.42076: variable 'omit' from source: magic vars 6629 1726773027.42111: variable 'omit' from source: magic vars 6629 1726773027.42190: variable '__transactional_update_stat' from source: set_fact 6629 1726773027.42227: variable 'omit' from source: magic vars 6629 1726773027.42244: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773027.42264: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773027.42287: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773027.42294: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773027.42302: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773027.42325: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773027.42328: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773027.42331: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773027.42396: Set connection var ansible_shell_executable to /bin/sh 6629 1726773027.42407: Set connection var ansible_timeout to 10 6629 1726773027.42411: Set connection var ansible_connection to ssh 6629 1726773027.42418: Set connection var ansible_pipelining to False 6629 1726773027.42423: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773027.42427: Set connection var ansible_shell_type to sh 6629 1726773027.42443: variable 'ansible_shell_executable' from source: unknown 6629 1726773027.42446: variable 'ansible_connection' from source: unknown 6629 1726773027.42448: variable 'ansible_module_compression' from source: unknown 6629 1726773027.42450: variable 'ansible_shell_type' from source: unknown 6629 1726773027.42453: variable 'ansible_shell_executable' from source: unknown 6629 1726773027.42455: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773027.42457: variable 'ansible_pipelining' from source: unknown 6629 1726773027.42461: variable 'ansible_timeout' from source: unknown 6629 1726773027.42465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773027.42540: 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) 6629 1726773027.42547: variable 'omit' from source: magic vars 6629 1726773027.42554: starting attempt loop 6629 1726773027.42557: running the handler 6629 1726773027.42564: handler run complete 6629 1726773027.42572: attempt loop complete, returning result 6629 1726773027.42575: _execute() done 6629 1726773027.42577: dumping result to json 6629 1726773027.42583: done dumping result, returning 6629 1726773027.42591: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [1239c35c-e2e1-669f-ab4e-00000000008b] 6629 1726773027.42595: sending task result for task 1239c35c-e2e1-669f-ab4e-00000000008b 6629 1726773027.42670: done sending task result for task 1239c35c-e2e1-669f-ab4e-00000000008b 6629 1726773027.42672: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_is_transactional": false }, "changed": false } 6629 1726773027.42749: no more pending results, returning what we have 6629 1726773027.42751: results queue empty 6629 1726773027.42752: checking for any_errors_fatal 6629 1726773027.42756: done checking for any_errors_fatal 6629 1726773027.42757: checking for max_fail_percentage 6629 1726773027.42758: done checking for max_fail_percentage 6629 1726773027.42759: checking to see if all hosts have failed and the running result is not ok 6629 1726773027.42759: done checking to see if all hosts have failed 6629 1726773027.42760: getting the remaining hosts for this loop 6629 1726773027.42761: done getting the remaining hosts for this loop 6629 1726773027.42764: getting the next task for host managed_node3 6629 1726773027.42770: done getting next task for host managed_node3 6629 1726773027.42773: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6629 1726773027.42776: ^ 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 6629 1726773027.42783: getting variables 6629 1726773027.42788: in VariableManager get_vars() 6629 1726773027.42811: Calling all_inventory to load vars for managed_node3 6629 1726773027.42813: Calling groups_inventory to load vars for managed_node3 6629 1726773027.42815: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773027.42821: Calling all_plugins_play to load vars for managed_node3 6629 1726773027.42824: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773027.42827: Calling groups_plugins_play to load vars for managed_node3 6629 1726773027.42858: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773027.42885: done with get_vars() 6629 1726773027.42890: done getting variables 6629 1726773027.42966: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:10:27 -0400 (0:00:00.022) 0:00:02.915 **** 6629 1726773027.42989: entering _queue_task() for managed_node3/include_vars 6629 1726773027.42990: Creating lock for include_vars 6629 1726773027.43149: worker is 1 (out of 1 available) 6629 1726773027.43160: exiting _queue_task() for managed_node3/include_vars 6629 1726773027.43174: done queuing things up, now waiting for results queue to drain 6629 1726773027.43175: waiting for pending results... 6629 1726773027.43313: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6629 1726773027.43379: in run() - task 1239c35c-e2e1-669f-ab4e-00000000008d 6629 1726773027.43393: variable 'ansible_search_path' from source: unknown 6629 1726773027.43398: variable 'ansible_search_path' from source: unknown 6629 1726773027.43424: calling self._execute() 6629 1726773027.43466: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773027.43469: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773027.43478: variable 'omit' from source: magic vars 6629 1726773027.43549: variable 'omit' from source: magic vars 6629 1726773027.43591: variable 'omit' from source: magic vars 6629 1726773027.43834: variable 'ffparams' from source: task vars 6629 1726773027.43922: variable 'ansible_facts' from source: unknown 6629 1726773027.44016: variable 'ansible_facts' from source: unknown 6629 1726773027.44078: variable 'ansible_facts' from source: unknown 6629 1726773027.44139: variable 'ansible_facts' from source: unknown 6629 1726773027.44193: variable 'role_path' from source: magic vars 6629 1726773027.44308: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6629 1726773027.44457: Loaded config def from plugin (lookup/first_found) 6629 1726773027.44462: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6629 1726773027.44494: variable 'ansible_search_path' from source: unknown 6629 1726773027.44510: variable 'ansible_search_path' from source: unknown 6629 1726773027.44517: variable 'ansible_search_path' from source: unknown 6629 1726773027.44523: variable 'ansible_search_path' from source: unknown 6629 1726773027.44529: variable 'ansible_search_path' from source: unknown 6629 1726773027.44545: variable 'omit' from source: magic vars 6629 1726773027.44562: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773027.44580: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773027.44599: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773027.44613: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773027.44621: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773027.44640: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773027.44643: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773027.44645: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773027.44711: Set connection var ansible_shell_executable to /bin/sh 6629 1726773027.44714: Set connection var ansible_timeout to 10 6629 1726773027.44720: Set connection var ansible_connection to ssh 6629 1726773027.44726: Set connection var ansible_pipelining to False 6629 1726773027.44731: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773027.44736: Set connection var ansible_shell_type to sh 6629 1726773027.44752: variable 'ansible_shell_executable' from source: unknown 6629 1726773027.44754: variable 'ansible_connection' from source: unknown 6629 1726773027.44757: variable 'ansible_module_compression' from source: unknown 6629 1726773027.44759: variable 'ansible_shell_type' from source: unknown 6629 1726773027.44761: variable 'ansible_shell_executable' from source: unknown 6629 1726773027.44764: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773027.44766: variable 'ansible_pipelining' from source: unknown 6629 1726773027.44769: variable 'ansible_timeout' from source: unknown 6629 1726773027.44773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773027.44847: 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) 6629 1726773027.44853: variable 'omit' from source: magic vars 6629 1726773027.44857: starting attempt loop 6629 1726773027.44860: running the handler 6629 1726773027.44904: handler run complete 6629 1726773027.44914: attempt loop complete, returning result 6629 1726773027.44916: _execute() done 6629 1726773027.44920: dumping result to json 6629 1726773027.44922: done dumping result, returning 6629 1726773027.44925: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [1239c35c-e2e1-669f-ab4e-00000000008d] 6629 1726773027.44930: sending task result for task 1239c35c-e2e1-669f-ab4e-00000000008d 6629 1726773027.45022: done sending task result for task 1239c35c-e2e1-669f-ab4e-00000000008d 6629 1726773027.45025: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 6629 1726773027.45088: no more pending results, returning what we have 6629 1726773027.45090: results queue empty 6629 1726773027.45091: checking for any_errors_fatal 6629 1726773027.45095: done checking for any_errors_fatal 6629 1726773027.45096: checking for max_fail_percentage 6629 1726773027.45097: done checking for max_fail_percentage 6629 1726773027.45098: checking to see if all hosts have failed and the running result is not ok 6629 1726773027.45099: done checking to see if all hosts have failed 6629 1726773027.45099: getting the remaining hosts for this loop 6629 1726773027.45100: done getting the remaining hosts for this loop 6629 1726773027.45102: getting the next task for host managed_node3 6629 1726773027.45108: done getting next task for host managed_node3 6629 1726773027.45110: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6629 1726773027.45112: ^ 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 6629 1726773027.45121: getting variables 6629 1726773027.45122: in VariableManager get_vars() 6629 1726773027.45144: Calling all_inventory to load vars for managed_node3 6629 1726773027.45146: Calling groups_inventory to load vars for managed_node3 6629 1726773027.45147: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773027.45153: Calling all_plugins_play to load vars for managed_node3 6629 1726773027.45155: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773027.45156: Calling groups_plugins_play to load vars for managed_node3 6629 1726773027.45188: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773027.45219: done with get_vars() 6629 1726773027.45224: done getting variables 6629 1726773027.45289: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:10:27 -0400 (0:00:00.023) 0:00:02.939 **** 6629 1726773027.45310: entering _queue_task() for managed_node3/package 6629 1726773027.45312: Creating lock for package 6629 1726773027.45462: worker is 1 (out of 1 available) 6629 1726773027.45474: exiting _queue_task() for managed_node3/package 6629 1726773027.45484: done queuing things up, now waiting for results queue to drain 6629 1726773027.45485: waiting for pending results... 6629 1726773027.45629: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6629 1726773027.45679: in run() - task 1239c35c-e2e1-669f-ab4e-000000000025 6629 1726773027.45692: variable 'ansible_search_path' from source: unknown 6629 1726773027.45695: variable 'ansible_search_path' from source: unknown 6629 1726773027.45723: calling self._execute() 6629 1726773027.45763: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773027.45766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773027.45776: variable 'omit' from source: magic vars 6629 1726773027.45846: variable 'omit' from source: magic vars 6629 1726773027.45874: variable 'omit' from source: magic vars 6629 1726773027.45897: variable '__kernel_settings_packages' from source: include_vars 6629 1726773027.46092: variable '__kernel_settings_packages' from source: include_vars 6629 1726773027.46238: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773027.47680: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773027.47725: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773027.47761: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773027.47789: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773027.47810: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773027.47875: 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) 6629 1726773027.47896: 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) 6629 1726773027.47915: 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) 6629 1726773027.47941: 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) 6629 1726773027.47956: 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) 6629 1726773027.48027: variable '__kernel_settings_is_ostree' from source: set_fact 6629 1726773027.48031: variable 'omit' from source: magic vars 6629 1726773027.48050: variable 'omit' from source: magic vars 6629 1726773027.48069: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773027.48092: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773027.48109: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773027.48121: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773027.48129: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773027.48150: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773027.48152: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773027.48155: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773027.48228: Set connection var ansible_shell_executable to /bin/sh 6629 1726773027.48233: Set connection var ansible_timeout to 10 6629 1726773027.48238: Set connection var ansible_connection to ssh 6629 1726773027.48244: Set connection var ansible_pipelining to False 6629 1726773027.48249: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773027.48254: Set connection var ansible_shell_type to sh 6629 1726773027.48270: variable 'ansible_shell_executable' from source: unknown 6629 1726773027.48273: variable 'ansible_connection' from source: unknown 6629 1726773027.48276: variable 'ansible_module_compression' from source: unknown 6629 1726773027.48282: variable 'ansible_shell_type' from source: unknown 6629 1726773027.48284: variable 'ansible_shell_executable' from source: unknown 6629 1726773027.48287: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773027.48289: variable 'ansible_pipelining' from source: unknown 6629 1726773027.48291: variable 'ansible_timeout' from source: unknown 6629 1726773027.48293: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773027.48359: 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) 6629 1726773027.48366: variable 'omit' from source: magic vars 6629 1726773027.48371: starting attempt loop 6629 1726773027.48373: running the handler 6629 1726773027.48381: variable 'ansible_facts' from source: unknown 6629 1726773027.48387: _low_level_execute_command(): starting 6629 1726773027.48396: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773027.48902: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773027.48919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.48940: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773027.48957: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.49002: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773027.49017: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773027.49066: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773027.50639: stdout chunk (state=3): >>>/root <<< 6629 1726773027.50739: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773027.50788: stderr chunk (state=3): >>><<< 6629 1726773027.50794: stdout chunk (state=3): >>><<< 6629 1726773027.50812: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773027.50822: _low_level_execute_command(): starting 6629 1726773027.50825: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773027.5081196-6735-237399125414705 `" && echo ansible-tmp-1726773027.5081196-6735-237399125414705="` echo /root/.ansible/tmp/ansible-tmp-1726773027.5081196-6735-237399125414705 `" ) && sleep 0' 6629 1726773027.51256: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773027.51269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.51286: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773027.51303: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773027.51318: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.51356: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773027.51368: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773027.51410: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773027.53215: stdout chunk (state=3): >>>ansible-tmp-1726773027.5081196-6735-237399125414705=/root/.ansible/tmp/ansible-tmp-1726773027.5081196-6735-237399125414705 <<< 6629 1726773027.53326: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773027.53372: stderr chunk (state=3): >>><<< 6629 1726773027.53375: stdout chunk (state=3): >>><<< 6629 1726773027.53388: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773027.5081196-6735-237399125414705=/root/.ansible/tmp/ansible-tmp-1726773027.5081196-6735-237399125414705 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773027.53410: variable 'ansible_module_compression' from source: unknown 6629 1726773027.53442: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6629 1726773027.53489: variable 'ansible_facts' from source: unknown 6629 1726773027.53600: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773027.5081196-6735-237399125414705/AnsiballZ_setup.py 6629 1726773027.53705: Sending initial data 6629 1726773027.53715: Sent initial data (152 bytes) 6629 1726773027.54353: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773027.54357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.54384: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.54387: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773027.54397: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.54453: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773027.54456: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773027.54492: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773027.56150: 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 <<< 6629 1726773027.56153: stderr chunk (state=3): >>>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 <<< 6629 1726773027.56178: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773027.56211: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpku_gkplv /root/.ansible/tmp/ansible-tmp-1726773027.5081196-6735-237399125414705/AnsiballZ_setup.py <<< 6629 1726773027.56239: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773027.57841: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773027.57925: stderr chunk (state=3): >>><<< 6629 1726773027.57928: stdout chunk (state=3): >>><<< 6629 1726773027.57943: done transferring module to remote 6629 1726773027.57951: _low_level_execute_command(): starting 6629 1726773027.57954: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773027.5081196-6735-237399125414705/ /root/.ansible/tmp/ansible-tmp-1726773027.5081196-6735-237399125414705/AnsiballZ_setup.py && sleep 0' 6629 1726773027.58367: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773027.58370: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.58404: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.58411: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773027.58413: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.58465: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773027.58471: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773027.58501: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773027.60181: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773027.60222: stderr chunk (state=3): >>><<< 6629 1726773027.60225: stdout chunk (state=3): >>><<< 6629 1726773027.60236: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773027.60239: _low_level_execute_command(): starting 6629 1726773027.60243: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773027.5081196-6735-237399125414705/AnsiballZ_setup.py && sleep 0' 6629 1726773027.60645: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773027.60658: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.60673: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773027.60691: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773027.60707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.60743: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773027.60755: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773027.60802: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773027.86554: 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"}}} <<< 6629 1726773027.88067: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773027.88128: stderr chunk (state=3): >>><<< 6629 1726773027.88132: stdout chunk (state=3): >>><<< 6629 1726773027.88149: _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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773027.88172: 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-1726773027.5081196-6735-237399125414705/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773027.88237: variable 'ansible_module_compression' from source: unknown 6629 1726773027.88279: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 6629 1726773027.88282: ANSIBALLZ: Acquiring lock 6629 1726773027.88285: ANSIBALLZ: Lock acquired: 140139818326576 6629 1726773027.88287: ANSIBALLZ: Creating module 6629 1726773027.98024: ANSIBALLZ: Writing module into payload 6629 1726773027.98212: ANSIBALLZ: Writing module 6629 1726773027.98233: ANSIBALLZ: Renaming module 6629 1726773027.98237: ANSIBALLZ: Done creating module 6629 1726773027.98250: variable 'ansible_facts' from source: unknown 6629 1726773027.98305: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773027.5081196-6735-237399125414705/AnsiballZ_dnf.py 6629 1726773027.98402: Sending initial data 6629 1726773027.98414: Sent initial data (150 bytes) 6629 1726773027.99118: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773027.99121: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773027.99156: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.99159: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773027.99161: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773027.99210: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773027.99222: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773027.99267: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773028.01025: 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 <<< 6629 1726773028.01057: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773028.01087: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp9122c4fo /root/.ansible/tmp/ansible-tmp-1726773027.5081196-6735-237399125414705/AnsiballZ_dnf.py <<< 6629 1726773028.01116: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773028.02099: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773028.02194: stderr chunk (state=3): >>><<< 6629 1726773028.02198: stdout chunk (state=3): >>><<< 6629 1726773028.02214: done transferring module to remote 6629 1726773028.02221: _low_level_execute_command(): starting 6629 1726773028.02226: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773027.5081196-6735-237399125414705/ /root/.ansible/tmp/ansible-tmp-1726773027.5081196-6735-237399125414705/AnsiballZ_dnf.py && sleep 0' 6629 1726773028.02666: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773028.02669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773028.02703: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773028.02710: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773028.02721: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773028.02756: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773028.02768: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773028.02813: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773028.04493: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773028.04542: stderr chunk (state=3): >>><<< 6629 1726773028.04545: stdout chunk (state=3): >>><<< 6629 1726773028.04559: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773028.04562: _low_level_execute_command(): starting 6629 1726773028.04566: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773027.5081196-6735-237399125414705/AnsiballZ_dnf.py && sleep 0' 6629 1726773028.04998: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773028.05013: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773028.05031: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773028.05042: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773028.05051: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773028.05098: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773028.05113: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773028.05156: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773046.38275: stdout chunk (state=3): >>> <<< 6629 1726773046.38286: stdout chunk (state=3): >>>{"msg": "", "changed": true, "results": ["Installed: libtraceevent-1.5.3-3.el9.x86_64", "Installed: polkit-0.117-13.el9.x86_64", "Installed: python3-pyudev-0.22.0-6.el9.noarch", "Installed: tuned-2.24.0-1.el9.noarch", "Installed: python3-linux-procfs-0.7.3-1.el9.noarch", "Installed: polkit-libs-0.117-13.el9.x86_64", "Installed: polkit-pkla-compat-0.1-21.el9.x86_64", "Installed: python3-perf-5.14.0-508.el9.x86_64", "Installed: hdparm-9.62-2.el9.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}}} <<< 6629 1726773046.50609: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773046.50663: stderr chunk (state=3): >>><<< 6629 1726773046.50667: stdout chunk (state=3): >>><<< 6629 1726773046.50686: _low_level_execute_command() done: rc=0, stdout= {"msg": "", "changed": true, "results": ["Installed: libtraceevent-1.5.3-3.el9.x86_64", "Installed: polkit-0.117-13.el9.x86_64", "Installed: python3-pyudev-0.22.0-6.el9.noarch", "Installed: tuned-2.24.0-1.el9.noarch", "Installed: python3-linux-procfs-0.7.3-1.el9.noarch", "Installed: polkit-libs-0.117-13.el9.x86_64", "Installed: polkit-pkla-compat-0.1-21.el9.x86_64", "Installed: python3-perf-5.14.0-508.el9.x86_64", "Installed: hdparm-9.62-2.el9.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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773046.50719: 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-1726773027.5081196-6735-237399125414705/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773046.50727: _low_level_execute_command(): starting 6629 1726773046.50731: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773027.5081196-6735-237399125414705/ > /dev/null 2>&1 && sleep 0' 6629 1726773046.51208: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773046.51213: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773046.51243: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773046.51246: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773046.51249: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773046.51308: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773046.51312: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773046.51318: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773046.51356: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773046.53958: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773046.54008: stderr chunk (state=3): >>><<< 6629 1726773046.54014: stdout chunk (state=3): >>><<< 6629 1726773046.54028: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773046.54035: handler run complete 6629 1726773046.54066: attempt loop complete, returning result 6629 1726773046.54069: _execute() done 6629 1726773046.54071: dumping result to json 6629 1726773046.54077: done dumping result, returning 6629 1726773046.54088: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [1239c35c-e2e1-669f-ab4e-000000000025] 6629 1726773046.54090: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000025 6629 1726773046.54186: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000025 6629 1726773046.54189: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "rc": 0, "results": [ "Installed: libtraceevent-1.5.3-3.el9.x86_64", "Installed: polkit-0.117-13.el9.x86_64", "Installed: python3-pyudev-0.22.0-6.el9.noarch", "Installed: tuned-2.24.0-1.el9.noarch", "Installed: python3-linux-procfs-0.7.3-1.el9.noarch", "Installed: polkit-libs-0.117-13.el9.x86_64", "Installed: polkit-pkla-compat-0.1-21.el9.x86_64", "Installed: python3-perf-5.14.0-508.el9.x86_64", "Installed: hdparm-9.62-2.el9.x86_64" ] } 6629 1726773046.54291: no more pending results, returning what we have 6629 1726773046.54294: results queue empty 6629 1726773046.54299: checking for any_errors_fatal 6629 1726773046.54308: done checking for any_errors_fatal 6629 1726773046.54309: checking for max_fail_percentage 6629 1726773046.54310: done checking for max_fail_percentage 6629 1726773046.54311: checking to see if all hosts have failed and the running result is not ok 6629 1726773046.54312: done checking to see if all hosts have failed 6629 1726773046.54312: getting the remaining hosts for this loop 6629 1726773046.54315: done getting the remaining hosts for this loop 6629 1726773046.54319: getting the next task for host managed_node3 6629 1726773046.54326: done getting next task for host managed_node3 6629 1726773046.54330: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6629 1726773046.54332: ^ 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 6629 1726773046.54342: getting variables 6629 1726773046.54343: in VariableManager get_vars() 6629 1726773046.54373: Calling all_inventory to load vars for managed_node3 6629 1726773046.54376: Calling groups_inventory to load vars for managed_node3 6629 1726773046.54378: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773046.54386: Calling all_plugins_play to load vars for managed_node3 6629 1726773046.54388: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773046.54390: Calling groups_plugins_play to load vars for managed_node3 6629 1726773046.54435: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773046.54462: done with get_vars() 6629 1726773046.54468: done getting variables 6629 1726773046.54539: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:10:46 -0400 (0:00:19.092) 0:00:22.031 **** 6629 1726773046.54563: entering _queue_task() for managed_node3/debug 6629 1726773046.54564: Creating lock for debug 6629 1726773046.54741: worker is 1 (out of 1 available) 6629 1726773046.54754: exiting _queue_task() for managed_node3/debug 6629 1726773046.54766: done queuing things up, now waiting for results queue to drain 6629 1726773046.54767: waiting for pending results... 6629 1726773046.54919: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6629 1726773046.54977: in run() - task 1239c35c-e2e1-669f-ab4e-000000000027 6629 1726773046.54996: variable 'ansible_search_path' from source: unknown 6629 1726773046.54999: variable 'ansible_search_path' from source: unknown 6629 1726773046.55028: calling self._execute() 6629 1726773046.55072: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773046.55075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773046.55088: variable 'omit' from source: magic vars 6629 1726773046.55472: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773046.56923: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773046.56977: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773046.57006: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773046.57031: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773046.57054: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773046.57112: 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) 6629 1726773046.57132: 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) 6629 1726773046.57156: 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) 6629 1726773046.57183: 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) 6629 1726773046.57194: 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) 6629 1726773046.57269: variable '__kernel_settings_is_transactional' from source: set_fact 6629 1726773046.57287: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6629 1726773046.57290: when evaluation is False, skipping this task 6629 1726773046.57292: _execute() done 6629 1726773046.57294: dumping result to json 6629 1726773046.57297: done dumping result, returning 6629 1726773046.57305: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [1239c35c-e2e1-669f-ab4e-000000000027] 6629 1726773046.57311: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000027 6629 1726773046.57393: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000027 6629 1726773046.57396: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6629 1726773046.57439: no more pending results, returning what we have 6629 1726773046.57442: results queue empty 6629 1726773046.57443: checking for any_errors_fatal 6629 1726773046.57449: done checking for any_errors_fatal 6629 1726773046.57449: checking for max_fail_percentage 6629 1726773046.57451: done checking for max_fail_percentage 6629 1726773046.57452: checking to see if all hosts have failed and the running result is not ok 6629 1726773046.57453: done checking to see if all hosts have failed 6629 1726773046.57453: getting the remaining hosts for this loop 6629 1726773046.57455: done getting the remaining hosts for this loop 6629 1726773046.57458: getting the next task for host managed_node3 6629 1726773046.57463: done getting next task for host managed_node3 6629 1726773046.57466: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6629 1726773046.57468: ^ 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 6629 1726773046.57487: getting variables 6629 1726773046.57488: in VariableManager get_vars() 6629 1726773046.57519: Calling all_inventory to load vars for managed_node3 6629 1726773046.57521: Calling groups_inventory to load vars for managed_node3 6629 1726773046.57523: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773046.57531: Calling all_plugins_play to load vars for managed_node3 6629 1726773046.57533: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773046.57535: Calling groups_plugins_play to load vars for managed_node3 6629 1726773046.57575: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773046.57609: done with get_vars() 6629 1726773046.57615: done getting variables 6629 1726773046.57711: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:10:46 -0400 (0:00:00.031) 0:00:22.063 **** 6629 1726773046.57733: entering _queue_task() for managed_node3/reboot 6629 1726773046.57734: Creating lock for reboot 6629 1726773046.57946: worker is 1 (out of 1 available) 6629 1726773046.57962: exiting _queue_task() for managed_node3/reboot 6629 1726773046.57974: done queuing things up, now waiting for results queue to drain 6629 1726773046.57975: waiting for pending results... 6629 1726773046.58236: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6629 1726773046.58343: in run() - task 1239c35c-e2e1-669f-ab4e-000000000028 6629 1726773046.58362: variable 'ansible_search_path' from source: unknown 6629 1726773046.58369: variable 'ansible_search_path' from source: unknown 6629 1726773046.58412: calling self._execute() 6629 1726773046.58485: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773046.58497: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773046.58514: variable 'omit' from source: magic vars 6629 1726773046.59012: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773046.61221: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773046.61267: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773046.61296: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773046.61325: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773046.61346: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773046.61409: 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) 6629 1726773046.61430: 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) 6629 1726773046.61449: 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) 6629 1726773046.61475: 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) 6629 1726773046.61488: 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) 6629 1726773046.61566: variable '__kernel_settings_is_transactional' from source: set_fact 6629 1726773046.61582: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6629 1726773046.61585: when evaluation is False, skipping this task 6629 1726773046.61588: _execute() done 6629 1726773046.61590: dumping result to json 6629 1726773046.61592: done dumping result, returning 6629 1726773046.61600: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [1239c35c-e2e1-669f-ab4e-000000000028] 6629 1726773046.61603: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000028 6629 1726773046.61689: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000028 6629 1726773046.61692: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6629 1726773046.61735: no more pending results, returning what we have 6629 1726773046.61739: results queue empty 6629 1726773046.61739: checking for any_errors_fatal 6629 1726773046.61744: done checking for any_errors_fatal 6629 1726773046.61745: checking for max_fail_percentage 6629 1726773046.61746: done checking for max_fail_percentage 6629 1726773046.61747: checking to see if all hosts have failed and the running result is not ok 6629 1726773046.61748: done checking to see if all hosts have failed 6629 1726773046.61749: getting the remaining hosts for this loop 6629 1726773046.61750: done getting the remaining hosts for this loop 6629 1726773046.61753: getting the next task for host managed_node3 6629 1726773046.61758: done getting next task for host managed_node3 6629 1726773046.61762: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6629 1726773046.61764: ^ 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 6629 1726773046.61780: getting variables 6629 1726773046.61781: in VariableManager get_vars() 6629 1726773046.61819: Calling all_inventory to load vars for managed_node3 6629 1726773046.61821: Calling groups_inventory to load vars for managed_node3 6629 1726773046.61823: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773046.61831: Calling all_plugins_play to load vars for managed_node3 6629 1726773046.61834: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773046.61836: Calling groups_plugins_play to load vars for managed_node3 6629 1726773046.61870: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773046.61900: done with get_vars() 6629 1726773046.61908: done getting variables 6629 1726773046.61954: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 15:10:46 -0400 (0:00:00.042) 0:00:22.105 **** 6629 1726773046.61975: entering _queue_task() for managed_node3/fail 6629 1726773046.62141: worker is 1 (out of 1 available) 6629 1726773046.62153: exiting _queue_task() for managed_node3/fail 6629 1726773046.62166: done queuing things up, now waiting for results queue to drain 6629 1726773046.62167: waiting for pending results... 6629 1726773046.62319: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6629 1726773046.62383: in run() - task 1239c35c-e2e1-669f-ab4e-000000000029 6629 1726773046.62392: variable 'ansible_search_path' from source: unknown 6629 1726773046.62395: variable 'ansible_search_path' from source: unknown 6629 1726773046.62424: calling self._execute() 6629 1726773046.62473: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773046.62479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773046.62485: variable 'omit' from source: magic vars 6629 1726773046.62818: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773046.64246: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773046.64289: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773046.64318: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773046.64343: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773046.64363: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773046.64429: 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) 6629 1726773046.64449: 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) 6629 1726773046.64467: 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) 6629 1726773046.64495: 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) 6629 1726773046.64506: 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) 6629 1726773046.64581: variable '__kernel_settings_is_transactional' from source: set_fact 6629 1726773046.64592: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6629 1726773046.64595: when evaluation is False, skipping this task 6629 1726773046.64598: _execute() done 6629 1726773046.64601: dumping result to json 6629 1726773046.64605: done dumping result, returning 6629 1726773046.64612: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [1239c35c-e2e1-669f-ab4e-000000000029] 6629 1726773046.64617: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000029 6629 1726773046.64701: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000029 6629 1726773046.64705: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6629 1726773046.64753: no more pending results, returning what we have 6629 1726773046.64757: results queue empty 6629 1726773046.64758: checking for any_errors_fatal 6629 1726773046.64763: done checking for any_errors_fatal 6629 1726773046.64764: checking for max_fail_percentage 6629 1726773046.64765: done checking for max_fail_percentage 6629 1726773046.64766: checking to see if all hosts have failed and the running result is not ok 6629 1726773046.64767: done checking to see if all hosts have failed 6629 1726773046.64768: getting the remaining hosts for this loop 6629 1726773046.64769: done getting the remaining hosts for this loop 6629 1726773046.64772: getting the next task for host managed_node3 6629 1726773046.64781: done getting next task for host managed_node3 6629 1726773046.64784: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6629 1726773046.64787: ^ 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 6629 1726773046.64798: getting variables 6629 1726773046.64799: in VariableManager get_vars() 6629 1726773046.64827: Calling all_inventory to load vars for managed_node3 6629 1726773046.64829: Calling groups_inventory to load vars for managed_node3 6629 1726773046.64830: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773046.64837: Calling all_plugins_play to load vars for managed_node3 6629 1726773046.64838: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773046.64840: Calling groups_plugins_play to load vars for managed_node3 6629 1726773046.64879: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773046.64907: done with get_vars() 6629 1726773046.64913: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 15:10:46 -0400 (0:00:00.029) 0:00:22.135 **** 6629 1726773046.64971: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6629 1726773046.64972: Creating lock for fedora.linux_system_roles.kernel_settings_get_config 6629 1726773046.65148: worker is 1 (out of 1 available) 6629 1726773046.65160: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6629 1726773046.65173: done queuing things up, now waiting for results queue to drain 6629 1726773046.65175: waiting for pending results... 6629 1726773046.65324: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6629 1726773046.65379: in run() - task 1239c35c-e2e1-669f-ab4e-00000000002b 6629 1726773046.65393: variable 'ansible_search_path' from source: unknown 6629 1726773046.65399: variable 'ansible_search_path' from source: unknown 6629 1726773046.65428: calling self._execute() 6629 1726773046.65471: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773046.65474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773046.65484: variable 'omit' from source: magic vars 6629 1726773046.65560: variable 'omit' from source: magic vars 6629 1726773046.65593: variable 'omit' from source: magic vars 6629 1726773046.65613: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6629 1726773046.65820: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6629 1726773046.65878: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6629 1726773046.65907: variable 'omit' from source: magic vars 6629 1726773046.65938: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773046.65965: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773046.65983: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773046.65997: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773046.66007: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773046.66029: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773046.66031: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773046.66034: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773046.66106: Set connection var ansible_shell_executable to /bin/sh 6629 1726773046.66109: Set connection var ansible_timeout to 10 6629 1726773046.66115: Set connection var ansible_connection to ssh 6629 1726773046.66122: Set connection var ansible_pipelining to False 6629 1726773046.66127: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773046.66132: Set connection var ansible_shell_type to sh 6629 1726773046.66146: variable 'ansible_shell_executable' from source: unknown 6629 1726773046.66149: variable 'ansible_connection' from source: unknown 6629 1726773046.66152: variable 'ansible_module_compression' from source: unknown 6629 1726773046.66154: variable 'ansible_shell_type' from source: unknown 6629 1726773046.66156: variable 'ansible_shell_executable' from source: unknown 6629 1726773046.66159: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773046.66162: variable 'ansible_pipelining' from source: unknown 6629 1726773046.66164: variable 'ansible_timeout' from source: unknown 6629 1726773046.66170: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773046.66293: 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__) 6629 1726773046.66300: variable 'omit' from source: magic vars 6629 1726773046.66306: starting attempt loop 6629 1726773046.66309: running the handler 6629 1726773046.66319: _low_level_execute_command(): starting 6629 1726773046.66325: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773046.66846: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773046.66873: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773046.66888: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773046.66899: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773046.66948: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773046.66961: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773046.67005: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773046.69204: stdout chunk (state=3): >>>/root <<< 6629 1726773046.69350: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773046.69401: stderr chunk (state=3): >>><<< 6629 1726773046.69404: stdout chunk (state=3): >>><<< 6629 1726773046.69425: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773046.69435: _low_level_execute_command(): starting 6629 1726773046.69440: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773046.6942449-6883-256811900515255 `" && echo ansible-tmp-1726773046.6942449-6883-256811900515255="` echo /root/.ansible/tmp/ansible-tmp-1726773046.6942449-6883-256811900515255 `" ) && sleep 0' 6629 1726773046.69872: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773046.69889: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773046.69906: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773046.69926: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773046.69972: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773046.69991: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773046.70027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773046.72583: stdout chunk (state=3): >>>ansible-tmp-1726773046.6942449-6883-256811900515255=/root/.ansible/tmp/ansible-tmp-1726773046.6942449-6883-256811900515255 <<< 6629 1726773046.72751: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773046.72795: stderr chunk (state=3): >>><<< 6629 1726773046.72798: stdout chunk (state=3): >>><<< 6629 1726773046.72812: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773046.6942449-6883-256811900515255=/root/.ansible/tmp/ansible-tmp-1726773046.6942449-6883-256811900515255 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773046.72848: variable 'ansible_module_compression' from source: unknown 6629 1726773046.72881: ANSIBALLZ: Using lock for fedora.linux_system_roles.kernel_settings_get_config 6629 1726773046.72884: ANSIBALLZ: Acquiring lock 6629 1726773046.72886: ANSIBALLZ: Lock acquired: 140139813294768 6629 1726773046.72888: ANSIBALLZ: Creating module 6629 1726773046.80375: ANSIBALLZ: Writing module into payload 6629 1726773046.80427: ANSIBALLZ: Writing module 6629 1726773046.80449: ANSIBALLZ: Renaming module 6629 1726773046.80454: ANSIBALLZ: Done creating module 6629 1726773046.80471: variable 'ansible_facts' from source: unknown 6629 1726773046.80516: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773046.6942449-6883-256811900515255/AnsiballZ_kernel_settings_get_config.py 6629 1726773046.80621: Sending initial data 6629 1726773046.80630: Sent initial data (173 bytes) 6629 1726773046.81318: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773046.81325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773046.81372: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773046.81376: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773046.81382: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773046.81447: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773046.81450: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773046.81451: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773046.81489: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773046.84089: 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 <<< 6629 1726773046.84127: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773046.84194: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp13lbftpc /root/.ansible/tmp/ansible-tmp-1726773046.6942449-6883-256811900515255/AnsiballZ_kernel_settings_get_config.py <<< 6629 1726773046.84232: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773046.84995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773046.85084: stderr chunk (state=3): >>><<< 6629 1726773046.85088: stdout chunk (state=3): >>><<< 6629 1726773046.85107: done transferring module to remote 6629 1726773046.85118: _low_level_execute_command(): starting 6629 1726773046.85121: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773046.6942449-6883-256811900515255/ /root/.ansible/tmp/ansible-tmp-1726773046.6942449-6883-256811900515255/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6629 1726773046.85550: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773046.85566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773046.85581: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773046.85592: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773046.85649: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773046.85670: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773046.85695: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773046.88180: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773046.88226: stderr chunk (state=3): >>><<< 6629 1726773046.88230: stdout chunk (state=3): >>><<< 6629 1726773046.88246: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773046.88249: _low_level_execute_command(): starting 6629 1726773046.88253: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773046.6942449-6883-256811900515255/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6629 1726773046.88670: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773046.88682: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773046.88699: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773046.88713: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773046.88723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773046.88765: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773046.88782: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773046.88831: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773047.09805: 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"}}} <<< 6629 1726773047.11385: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773047.11445: stderr chunk (state=3): >>><<< 6629 1726773047.11449: stdout chunk (state=3): >>><<< 6629 1726773047.11464: _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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773047.11493: 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-1726773046.6942449-6883-256811900515255/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773047.11502: _low_level_execute_command(): starting 6629 1726773047.11512: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773046.6942449-6883-256811900515255/ > /dev/null 2>&1 && sleep 0' 6629 1726773047.11972: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773047.11986: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773047.12011: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773047.12027: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.12075: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773047.12093: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773047.12140: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773047.14520: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773047.14564: stderr chunk (state=3): >>><<< 6629 1726773047.14568: stdout chunk (state=3): >>><<< 6629 1726773047.14584: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773047.14587: handler run complete 6629 1726773047.14603: attempt loop complete, returning result 6629 1726773047.14606: _execute() done 6629 1726773047.14610: dumping result to json 6629 1726773047.14619: done dumping result, returning 6629 1726773047.14627: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [1239c35c-e2e1-669f-ab4e-00000000002b] 6629 1726773047.14632: sending task result for task 1239c35c-e2e1-669f-ab4e-00000000002b 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" } } 6629 1726773047.14793: done sending task result for task 1239c35c-e2e1-669f-ab4e-00000000002b 6629 1726773047.14806: no more pending results, returning what we have 6629 1726773047.14810: results queue empty 6629 1726773047.14810: checking for any_errors_fatal 6629 1726773047.14814: done checking for any_errors_fatal 6629 1726773047.14815: checking for max_fail_percentage 6629 1726773047.14816: done checking for max_fail_percentage 6629 1726773047.14817: checking to see if all hosts have failed and the running result is not ok 6629 1726773047.14818: done checking to see if all hosts have failed 6629 1726773047.14819: getting the remaining hosts for this loop 6629 1726773047.14820: done getting the remaining hosts for this loop 6629 1726773047.14824: getting the next task for host managed_node3 6629 1726773047.14830: done getting next task for host managed_node3 6629 1726773047.14834: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6629 1726773047.14836: ^ 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 6629 1726773047.14850: getting variables 6629 1726773047.14851: in VariableManager get_vars() 6629 1726773047.14886: Calling all_inventory to load vars for managed_node3 6629 1726773047.14889: Calling groups_inventory to load vars for managed_node3 6629 1726773047.14891: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773047.14901: Calling all_plugins_play to load vars for managed_node3 6629 1726773047.14905: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773047.14909: Calling groups_plugins_play to load vars for managed_node3 6629 1726773047.14949: WORKER PROCESS EXITING 6629 1726773047.14963: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773047.15002: done with get_vars() 6629 1726773047.15011: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 15:10:47 -0400 (0:00:00.501) 0:00:22.636 **** 6629 1726773047.15084: entering _queue_task() for managed_node3/stat 6629 1726773047.15253: worker is 1 (out of 1 available) 6629 1726773047.15266: exiting _queue_task() for managed_node3/stat 6629 1726773047.15280: done queuing things up, now waiting for results queue to drain 6629 1726773047.15281: waiting for pending results... 6629 1726773047.15428: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6629 1726773047.15485: in run() - task 1239c35c-e2e1-669f-ab4e-00000000002c 6629 1726773047.15499: variable 'ansible_search_path' from source: unknown 6629 1726773047.15504: variable 'ansible_search_path' from source: unknown 6629 1726773047.15542: variable '__prof_from_conf' from source: task vars 6629 1726773047.15762: variable '__prof_from_conf' from source: task vars 6629 1726773047.15890: variable '__data' from source: task vars 6629 1726773047.15944: variable '__kernel_settings_register_tuned_main' from source: set_fact 6629 1726773047.16083: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6629 1726773047.16087: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6629 1726773047.16132: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6629 1726773047.16189: variable 'omit' from source: magic vars 6629 1726773047.16252: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773047.16262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773047.16268: variable 'omit' from source: magic vars 6629 1726773047.16432: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773047.17895: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773047.17938: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773047.17965: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773047.17992: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773047.18015: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773047.18068: 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) 6629 1726773047.18088: 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) 6629 1726773047.18109: 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) 6629 1726773047.18137: 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) 6629 1726773047.18147: 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) 6629 1726773047.18213: variable 'item' from source: unknown 6629 1726773047.18224: Evaluated conditional (item | length > 0): False 6629 1726773047.18228: when evaluation is False, skipping this task 6629 1726773047.18249: variable 'item' from source: unknown 6629 1726773047.18292: 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" } 6629 1726773047.18423: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773047.18426: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773047.18429: variable 'omit' from source: magic vars 6629 1726773047.18491: 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) 6629 1726773047.18508: 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) 6629 1726773047.18526: 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) 6629 1726773047.18554: 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) 6629 1726773047.18565: 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) 6629 1726773047.18623: variable 'item' from source: unknown 6629 1726773047.18629: Evaluated conditional (item | length > 0): True 6629 1726773047.18635: variable 'omit' from source: magic vars 6629 1726773047.18665: variable 'omit' from source: magic vars 6629 1726773047.18694: variable 'item' from source: unknown 6629 1726773047.18738: variable 'item' from source: unknown 6629 1726773047.18751: variable 'omit' from source: magic vars 6629 1726773047.18890: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773047.18910: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773047.18924: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773047.18936: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773047.18944: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773047.18964: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773047.18967: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773047.18969: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773047.19034: Set connection var ansible_shell_executable to /bin/sh 6629 1726773047.19037: Set connection var ansible_timeout to 10 6629 1726773047.19043: Set connection var ansible_connection to ssh 6629 1726773047.19050: Set connection var ansible_pipelining to False 6629 1726773047.19054: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773047.19059: Set connection var ansible_shell_type to sh 6629 1726773047.19072: variable 'ansible_shell_executable' from source: unknown 6629 1726773047.19075: variable 'ansible_connection' from source: unknown 6629 1726773047.19086: variable 'ansible_module_compression' from source: unknown 6629 1726773047.19089: variable 'ansible_shell_type' from source: unknown 6629 1726773047.19093: variable 'ansible_shell_executable' from source: unknown 6629 1726773047.19096: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773047.19098: variable 'ansible_pipelining' from source: unknown 6629 1726773047.19100: variable 'ansible_timeout' from source: unknown 6629 1726773047.19102: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773047.19187: 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__) 6629 1726773047.19207: variable 'omit' from source: magic vars 6629 1726773047.19210: starting attempt loop 6629 1726773047.19213: running the handler 6629 1726773047.19217: _low_level_execute_command(): starting 6629 1726773047.19219: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773047.19714: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773047.19722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773047.19755: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773047.19769: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.19819: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773047.19831: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773047.19881: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773047.22014: stdout chunk (state=3): >>>/root <<< 6629 1726773047.22190: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773047.22240: stderr chunk (state=3): >>><<< 6629 1726773047.22244: stdout chunk (state=3): >>><<< 6629 1726773047.22260: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773047.22268: _low_level_execute_command(): starting 6629 1726773047.22273: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773047.2225966-6891-48516797143673 `" && echo ansible-tmp-1726773047.2225966-6891-48516797143673="` echo /root/.ansible/tmp/ansible-tmp-1726773047.2225966-6891-48516797143673 `" ) && sleep 0' 6629 1726773047.22718: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773047.22722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773047.22763: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.22767: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773047.22769: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.22818: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773047.22821: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773047.22868: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773047.25410: stdout chunk (state=3): >>>ansible-tmp-1726773047.2225966-6891-48516797143673=/root/.ansible/tmp/ansible-tmp-1726773047.2225966-6891-48516797143673 <<< 6629 1726773047.25573: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773047.25617: stderr chunk (state=3): >>><<< 6629 1726773047.25620: stdout chunk (state=3): >>><<< 6629 1726773047.25632: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773047.2225966-6891-48516797143673=/root/.ansible/tmp/ansible-tmp-1726773047.2225966-6891-48516797143673 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773047.25667: variable 'ansible_module_compression' from source: unknown 6629 1726773047.25706: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6629 1726773047.25732: variable 'ansible_facts' from source: unknown 6629 1726773047.25793: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773047.2225966-6891-48516797143673/AnsiballZ_stat.py 6629 1726773047.25891: Sending initial data 6629 1726773047.25900: Sent initial data (150 bytes) 6629 1726773047.26554: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773047.26558: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773047.26593: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.26600: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773047.26602: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.26655: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773047.26662: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773047.26701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773047.29184: 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 <<< 6629 1726773047.29219: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773047.29257: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpb1cmmi7r /root/.ansible/tmp/ansible-tmp-1726773047.2225966-6891-48516797143673/AnsiballZ_stat.py <<< 6629 1726773047.29291: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773047.30099: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773047.30181: stderr chunk (state=3): >>><<< 6629 1726773047.30185: stdout chunk (state=3): >>><<< 6629 1726773047.30200: done transferring module to remote 6629 1726773047.30212: _low_level_execute_command(): starting 6629 1726773047.30215: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773047.2225966-6891-48516797143673/ /root/.ansible/tmp/ansible-tmp-1726773047.2225966-6891-48516797143673/AnsiballZ_stat.py && sleep 0' 6629 1726773047.30630: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773047.30634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773047.30653: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.30664: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.30714: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773047.30726: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773047.30769: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773047.33106: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773047.33148: stderr chunk (state=3): >>><<< 6629 1726773047.33152: stdout chunk (state=3): >>><<< 6629 1726773047.33163: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773047.33166: _low_level_execute_command(): starting 6629 1726773047.33170: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773047.2225966-6891-48516797143673/AnsiballZ_stat.py && sleep 0' 6629 1726773047.33574: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773047.33586: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773047.33608: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773047.33620: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.33670: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773047.33682: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773047.33725: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773047.53362: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6629 1726773047.54701: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773047.54764: stderr chunk (state=3): >>><<< 6629 1726773047.54767: stdout chunk (state=3): >>><<< 6629 1726773047.54785: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773047.54810: 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-1726773047.2225966-6891-48516797143673/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773047.54818: _low_level_execute_command(): starting 6629 1726773047.54821: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773047.2225966-6891-48516797143673/ > /dev/null 2>&1 && sleep 0' 6629 1726773047.55283: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773047.55296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773047.55319: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773047.55331: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773047.55342: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.55385: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773047.55397: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773047.55446: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773047.57842: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773047.57888: stderr chunk (state=3): >>><<< 6629 1726773047.57891: stdout chunk (state=3): >>><<< 6629 1726773047.57910: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773047.57913: handler run complete 6629 1726773047.57928: attempt loop complete, returning result 6629 1726773047.57946: variable 'item' from source: unknown 6629 1726773047.58007: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "exists": false } } 6629 1726773047.58108: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773047.58111: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773047.58113: variable 'omit' from source: magic vars 6629 1726773047.58223: 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) 6629 1726773047.58244: 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) 6629 1726773047.58262: 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) 6629 1726773047.58291: 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) 6629 1726773047.58302: 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) 6629 1726773047.58365: variable 'item' from source: unknown 6629 1726773047.58371: Evaluated conditional (item | length > 0): True 6629 1726773047.58376: variable 'omit' from source: magic vars 6629 1726773047.58390: variable 'omit' from source: magic vars 6629 1726773047.58421: variable 'item' from source: unknown 6629 1726773047.58468: variable 'item' from source: unknown 6629 1726773047.58481: variable 'omit' from source: magic vars 6629 1726773047.58497: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773047.58507: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773047.58513: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773047.58523: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773047.58526: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773047.58528: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773047.58580: Set connection var ansible_shell_executable to /bin/sh 6629 1726773047.58587: Set connection var ansible_timeout to 10 6629 1726773047.58592: Set connection var ansible_connection to ssh 6629 1726773047.58598: Set connection var ansible_pipelining to False 6629 1726773047.58605: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773047.58609: Set connection var ansible_shell_type to sh 6629 1726773047.58623: variable 'ansible_shell_executable' from source: unknown 6629 1726773047.58626: variable 'ansible_connection' from source: unknown 6629 1726773047.58628: variable 'ansible_module_compression' from source: unknown 6629 1726773047.58630: variable 'ansible_shell_type' from source: unknown 6629 1726773047.58632: variable 'ansible_shell_executable' from source: unknown 6629 1726773047.58634: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773047.58639: variable 'ansible_pipelining' from source: unknown 6629 1726773047.58641: variable 'ansible_timeout' from source: unknown 6629 1726773047.58645: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773047.58722: 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) 6629 1726773047.58729: variable 'omit' from source: magic vars 6629 1726773047.58732: starting attempt loop 6629 1726773047.58735: running the handler 6629 1726773047.58742: _low_level_execute_command(): starting 6629 1726773047.58745: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773047.59184: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773047.59196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773047.59223: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.59234: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.59274: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773047.59293: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773047.59330: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773047.61415: stdout chunk (state=3): >>>/root <<< 6629 1726773047.61650: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773047.61654: stdout chunk (state=3): >>><<< 6629 1726773047.61656: stderr chunk (state=3): >>><<< 6629 1726773047.61755: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773047.61759: _low_level_execute_command(): starting 6629 1726773047.61761: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773047.6167133-6891-163271853088915 `" && echo ansible-tmp-1726773047.6167133-6891-163271853088915="` echo /root/.ansible/tmp/ansible-tmp-1726773047.6167133-6891-163271853088915 `" ) && sleep 0' 6629 1726773047.62319: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773047.62334: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773047.62350: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773047.62368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773047.62414: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773047.62429: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773047.62444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.62462: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773047.62475: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773047.62491: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773047.62517: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773047.62534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773047.62551: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773047.62565: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773047.62581: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773047.62596: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.62672: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773047.62698: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773047.62719: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773047.62792: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773047.65349: stdout chunk (state=3): >>>ansible-tmp-1726773047.6167133-6891-163271853088915=/root/.ansible/tmp/ansible-tmp-1726773047.6167133-6891-163271853088915 <<< 6629 1726773047.65508: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773047.65549: stderr chunk (state=3): >>><<< 6629 1726773047.65553: stdout chunk (state=3): >>><<< 6629 1726773047.65567: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773047.6167133-6891-163271853088915=/root/.ansible/tmp/ansible-tmp-1726773047.6167133-6891-163271853088915 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773047.65598: variable 'ansible_module_compression' from source: unknown 6629 1726773047.65632: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6629 1726773047.65650: variable 'ansible_facts' from source: unknown 6629 1726773047.65699: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773047.6167133-6891-163271853088915/AnsiballZ_stat.py 6629 1726773047.65788: Sending initial data 6629 1726773047.65798: Sent initial data (151 bytes) 6629 1726773047.66432: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773047.66435: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773047.66465: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.66468: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773047.66470: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.66524: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773047.66527: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773047.66570: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773047.68959: 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 <<< 6629 1726773047.68996: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773047.69031: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpnf9ymwjl /root/.ansible/tmp/ansible-tmp-1726773047.6167133-6891-163271853088915/AnsiballZ_stat.py <<< 6629 1726773047.69062: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773047.69865: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773047.69950: stderr chunk (state=3): >>><<< 6629 1726773047.69954: stdout chunk (state=3): >>><<< 6629 1726773047.69967: done transferring module to remote 6629 1726773047.69976: _low_level_execute_command(): starting 6629 1726773047.69979: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773047.6167133-6891-163271853088915/ /root/.ansible/tmp/ansible-tmp-1726773047.6167133-6891-163271853088915/AnsiballZ_stat.py && sleep 0' 6629 1726773047.70400: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773047.70409: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773047.70433: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.70452: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773047.70454: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.70491: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773047.70502: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773047.70541: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773047.73048: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773047.73091: stderr chunk (state=3): >>><<< 6629 1726773047.73095: stdout chunk (state=3): >>><<< 6629 1726773047.73109: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773047.73115: _low_level_execute_command(): starting 6629 1726773047.73123: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773047.6167133-6891-163271853088915/AnsiballZ_stat.py && sleep 0' 6629 1726773047.73551: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773047.73567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773047.73579: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773047.73590: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.73637: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773047.73651: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773047.73701: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773047.91600: 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": 136, "inode": 444596353, "dev": 51713, "nlink": 3, "atime": 1723066591.0, "mtime": 1726773044.2178533, "ctime": 1726773044.2178533, "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": "2243968946", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6629 1726773047.93010: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773047.93065: stderr chunk (state=3): >>><<< 6629 1726773047.93069: stdout chunk (state=3): >>><<< 6629 1726773047.93086: _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": 136, "inode": 444596353, "dev": 51713, "nlink": 3, "atime": 1723066591.0, "mtime": 1726773044.2178533, "ctime": 1726773044.2178533, "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": "2243968946", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773047.93130: 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-1726773047.6167133-6891-163271853088915/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773047.93136: _low_level_execute_command(): starting 6629 1726773047.93141: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773047.6167133-6891-163271853088915/ > /dev/null 2>&1 && sleep 0' 6629 1726773047.93591: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773047.93606: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773047.93620: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773047.93631: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773047.93640: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773047.93689: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773047.93701: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773047.93742: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773047.95920: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773047.95964: stderr chunk (state=3): >>><<< 6629 1726773047.95967: stdout chunk (state=3): >>><<< 6629 1726773047.95982: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773047.95985: handler run complete 6629 1726773047.96022: attempt loop complete, returning result 6629 1726773047.96037: variable 'item' from source: unknown 6629 1726773047.96098: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1723066591.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726773044.2178533, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 444596353, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726773044.2178533, "nlink": 3, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 136, "uid": 0, "version": "2243968946", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6629 1726773047.96315: dumping result to json 6629 1726773047.96318: done dumping result, returning 6629 1726773047.96320: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [1239c35c-e2e1-669f-ab4e-00000000002c] 6629 1726773047.96322: sending task result for task 1239c35c-e2e1-669f-ab4e-00000000002c 6629 1726773047.96371: done sending task result for task 1239c35c-e2e1-669f-ab4e-00000000002c 6629 1726773047.96374: WORKER PROCESS EXITING 6629 1726773047.96471: no more pending results, returning what we have 6629 1726773047.96473: results queue empty 6629 1726773047.96474: checking for any_errors_fatal 6629 1726773047.96476: done checking for any_errors_fatal 6629 1726773047.96479: checking for max_fail_percentage 6629 1726773047.96480: done checking for max_fail_percentage 6629 1726773047.96480: checking to see if all hosts have failed and the running result is not ok 6629 1726773047.96481: done checking to see if all hosts have failed 6629 1726773047.96481: getting the remaining hosts for this loop 6629 1726773047.96482: done getting the remaining hosts for this loop 6629 1726773047.96484: getting the next task for host managed_node3 6629 1726773047.96487: done getting next task for host managed_node3 6629 1726773047.96490: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6629 1726773047.96491: ^ 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 6629 1726773047.96497: getting variables 6629 1726773047.96498: in VariableManager get_vars() 6629 1726773047.96519: Calling all_inventory to load vars for managed_node3 6629 1726773047.96521: Calling groups_inventory to load vars for managed_node3 6629 1726773047.96522: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773047.96528: Calling all_plugins_play to load vars for managed_node3 6629 1726773047.96530: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773047.96532: Calling groups_plugins_play to load vars for managed_node3 6629 1726773047.96566: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773047.96593: done with get_vars() 6629 1726773047.96598: done getting variables 6629 1726773047.96641: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 15:10:47 -0400 (0:00:00.815) 0:00:23.452 **** 6629 1726773047.96663: entering _queue_task() for managed_node3/set_fact 6629 1726773047.96832: worker is 1 (out of 1 available) 6629 1726773047.96844: exiting _queue_task() for managed_node3/set_fact 6629 1726773047.96855: done queuing things up, now waiting for results queue to drain 6629 1726773047.96856: waiting for pending results... 6629 1726773047.97011: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6629 1726773047.97066: in run() - task 1239c35c-e2e1-669f-ab4e-00000000002d 6629 1726773047.97081: variable 'ansible_search_path' from source: unknown 6629 1726773047.97084: variable 'ansible_search_path' from source: unknown 6629 1726773047.97113: calling self._execute() 6629 1726773047.97158: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773047.97162: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773047.97170: variable 'omit' from source: magic vars 6629 1726773047.97246: variable 'omit' from source: magic vars 6629 1726773047.97276: variable 'omit' from source: magic vars 6629 1726773047.97587: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773047.99030: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773047.99072: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773047.99100: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773047.99250: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773047.99271: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773047.99328: 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) 6629 1726773047.99347: 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) 6629 1726773047.99364: 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) 6629 1726773047.99398: 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) 6629 1726773047.99408: 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) 6629 1726773047.99440: 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) 6629 1726773047.99456: 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) 6629 1726773047.99472: 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) 6629 1726773047.99505: 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) 6629 1726773047.99514: 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) 6629 1726773047.99554: 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) 6629 1726773047.99570: 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) 6629 1726773047.99589: 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) 6629 1726773047.99619: 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) 6629 1726773047.99630: 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) 6629 1726773047.99769: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6629 1726773047.99835: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773047.99942: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773047.99966: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773047.99988: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773048.00014: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773048.00051: 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) 6629 1726773048.00065: 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) 6629 1726773048.00083: 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) 6629 1726773048.00100: 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) 6629 1726773048.00136: variable 'omit' from source: magic vars 6629 1726773048.00158: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773048.00176: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773048.00190: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773048.00204: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773048.00212: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773048.00232: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773048.00235: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773048.00238: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773048.00305: Set connection var ansible_shell_executable to /bin/sh 6629 1726773048.00308: Set connection var ansible_timeout to 10 6629 1726773048.00314: Set connection var ansible_connection to ssh 6629 1726773048.00321: Set connection var ansible_pipelining to False 6629 1726773048.00329: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773048.00332: Set connection var ansible_shell_type to sh 6629 1726773048.00346: variable 'ansible_shell_executable' from source: unknown 6629 1726773048.00351: variable 'ansible_connection' from source: unknown 6629 1726773048.00353: variable 'ansible_module_compression' from source: unknown 6629 1726773048.00355: variable 'ansible_shell_type' from source: unknown 6629 1726773048.00357: variable 'ansible_shell_executable' from source: unknown 6629 1726773048.00365: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773048.00367: variable 'ansible_pipelining' from source: unknown 6629 1726773048.00373: variable 'ansible_timeout' from source: unknown 6629 1726773048.00376: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773048.00433: 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) 6629 1726773048.00440: variable 'omit' from source: magic vars 6629 1726773048.00444: starting attempt loop 6629 1726773048.00447: running the handler 6629 1726773048.00454: handler run complete 6629 1726773048.00462: attempt loop complete, returning result 6629 1726773048.00465: _execute() done 6629 1726773048.00474: dumping result to json 6629 1726773048.00482: done dumping result, returning 6629 1726773048.00486: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [1239c35c-e2e1-669f-ab4e-00000000002d] 6629 1726773048.00488: sending task result for task 1239c35c-e2e1-669f-ab4e-00000000002d 6629 1726773048.00550: done sending task result for task 1239c35c-e2e1-669f-ab4e-00000000002d 6629 1726773048.00553: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned" }, "changed": false } 6629 1726773048.00633: no more pending results, returning what we have 6629 1726773048.00636: results queue empty 6629 1726773048.00637: checking for any_errors_fatal 6629 1726773048.00643: done checking for any_errors_fatal 6629 1726773048.00644: checking for max_fail_percentage 6629 1726773048.00645: done checking for max_fail_percentage 6629 1726773048.00646: checking to see if all hosts have failed and the running result is not ok 6629 1726773048.00647: done checking to see if all hosts have failed 6629 1726773048.00648: getting the remaining hosts for this loop 6629 1726773048.00649: done getting the remaining hosts for this loop 6629 1726773048.00652: getting the next task for host managed_node3 6629 1726773048.00656: done getting next task for host managed_node3 6629 1726773048.00659: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6629 1726773048.00661: ^ 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 6629 1726773048.00668: getting variables 6629 1726773048.00669: in VariableManager get_vars() 6629 1726773048.00696: Calling all_inventory to load vars for managed_node3 6629 1726773048.00699: Calling groups_inventory to load vars for managed_node3 6629 1726773048.00702: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773048.00709: Calling all_plugins_play to load vars for managed_node3 6629 1726773048.00711: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773048.00713: Calling groups_plugins_play to load vars for managed_node3 6629 1726773048.00744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773048.00768: done with get_vars() 6629 1726773048.00774: done getting variables 6629 1726773048.00842: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:10:48 -0400 (0:00:00.041) 0:00:23.494 **** 6629 1726773048.00863: entering _queue_task() for managed_node3/service 6629 1726773048.00865: Creating lock for service 6629 1726773048.01029: worker is 1 (out of 1 available) 6629 1726773048.01043: exiting _queue_task() for managed_node3/service 6629 1726773048.01055: done queuing things up, now waiting for results queue to drain 6629 1726773048.01056: waiting for pending results... 6629 1726773048.01202: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6629 1726773048.01264: in run() - task 1239c35c-e2e1-669f-ab4e-00000000002e 6629 1726773048.01274: variable 'ansible_search_path' from source: unknown 6629 1726773048.01277: variable 'ansible_search_path' from source: unknown 6629 1726773048.01318: variable '__kernel_settings_services' from source: include_vars 6629 1726773048.01532: variable '__kernel_settings_services' from source: include_vars 6629 1726773048.01589: variable 'omit' from source: magic vars 6629 1726773048.01655: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773048.01661: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773048.01673: variable 'omit' from source: magic vars 6629 1726773048.01725: variable 'omit' from source: magic vars 6629 1726773048.01750: variable 'omit' from source: magic vars 6629 1726773048.01781: variable 'item' from source: unknown 6629 1726773048.01836: variable 'item' from source: unknown 6629 1726773048.01854: variable 'omit' from source: magic vars 6629 1726773048.01890: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773048.01917: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773048.01933: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773048.01978: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773048.01988: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773048.02013: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773048.02017: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773048.02019: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773048.02085: Set connection var ansible_shell_executable to /bin/sh 6629 1726773048.02089: Set connection var ansible_timeout to 10 6629 1726773048.02094: Set connection var ansible_connection to ssh 6629 1726773048.02105: Set connection var ansible_pipelining to False 6629 1726773048.02108: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773048.02117: Set connection var ansible_shell_type to sh 6629 1726773048.02127: variable 'ansible_shell_executable' from source: unknown 6629 1726773048.02130: variable 'ansible_connection' from source: unknown 6629 1726773048.02132: variable 'ansible_module_compression' from source: unknown 6629 1726773048.02135: variable 'ansible_shell_type' from source: unknown 6629 1726773048.02137: variable 'ansible_shell_executable' from source: unknown 6629 1726773048.02139: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773048.02144: variable 'ansible_pipelining' from source: unknown 6629 1726773048.02147: variable 'ansible_timeout' from source: unknown 6629 1726773048.02152: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773048.02246: 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) 6629 1726773048.02252: variable 'omit' from source: magic vars 6629 1726773048.02257: starting attempt loop 6629 1726773048.02261: running the handler 6629 1726773048.02328: variable 'ansible_facts' from source: unknown 6629 1726773048.02352: _low_level_execute_command(): starting 6629 1726773048.02358: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773048.02874: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773048.02913: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773048.02917: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773048.02920: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773048.02922: 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.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773048.02925: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773048.02981: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773048.02984: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773048.02991: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773048.03027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773048.04599: stdout chunk (state=3): >>>/root <<< 6629 1726773048.04708: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773048.04753: stderr chunk (state=3): >>><<< 6629 1726773048.04757: stdout chunk (state=3): >>><<< 6629 1726773048.04773: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773048.04787: _low_level_execute_command(): starting 6629 1726773048.04790: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773048.0477307-6914-221131730635570 `" && echo ansible-tmp-1726773048.0477307-6914-221131730635570="` echo /root/.ansible/tmp/ansible-tmp-1726773048.0477307-6914-221131730635570 `" ) && sleep 0' 6629 1726773048.05226: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773048.05244: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773048.05270: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773048.05283: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773048.05324: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773048.05336: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773048.05380: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773048.07211: stdout chunk (state=3): >>>ansible-tmp-1726773048.0477307-6914-221131730635570=/root/.ansible/tmp/ansible-tmp-1726773048.0477307-6914-221131730635570 <<< 6629 1726773048.07320: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773048.07369: stderr chunk (state=3): >>><<< 6629 1726773048.07372: stdout chunk (state=3): >>><<< 6629 1726773048.07388: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773048.0477307-6914-221131730635570=/root/.ansible/tmp/ansible-tmp-1726773048.0477307-6914-221131730635570 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773048.07415: variable 'ansible_module_compression' from source: unknown 6629 1726773048.07452: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6629 1726773048.07498: variable 'ansible_facts' from source: unknown 6629 1726773048.07617: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773048.0477307-6914-221131730635570/AnsiballZ_setup.py 6629 1726773048.07719: Sending initial data 6629 1726773048.07728: Sent initial data (152 bytes) 6629 1726773048.08392: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773048.08395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773048.08428: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773048.08431: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773048.08434: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773048.08492: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773048.08495: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773048.08527: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773048.10198: 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 <<< 6629 1726773048.10226: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773048.10258: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp_2qi6al7 /root/.ansible/tmp/ansible-tmp-1726773048.0477307-6914-221131730635570/AnsiballZ_setup.py <<< 6629 1726773048.10289: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773048.11902: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773048.11990: stderr chunk (state=3): >>><<< 6629 1726773048.11993: stdout chunk (state=3): >>><<< 6629 1726773048.12011: done transferring module to remote 6629 1726773048.12020: _low_level_execute_command(): starting 6629 1726773048.12023: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773048.0477307-6914-221131730635570/ /root/.ansible/tmp/ansible-tmp-1726773048.0477307-6914-221131730635570/AnsiballZ_setup.py && sleep 0' 6629 1726773048.12448: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773048.12460: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773048.12482: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773048.12498: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773048.12543: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773048.12560: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773048.12598: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773048.14275: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773048.14320: stderr chunk (state=3): >>><<< 6629 1726773048.14323: stdout chunk (state=3): >>><<< 6629 1726773048.14337: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773048.14340: _low_level_execute_command(): starting 6629 1726773048.14345: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773048.0477307-6914-221131730635570/AnsiballZ_setup.py && sleep 0' 6629 1726773048.14751: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773048.14768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773048.14781: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773048.14793: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773048.14838: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773048.14864: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773048.14897: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773048.39936: 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"}}} <<< 6629 1726773048.41460: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773048.41519: stderr chunk (state=3): >>><<< 6629 1726773048.41523: stdout chunk (state=3): >>><<< 6629 1726773048.41540: _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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773048.41568: 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-1726773048.0477307-6914-221131730635570/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773048.41583: 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} 6629 1726773048.41638: variable 'ansible_module_compression' from source: unknown 6629 1726773048.41684: ANSIBALLZ: Using generic lock for ansible.legacy.systemd 6629 1726773048.41688: ANSIBALLZ: Acquiring lock 6629 1726773048.41690: ANSIBALLZ: Lock acquired: 140139818326576 6629 1726773048.41692: ANSIBALLZ: Creating module 6629 1726773048.60222: ANSIBALLZ: Writing module into payload 6629 1726773048.60353: ANSIBALLZ: Writing module 6629 1726773048.60376: ANSIBALLZ: Renaming module 6629 1726773048.60382: ANSIBALLZ: Done creating module 6629 1726773048.60408: variable 'ansible_facts' from source: unknown 6629 1726773048.60541: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773048.0477307-6914-221131730635570/AnsiballZ_systemd.py 6629 1726773048.60648: Sending initial data 6629 1726773048.60658: Sent initial data (154 bytes) 6629 1726773048.61355: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773048.61368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773048.61391: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773048.61405: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773048.61419: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773048.61461: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773048.61473: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773048.61523: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773048.63293: 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 <<< 6629 1726773048.63320: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773048.63356: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp77ujxogv /root/.ansible/tmp/ansible-tmp-1726773048.0477307-6914-221131730635570/AnsiballZ_systemd.py <<< 6629 1726773048.63386: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773048.66187: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773048.66259: stderr chunk (state=3): >>><<< 6629 1726773048.66262: stdout chunk (state=3): >>><<< 6629 1726773048.66284: done transferring module to remote 6629 1726773048.66290: _low_level_execute_command(): starting 6629 1726773048.66295: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773048.0477307-6914-221131730635570/ /root/.ansible/tmp/ansible-tmp-1726773048.0477307-6914-221131730635570/AnsiballZ_systemd.py && sleep 0' 6629 1726773048.66745: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773048.66748: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773048.66784: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773048.66787: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773048.66789: 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.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773048.66791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773048.66846: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773048.66850: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773048.66885: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773048.68623: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773048.68667: stderr chunk (state=3): >>><<< 6629 1726773048.68671: stdout chunk (state=3): >>><<< 6629 1726773048.68683: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773048.68686: _low_level_execute_command(): starting 6629 1726773048.68691: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773048.0477307-6914-221131730635570/AnsiballZ_systemd.py && sleep 0' 6629 1726773048.69112: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773048.69124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773048.69143: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773048.69155: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773048.69164: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773048.69214: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773048.69226: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773048.69267: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773049.20083: stdout chunk (state=3): >>> {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "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", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "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]", "MemoryAvailable": "infinity", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting<<< 6629 1726773049.20115: stdout chunk (state=3): >>>": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "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": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "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", "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", "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 dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service power-profiles-daemon.service shutdown.target auto-cpufreq.service tlp.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus.socket system.slice systemd-journald.socket basic.target dbus-broker.service systemd-sysctl.service network.target sysinit.target", "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", "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}}} <<< 6629 1726773049.22511: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773049.22569: stderr chunk (state=3): >>><<< 6629 1726773049.22573: stdout chunk (state=3): >>><<< 6629 1726773049.22601: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "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", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "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]", "MemoryAvailable": "infinity", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "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": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "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", "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", "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 dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service power-profiles-daemon.service shutdown.target auto-cpufreq.service tlp.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus.socket system.slice systemd-journald.socket basic.target dbus-broker.service systemd-sysctl.service network.target sysinit.target", "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", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773049.22707: 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-1726773048.0477307-6914-221131730635570/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773049.22724: _low_level_execute_command(): starting 6629 1726773049.22731: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773048.0477307-6914-221131730635570/ > /dev/null 2>&1 && sleep 0' 6629 1726773049.23196: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773049.23212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773049.23232: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773049.23246: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.23295: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773049.23311: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773049.23358: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773049.25205: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773049.25250: stderr chunk (state=3): >>><<< 6629 1726773049.25253: stdout chunk (state=3): >>><<< 6629 1726773049.25265: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773049.25272: handler run complete 6629 1726773049.25314: attempt loop complete, returning result 6629 1726773049.25328: variable 'item' from source: unknown 6629 1726773049.25393: 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": "polkit.service dbus.socket system.slice systemd-journald.socket basic.target dbus-broker.service systemd-sysctl.service network.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.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": "cpupower.service power-profiles-daemon.service shutdown.target auto-cpufreq.service tlp.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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": "13964", "LimitNPROCSoft": "13964", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "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": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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 dbus-broker.service sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22342", "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" } } 6629 1726773049.26522: dumping result to json 6629 1726773049.26525: done dumping result, returning 6629 1726773049.26527: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [1239c35c-e2e1-669f-ab4e-00000000002e] 6629 1726773049.26529: sending task result for task 1239c35c-e2e1-669f-ab4e-00000000002e 6629 1726773049.26597: done sending task result for task 1239c35c-e2e1-669f-ab4e-00000000002e 6629 1726773049.26600: WORKER PROCESS EXITING 6629 1726773049.26668: no more pending results, returning what we have 6629 1726773049.26670: results queue empty 6629 1726773049.26671: checking for any_errors_fatal 6629 1726773049.26673: done checking for any_errors_fatal 6629 1726773049.26673: checking for max_fail_percentage 6629 1726773049.26674: done checking for max_fail_percentage 6629 1726773049.26675: checking to see if all hosts have failed and the running result is not ok 6629 1726773049.26675: done checking to see if all hosts have failed 6629 1726773049.26676: getting the remaining hosts for this loop 6629 1726773049.26677: done getting the remaining hosts for this loop 6629 1726773049.26679: getting the next task for host managed_node3 6629 1726773049.26683: done getting next task for host managed_node3 6629 1726773049.26685: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6629 1726773049.26687: ^ 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 6629 1726773049.26696: getting variables 6629 1726773049.26698: in VariableManager get_vars() 6629 1726773049.26719: Calling all_inventory to load vars for managed_node3 6629 1726773049.26721: Calling groups_inventory to load vars for managed_node3 6629 1726773049.26722: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773049.26729: Calling all_plugins_play to load vars for managed_node3 6629 1726773049.26731: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773049.26732: Calling groups_plugins_play to load vars for managed_node3 6629 1726773049.26764: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773049.26790: done with get_vars() 6629 1726773049.26796: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 15:10:49 -0400 (0:00:01.259) 0:00:24.754 **** 6629 1726773049.26863: entering _queue_task() for managed_node3/file 6629 1726773049.27024: worker is 1 (out of 1 available) 6629 1726773049.27035: exiting _queue_task() for managed_node3/file 6629 1726773049.27047: done queuing things up, now waiting for results queue to drain 6629 1726773049.27048: waiting for pending results... 6629 1726773049.27216: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6629 1726773049.27274: in run() - task 1239c35c-e2e1-669f-ab4e-00000000002f 6629 1726773049.27288: variable 'ansible_search_path' from source: unknown 6629 1726773049.27292: variable 'ansible_search_path' from source: unknown 6629 1726773049.27321: calling self._execute() 6629 1726773049.27369: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773049.27373: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773049.27383: variable 'omit' from source: magic vars 6629 1726773049.27456: variable 'omit' from source: magic vars 6629 1726773049.27491: variable 'omit' from source: magic vars 6629 1726773049.27512: variable '__kernel_settings_profile_dir' from source: role '' all vars 6629 1726773049.27723: variable '__kernel_settings_profile_dir' from source: role '' all vars 6629 1726773049.27793: variable '__kernel_settings_profile_parent' from source: set_fact 6629 1726773049.27797: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6629 1726773049.27832: variable 'omit' from source: magic vars 6629 1726773049.27862: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773049.27911: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773049.27926: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773049.27940: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773049.27950: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773049.27972: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773049.27975: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773049.27977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773049.28048: Set connection var ansible_shell_executable to /bin/sh 6629 1726773049.28053: Set connection var ansible_timeout to 10 6629 1726773049.28059: Set connection var ansible_connection to ssh 6629 1726773049.28065: Set connection var ansible_pipelining to False 6629 1726773049.28070: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773049.28075: Set connection var ansible_shell_type to sh 6629 1726773049.28093: variable 'ansible_shell_executable' from source: unknown 6629 1726773049.28096: variable 'ansible_connection' from source: unknown 6629 1726773049.28099: variable 'ansible_module_compression' from source: unknown 6629 1726773049.28101: variable 'ansible_shell_type' from source: unknown 6629 1726773049.28106: variable 'ansible_shell_executable' from source: unknown 6629 1726773049.28109: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773049.28111: variable 'ansible_pipelining' from source: unknown 6629 1726773049.28114: variable 'ansible_timeout' from source: unknown 6629 1726773049.28117: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773049.28252: 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__) 6629 1726773049.28258: variable 'omit' from source: magic vars 6629 1726773049.28263: starting attempt loop 6629 1726773049.28266: running the handler 6629 1726773049.28275: _low_level_execute_command(): starting 6629 1726773049.28284: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773049.28800: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773049.28805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773049.28832: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.28836: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773049.28838: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.28892: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773049.28895: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773049.28899: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773049.28939: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773049.30490: stdout chunk (state=3): >>>/root <<< 6629 1726773049.30590: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773049.30642: stderr chunk (state=3): >>><<< 6629 1726773049.30645: stdout chunk (state=3): >>><<< 6629 1726773049.30663: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773049.30673: _low_level_execute_command(): starting 6629 1726773049.30678: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773049.306626-6933-279818712036410 `" && echo ansible-tmp-1726773049.306626-6933-279818712036410="` echo /root/.ansible/tmp/ansible-tmp-1726773049.306626-6933-279818712036410 `" ) && sleep 0' 6629 1726773049.31110: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773049.31114: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773049.31161: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.31164: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773049.31166: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.31218: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773049.31221: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773049.31229: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773049.31285: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773049.33071: stdout chunk (state=3): >>>ansible-tmp-1726773049.306626-6933-279818712036410=/root/.ansible/tmp/ansible-tmp-1726773049.306626-6933-279818712036410 <<< 6629 1726773049.33182: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773049.33230: stderr chunk (state=3): >>><<< 6629 1726773049.33233: stdout chunk (state=3): >>><<< 6629 1726773049.33249: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773049.306626-6933-279818712036410=/root/.ansible/tmp/ansible-tmp-1726773049.306626-6933-279818712036410 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773049.33281: variable 'ansible_module_compression' from source: unknown 6629 1726773049.33326: ANSIBALLZ: Using lock for file 6629 1726773049.33329: ANSIBALLZ: Acquiring lock 6629 1726773049.33332: ANSIBALLZ: Lock acquired: 140139817397680 6629 1726773049.33334: ANSIBALLZ: Creating module 6629 1726773049.42339: ANSIBALLZ: Writing module into payload 6629 1726773049.42488: ANSIBALLZ: Writing module 6629 1726773049.42506: ANSIBALLZ: Renaming module 6629 1726773049.42512: ANSIBALLZ: Done creating module 6629 1726773049.42526: variable 'ansible_facts' from source: unknown 6629 1726773049.42578: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773049.306626-6933-279818712036410/AnsiballZ_file.py 6629 1726773049.42684: Sending initial data 6629 1726773049.42693: Sent initial data (150 bytes) 6629 1726773049.43389: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773049.43392: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773049.43435: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773049.43438: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773049.43441: 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.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773049.43444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.43485: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773049.43497: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773049.43548: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773049.45316: 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 <<< 6629 1726773049.45347: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773049.45380: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpv20y31e2 /root/.ansible/tmp/ansible-tmp-1726773049.306626-6933-279818712036410/AnsiballZ_file.py <<< 6629 1726773049.45411: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773049.46193: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773049.46284: stderr chunk (state=3): >>><<< 6629 1726773049.46287: stdout chunk (state=3): >>><<< 6629 1726773049.46301: done transferring module to remote 6629 1726773049.46312: _low_level_execute_command(): starting 6629 1726773049.46317: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773049.306626-6933-279818712036410/ /root/.ansible/tmp/ansible-tmp-1726773049.306626-6933-279818712036410/AnsiballZ_file.py && sleep 0' 6629 1726773049.46739: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773049.46753: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773049.46771: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773049.46782: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773049.46803: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.46841: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773049.46853: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773049.46894: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773049.48554: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773049.48598: stderr chunk (state=3): >>><<< 6629 1726773049.48601: stdout chunk (state=3): >>><<< 6629 1726773049.48615: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773049.48625: _low_level_execute_command(): starting 6629 1726773049.48628: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773049.306626-6933-279818712036410/AnsiballZ_file.py && sleep 0' 6629 1726773049.49042: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773049.49063: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773049.49082: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773049.49093: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.49133: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773049.49146: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773049.49191: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773049.63310: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/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/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}}} <<< 6629 1726773049.64323: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773049.64382: stderr chunk (state=3): >>><<< 6629 1726773049.64385: stdout chunk (state=3): >>><<< 6629 1726773049.64403: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/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/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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773049.64437: done with _execute_module (file, {'path': '/etc/tuned/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-1726773049.306626-6933-279818712036410/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773049.64449: _low_level_execute_command(): starting 6629 1726773049.64457: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773049.306626-6933-279818712036410/ > /dev/null 2>&1 && sleep 0' 6629 1726773049.64915: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773049.64934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773049.64945: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773049.64957: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773049.64966: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.65017: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773049.65029: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773049.65067: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773049.66901: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773049.66910: stdout chunk (state=3): >>><<< 6629 1726773049.66918: stderr chunk (state=3): >>><<< 6629 1726773049.66933: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773049.66940: handler run complete 6629 1726773049.66968: attempt loop complete, returning result 6629 1726773049.66971: _execute() done 6629 1726773049.66974: dumping result to json 6629 1726773049.66981: done dumping result, returning 6629 1726773049.66989: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [1239c35c-e2e1-669f-ab4e-00000000002f] 6629 1726773049.66994: sending task result for task 1239c35c-e2e1-669f-ab4e-00000000002f 6629 1726773049.67110: done sending task result for task 1239c35c-e2e1-669f-ab4e-00000000002f 6629 1726773049.67113: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "state": "directory", "uid": 0 } 6629 1726773049.67197: no more pending results, returning what we have 6629 1726773049.67201: results queue empty 6629 1726773049.67202: checking for any_errors_fatal 6629 1726773049.67218: done checking for any_errors_fatal 6629 1726773049.67219: checking for max_fail_percentage 6629 1726773049.67220: done checking for max_fail_percentage 6629 1726773049.67221: checking to see if all hosts have failed and the running result is not ok 6629 1726773049.67222: done checking to see if all hosts have failed 6629 1726773049.67223: getting the remaining hosts for this loop 6629 1726773049.67225: done getting the remaining hosts for this loop 6629 1726773049.67229: getting the next task for host managed_node3 6629 1726773049.67234: done getting next task for host managed_node3 6629 1726773049.67238: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6629 1726773049.67241: ^ 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 6629 1726773049.67253: getting variables 6629 1726773049.67255: in VariableManager get_vars() 6629 1726773049.67293: Calling all_inventory to load vars for managed_node3 6629 1726773049.67296: Calling groups_inventory to load vars for managed_node3 6629 1726773049.67299: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773049.67318: Calling all_plugins_play to load vars for managed_node3 6629 1726773049.67322: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773049.67325: Calling groups_plugins_play to load vars for managed_node3 6629 1726773049.67377: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773049.67546: done with get_vars() 6629 1726773049.67555: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 15:10:49 -0400 (0:00:00.409) 0:00:25.163 **** 6629 1726773049.67772: entering _queue_task() for managed_node3/slurp 6629 1726773049.68050: worker is 1 (out of 1 available) 6629 1726773049.68061: exiting _queue_task() for managed_node3/slurp 6629 1726773049.68080: done queuing things up, now waiting for results queue to drain 6629 1726773049.68082: waiting for pending results... 6629 1726773049.68364: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6629 1726773049.68480: in run() - task 1239c35c-e2e1-669f-ab4e-000000000030 6629 1726773049.68501: variable 'ansible_search_path' from source: unknown 6629 1726773049.68517: variable 'ansible_search_path' from source: unknown 6629 1726773049.68562: calling self._execute() 6629 1726773049.68643: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773049.68654: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773049.68669: variable 'omit' from source: magic vars 6629 1726773049.68781: variable 'omit' from source: magic vars 6629 1726773049.68834: variable 'omit' from source: magic vars 6629 1726773049.68878: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6629 1726773049.69094: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6629 1726773049.69151: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6629 1726773049.69180: variable 'omit' from source: magic vars 6629 1726773049.69216: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773049.69241: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773049.69256: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773049.69269: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773049.69283: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773049.69313: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773049.69316: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773049.69319: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773049.69384: Set connection var ansible_shell_executable to /bin/sh 6629 1726773049.69397: Set connection var ansible_timeout to 10 6629 1726773049.69404: Set connection var ansible_connection to ssh 6629 1726773049.69411: Set connection var ansible_pipelining to False 6629 1726773049.69417: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773049.69421: Set connection var ansible_shell_type to sh 6629 1726773049.69437: variable 'ansible_shell_executable' from source: unknown 6629 1726773049.69440: variable 'ansible_connection' from source: unknown 6629 1726773049.69442: variable 'ansible_module_compression' from source: unknown 6629 1726773049.69445: variable 'ansible_shell_type' from source: unknown 6629 1726773049.69447: variable 'ansible_shell_executable' from source: unknown 6629 1726773049.69449: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773049.69451: variable 'ansible_pipelining' from source: unknown 6629 1726773049.69454: variable 'ansible_timeout' from source: unknown 6629 1726773049.69458: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773049.69600: 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__) 6629 1726773049.69608: variable 'omit' from source: magic vars 6629 1726773049.69618: starting attempt loop 6629 1726773049.69621: running the handler 6629 1726773049.69630: _low_level_execute_command(): starting 6629 1726773049.69636: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773049.70120: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773049.70135: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773049.70146: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.70168: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.70212: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773049.70224: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773049.70274: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773049.71840: stdout chunk (state=3): >>>/root <<< 6629 1726773049.71939: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773049.71983: stderr chunk (state=3): >>><<< 6629 1726773049.71991: stdout chunk (state=3): >>><<< 6629 1726773049.72013: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773049.72023: _low_level_execute_command(): starting 6629 1726773049.72028: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773049.7201264-6947-81467710717494 `" && echo ansible-tmp-1726773049.7201264-6947-81467710717494="` echo /root/.ansible/tmp/ansible-tmp-1726773049.7201264-6947-81467710717494 `" ) && sleep 0' 6629 1726773049.72457: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773049.72463: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773049.72496: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.72517: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.72570: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773049.72574: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773049.72624: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773049.74451: stdout chunk (state=3): >>>ansible-tmp-1726773049.7201264-6947-81467710717494=/root/.ansible/tmp/ansible-tmp-1726773049.7201264-6947-81467710717494 <<< 6629 1726773049.74560: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773049.74608: stderr chunk (state=3): >>><<< 6629 1726773049.74611: stdout chunk (state=3): >>><<< 6629 1726773049.74625: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773049.7201264-6947-81467710717494=/root/.ansible/tmp/ansible-tmp-1726773049.7201264-6947-81467710717494 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773049.74656: variable 'ansible_module_compression' from source: unknown 6629 1726773049.74691: ANSIBALLZ: Using lock for slurp 6629 1726773049.74694: ANSIBALLZ: Acquiring lock 6629 1726773049.74696: ANSIBALLZ: Lock acquired: 140139817398256 6629 1726773049.74699: ANSIBALLZ: Creating module 6629 1726773049.82518: ANSIBALLZ: Writing module into payload 6629 1726773049.82568: ANSIBALLZ: Writing module 6629 1726773049.82588: ANSIBALLZ: Renaming module 6629 1726773049.82593: ANSIBALLZ: Done creating module 6629 1726773049.82607: variable 'ansible_facts' from source: unknown 6629 1726773049.82653: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773049.7201264-6947-81467710717494/AnsiballZ_slurp.py 6629 1726773049.82763: Sending initial data 6629 1726773049.82766: Sent initial data (151 bytes) 6629 1726773049.83461: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773049.83467: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773049.83505: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.83519: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773049.83529: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.83573: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773049.83585: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773049.83637: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773049.85402: 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 <<< 6629 1726773049.85437: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773049.85472: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpvcaonlyp /root/.ansible/tmp/ansible-tmp-1726773049.7201264-6947-81467710717494/AnsiballZ_slurp.py <<< 6629 1726773049.85498: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773049.86251: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773049.86346: stderr chunk (state=3): >>><<< 6629 1726773049.86349: stdout chunk (state=3): >>><<< 6629 1726773049.86363: done transferring module to remote 6629 1726773049.86371: _low_level_execute_command(): starting 6629 1726773049.86375: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773049.7201264-6947-81467710717494/ /root/.ansible/tmp/ansible-tmp-1726773049.7201264-6947-81467710717494/AnsiballZ_slurp.py && sleep 0' 6629 1726773049.86801: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773049.86809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773049.86840: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773049.86853: 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.10.63 is address debug1: re-parsing configuration <<< 6629 1726773049.86864: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.86918: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773049.86932: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773049.86967: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773049.88639: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773049.88686: stderr chunk (state=3): >>><<< 6629 1726773049.88689: stdout chunk (state=3): >>><<< 6629 1726773049.88701: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773049.88706: _low_level_execute_command(): starting 6629 1726773049.88710: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773049.7201264-6947-81467710717494/AnsiballZ_slurp.py && sleep 0' 6629 1726773049.89124: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773049.89129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773049.89161: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.89174: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773049.89227: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773049.89239: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773049.89284: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.02223: 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"}}} <<< 6629 1726773050.03161: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773050.03216: stderr chunk (state=3): >>><<< 6629 1726773050.03219: stdout chunk (state=3): >>><<< 6629 1726773050.03233: _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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773050.03255: 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-1726773049.7201264-6947-81467710717494/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773050.03262: _low_level_execute_command(): starting 6629 1726773050.03267: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773049.7201264-6947-81467710717494/ > /dev/null 2>&1 && sleep 0' 6629 1726773050.03716: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773050.03722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.03759: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.03764: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.03780: 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.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773050.03791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.03831: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.03843: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.03892: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.05632: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773050.05683: stderr chunk (state=3): >>><<< 6629 1726773050.05686: stdout chunk (state=3): >>><<< 6629 1726773050.05699: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773050.05709: handler run complete 6629 1726773050.05720: attempt loop complete, returning result 6629 1726773050.05723: _execute() done 6629 1726773050.05725: dumping result to json 6629 1726773050.05729: done dumping result, returning 6629 1726773050.05737: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [1239c35c-e2e1-669f-ab4e-000000000030] 6629 1726773050.05741: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000030 6629 1726773050.05834: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000030 6629 1726773050.05837: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6629 1726773050.05899: no more pending results, returning what we have 6629 1726773050.05904: results queue empty 6629 1726773050.05905: checking for any_errors_fatal 6629 1726773050.05912: done checking for any_errors_fatal 6629 1726773050.05913: checking for max_fail_percentage 6629 1726773050.05914: done checking for max_fail_percentage 6629 1726773050.05915: checking to see if all hosts have failed and the running result is not ok 6629 1726773050.05916: done checking to see if all hosts have failed 6629 1726773050.05916: getting the remaining hosts for this loop 6629 1726773050.05918: done getting the remaining hosts for this loop 6629 1726773050.05921: getting the next task for host managed_node3 6629 1726773050.05927: done getting next task for host managed_node3 6629 1726773050.05930: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6629 1726773050.05933: ^ 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 6629 1726773050.05942: getting variables 6629 1726773050.05943: in VariableManager get_vars() 6629 1726773050.05979: Calling all_inventory to load vars for managed_node3 6629 1726773050.05981: Calling groups_inventory to load vars for managed_node3 6629 1726773050.05984: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773050.05993: Calling all_plugins_play to load vars for managed_node3 6629 1726773050.05996: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773050.05998: Calling groups_plugins_play to load vars for managed_node3 6629 1726773050.06045: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773050.06087: done with get_vars() 6629 1726773050.06095: done getting variables 6629 1726773050.06150: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 15:10:50 -0400 (0:00:00.384) 0:00:25.547 **** 6629 1726773050.06173: entering _queue_task() for managed_node3/set_fact 6629 1726773050.06355: worker is 1 (out of 1 available) 6629 1726773050.06369: exiting _queue_task() for managed_node3/set_fact 6629 1726773050.06385: done queuing things up, now waiting for results queue to drain 6629 1726773050.06386: waiting for pending results... 6629 1726773050.06537: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6629 1726773050.06598: in run() - task 1239c35c-e2e1-669f-ab4e-000000000031 6629 1726773050.06613: variable 'ansible_search_path' from source: unknown 6629 1726773050.06617: variable 'ansible_search_path' from source: unknown 6629 1726773050.06643: calling self._execute() 6629 1726773050.06689: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773050.06693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773050.06707: variable 'omit' from source: magic vars 6629 1726773050.06781: variable 'omit' from source: magic vars 6629 1726773050.06810: variable 'omit' from source: magic vars 6629 1726773050.07081: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6629 1726773050.07097: variable '__cur_profile' from source: task vars 6629 1726773050.07204: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773050.08775: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773050.08820: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773050.08848: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773050.08873: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773050.08894: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773050.08956: 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) 6629 1726773050.08976: 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) 6629 1726773050.08995: 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) 6629 1726773050.09026: 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) 6629 1726773050.09037: 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) 6629 1726773050.09112: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6629 1726773050.09145: variable 'omit' from source: magic vars 6629 1726773050.09165: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773050.09185: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773050.09199: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773050.09213: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773050.09221: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773050.09243: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773050.09245: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773050.09248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773050.09314: Set connection var ansible_shell_executable to /bin/sh 6629 1726773050.09318: Set connection var ansible_timeout to 10 6629 1726773050.09325: Set connection var ansible_connection to ssh 6629 1726773050.09331: Set connection var ansible_pipelining to False 6629 1726773050.09336: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773050.09341: Set connection var ansible_shell_type to sh 6629 1726773050.09356: variable 'ansible_shell_executable' from source: unknown 6629 1726773050.09359: variable 'ansible_connection' from source: unknown 6629 1726773050.09361: variable 'ansible_module_compression' from source: unknown 6629 1726773050.09363: variable 'ansible_shell_type' from source: unknown 6629 1726773050.09372: variable 'ansible_shell_executable' from source: unknown 6629 1726773050.09374: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773050.09377: variable 'ansible_pipelining' from source: unknown 6629 1726773050.09379: variable 'ansible_timeout' from source: unknown 6629 1726773050.09381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773050.09444: 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) 6629 1726773050.09451: variable 'omit' from source: magic vars 6629 1726773050.09455: starting attempt loop 6629 1726773050.09457: running the handler 6629 1726773050.09465: handler run complete 6629 1726773050.09473: attempt loop complete, returning result 6629 1726773050.09482: _execute() done 6629 1726773050.09484: dumping result to json 6629 1726773050.09486: done dumping result, returning 6629 1726773050.09491: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [1239c35c-e2e1-669f-ab4e-000000000031] 6629 1726773050.09495: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000031 6629 1726773050.09568: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000031 6629 1726773050.09571: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6629 1726773050.09632: no more pending results, returning what we have 6629 1726773050.09635: results queue empty 6629 1726773050.09636: checking for any_errors_fatal 6629 1726773050.09640: done checking for any_errors_fatal 6629 1726773050.09640: checking for max_fail_percentage 6629 1726773050.09642: done checking for max_fail_percentage 6629 1726773050.09642: checking to see if all hosts have failed and the running result is not ok 6629 1726773050.09643: done checking to see if all hosts have failed 6629 1726773050.09644: getting the remaining hosts for this loop 6629 1726773050.09645: done getting the remaining hosts for this loop 6629 1726773050.09648: getting the next task for host managed_node3 6629 1726773050.09653: done getting next task for host managed_node3 6629 1726773050.09656: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6629 1726773050.09658: ^ 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 6629 1726773050.09670: getting variables 6629 1726773050.09671: in VariableManager get_vars() 6629 1726773050.09705: Calling all_inventory to load vars for managed_node3 6629 1726773050.09707: Calling groups_inventory to load vars for managed_node3 6629 1726773050.09709: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773050.09718: Calling all_plugins_play to load vars for managed_node3 6629 1726773050.09720: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773050.09721: Calling groups_plugins_play to load vars for managed_node3 6629 1726773050.09752: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773050.09780: done with get_vars() 6629 1726773050.09785: done getting variables 6629 1726773050.09869: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:10:50 -0400 (0:00:00.037) 0:00:25.584 **** 6629 1726773050.09892: entering _queue_task() for managed_node3/copy 6629 1726773050.10042: worker is 1 (out of 1 available) 6629 1726773050.10053: exiting _queue_task() for managed_node3/copy 6629 1726773050.10064: done queuing things up, now waiting for results queue to drain 6629 1726773050.10065: waiting for pending results... 6629 1726773050.10226: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6629 1726773050.10282: in run() - task 1239c35c-e2e1-669f-ab4e-000000000032 6629 1726773050.10299: variable 'ansible_search_path' from source: unknown 6629 1726773050.10302: variable 'ansible_search_path' from source: unknown 6629 1726773050.10331: calling self._execute() 6629 1726773050.10376: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773050.10382: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773050.10387: variable 'omit' from source: magic vars 6629 1726773050.10462: variable 'omit' from source: magic vars 6629 1726773050.10493: variable 'omit' from source: magic vars 6629 1726773050.10514: variable '__kernel_settings_active_profile' from source: set_fact 6629 1726773050.10716: variable '__kernel_settings_active_profile' from source: set_fact 6629 1726773050.10734: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6629 1726773050.10783: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6629 1726773050.10841: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6629 1726773050.10864: variable 'omit' from source: magic vars 6629 1726773050.10900: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773050.10927: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773050.10942: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773050.10955: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773050.10964: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773050.10988: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773050.10992: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773050.10994: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773050.11060: Set connection var ansible_shell_executable to /bin/sh 6629 1726773050.11066: Set connection var ansible_timeout to 10 6629 1726773050.11071: Set connection var ansible_connection to ssh 6629 1726773050.11077: Set connection var ansible_pipelining to False 6629 1726773050.11084: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773050.11089: Set connection var ansible_shell_type to sh 6629 1726773050.11105: variable 'ansible_shell_executable' from source: unknown 6629 1726773050.11155: variable 'ansible_connection' from source: unknown 6629 1726773050.11158: variable 'ansible_module_compression' from source: unknown 6629 1726773050.11162: variable 'ansible_shell_type' from source: unknown 6629 1726773050.11165: variable 'ansible_shell_executable' from source: unknown 6629 1726773050.11167: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773050.11169: variable 'ansible_pipelining' from source: unknown 6629 1726773050.11175: variable 'ansible_timeout' from source: unknown 6629 1726773050.11181: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773050.11271: 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) 6629 1726773050.11279: variable 'omit' from source: magic vars 6629 1726773050.11286: starting attempt loop 6629 1726773050.11289: running the handler 6629 1726773050.11297: _low_level_execute_command(): starting 6629 1726773050.11305: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773050.11806: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.11823: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.11835: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773050.11847: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.11859: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.11907: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.11920: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.11964: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.13520: stdout chunk (state=3): >>>/root <<< 6629 1726773050.13625: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773050.13667: stderr chunk (state=3): >>><<< 6629 1726773050.13671: stdout chunk (state=3): >>><<< 6629 1726773050.13694: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773050.13708: _low_level_execute_command(): starting 6629 1726773050.13711: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573 `" && echo ansible-tmp-1726773050.1369386-6957-220594607490573="` echo /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573 `" ) && sleep 0' 6629 1726773050.14127: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773050.14149: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.14171: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.14218: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.14230: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.14272: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.16083: stdout chunk (state=3): >>>ansible-tmp-1726773050.1369386-6957-220594607490573=/root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573 <<< 6629 1726773050.16196: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773050.16239: stderr chunk (state=3): >>><<< 6629 1726773050.16242: stdout chunk (state=3): >>><<< 6629 1726773050.16254: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773050.1369386-6957-220594607490573=/root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773050.16319: variable 'ansible_module_compression' from source: unknown 6629 1726773050.16358: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6629 1726773050.16384: variable 'ansible_facts' from source: unknown 6629 1726773050.16447: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/AnsiballZ_stat.py 6629 1726773050.16532: Sending initial data 6629 1726773050.16540: Sent initial data (151 bytes) 6629 1726773050.17191: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.17194: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.17229: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773050.17232: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.17235: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.17291: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.17294: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773050.17297: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.17334: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.19025: 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 <<< 6629 1726773050.19055: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773050.19090: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp_h2t3ken /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/AnsiballZ_stat.py <<< 6629 1726773050.19120: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773050.19877: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773050.19963: stderr chunk (state=3): >>><<< 6629 1726773050.19966: stdout chunk (state=3): >>><<< 6629 1726773050.19981: done transferring module to remote 6629 1726773050.19991: _low_level_execute_command(): starting 6629 1726773050.19994: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/ /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/AnsiballZ_stat.py && sleep 0' 6629 1726773050.20410: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773050.20413: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.20435: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.20449: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.20495: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.20517: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.20546: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.22219: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773050.22257: stderr chunk (state=3): >>><<< 6629 1726773050.22260: stdout chunk (state=3): >>><<< 6629 1726773050.22275: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773050.22281: _low_level_execute_command(): starting 6629 1726773050.22283: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/AnsiballZ_stat.py && sleep 0' 6629 1726773050.22688: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773050.22707: 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 <<< 6629 1726773050.22721: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773050.22737: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773050.22752: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.22787: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.22799: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.22847: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.37305: 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": 444596361, "dev": 51713, "nlink": 1, "atime": 1726773050.0178857, "mtime": 1726773049.184881, "ctime": 1726773049.184881, "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": "2710444664", "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}}} <<< 6629 1726773050.38545: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773050.38596: stderr chunk (state=3): >>><<< 6629 1726773050.38600: stdout chunk (state=3): >>><<< 6629 1726773050.38616: _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": 444596361, "dev": 51713, "nlink": 1, "atime": 1726773050.0178857, "mtime": 1726773049.184881, "ctime": 1726773049.184881, "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": "2710444664", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773050.38665: 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-1726773050.1369386-6957-220594607490573/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6629 1726773050.38755: Sending initial data 6629 1726773050.38764: Sent initial data (139 bytes) 6629 1726773050.39443: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773050.39446: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.39484: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.39487: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.39490: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.39550: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.39553: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773050.39557: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.39594: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.41345: 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 <<< 6629 1726773050.41376: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773050.41410: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/.z58oimpm /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/.source <<< 6629 1726773050.41438: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773050.41576: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773050.41663: stderr chunk (state=3): >>><<< 6629 1726773050.41666: stdout chunk (state=3): >>><<< 6629 1726773050.41685: _low_level_execute_command(): starting 6629 1726773050.41688: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/ /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/.source && sleep 0' 6629 1726773050.42117: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773050.42121: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.42151: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.42154: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.42156: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.42211: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.42223: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.42254: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.43932: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773050.43971: stderr chunk (state=3): >>><<< 6629 1726773050.43974: stdout chunk (state=3): >>><<< 6629 1726773050.43991: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773050.44010: variable 'ansible_module_compression' from source: unknown 6629 1726773050.44045: ANSIBALLZ: Using generic lock for ansible.legacy.copy 6629 1726773050.44048: ANSIBALLZ: Acquiring lock 6629 1726773050.44051: ANSIBALLZ: Lock acquired: 140139818326576 6629 1726773050.44053: ANSIBALLZ: Creating module 6629 1726773050.52932: ANSIBALLZ: Writing module into payload 6629 1726773050.53047: ANSIBALLZ: Writing module 6629 1726773050.53066: ANSIBALLZ: Renaming module 6629 1726773050.53072: ANSIBALLZ: Done creating module 6629 1726773050.53086: variable 'ansible_facts' from source: unknown 6629 1726773050.53132: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/AnsiballZ_copy.py 6629 1726773050.53228: Sending initial data 6629 1726773050.53237: Sent initial data (151 bytes) 6629 1726773050.53924: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773050.53927: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.53967: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.53970: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773050.53972: 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.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773050.53974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.54017: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.54029: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.54080: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.55859: 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 <<< 6629 1726773050.55889: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773050.55920: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpnh8ofw7r /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/AnsiballZ_copy.py <<< 6629 1726773050.55950: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773050.56734: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773050.56826: stderr chunk (state=3): >>><<< 6629 1726773050.56830: stdout chunk (state=3): >>><<< 6629 1726773050.56846: done transferring module to remote 6629 1726773050.56853: _low_level_execute_command(): starting 6629 1726773050.56857: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/ /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/AnsiballZ_copy.py && sleep 0' 6629 1726773050.57280: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.57293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.57316: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773050.57334: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.57377: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.57393: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.57432: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.59145: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773050.59191: stderr chunk (state=3): >>><<< 6629 1726773050.59194: stdout chunk (state=3): >>><<< 6629 1726773050.59213: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773050.59216: _low_level_execute_command(): starting 6629 1726773050.59219: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/AnsiballZ_copy.py && sleep 0' 6629 1726773050.59638: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.59651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.59663: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.59675: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773050.59692: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.59730: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.59750: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.59784: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.73531: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/.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-1726773050.1369386-6957-220594607490573/.source", "_original_basename": ".z58oimpm", "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}}} <<< 6629 1726773050.74549: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773050.74605: stderr chunk (state=3): >>><<< 6629 1726773050.74609: stdout chunk (state=3): >>><<< 6629 1726773050.74625: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/.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-1726773050.1369386-6957-220594607490573/.source", "_original_basename": ".z58oimpm", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773050.74652: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/.source', '_original_basename': '.z58oimpm', '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-1726773050.1369386-6957-220594607490573/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773050.74660: _low_level_execute_command(): starting 6629 1726773050.74666: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773050.1369386-6957-220594607490573/ > /dev/null 2>&1 && sleep 0' 6629 1726773050.75117: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.75123: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.75162: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.75165: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.75168: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.75223: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.75226: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773050.75241: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.75274: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.77018: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773050.77062: stderr chunk (state=3): >>><<< 6629 1726773050.77065: stdout chunk (state=3): >>><<< 6629 1726773050.77079: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773050.77087: handler run complete 6629 1726773050.77107: attempt loop complete, returning result 6629 1726773050.77111: _execute() done 6629 1726773050.77114: dumping result to json 6629 1726773050.77119: done dumping result, returning 6629 1726773050.77127: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [1239c35c-e2e1-669f-ab4e-000000000032] 6629 1726773050.77131: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000032 6629 1726773050.77228: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000032 6629 1726773050.77231: 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-1726773050.1369386-6957-220594607490573/.source", "state": "file", "uid": 0 } 6629 1726773050.77329: no more pending results, returning what we have 6629 1726773050.77332: results queue empty 6629 1726773050.77333: checking for any_errors_fatal 6629 1726773050.77338: done checking for any_errors_fatal 6629 1726773050.77338: checking for max_fail_percentage 6629 1726773050.77341: done checking for max_fail_percentage 6629 1726773050.77342: checking to see if all hosts have failed and the running result is not ok 6629 1726773050.77343: done checking to see if all hosts have failed 6629 1726773050.77344: getting the remaining hosts for this loop 6629 1726773050.77345: done getting the remaining hosts for this loop 6629 1726773050.77349: getting the next task for host managed_node3 6629 1726773050.77354: done getting next task for host managed_node3 6629 1726773050.77357: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6629 1726773050.77360: ^ 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 6629 1726773050.77368: getting variables 6629 1726773050.77370: in VariableManager get_vars() 6629 1726773050.77400: Calling all_inventory to load vars for managed_node3 6629 1726773050.77402: Calling groups_inventory to load vars for managed_node3 6629 1726773050.77407: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773050.77415: Calling all_plugins_play to load vars for managed_node3 6629 1726773050.77417: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773050.77419: Calling groups_plugins_play to load vars for managed_node3 6629 1726773050.77459: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773050.77487: done with get_vars() 6629 1726773050.77493: done getting variables 6629 1726773050.77535: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 15:10:50 -0400 (0:00:00.676) 0:00:26.261 **** 6629 1726773050.77564: entering _queue_task() for managed_node3/copy 6629 1726773050.77725: worker is 1 (out of 1 available) 6629 1726773050.77738: exiting _queue_task() for managed_node3/copy 6629 1726773050.77750: done queuing things up, now waiting for results queue to drain 6629 1726773050.77752: waiting for pending results... 6629 1726773050.77911: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6629 1726773050.77970: in run() - task 1239c35c-e2e1-669f-ab4e-000000000033 6629 1726773050.77985: variable 'ansible_search_path' from source: unknown 6629 1726773050.77989: variable 'ansible_search_path' from source: unknown 6629 1726773050.78018: calling self._execute() 6629 1726773050.78062: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773050.78065: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773050.78073: variable 'omit' from source: magic vars 6629 1726773050.78148: variable 'omit' from source: magic vars 6629 1726773050.78179: variable 'omit' from source: magic vars 6629 1726773050.78201: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6629 1726773050.78464: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6629 1726773050.78523: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6629 1726773050.78552: variable 'omit' from source: magic vars 6629 1726773050.78584: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773050.78610: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773050.78626: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773050.78639: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773050.78651: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773050.78673: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773050.78676: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773050.78681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773050.78751: Set connection var ansible_shell_executable to /bin/sh 6629 1726773050.78763: Set connection var ansible_timeout to 10 6629 1726773050.78767: Set connection var ansible_connection to ssh 6629 1726773050.78774: Set connection var ansible_pipelining to False 6629 1726773050.78781: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773050.78786: Set connection var ansible_shell_type to sh 6629 1726773050.78802: variable 'ansible_shell_executable' from source: unknown 6629 1726773050.78808: variable 'ansible_connection' from source: unknown 6629 1726773050.78810: variable 'ansible_module_compression' from source: unknown 6629 1726773050.78813: variable 'ansible_shell_type' from source: unknown 6629 1726773050.78815: variable 'ansible_shell_executable' from source: unknown 6629 1726773050.78817: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773050.78820: variable 'ansible_pipelining' from source: unknown 6629 1726773050.78822: variable 'ansible_timeout' from source: unknown 6629 1726773050.78824: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773050.78922: 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) 6629 1726773050.78929: variable 'omit' from source: magic vars 6629 1726773050.78933: starting attempt loop 6629 1726773050.78936: running the handler 6629 1726773050.78945: _low_level_execute_command(): starting 6629 1726773050.78953: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773050.79443: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.79458: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.79469: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773050.79484: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.79495: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.79540: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.79553: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.79591: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.81116: stdout chunk (state=3): >>>/root <<< 6629 1726773050.81217: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773050.81263: stderr chunk (state=3): >>><<< 6629 1726773050.81266: stdout chunk (state=3): >>><<< 6629 1726773050.81282: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773050.81297: _low_level_execute_command(): starting 6629 1726773050.81300: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977 `" && echo ansible-tmp-1726773050.8128614-6979-133765490722977="` echo /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977 `" ) && sleep 0' 6629 1726773050.81722: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773050.81734: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.81751: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773050.81781: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.81819: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.81831: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.81876: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.83696: stdout chunk (state=3): >>>ansible-tmp-1726773050.8128614-6979-133765490722977=/root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977 <<< 6629 1726773050.83807: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773050.83847: stderr chunk (state=3): >>><<< 6629 1726773050.83850: stdout chunk (state=3): >>><<< 6629 1726773050.83862: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773050.8128614-6979-133765490722977=/root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773050.83930: variable 'ansible_module_compression' from source: unknown 6629 1726773050.83969: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6629 1726773050.83997: variable 'ansible_facts' from source: unknown 6629 1726773050.84061: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/AnsiballZ_stat.py 6629 1726773050.84143: Sending initial data 6629 1726773050.84151: Sent initial data (151 bytes) 6629 1726773050.84793: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.84797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.84834: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773050.84838: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.84840: 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.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773050.84842: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.84882: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.84894: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.84938: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.86665: 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 <<< 6629 1726773050.86695: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773050.86726: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmps313_wmj /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/AnsiballZ_stat.py <<< 6629 1726773050.86754: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773050.87497: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773050.87586: stderr chunk (state=3): >>><<< 6629 1726773050.87590: stdout chunk (state=3): >>><<< 6629 1726773050.87607: done transferring module to remote 6629 1726773050.87618: _low_level_execute_command(): starting 6629 1726773050.87621: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/ /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/AnsiballZ_stat.py && sleep 0' 6629 1726773050.88045: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.88065: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.88077: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 6629 1726773050.88088: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.88136: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.88148: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.88187: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773050.89888: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773050.89934: stderr chunk (state=3): >>><<< 6629 1726773050.89938: stdout chunk (state=3): >>><<< 6629 1726773050.89951: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773050.89954: _low_level_execute_command(): starting 6629 1726773050.89958: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/AnsiballZ_stat.py && sleep 0' 6629 1726773050.90382: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773050.90395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773050.90418: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773050.90437: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773050.90477: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773050.90489: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773050.90541: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.04795: 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": 444596359, "dev": 51713, "nlink": 1, "atime": 1726773049.0458803, "mtime": 1726773049.184881, "ctime": 1726773049.184881, "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": "2721671664", "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}}} <<< 6629 1726773051.05993: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773051.06051: stderr chunk (state=3): >>><<< 6629 1726773051.06055: stdout chunk (state=3): >>><<< 6629 1726773051.06069: _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": 444596359, "dev": 51713, "nlink": 1, "atime": 1726773049.0458803, "mtime": 1726773049.184881, "ctime": 1726773049.184881, "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": "2721671664", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773051.06124: 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-1726773050.8128614-6979-133765490722977/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6629 1726773051.06224: Sending initial data 6629 1726773051.06239: Sent initial data (139 bytes) 6629 1726773051.06912: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773051.06920: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.06965: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.06973: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.06976: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.07038: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.07041: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773051.07044: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.07083: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.08802: 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 <<< 6629 1726773051.08835: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773051.08865: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/.gnno53r_ /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/.source <<< 6629 1726773051.08893: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773051.09026: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773051.09114: stderr chunk (state=3): >>><<< 6629 1726773051.09117: stdout chunk (state=3): >>><<< 6629 1726773051.09137: _low_level_execute_command(): starting 6629 1726773051.09140: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/ /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/.source && sleep 0' 6629 1726773051.09563: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773051.09587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.09599: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration <<< 6629 1726773051.09615: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.09656: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.09668: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.09707: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.11384: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773051.11429: stderr chunk (state=3): >>><<< 6629 1726773051.11432: stdout chunk (state=3): >>><<< 6629 1726773051.11445: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773051.11465: variable 'ansible_module_compression' from source: unknown 6629 1726773051.11501: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6629 1726773051.11520: variable 'ansible_facts' from source: unknown 6629 1726773051.11565: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/AnsiballZ_copy.py 6629 1726773051.11654: Sending initial data 6629 1726773051.11657: Sent initial data (151 bytes) 6629 1726773051.12296: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773051.12305: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.12331: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.12344: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.12395: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.12409: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.12451: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.14165: 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 <<< 6629 1726773051.14198: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773051.14225: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpbgzsex7g /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/AnsiballZ_copy.py <<< 6629 1726773051.14253: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773051.15032: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773051.15121: stderr chunk (state=3): >>><<< 6629 1726773051.15124: stdout chunk (state=3): >>><<< 6629 1726773051.15138: done transferring module to remote 6629 1726773051.15145: _low_level_execute_command(): starting 6629 1726773051.15150: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/ /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/AnsiballZ_copy.py && sleep 0' 6629 1726773051.15570: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.15576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.15608: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.15621: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.15632: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.15680: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.15696: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.15731: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.17453: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773051.17493: stderr chunk (state=3): >>><<< 6629 1726773051.17497: stdout chunk (state=3): >>><<< 6629 1726773051.17511: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773051.17514: _low_level_execute_command(): starting 6629 1726773051.17518: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/AnsiballZ_copy.py && sleep 0' 6629 1726773051.17936: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773051.17943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.17972: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773051.17987: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.17998: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.18043: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.18055: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.18104: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.32297: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/.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-1726773050.8128614-6979-133765490722977/.source", "_original_basename": ".gnno53r_", "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}}} <<< 6629 1726773051.33358: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773051.33418: stderr chunk (state=3): >>><<< 6629 1726773051.33422: stdout chunk (state=3): >>><<< 6629 1726773051.33439: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/.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-1726773050.8128614-6979-133765490722977/.source", "_original_basename": ".gnno53r_", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773051.33469: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/.source', '_original_basename': '.gnno53r_', '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-1726773050.8128614-6979-133765490722977/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773051.33479: _low_level_execute_command(): starting 6629 1726773051.33486: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773050.8128614-6979-133765490722977/ > /dev/null 2>&1 && sleep 0' 6629 1726773051.33949: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773051.33955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.33987: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773051.34000: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773051.34013: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.34063: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.34068: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773051.34092: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.34131: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.35910: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773051.35957: stderr chunk (state=3): >>><<< 6629 1726773051.35960: stdout chunk (state=3): >>><<< 6629 1726773051.35973: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773051.35981: handler run complete 6629 1726773051.35999: attempt loop complete, returning result 6629 1726773051.36002: _execute() done 6629 1726773051.36006: dumping result to json 6629 1726773051.36011: done dumping result, returning 6629 1726773051.36022: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [1239c35c-e2e1-669f-ab4e-000000000033] 6629 1726773051.36027: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000033 6629 1726773051.36125: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000033 6629 1726773051.36128: 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-1726773050.8128614-6979-133765490722977/.source", "state": "file", "uid": 0 } 6629 1726773051.36219: no more pending results, returning what we have 6629 1726773051.36222: results queue empty 6629 1726773051.36223: checking for any_errors_fatal 6629 1726773051.36227: done checking for any_errors_fatal 6629 1726773051.36228: checking for max_fail_percentage 6629 1726773051.36229: done checking for max_fail_percentage 6629 1726773051.36230: checking to see if all hosts have failed and the running result is not ok 6629 1726773051.36231: done checking to see if all hosts have failed 6629 1726773051.36232: getting the remaining hosts for this loop 6629 1726773051.36233: done getting the remaining hosts for this loop 6629 1726773051.36238: getting the next task for host managed_node3 6629 1726773051.36242: done getting next task for host managed_node3 6629 1726773051.36246: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6629 1726773051.36248: ^ 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 6629 1726773051.36257: getting variables 6629 1726773051.36258: in VariableManager get_vars() 6629 1726773051.36288: Calling all_inventory to load vars for managed_node3 6629 1726773051.36290: Calling groups_inventory to load vars for managed_node3 6629 1726773051.36291: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773051.36298: Calling all_plugins_play to load vars for managed_node3 6629 1726773051.36300: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773051.36301: Calling groups_plugins_play to load vars for managed_node3 6629 1726773051.36336: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773051.36364: done with get_vars() 6629 1726773051.36371: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 15:10:51 -0400 (0:00:00.588) 0:00:26.850 **** 6629 1726773051.36434: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6629 1726773051.36642: worker is 1 (out of 1 available) 6629 1726773051.36654: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6629 1726773051.36665: done queuing things up, now waiting for results queue to drain 6629 1726773051.36666: waiting for pending results... 6629 1726773051.36829: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6629 1726773051.36891: in run() - task 1239c35c-e2e1-669f-ab4e-000000000034 6629 1726773051.36901: variable 'ansible_search_path' from source: unknown 6629 1726773051.36907: variable 'ansible_search_path' from source: unknown 6629 1726773051.36939: calling self._execute() 6629 1726773051.36988: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773051.36992: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773051.37001: variable 'omit' from source: magic vars 6629 1726773051.37076: variable 'omit' from source: magic vars 6629 1726773051.37107: variable 'omit' from source: magic vars 6629 1726773051.37128: variable '__kernel_settings_profile_filename' from source: role '' all vars 6629 1726773051.37334: variable '__kernel_settings_profile_filename' from source: role '' all vars 6629 1726773051.37390: variable '__kernel_settings_profile_dir' from source: role '' all vars 6629 1726773051.37449: variable '__kernel_settings_profile_parent' from source: set_fact 6629 1726773051.37457: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6629 1726773051.37495: variable 'omit' from source: magic vars 6629 1726773051.37528: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773051.37554: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773051.37570: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773051.37588: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773051.37597: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773051.37621: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773051.37624: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773051.37627: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773051.37701: Set connection var ansible_shell_executable to /bin/sh 6629 1726773051.37708: Set connection var ansible_timeout to 10 6629 1726773051.37715: Set connection var ansible_connection to ssh 6629 1726773051.37721: Set connection var ansible_pipelining to False 6629 1726773051.37726: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773051.37731: Set connection var ansible_shell_type to sh 6629 1726773051.37747: variable 'ansible_shell_executable' from source: unknown 6629 1726773051.37749: variable 'ansible_connection' from source: unknown 6629 1726773051.37752: variable 'ansible_module_compression' from source: unknown 6629 1726773051.37754: variable 'ansible_shell_type' from source: unknown 6629 1726773051.37756: variable 'ansible_shell_executable' from source: unknown 6629 1726773051.37758: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773051.37762: variable 'ansible_pipelining' from source: unknown 6629 1726773051.37765: variable 'ansible_timeout' from source: unknown 6629 1726773051.37769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773051.37897: 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__) 6629 1726773051.37912: variable 'omit' from source: magic vars 6629 1726773051.37916: starting attempt loop 6629 1726773051.37918: running the handler 6629 1726773051.37928: _low_level_execute_command(): starting 6629 1726773051.37935: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773051.38430: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.38454: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.38468: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.38482: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.38524: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.38537: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.38579: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.40163: stdout chunk (state=3): >>>/root <<< 6629 1726773051.40260: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773051.40311: stderr chunk (state=3): >>><<< 6629 1726773051.40314: stdout chunk (state=3): >>><<< 6629 1726773051.40331: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773051.40342: _low_level_execute_command(): starting 6629 1726773051.40346: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773051.4033043-6994-37889780421023 `" && echo ansible-tmp-1726773051.4033043-6994-37889780421023="` echo /root/.ansible/tmp/ansible-tmp-1726773051.4033043-6994-37889780421023 `" ) && sleep 0' 6629 1726773051.40771: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.40783: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.40815: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.40830: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.40868: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.40880: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.40928: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.42738: stdout chunk (state=3): >>>ansible-tmp-1726773051.4033043-6994-37889780421023=/root/.ansible/tmp/ansible-tmp-1726773051.4033043-6994-37889780421023 <<< 6629 1726773051.42849: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773051.42897: stderr chunk (state=3): >>><<< 6629 1726773051.42900: stdout chunk (state=3): >>><<< 6629 1726773051.42914: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773051.4033043-6994-37889780421023=/root/.ansible/tmp/ansible-tmp-1726773051.4033043-6994-37889780421023 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773051.42945: variable 'ansible_module_compression' from source: unknown 6629 1726773051.42982: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6629 1726773051.43010: variable 'ansible_facts' from source: unknown 6629 1726773051.43071: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773051.4033043-6994-37889780421023/AnsiballZ_kernel_settings_get_config.py 6629 1726773051.43162: Sending initial data 6629 1726773051.43172: Sent initial data (172 bytes) 6629 1726773051.43811: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.43825: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.43847: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.43858: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.43908: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.43921: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.43960: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.45664: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6629 1726773051.45679: 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 <<< 6629 1726773051.45695: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773051.45724: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpsnmyrfax /root/.ansible/tmp/ansible-tmp-1726773051.4033043-6994-37889780421023/AnsiballZ_kernel_settings_get_config.py <<< 6629 1726773051.45755: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773051.46488: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773051.46576: stderr chunk (state=3): >>><<< 6629 1726773051.46582: stdout chunk (state=3): >>><<< 6629 1726773051.46594: done transferring module to remote 6629 1726773051.46602: _low_level_execute_command(): starting 6629 1726773051.46608: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773051.4033043-6994-37889780421023/ /root/.ansible/tmp/ansible-tmp-1726773051.4033043-6994-37889780421023/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6629 1726773051.47027: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.47039: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.47056: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773051.47078: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.47120: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.47132: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.47175: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.48873: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773051.48918: stderr chunk (state=3): >>><<< 6629 1726773051.48922: stdout chunk (state=3): >>><<< 6629 1726773051.48932: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773051.48935: _low_level_execute_command(): starting 6629 1726773051.48939: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773051.4033043-6994-37889780421023/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6629 1726773051.49341: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.49364: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.49375: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.49425: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.49452: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.49479: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.62844: stdout chunk (state=3): >>> {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} <<< 6629 1726773051.63847: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773051.63901: stderr chunk (state=3): >>><<< 6629 1726773051.63907: stdout chunk (state=3): >>><<< 6629 1726773051.63920: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773051.63939: done with _execute_module (fedora.linux_system_roles.kernel_settings_get_config, {'path': '/etc/tuned/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-1726773051.4033043-6994-37889780421023/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773051.63950: _low_level_execute_command(): starting 6629 1726773051.63955: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773051.4033043-6994-37889780421023/ > /dev/null 2>&1 && sleep 0' 6629 1726773051.64411: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773051.64429: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.64441: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773051.64452: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.64462: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.64514: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.64532: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.64564: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.66323: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773051.66369: stderr chunk (state=3): >>><<< 6629 1726773051.66373: stdout chunk (state=3): >>><<< 6629 1726773051.66388: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773051.66395: handler run complete 6629 1726773051.66408: attempt loop complete, returning result 6629 1726773051.66411: _execute() done 6629 1726773051.66413: dumping result to json 6629 1726773051.66417: done dumping result, returning 6629 1726773051.66427: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config [1239c35c-e2e1-669f-ab4e-000000000034] 6629 1726773051.66430: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000034 6629 1726773051.66520: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000034 6629 1726773051.66523: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "data": {} } 6629 1726773051.66607: no more pending results, returning what we have 6629 1726773051.66610: results queue empty 6629 1726773051.66611: checking for any_errors_fatal 6629 1726773051.66617: done checking for any_errors_fatal 6629 1726773051.66618: checking for max_fail_percentage 6629 1726773051.66619: done checking for max_fail_percentage 6629 1726773051.66620: checking to see if all hosts have failed and the running result is not ok 6629 1726773051.66621: done checking to see if all hosts have failed 6629 1726773051.66622: getting the remaining hosts for this loop 6629 1726773051.66623: done getting the remaining hosts for this loop 6629 1726773051.66626: getting the next task for host managed_node3 6629 1726773051.66630: done getting next task for host managed_node3 6629 1726773051.66635: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6629 1726773051.66637: ^ 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 6629 1726773051.66646: getting variables 6629 1726773051.66647: in VariableManager get_vars() 6629 1726773051.66680: Calling all_inventory to load vars for managed_node3 6629 1726773051.66682: Calling groups_inventory to load vars for managed_node3 6629 1726773051.66684: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773051.66691: Calling all_plugins_play to load vars for managed_node3 6629 1726773051.66693: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773051.66694: Calling groups_plugins_play to load vars for managed_node3 6629 1726773051.66731: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773051.66761: done with get_vars() 6629 1726773051.66767: done getting variables 6629 1726773051.66849: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:10:51 -0400 (0:00:00.304) 0:00:27.154 **** 6629 1726773051.66871: entering _queue_task() for managed_node3/template 6629 1726773051.66872: Creating lock for template 6629 1726773051.67053: worker is 1 (out of 1 available) 6629 1726773051.67067: exiting _queue_task() for managed_node3/template 6629 1726773051.67083: done queuing things up, now waiting for results queue to drain 6629 1726773051.67085: waiting for pending results... 6629 1726773051.67237: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6629 1726773051.67299: in run() - task 1239c35c-e2e1-669f-ab4e-000000000035 6629 1726773051.67311: variable 'ansible_search_path' from source: unknown 6629 1726773051.67315: variable 'ansible_search_path' from source: unknown 6629 1726773051.67346: calling self._execute() 6629 1726773051.67397: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773051.67401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773051.67412: variable 'omit' from source: magic vars 6629 1726773051.67485: variable 'omit' from source: magic vars 6629 1726773051.67517: variable 'omit' from source: magic vars 6629 1726773051.67741: variable '__kernel_settings_profile_src' from source: role '' all vars 6629 1726773051.67745: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6629 1726773051.67804: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6629 1726773051.67822: variable '__kernel_settings_profile_filename' from source: role '' all vars 6629 1726773051.67868: variable '__kernel_settings_profile_filename' from source: role '' all vars 6629 1726773051.67917: variable '__kernel_settings_profile_dir' from source: role '' all vars 6629 1726773051.67973: variable '__kernel_settings_profile_parent' from source: set_fact 6629 1726773051.67984: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6629 1726773051.68008: variable 'omit' from source: magic vars 6629 1726773051.68038: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773051.68062: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773051.68084: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773051.68093: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773051.68104: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773051.68127: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773051.68129: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773051.68133: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773051.68202: Set connection var ansible_shell_executable to /bin/sh 6629 1726773051.68206: Set connection var ansible_timeout to 10 6629 1726773051.68210: Set connection var ansible_connection to ssh 6629 1726773051.68217: Set connection var ansible_pipelining to False 6629 1726773051.68222: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773051.68227: Set connection var ansible_shell_type to sh 6629 1726773051.68242: variable 'ansible_shell_executable' from source: unknown 6629 1726773051.68245: variable 'ansible_connection' from source: unknown 6629 1726773051.68247: variable 'ansible_module_compression' from source: unknown 6629 1726773051.68250: variable 'ansible_shell_type' from source: unknown 6629 1726773051.68252: variable 'ansible_shell_executable' from source: unknown 6629 1726773051.68254: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773051.68257: variable 'ansible_pipelining' from source: unknown 6629 1726773051.68260: variable 'ansible_timeout' from source: unknown 6629 1726773051.68264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773051.68359: 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) 6629 1726773051.68366: variable 'omit' from source: magic vars 6629 1726773051.68370: starting attempt loop 6629 1726773051.68373: running the handler 6629 1726773051.68383: _low_level_execute_command(): starting 6629 1726773051.68390: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773051.68891: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773051.68900: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.68934: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.68947: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.69000: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.69006: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773051.69022: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.69067: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.70611: stdout chunk (state=3): >>>/root <<< 6629 1726773051.70718: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773051.70810: stderr chunk (state=3): >>><<< 6629 1726773051.70813: stdout chunk (state=3): >>><<< 6629 1726773051.70817: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773051.70819: _low_level_execute_command(): starting 6629 1726773051.70822: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229 `" && echo ansible-tmp-1726773051.7079616-7002-219582067548229="` echo /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229 `" ) && sleep 0' 6629 1726773051.71444: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773051.71461: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773051.71471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.71486: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.71529: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773051.71536: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773051.71547: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.71571: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773051.71579: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773051.71584: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773051.71593: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773051.71605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.71618: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.71626: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773051.71634: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773051.71645: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.71724: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.71739: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773051.71750: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.71816: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.73615: stdout chunk (state=3): >>>ansible-tmp-1726773051.7079616-7002-219582067548229=/root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229 <<< 6629 1726773051.73723: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773051.73762: stderr chunk (state=3): >>><<< 6629 1726773051.73765: stdout chunk (state=3): >>><<< 6629 1726773051.73779: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773051.7079616-7002-219582067548229=/root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773051.73791: evaluation_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 6629 1726773051.73811: search_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 6629 1726773051.73829: variable 'ansible_search_path' from source: unknown 6629 1726773051.74522: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773051.75871: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773051.75914: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773051.75940: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773051.75966: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773051.75995: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773051.76175: 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) 6629 1726773051.76196: 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) 6629 1726773051.76215: 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) 6629 1726773051.76245: 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) 6629 1726773051.76256: 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) 6629 1726773051.76481: 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) 6629 1726773051.76496: 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) 6629 1726773051.76514: 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) 6629 1726773051.76539: 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) 6629 1726773051.76554: 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) 6629 1726773051.76800: variable 'ansible_managed' from source: unknown 6629 1726773051.76805: variable '__sections' from source: task vars 6629 1726773051.76891: 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) 6629 1726773051.76907: 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) 6629 1726773051.76924: 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) 6629 1726773051.76948: 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) 6629 1726773051.76959: 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) 6629 1726773051.77032: variable 'kernel_settings_sysctl' from source: role '' defaults 6629 1726773051.77036: variable '__kernel_settings_state_empty' from source: role '' all vars 6629 1726773051.77041: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6629 1726773051.77070: variable '__sysctl_old' from source: task vars 6629 1726773051.77117: variable '__sysctl_old' from source: task vars 6629 1726773051.77252: variable 'kernel_settings_purge' from source: role '' defaults 6629 1726773051.77255: variable 'kernel_settings_sysctl' from source: role '' defaults 6629 1726773051.77258: variable '__kernel_settings_state_empty' from source: role '' all vars 6629 1726773051.77264: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6629 1726773051.77268: variable '__kernel_settings_profile_contents' from source: set_fact 6629 1726773051.77398: variable 'kernel_settings_sysfs' from source: role '' defaults 6629 1726773051.77401: variable '__kernel_settings_state_empty' from source: role '' all vars 6629 1726773051.77406: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6629 1726773051.77421: variable '__sysfs_old' from source: task vars 6629 1726773051.77466: variable '__sysfs_old' from source: task vars 6629 1726773051.77602: variable 'kernel_settings_purge' from source: role '' defaults 6629 1726773051.77608: variable 'kernel_settings_sysfs' from source: role '' defaults 6629 1726773051.77611: variable '__kernel_settings_state_empty' from source: role '' all vars 6629 1726773051.77617: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6629 1726773051.77621: variable '__kernel_settings_profile_contents' from source: set_fact 6629 1726773051.77636: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6629 1726773051.77644: variable '__systemd_old' from source: task vars 6629 1726773051.77688: variable '__systemd_old' from source: task vars 6629 1726773051.77820: variable 'kernel_settings_purge' from source: role '' defaults 6629 1726773051.77824: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 6629 1726773051.77826: variable '__kernel_settings_state_absent' from source: role '' all vars 6629 1726773051.77832: variable '__kernel_settings_profile_contents' from source: set_fact 6629 1726773051.77842: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6629 1726773051.77845: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6629 1726773051.77850: variable '__trans_huge_old' from source: task vars 6629 1726773051.77896: variable '__trans_huge_old' from source: task vars 6629 1726773051.78026: variable 'kernel_settings_purge' from source: role '' defaults 6629 1726773051.78029: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 6629 1726773051.78031: variable '__kernel_settings_state_absent' from source: role '' all vars 6629 1726773051.78037: variable '__kernel_settings_profile_contents' from source: set_fact 6629 1726773051.78046: variable '__trans_defrag_old' from source: task vars 6629 1726773051.78095: variable '__trans_defrag_old' from source: task vars 6629 1726773051.78219: variable 'kernel_settings_purge' from source: role '' defaults 6629 1726773051.78223: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 6629 1726773051.78225: variable '__kernel_settings_state_absent' from source: role '' all vars 6629 1726773051.78231: variable '__kernel_settings_profile_contents' from source: set_fact 6629 1726773051.78246: variable '__kernel_settings_state_absent' from source: role '' all vars 6629 1726773051.78255: variable '__kernel_settings_state_absent' from source: role '' all vars 6629 1726773051.78261: variable '__kernel_settings_state_absent' from source: role '' all vars 6629 1726773051.78684: 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) 6629 1726773051.78719: variable 'ansible_module_compression' from source: unknown 6629 1726773051.78759: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6629 1726773051.78781: variable 'ansible_facts' from source: unknown 6629 1726773051.78836: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/AnsiballZ_stat.py 6629 1726773051.78924: Sending initial data 6629 1726773051.78933: Sent initial data (151 bytes) 6629 1726773051.79600: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.79603: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.79635: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.79639: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.79641: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.79694: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.79697: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.79742: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.81494: 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 <<< 6629 1726773051.81525: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773051.81562: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpno8y6tts /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/AnsiballZ_stat.py <<< 6629 1726773051.81589: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773051.82357: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773051.82449: stderr chunk (state=3): >>><<< 6629 1726773051.82453: stdout chunk (state=3): >>><<< 6629 1726773051.82466: done transferring module to remote 6629 1726773051.82474: _low_level_execute_command(): starting 6629 1726773051.82479: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/ /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/AnsiballZ_stat.py && sleep 0' 6629 1726773051.82902: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773051.82908: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.82938: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.82941: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.82943: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.82998: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.83002: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.83039: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.84756: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773051.84801: stderr chunk (state=3): >>><<< 6629 1726773051.84806: stdout chunk (state=3): >>><<< 6629 1726773051.84817: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773051.84820: _low_level_execute_command(): starting 6629 1726773051.84825: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/AnsiballZ_stat.py && sleep 0' 6629 1726773051.85230: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773051.85242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.85256: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773051.85268: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773051.85280: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773051.85332: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773051.85351: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773051.85380: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773051.98470: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6629 1726773051.99441: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773051.99493: stderr chunk (state=3): >>><<< 6629 1726773051.99496: stdout chunk (state=3): >>><<< 6629 1726773051.99512: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773051.99535: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/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-1726773051.7079616-7002-219582067548229/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6629 1726773051.99630: Sending initial data 6629 1726773051.99641: Sent initial data (165 bytes) 6629 1726773052.00308: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773052.00324: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773052.00327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773052.00361: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.00364: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773052.00366: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.00427: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773052.00431: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773052.00433: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773052.00471: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773052.02200: 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 <<< 6629 1726773052.02234: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773052.02263: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpl4lyho1x/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/.source.conf <<< 6629 1726773052.02287: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773052.02434: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773052.02524: stderr chunk (state=3): >>><<< 6629 1726773052.02528: stdout chunk (state=3): >>><<< 6629 1726773052.02540: _low_level_execute_command(): starting 6629 1726773052.02549: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/ /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/.source.conf && sleep 0' 6629 1726773052.02970: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773052.02995: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773052.03014: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773052.03025: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.03065: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773052.03079: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773052.03119: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773052.04826: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773052.04866: stderr chunk (state=3): >>><<< 6629 1726773052.04870: stdout chunk (state=3): >>><<< 6629 1726773052.04884: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773052.04906: variable 'ansible_module_compression' from source: unknown 6629 1726773052.04943: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6629 1726773052.04959: variable 'ansible_facts' from source: unknown 6629 1726773052.05006: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/AnsiballZ_copy.py 6629 1726773052.05096: Sending initial data 6629 1726773052.05108: Sent initial data (151 bytes) 6629 1726773052.05746: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773052.05749: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773052.05781: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.05786: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773052.05789: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.05843: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773052.05850: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773052.05885: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773052.07564: 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 <<< 6629 1726773052.07592: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773052.07627: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp7wiqwpd6 /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/AnsiballZ_copy.py <<< 6629 1726773052.07655: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773052.08416: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773052.08497: stderr chunk (state=3): >>><<< 6629 1726773052.08501: stdout chunk (state=3): >>><<< 6629 1726773052.08517: done transferring module to remote 6629 1726773052.08524: _low_level_execute_command(): starting 6629 1726773052.08528: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/ /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/AnsiballZ_copy.py && sleep 0' 6629 1726773052.08949: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773052.08953: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773052.08986: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.08990: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773052.08992: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.09036: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773052.09062: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773052.09085: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773052.10793: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773052.10834: stderr chunk (state=3): >>><<< 6629 1726773052.10837: stdout chunk (state=3): >>><<< 6629 1726773052.10848: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773052.10851: _low_level_execute_command(): starting 6629 1726773052.10856: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/AnsiballZ_copy.py && sleep 0' 6629 1726773052.11274: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773052.11277: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773052.11318: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.11321: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773052.11324: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.11368: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773052.11371: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773052.11416: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773052.25303: stdout chunk (state=3): >>> {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/.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-1726773051.7079616-7002-219582067548229/.source.conf", "dest": "/etc/tuned/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}}} <<< 6629 1726773052.26323: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773052.26378: stderr chunk (state=3): >>><<< 6629 1726773052.26381: stdout chunk (state=3): >>><<< 6629 1726773052.26399: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/.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-1726773051.7079616-7002-219582067548229/.source.conf", "dest": "/etc/tuned/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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773052.26432: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/.source.conf', 'dest': '/etc/tuned/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-1726773051.7079616-7002-219582067548229/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773052.26456: _low_level_execute_command(): starting 6629 1726773052.26459: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773051.7079616-7002-219582067548229/ > /dev/null 2>&1 && sleep 0' 6629 1726773052.26918: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773052.26939: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773052.26956: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.26967: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.27013: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773052.27025: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773052.27070: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773052.28799: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773052.28842: stderr chunk (state=3): >>><<< 6629 1726773052.28845: stdout chunk (state=3): >>><<< 6629 1726773052.28859: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773052.28867: handler run complete 6629 1726773052.28890: attempt loop complete, returning result 6629 1726773052.28893: _execute() done 6629 1726773052.28895: dumping result to json 6629 1726773052.28899: done dumping result, returning 6629 1726773052.28910: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [1239c35c-e2e1-669f-ab4e-000000000035] 6629 1726773052.28912: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000035 6629 1726773052.29039: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000035 6629 1726773052.29041: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "dest": "/etc/tuned/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-1726773051.7079616-7002-219582067548229/.source.conf", "state": "file", "uid": 0 } 6629 1726773052.29127: no more pending results, returning what we have 6629 1726773052.29130: results queue empty 6629 1726773052.29131: checking for any_errors_fatal 6629 1726773052.29135: done checking for any_errors_fatal 6629 1726773052.29136: checking for max_fail_percentage 6629 1726773052.29137: done checking for max_fail_percentage 6629 1726773052.29138: checking to see if all hosts have failed and the running result is not ok 6629 1726773052.29139: done checking to see if all hosts have failed 6629 1726773052.29140: getting the remaining hosts for this loop 6629 1726773052.29141: done getting the remaining hosts for this loop 6629 1726773052.29144: getting the next task for host managed_node3 6629 1726773052.29149: done getting next task for host managed_node3 6629 1726773052.29152: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6629 1726773052.29154: ^ 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 6629 1726773052.29163: getting variables 6629 1726773052.29164: in VariableManager get_vars() 6629 1726773052.29198: Calling all_inventory to load vars for managed_node3 6629 1726773052.29200: Calling groups_inventory to load vars for managed_node3 6629 1726773052.29202: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773052.29210: Calling all_plugins_play to load vars for managed_node3 6629 1726773052.29212: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773052.29214: Calling groups_plugins_play to load vars for managed_node3 6629 1726773052.29246: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773052.29274: done with get_vars() 6629 1726773052.29282: done getting variables 6629 1726773052.29329: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 15:10:52 -0400 (0:00:00.624) 0:00:27.779 **** 6629 1726773052.29355: entering _queue_task() for managed_node3/service 6629 1726773052.29516: worker is 1 (out of 1 available) 6629 1726773052.29528: exiting _queue_task() for managed_node3/service 6629 1726773052.29539: done queuing things up, now waiting for results queue to drain 6629 1726773052.29540: waiting for pending results... 6629 1726773052.29706: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6629 1726773052.29768: in run() - task 1239c35c-e2e1-669f-ab4e-000000000036 6629 1726773052.29781: variable 'ansible_search_path' from source: unknown 6629 1726773052.29785: variable 'ansible_search_path' from source: unknown 6629 1726773052.29820: variable '__kernel_settings_services' from source: include_vars 6629 1726773052.30037: variable '__kernel_settings_services' from source: include_vars 6629 1726773052.30091: variable 'omit' from source: magic vars 6629 1726773052.30157: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773052.30164: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773052.30172: variable 'omit' from source: magic vars 6629 1726773052.30504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773052.30661: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773052.30692: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773052.30723: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773052.30744: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773052.30814: variable '__kernel_settings_register_profile' from source: set_fact 6629 1726773052.30822: variable '__kernel_settings_register_mode' from source: set_fact 6629 1726773052.30842: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): True 6629 1726773052.30845: variable 'omit' from source: magic vars 6629 1726773052.30875: variable 'omit' from source: magic vars 6629 1726773052.30906: variable 'item' from source: unknown 6629 1726773052.30955: variable 'item' from source: unknown 6629 1726773052.30970: variable 'omit' from source: magic vars 6629 1726773052.30995: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773052.31016: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773052.31030: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773052.31048: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773052.31051: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773052.31073: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773052.31077: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773052.31082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773052.31146: Set connection var ansible_shell_executable to /bin/sh 6629 1726773052.31156: Set connection var ansible_timeout to 10 6629 1726773052.31159: Set connection var ansible_connection to ssh 6629 1726773052.31164: Set connection var ansible_pipelining to False 6629 1726773052.31169: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773052.31175: Set connection var ansible_shell_type to sh 6629 1726773052.31191: variable 'ansible_shell_executable' from source: unknown 6629 1726773052.31194: variable 'ansible_connection' from source: unknown 6629 1726773052.31196: variable 'ansible_module_compression' from source: unknown 6629 1726773052.31198: variable 'ansible_shell_type' from source: unknown 6629 1726773052.31201: variable 'ansible_shell_executable' from source: unknown 6629 1726773052.31205: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773052.31207: variable 'ansible_pipelining' from source: unknown 6629 1726773052.31211: variable 'ansible_timeout' from source: unknown 6629 1726773052.31215: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773052.31288: 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) 6629 1726773052.31293: variable 'omit' from source: magic vars 6629 1726773052.31300: starting attempt loop 6629 1726773052.31305: running the handler 6629 1726773052.31358: variable 'ansible_facts' from source: unknown 6629 1726773052.31389: _low_level_execute_command(): starting 6629 1726773052.31394: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773052.31881: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773052.31897: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773052.31911: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.31929: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.31974: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773052.31995: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773052.32027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773052.33570: stdout chunk (state=3): >>>/root <<< 6629 1726773052.33669: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773052.33720: stderr chunk (state=3): >>><<< 6629 1726773052.33723: stdout chunk (state=3): >>><<< 6629 1726773052.33741: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773052.33753: _low_level_execute_command(): starting 6629 1726773052.33759: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773052.337412-7024-263220040825462 `" && echo ansible-tmp-1726773052.337412-7024-263220040825462="` echo /root/.ansible/tmp/ansible-tmp-1726773052.337412-7024-263220040825462 `" ) && sleep 0' 6629 1726773052.34209: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773052.34222: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773052.34238: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773052.34251: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773052.34260: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.34310: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773052.34328: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773052.34359: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773052.36165: stdout chunk (state=3): >>>ansible-tmp-1726773052.337412-7024-263220040825462=/root/.ansible/tmp/ansible-tmp-1726773052.337412-7024-263220040825462 <<< 6629 1726773052.36275: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773052.36321: stderr chunk (state=3): >>><<< 6629 1726773052.36324: stdout chunk (state=3): >>><<< 6629 1726773052.36338: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773052.337412-7024-263220040825462=/root/.ansible/tmp/ansible-tmp-1726773052.337412-7024-263220040825462 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773052.36365: variable 'ansible_module_compression' from source: unknown 6629 1726773052.36400: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6629 1726773052.36442: variable 'ansible_facts' from source: unknown 6629 1726773052.36560: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773052.337412-7024-263220040825462/AnsiballZ_setup.py 6629 1726773052.36665: Sending initial data 6629 1726773052.36675: Sent initial data (151 bytes) 6629 1726773052.37339: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773052.37342: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773052.37344: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773052.37381: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.37385: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773052.37388: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.37433: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773052.37447: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773052.37491: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773052.39235: 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 <<< 6629 1726773052.39265: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773052.39295: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpaixsdse4 /root/.ansible/tmp/ansible-tmp-1726773052.337412-7024-263220040825462/AnsiballZ_setup.py <<< 6629 1726773052.39324: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773052.40979: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773052.41075: stderr chunk (state=3): >>><<< 6629 1726773052.41081: stdout chunk (state=3): >>><<< 6629 1726773052.41096: done transferring module to remote 6629 1726773052.41106: _low_level_execute_command(): starting 6629 1726773052.41111: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773052.337412-7024-263220040825462/ /root/.ansible/tmp/ansible-tmp-1726773052.337412-7024-263220040825462/AnsiballZ_setup.py && sleep 0' 6629 1726773052.41551: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773052.41555: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773052.41589: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.41596: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773052.41599: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.41651: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773052.41658: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773052.41691: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773052.43408: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773052.43453: stderr chunk (state=3): >>><<< 6629 1726773052.43456: stdout chunk (state=3): >>><<< 6629 1726773052.43470: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773052.43473: _low_level_execute_command(): starting 6629 1726773052.43480: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773052.337412-7024-263220040825462/AnsiballZ_setup.py && sleep 0' 6629 1726773052.43923: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773052.43927: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773052.43965: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773052.43968: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773052.43970: 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.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773052.43973: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.44028: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773052.44033: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773052.44070: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773052.68962: 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"}}} <<< 6629 1726773052.70520: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773052.70578: stderr chunk (state=3): >>><<< 6629 1726773052.70582: stdout chunk (state=3): >>><<< 6629 1726773052.70599: _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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773052.70626: 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-1726773052.337412-7024-263220040825462/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773052.70639: 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} 6629 1726773052.70698: variable 'ansible_module_compression' from source: unknown 6629 1726773052.70732: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6629 1726773052.70778: variable 'ansible_facts' from source: unknown 6629 1726773052.70914: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773052.337412-7024-263220040825462/AnsiballZ_systemd.py 6629 1726773052.71017: Sending initial data 6629 1726773052.71026: Sent initial data (153 bytes) 6629 1726773052.71719: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773052.71722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773052.71762: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.71765: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773052.71768: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.71826: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773052.71829: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773052.71866: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773052.73585: 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 <<< 6629 1726773052.73627: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773052.73668: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpk7rxqhjn /root/.ansible/tmp/ansible-tmp-1726773052.337412-7024-263220040825462/AnsiballZ_systemd.py <<< 6629 1726773052.73693: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773052.76134: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773052.76228: stderr chunk (state=3): >>><<< 6629 1726773052.76231: stdout chunk (state=3): >>><<< 6629 1726773052.76248: done transferring module to remote 6629 1726773052.76255: _low_level_execute_command(): starting 6629 1726773052.76260: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773052.337412-7024-263220040825462/ /root/.ansible/tmp/ansible-tmp-1726773052.337412-7024-263220040825462/AnsiballZ_systemd.py && sleep 0' 6629 1726773052.76713: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773052.76718: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773052.76752: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.76755: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773052.76757: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.76808: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773052.76815: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773052.76854: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773052.78589: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773052.78635: stderr chunk (state=3): >>><<< 6629 1726773052.78638: stdout chunk (state=3): >>><<< 6629 1726773052.78653: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773052.78656: _low_level_execute_command(): starting 6629 1726773052.78662: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773052.337412-7024-263220040825462/AnsiballZ_systemd.py && sleep 0' 6629 1726773052.79094: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773052.79114: 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 <<< 6629 1726773052.79126: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.79136: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773052.79182: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773052.79198: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773052.79244: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773053.19767: stdout chunk (state=3): >>> {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "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": "10370", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "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 15:10:48 EDT", "ExecMainStartTimestampMonotonic": "347967095", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10370", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:48 EDT] ; stop_time=[n/a] ; pid=10370 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:48 EDT] ; stop_time=[n/a] ; pid=10370 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3809", "MemoryCurrent": "16420864", "MemoryAvailable": "infinity", "CPUUsageNSec": "275740000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "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": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "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", "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", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "db<<< 6629 1726773053.19780: stdout chunk (state=3): >>>us.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service power-profiles-daemon.service shutdown.target auto-cpufreq.service tlp.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus.socket system.slice systemd-journald.socket basic.target dbus-broker.service systemd-sysctl.service network.target sysinit.target", "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 15:10:49 EDT", "StateChangeTimestampMonotonic": "348204658", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:48 EDT", "InactiveExitTimestampMonotonic": "347967410", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:49 EDT", "ActiveEnterTimestampMonotonic": "348204658", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:48 EDT", "ConditionTimestampMonotonic": "347961094", "AssertTimestamp": "Thu 2024-09-19 15:10:48 EDT", "AssertTimestampMonotonic": "347961097", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "13d224d37d0c45eea5c922885681d161", "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}}} <<< 6629 1726773053.21410: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773053.21469: stderr chunk (state=3): >>><<< 6629 1726773053.21475: stdout chunk (state=3): >>><<< 6629 1726773053.21501: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "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": "10370", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "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 15:10:48 EDT", "ExecMainStartTimestampMonotonic": "347967095", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10370", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:48 EDT] ; stop_time=[n/a] ; pid=10370 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:48 EDT] ; stop_time=[n/a] ; pid=10370 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3809", "MemoryCurrent": "16420864", "MemoryAvailable": "infinity", "CPUUsageNSec": "275740000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "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": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "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", "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", "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 dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service power-profiles-daemon.service shutdown.target auto-cpufreq.service tlp.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus.socket system.slice systemd-journald.socket basic.target dbus-broker.service systemd-sysctl.service network.target sysinit.target", "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 15:10:49 EDT", "StateChangeTimestampMonotonic": "348204658", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:48 EDT", "InactiveExitTimestampMonotonic": "347967410", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:49 EDT", "ActiveEnterTimestampMonotonic": "348204658", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:48 EDT", "ConditionTimestampMonotonic": "347961094", "AssertTimestamp": "Thu 2024-09-19 15:10:48 EDT", "AssertTimestampMonotonic": "347961097", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "13d224d37d0c45eea5c922885681d161", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773053.21629: 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-1726773052.337412-7024-263220040825462/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773053.21646: _low_level_execute_command(): starting 6629 1726773053.21649: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773052.337412-7024-263220040825462/ > /dev/null 2>&1 && sleep 0' 6629 1726773053.22120: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773053.22126: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773053.22156: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.22169: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.22223: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773053.22235: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773053.22280: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773053.24031: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773053.24078: stderr chunk (state=3): >>><<< 6629 1726773053.24081: stdout chunk (state=3): >>><<< 6629 1726773053.24096: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773053.24103: handler run complete 6629 1726773053.24142: attempt loop complete, returning result 6629 1726773053.24160: variable 'item' from source: unknown 6629 1726773053.24221: 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 15:10:49 EDT", "ActiveEnterTimestampMonotonic": "348204658", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service dbus.socket system.slice systemd-journald.socket basic.target dbus-broker.service systemd-sysctl.service network.target sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:10:48 EDT", "AssertTimestampMonotonic": "347961097", "Before": "shutdown.target multi-user.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": "275740000", "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 15:10:48 EDT", "ConditionTimestampMonotonic": "347961094", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service power-profiles-daemon.service shutdown.target auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3809", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10370", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:48 EDT", "ExecMainStartTimestampMonotonic": "347967095", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:48 EDT] ; stop_time=[n/a] ; pid=10370 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:48 EDT] ; stop_time=[n/a] ; pid=10370 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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 15:10:48 EDT", "InactiveExitTimestampMonotonic": "347967410", "InvocationID": "13d224d37d0c45eea5c922885681d161", "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": "13964", "LimitNPROCSoft": "13964", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10370", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "16420864", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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 dbus-broker.service sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestamp": "Thu 2024-09-19 15:10:49 EDT", "StateChangeTimestampMonotonic": "348204658", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22342", "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" } } 6629 1726773053.24747: dumping result to json 6629 1726773053.24751: done dumping result, returning 6629 1726773053.24753: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [1239c35c-e2e1-669f-ab4e-000000000036] 6629 1726773053.24755: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000036 6629 1726773053.24806: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000036 6629 1726773053.24808: WORKER PROCESS EXITING 6629 1726773053.24931: no more pending results, returning what we have 6629 1726773053.24934: results queue empty 6629 1726773053.24935: checking for any_errors_fatal 6629 1726773053.24939: done checking for any_errors_fatal 6629 1726773053.24939: checking for max_fail_percentage 6629 1726773053.24940: done checking for max_fail_percentage 6629 1726773053.24941: checking to see if all hosts have failed and the running result is not ok 6629 1726773053.24941: done checking to see if all hosts have failed 6629 1726773053.24942: getting the remaining hosts for this loop 6629 1726773053.24943: done getting the remaining hosts for this loop 6629 1726773053.24945: getting the next task for host managed_node3 6629 1726773053.24948: done getting next task for host managed_node3 6629 1726773053.24950: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6629 1726773053.24952: ^ 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 6629 1726773053.24958: getting variables 6629 1726773053.24959: in VariableManager get_vars() 6629 1726773053.24977: Calling all_inventory to load vars for managed_node3 6629 1726773053.24979: Calling groups_inventory to load vars for managed_node3 6629 1726773053.24981: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773053.24987: Calling all_plugins_play to load vars for managed_node3 6629 1726773053.24988: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773053.24990: Calling groups_plugins_play to load vars for managed_node3 6629 1726773053.25023: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773053.25050: done with get_vars() 6629 1726773053.25056: done getting variables 6629 1726773053.25119: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 15:10:53 -0400 (0:00:00.957) 0:00:28.737 **** 6629 1726773053.25140: entering _queue_task() for managed_node3/command 6629 1726773053.25141: Creating lock for command 6629 1726773053.25314: worker is 1 (out of 1 available) 6629 1726773053.25326: exiting _queue_task() for managed_node3/command 6629 1726773053.25337: done queuing things up, now waiting for results queue to drain 6629 1726773053.25338: waiting for pending results... 6629 1726773053.25497: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6629 1726773053.25560: in run() - task 1239c35c-e2e1-669f-ab4e-000000000037 6629 1726773053.25570: variable 'ansible_search_path' from source: unknown 6629 1726773053.25573: variable 'ansible_search_path' from source: unknown 6629 1726773053.25607: calling self._execute() 6629 1726773053.25657: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.25661: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.25668: variable 'omit' from source: magic vars 6629 1726773053.26028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773053.26197: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773053.26230: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773053.26259: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773053.26286: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773053.26373: variable '__kernel_settings_register_profile' from source: set_fact 6629 1726773053.26394: Evaluated conditional (not __kernel_settings_register_profile is changed): False 6629 1726773053.26397: when evaluation is False, skipping this task 6629 1726773053.26399: _execute() done 6629 1726773053.26402: dumping result to json 6629 1726773053.26407: done dumping result, returning 6629 1726773053.26413: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [1239c35c-e2e1-669f-ab4e-000000000037] 6629 1726773053.26418: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000037 6629 1726773053.26496: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000037 6629 1726773053.26500: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_register_profile is changed", "skip_reason": "Conditional result was False" } 6629 1726773053.26544: no more pending results, returning what we have 6629 1726773053.26548: results queue empty 6629 1726773053.26549: checking for any_errors_fatal 6629 1726773053.26569: done checking for any_errors_fatal 6629 1726773053.26570: checking for max_fail_percentage 6629 1726773053.26572: done checking for max_fail_percentage 6629 1726773053.26572: checking to see if all hosts have failed and the running result is not ok 6629 1726773053.26573: done checking to see if all hosts have failed 6629 1726773053.26574: getting the remaining hosts for this loop 6629 1726773053.26575: done getting the remaining hosts for this loop 6629 1726773053.26578: getting the next task for host managed_node3 6629 1726773053.26582: done getting next task for host managed_node3 6629 1726773053.26586: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6629 1726773053.26588: ^ 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 6629 1726773053.26599: getting variables 6629 1726773053.26601: in VariableManager get_vars() 6629 1726773053.26627: Calling all_inventory to load vars for managed_node3 6629 1726773053.26629: Calling groups_inventory to load vars for managed_node3 6629 1726773053.26630: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773053.26636: Calling all_plugins_play to load vars for managed_node3 6629 1726773053.26638: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773053.26639: Calling groups_plugins_play to load vars for managed_node3 6629 1726773053.26675: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773053.26704: done with get_vars() 6629 1726773053.26710: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:10:53 -0400 (0:00:00.016) 0:00:28.753 **** 6629 1726773053.26772: entering _queue_task() for managed_node3/include_tasks 6629 1726773053.26928: worker is 1 (out of 1 available) 6629 1726773053.26940: exiting _queue_task() for managed_node3/include_tasks 6629 1726773053.26952: done queuing things up, now waiting for results queue to drain 6629 1726773053.26953: waiting for pending results... 6629 1726773053.27099: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6629 1726773053.27161: in run() - task 1239c35c-e2e1-669f-ab4e-000000000038 6629 1726773053.27172: variable 'ansible_search_path' from source: unknown 6629 1726773053.27177: variable 'ansible_search_path' from source: unknown 6629 1726773053.27208: calling self._execute() 6629 1726773053.27253: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.27257: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.27264: variable 'omit' from source: magic vars 6629 1726773053.27566: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773053.27727: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773053.27760: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773053.27788: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773053.27813: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773053.27886: variable '__kernel_settings_register_apply' from source: set_fact 6629 1726773053.27906: Evaluated conditional (__kernel_settings_register_apply is changed): True 6629 1726773053.27910: _execute() done 6629 1726773053.27913: dumping result to json 6629 1726773053.27915: done dumping result, returning 6629 1726773053.27921: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [1239c35c-e2e1-669f-ab4e-000000000038] 6629 1726773053.27926: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000038 6629 1726773053.28013: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000038 6629 1726773053.28016: WORKER PROCESS EXITING 6629 1726773053.28048: no more pending results, returning what we have 6629 1726773053.28052: in VariableManager get_vars() 6629 1726773053.28082: Calling all_inventory to load vars for managed_node3 6629 1726773053.28085: Calling groups_inventory to load vars for managed_node3 6629 1726773053.28087: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773053.28094: Calling all_plugins_play to load vars for managed_node3 6629 1726773053.28096: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773053.28098: Calling groups_plugins_play to load vars for managed_node3 6629 1726773053.28140: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773053.28163: done with get_vars() 6629 1726773053.28169: variable 'ansible_search_path' from source: unknown 6629 1726773053.28170: variable 'ansible_search_path' from source: unknown 6629 1726773053.28192: we have included files to process 6629 1726773053.28193: generating all_blocks data 6629 1726773053.28195: done generating all_blocks data 6629 1726773053.28198: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6629 1726773053.28200: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6629 1726773053.28201: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 6629 1726773053.28515: done processing included file 6629 1726773053.28517: iterating over new_blocks loaded from include file 6629 1726773053.28518: in VariableManager get_vars() 6629 1726773053.28531: done with get_vars() 6629 1726773053.28532: filtering new block on tags 6629 1726773053.28546: done filtering new block on tags 6629 1726773053.28548: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node3 6629 1726773053.28551: extending task lists for all hosts with included blocks 6629 1726773053.28908: done extending task lists 6629 1726773053.28909: done processing included files 6629 1726773053.28909: results queue empty 6629 1726773053.28910: checking for any_errors_fatal 6629 1726773053.28912: done checking for any_errors_fatal 6629 1726773053.28912: checking for max_fail_percentage 6629 1726773053.28913: done checking for max_fail_percentage 6629 1726773053.28914: checking to see if all hosts have failed and the running result is not ok 6629 1726773053.28914: done checking to see if all hosts have failed 6629 1726773053.28914: getting the remaining hosts for this loop 6629 1726773053.28915: done getting the remaining hosts for this loop 6629 1726773053.28917: getting the next task for host managed_node3 6629 1726773053.28919: done getting next task for host managed_node3 6629 1726773053.28921: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6629 1726773053.28923: ^ 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 6629 1726773053.28928: getting variables 6629 1726773053.28929: in VariableManager get_vars() 6629 1726773053.28937: Calling all_inventory to load vars for managed_node3 6629 1726773053.28938: Calling groups_inventory to load vars for managed_node3 6629 1726773053.28939: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773053.28942: Calling all_plugins_play to load vars for managed_node3 6629 1726773053.28943: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773053.28945: Calling groups_plugins_play to load vars for managed_node3 6629 1726773053.28966: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773053.28989: done with get_vars() 6629 1726773053.28994: done getting variables 6629 1726773053.29020: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 15:10:53 -0400 (0:00:00.022) 0:00:28.776 **** 6629 1726773053.29040: entering _queue_task() for managed_node3/command 6629 1726773053.29190: worker is 1 (out of 1 available) 6629 1726773053.29202: exiting _queue_task() for managed_node3/command 6629 1726773053.29214: done queuing things up, now waiting for results queue to drain 6629 1726773053.29215: waiting for pending results... 6629 1726773053.29361: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 6629 1726773053.29427: in run() - task 1239c35c-e2e1-669f-ab4e-0000000000f5 6629 1726773053.29441: variable 'ansible_search_path' from source: unknown 6629 1726773053.29444: variable 'ansible_search_path' from source: unknown 6629 1726773053.29469: calling self._execute() 6629 1726773053.29579: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.29586: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.29593: variable 'omit' from source: magic vars 6629 1726773053.29658: variable 'omit' from source: magic vars 6629 1726773053.29697: variable 'omit' from source: magic vars 6629 1726773053.29719: variable 'omit' from source: magic vars 6629 1726773053.29750: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773053.29774: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773053.29792: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773053.29806: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773053.29815: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773053.29836: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773053.29840: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.29842: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.29912: Set connection var ansible_shell_executable to /bin/sh 6629 1726773053.29917: Set connection var ansible_timeout to 10 6629 1726773053.29922: Set connection var ansible_connection to ssh 6629 1726773053.29928: Set connection var ansible_pipelining to False 6629 1726773053.29933: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773053.29938: Set connection var ansible_shell_type to sh 6629 1726773053.29954: variable 'ansible_shell_executable' from source: unknown 6629 1726773053.29957: variable 'ansible_connection' from source: unknown 6629 1726773053.29959: variable 'ansible_module_compression' from source: unknown 6629 1726773053.29961: variable 'ansible_shell_type' from source: unknown 6629 1726773053.29964: variable 'ansible_shell_executable' from source: unknown 6629 1726773053.29966: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.29975: variable 'ansible_pipelining' from source: unknown 6629 1726773053.29978: variable 'ansible_timeout' from source: unknown 6629 1726773053.29982: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.30068: 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) 6629 1726773053.30075: variable 'omit' from source: magic vars 6629 1726773053.30081: starting attempt loop 6629 1726773053.30089: running the handler 6629 1726773053.30102: _low_level_execute_command(): starting 6629 1726773053.30110: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773053.30625: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773053.30629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773053.30660: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.30664: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773053.30666: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.30723: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773053.30726: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773053.30728: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773053.30769: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773053.32374: stdout chunk (state=3): >>>/root <<< 6629 1726773053.32480: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773053.32524: stderr chunk (state=3): >>><<< 6629 1726773053.32527: stdout chunk (state=3): >>><<< 6629 1726773053.32544: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773053.32556: _low_level_execute_command(): starting 6629 1726773053.32561: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773053.3254576-7045-260641360788012 `" && echo ansible-tmp-1726773053.3254576-7045-260641360788012="` echo /root/.ansible/tmp/ansible-tmp-1726773053.3254576-7045-260641360788012 `" ) && sleep 0' 6629 1726773053.32989: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773053.33011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773053.33026: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773053.33046: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.33085: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773053.33102: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773053.33135: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773053.34943: stdout chunk (state=3): >>>ansible-tmp-1726773053.3254576-7045-260641360788012=/root/.ansible/tmp/ansible-tmp-1726773053.3254576-7045-260641360788012 <<< 6629 1726773053.35047: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773053.35095: stderr chunk (state=3): >>><<< 6629 1726773053.35098: stdout chunk (state=3): >>><<< 6629 1726773053.35114: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773053.3254576-7045-260641360788012=/root/.ansible/tmp/ansible-tmp-1726773053.3254576-7045-260641360788012 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773053.35134: variable 'ansible_module_compression' from source: unknown 6629 1726773053.35175: ANSIBALLZ: Using generic lock for ansible.legacy.command 6629 1726773053.35181: ANSIBALLZ: Acquiring lock 6629 1726773053.35185: ANSIBALLZ: Lock acquired: 140139818326576 6629 1726773053.35188: ANSIBALLZ: Creating module 6629 1726773053.43312: ANSIBALLZ: Writing module into payload 6629 1726773053.43386: ANSIBALLZ: Writing module 6629 1726773053.43406: ANSIBALLZ: Renaming module 6629 1726773053.43411: ANSIBALLZ: Done creating module 6629 1726773053.43425: variable 'ansible_facts' from source: unknown 6629 1726773053.43476: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773053.3254576-7045-260641360788012/AnsiballZ_command.py 6629 1726773053.43585: Sending initial data 6629 1726773053.43594: Sent initial data (154 bytes) 6629 1726773053.44288: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773053.44291: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773053.44328: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.44332: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773053.44334: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.44386: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773053.44390: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773053.44401: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773053.44443: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773053.46209: 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 <<< 6629 1726773053.46213: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6629 1726773053.46239: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773053.46272: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp_39aihvp /root/.ansible/tmp/ansible-tmp-1726773053.3254576-7045-260641360788012/AnsiballZ_command.py <<< 6629 1726773053.46303: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773053.47055: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773053.47145: stderr chunk (state=3): >>><<< 6629 1726773053.47148: stdout chunk (state=3): >>><<< 6629 1726773053.47162: done transferring module to remote 6629 1726773053.47185: _low_level_execute_command(): starting 6629 1726773053.47189: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773053.3254576-7045-260641360788012/ /root/.ansible/tmp/ansible-tmp-1726773053.3254576-7045-260641360788012/AnsiballZ_command.py && sleep 0' 6629 1726773053.47618: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773053.47622: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773053.47640: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.47652: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.47700: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773053.47715: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773053.47757: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773053.49446: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773053.49494: stderr chunk (state=3): >>><<< 6629 1726773053.49497: stdout chunk (state=3): >>><<< 6629 1726773053.49511: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773053.49514: _low_level_execute_command(): starting 6629 1726773053.49518: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773053.3254576-7045-260641360788012/AnsiballZ_command.py && sleep 0' 6629 1726773053.49925: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773053.49937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773053.49955: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773053.49966: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773053.49976: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.50024: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773053.50040: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773053.50079: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773053.73594: 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 15:10:53.629812", "end": "2024-09-19 15:10:53.732960", "delta": "0:00:00.103148", "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}}} <<< 6629 1726773053.74910: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773053.74963: stderr chunk (state=3): >>><<< 6629 1726773053.74967: stdout chunk (state=3): >>><<< 6629 1726773053.74986: _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 15:10:53.629812", "end": "2024-09-19 15:10:53.732960", "delta": "0:00:00.103148", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773053.75027: 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-1726773053.3254576-7045-260641360788012/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773053.75034: _low_level_execute_command(): starting 6629 1726773053.75039: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773053.3254576-7045-260641360788012/ > /dev/null 2>&1 && sleep 0' 6629 1726773053.75496: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773053.75511: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773053.75530: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773053.75551: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.75596: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773053.75612: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773053.75651: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773053.77527: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773053.77531: stdout chunk (state=3): >>><<< 6629 1726773053.77533: stderr chunk (state=3): >>><<< 6629 1726773053.77620: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773053.77624: handler run complete 6629 1726773053.77626: Evaluated conditional (False): False 6629 1726773053.77628: attempt loop complete, returning result 6629 1726773053.77631: _execute() done 6629 1726773053.77633: dumping result to json 6629 1726773053.77636: done dumping result, returning 6629 1726773053.77810: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [1239c35c-e2e1-669f-ab4e-0000000000f5] 6629 1726773053.77813: sending task result for task 1239c35c-e2e1-669f-ab4e-0000000000f5 6629 1726773053.77966: done sending task result for task 1239c35c-e2e1-669f-ab4e-0000000000f5 6629 1726773053.77969: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.103148", "end": "2024-09-19 15:10:53.732960", "rc": 0, "start": "2024-09-19 15:10:53.629812" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 6629 1726773053.78045: no more pending results, returning what we have 6629 1726773053.78048: results queue empty 6629 1726773053.78049: checking for any_errors_fatal 6629 1726773053.78050: done checking for any_errors_fatal 6629 1726773053.78051: checking for max_fail_percentage 6629 1726773053.78052: done checking for max_fail_percentage 6629 1726773053.78053: checking to see if all hosts have failed and the running result is not ok 6629 1726773053.78054: done checking to see if all hosts have failed 6629 1726773053.78055: getting the remaining hosts for this loop 6629 1726773053.78056: done getting the remaining hosts for this loop 6629 1726773053.78059: getting the next task for host managed_node3 6629 1726773053.78064: done getting next task for host managed_node3 6629 1726773053.78067: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6629 1726773053.78070: ^ 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 6629 1726773053.78078: getting variables 6629 1726773053.78080: in VariableManager get_vars() 6629 1726773053.78102: Calling all_inventory to load vars for managed_node3 6629 1726773053.78106: Calling groups_inventory to load vars for managed_node3 6629 1726773053.78108: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773053.78114: Calling all_plugins_play to load vars for managed_node3 6629 1726773053.78116: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773053.78117: Calling groups_plugins_play to load vars for managed_node3 6629 1726773053.78149: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773053.78179: done with get_vars() 6629 1726773053.78185: done getting variables 6629 1726773053.78251: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 15:10:53 -0400 (0:00:00.492) 0:00:29.268 **** 6629 1726773053.78277: entering _queue_task() for managed_node3/shell 6629 1726773053.78279: Creating lock for shell 6629 1726773053.78448: worker is 1 (out of 1 available) 6629 1726773053.78459: exiting _queue_task() for managed_node3/shell 6629 1726773053.78469: done queuing things up, now waiting for results queue to drain 6629 1726773053.78470: waiting for pending results... 6629 1726773053.78633: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 6629 1726773053.78700: in run() - task 1239c35c-e2e1-669f-ab4e-0000000000f6 6629 1726773053.78720: variable 'ansible_search_path' from source: unknown 6629 1726773053.78723: variable 'ansible_search_path' from source: unknown 6629 1726773053.78745: calling self._execute() 6629 1726773053.78796: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.78801: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.78814: variable 'omit' from source: magic vars 6629 1726773053.79129: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773053.79305: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773053.79337: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773053.79368: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773053.79393: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773053.79466: variable '__kernel_settings_register_verify_values' from source: set_fact 6629 1726773053.79489: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6629 1726773053.79492: when evaluation is False, skipping this task 6629 1726773053.79495: _execute() done 6629 1726773053.79498: dumping result to json 6629 1726773053.79500: done dumping result, returning 6629 1726773053.79507: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [1239c35c-e2e1-669f-ab4e-0000000000f6] 6629 1726773053.79511: sending task result for task 1239c35c-e2e1-669f-ab4e-0000000000f6 6629 1726773053.79595: done sending task result for task 1239c35c-e2e1-669f-ab4e-0000000000f6 6629 1726773053.79598: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6629 1726773053.79640: no more pending results, returning what we have 6629 1726773053.79643: results queue empty 6629 1726773053.79643: checking for any_errors_fatal 6629 1726773053.79651: done checking for any_errors_fatal 6629 1726773053.79652: checking for max_fail_percentage 6629 1726773053.79653: done checking for max_fail_percentage 6629 1726773053.79654: checking to see if all hosts have failed and the running result is not ok 6629 1726773053.79655: done checking to see if all hosts have failed 6629 1726773053.79655: getting the remaining hosts for this loop 6629 1726773053.79656: done getting the remaining hosts for this loop 6629 1726773053.79659: getting the next task for host managed_node3 6629 1726773053.79664: done getting next task for host managed_node3 6629 1726773053.79666: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6629 1726773053.79670: ^ 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 6629 1726773053.79685: getting variables 6629 1726773053.79686: in VariableManager get_vars() 6629 1726773053.79712: Calling all_inventory to load vars for managed_node3 6629 1726773053.79713: Calling groups_inventory to load vars for managed_node3 6629 1726773053.79715: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773053.79721: Calling all_plugins_play to load vars for managed_node3 6629 1726773053.79722: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773053.79724: Calling groups_plugins_play to load vars for managed_node3 6629 1726773053.79753: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773053.79782: done with get_vars() 6629 1726773053.79790: done getting variables 6629 1726773053.79831: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 15:10:53 -0400 (0:00:00.015) 0:00:29.284 **** 6629 1726773053.79852: entering _queue_task() for managed_node3/fail 6629 1726773053.80001: worker is 1 (out of 1 available) 6629 1726773053.80014: exiting _queue_task() for managed_node3/fail 6629 1726773053.80026: done queuing things up, now waiting for results queue to drain 6629 1726773053.80028: waiting for pending results... 6629 1726773053.80175: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 6629 1726773053.80247: in run() - task 1239c35c-e2e1-669f-ab4e-0000000000f7 6629 1726773053.80256: variable 'ansible_search_path' from source: unknown 6629 1726773053.80259: variable 'ansible_search_path' from source: unknown 6629 1726773053.80289: calling self._execute() 6629 1726773053.80338: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.80344: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.80347: variable 'omit' from source: magic vars 6629 1726773053.80647: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773053.80808: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773053.80838: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773053.80896: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773053.80926: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773053.80997: variable '__kernel_settings_register_verify_values' from source: set_fact 6629 1726773053.81021: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 6629 1726773053.81024: when evaluation is False, skipping this task 6629 1726773053.81027: _execute() done 6629 1726773053.81029: dumping result to json 6629 1726773053.81031: done dumping result, returning 6629 1726773053.81036: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [1239c35c-e2e1-669f-ab4e-0000000000f7] 6629 1726773053.81041: sending task result for task 1239c35c-e2e1-669f-ab4e-0000000000f7 6629 1726773053.81118: done sending task result for task 1239c35c-e2e1-669f-ab4e-0000000000f7 6629 1726773053.81122: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 6629 1726773053.81163: no more pending results, returning what we have 6629 1726773053.81165: results queue empty 6629 1726773053.81166: checking for any_errors_fatal 6629 1726773053.81169: done checking for any_errors_fatal 6629 1726773053.81170: checking for max_fail_percentage 6629 1726773053.81171: done checking for max_fail_percentage 6629 1726773053.81172: checking to see if all hosts have failed and the running result is not ok 6629 1726773053.81173: done checking to see if all hosts have failed 6629 1726773053.81174: getting the remaining hosts for this loop 6629 1726773053.81175: done getting the remaining hosts for this loop 6629 1726773053.81178: getting the next task for host managed_node3 6629 1726773053.81184: done getting next task for host managed_node3 6629 1726773053.81187: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6629 1726773053.81189: ^ 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 6629 1726773053.81200: getting variables 6629 1726773053.81202: in VariableManager get_vars() 6629 1726773053.81228: Calling all_inventory to load vars for managed_node3 6629 1726773053.81231: Calling groups_inventory to load vars for managed_node3 6629 1726773053.81233: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773053.81239: Calling all_plugins_play to load vars for managed_node3 6629 1726773053.81241: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773053.81242: Calling groups_plugins_play to load vars for managed_node3 6629 1726773053.81272: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773053.81301: done with get_vars() 6629 1726773053.81308: done getting variables 6629 1726773053.81349: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 15:10:53 -0400 (0:00:00.015) 0:00:29.299 **** 6629 1726773053.81369: entering _queue_task() for managed_node3/set_fact 6629 1726773053.81521: worker is 1 (out of 1 available) 6629 1726773053.81532: exiting _queue_task() for managed_node3/set_fact 6629 1726773053.81543: done queuing things up, now waiting for results queue to drain 6629 1726773053.81545: waiting for pending results... 6629 1726773053.81698: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6629 1726773053.81756: in run() - task 1239c35c-e2e1-669f-ab4e-000000000039 6629 1726773053.81765: variable 'ansible_search_path' from source: unknown 6629 1726773053.81768: variable 'ansible_search_path' from source: unknown 6629 1726773053.81798: calling self._execute() 6629 1726773053.81843: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.81848: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.81855: variable 'omit' from source: magic vars 6629 1726773053.81927: variable 'omit' from source: magic vars 6629 1726773053.81958: variable 'omit' from source: magic vars 6629 1726773053.81982: variable 'omit' from source: magic vars 6629 1726773053.82015: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773053.82040: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773053.82056: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773053.82068: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773053.82083: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773053.82103: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773053.82107: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.82110: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.82181: Set connection var ansible_shell_executable to /bin/sh 6629 1726773053.82187: Set connection var ansible_timeout to 10 6629 1726773053.82190: Set connection var ansible_connection to ssh 6629 1726773053.82195: Set connection var ansible_pipelining to False 6629 1726773053.82200: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773053.82206: Set connection var ansible_shell_type to sh 6629 1726773053.82224: variable 'ansible_shell_executable' from source: unknown 6629 1726773053.82227: variable 'ansible_connection' from source: unknown 6629 1726773053.82229: variable 'ansible_module_compression' from source: unknown 6629 1726773053.82232: variable 'ansible_shell_type' from source: unknown 6629 1726773053.82234: variable 'ansible_shell_executable' from source: unknown 6629 1726773053.82236: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.82238: variable 'ansible_pipelining' from source: unknown 6629 1726773053.82241: variable 'ansible_timeout' from source: unknown 6629 1726773053.82245: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.82342: 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) 6629 1726773053.82351: variable 'omit' from source: magic vars 6629 1726773053.82354: starting attempt loop 6629 1726773053.82358: running the handler 6629 1726773053.82367: handler run complete 6629 1726773053.82375: attempt loop complete, returning result 6629 1726773053.82380: _execute() done 6629 1726773053.82383: dumping result to json 6629 1726773053.82385: done dumping result, returning 6629 1726773053.82390: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [1239c35c-e2e1-669f-ab4e-000000000039] 6629 1726773053.82395: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000039 6629 1726773053.82472: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000039 6629 1726773053.82475: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6629 1726773053.82535: no more pending results, returning what we have 6629 1726773053.82537: results queue empty 6629 1726773053.82538: checking for any_errors_fatal 6629 1726773053.82545: done checking for any_errors_fatal 6629 1726773053.82546: checking for max_fail_percentage 6629 1726773053.82547: done checking for max_fail_percentage 6629 1726773053.82548: checking to see if all hosts have failed and the running result is not ok 6629 1726773053.82549: done checking to see if all hosts have failed 6629 1726773053.82550: getting the remaining hosts for this loop 6629 1726773053.82551: done getting the remaining hosts for this loop 6629 1726773053.82553: getting the next task for host managed_node3 6629 1726773053.82556: done getting next task for host managed_node3 6629 1726773053.82558: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6629 1726773053.82560: ^ 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 6629 1726773053.82566: getting variables 6629 1726773053.82567: in VariableManager get_vars() 6629 1726773053.82592: Calling all_inventory to load vars for managed_node3 6629 1726773053.82593: Calling groups_inventory to load vars for managed_node3 6629 1726773053.82595: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773053.82600: Calling all_plugins_play to load vars for managed_node3 6629 1726773053.82602: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773053.82606: Calling groups_plugins_play to load vars for managed_node3 6629 1726773053.82638: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773053.82663: done with get_vars() 6629 1726773053.82668: done getting variables 6629 1726773053.82708: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 15:10:53 -0400 (0:00:00.013) 0:00:29.313 **** 6629 1726773053.82727: entering _queue_task() for managed_node3/set_fact 6629 1726773053.82872: worker is 1 (out of 1 available) 6629 1726773053.82885: exiting _queue_task() for managed_node3/set_fact 6629 1726773053.82896: done queuing things up, now waiting for results queue to drain 6629 1726773053.82897: waiting for pending results... 6629 1726773053.83031: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6629 1726773053.83085: in run() - task 1239c35c-e2e1-669f-ab4e-00000000003a 6629 1726773053.83094: variable 'ansible_search_path' from source: unknown 6629 1726773053.83097: variable 'ansible_search_path' from source: unknown 6629 1726773053.83123: calling self._execute() 6629 1726773053.83169: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.83173: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.83182: variable 'omit' from source: magic vars 6629 1726773053.83243: variable 'omit' from source: magic vars 6629 1726773053.83274: variable 'omit' from source: magic vars 6629 1726773053.83556: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773053.83706: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773053.83736: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773053.83759: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773053.83785: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773053.83879: variable '__kernel_settings_register_profile' from source: set_fact 6629 1726773053.83888: variable '__kernel_settings_register_mode' from source: set_fact 6629 1726773053.83894: variable '__kernel_settings_register_apply' from source: set_fact 6629 1726773053.83932: variable 'omit' from source: magic vars 6629 1726773053.83952: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773053.83972: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773053.83986: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773053.84001: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773053.84011: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773053.84033: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773053.84036: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.84039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.84104: Set connection var ansible_shell_executable to /bin/sh 6629 1726773053.84113: Set connection var ansible_timeout to 10 6629 1726773053.84116: Set connection var ansible_connection to ssh 6629 1726773053.84122: Set connection var ansible_pipelining to False 6629 1726773053.84127: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773053.84132: Set connection var ansible_shell_type to sh 6629 1726773053.84146: variable 'ansible_shell_executable' from source: unknown 6629 1726773053.84150: variable 'ansible_connection' from source: unknown 6629 1726773053.84153: variable 'ansible_module_compression' from source: unknown 6629 1726773053.84155: variable 'ansible_shell_type' from source: unknown 6629 1726773053.84158: variable 'ansible_shell_executable' from source: unknown 6629 1726773053.84160: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.84162: variable 'ansible_pipelining' from source: unknown 6629 1726773053.84164: variable 'ansible_timeout' from source: unknown 6629 1726773053.84169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.84241: 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) 6629 1726773053.84248: variable 'omit' from source: magic vars 6629 1726773053.84252: starting attempt loop 6629 1726773053.84255: running the handler 6629 1726773053.84263: handler run complete 6629 1726773053.84271: attempt loop complete, returning result 6629 1726773053.84275: _execute() done 6629 1726773053.84280: dumping result to json 6629 1726773053.84283: done dumping result, returning 6629 1726773053.84285: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [1239c35c-e2e1-669f-ab4e-00000000003a] 6629 1726773053.84290: sending task result for task 1239c35c-e2e1-669f-ab4e-00000000003a 6629 1726773053.84363: done sending task result for task 1239c35c-e2e1-669f-ab4e-00000000003a 6629 1726773053.84366: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 6629 1726773053.84425: no more pending results, returning what we have 6629 1726773053.84427: results queue empty 6629 1726773053.84428: checking for any_errors_fatal 6629 1726773053.84436: done checking for any_errors_fatal 6629 1726773053.84437: checking for max_fail_percentage 6629 1726773053.84439: done checking for max_fail_percentage 6629 1726773053.84440: checking to see if all hosts have failed and the running result is not ok 6629 1726773053.84441: done checking to see if all hosts have failed 6629 1726773053.84441: getting the remaining hosts for this loop 6629 1726773053.84443: done getting the remaining hosts for this loop 6629 1726773053.84446: getting the next task for host managed_node3 6629 1726773053.84451: done getting next task for host managed_node3 6629 1726773053.84452: ^ task is: TASK: meta (role_complete) 6629 1726773053.84454: ^ 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 6629 1726773053.84460: getting variables 6629 1726773053.84461: in VariableManager get_vars() 6629 1726773053.84484: Calling all_inventory to load vars for managed_node3 6629 1726773053.84486: Calling groups_inventory to load vars for managed_node3 6629 1726773053.84488: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773053.84493: Calling all_plugins_play to load vars for managed_node3 6629 1726773053.84495: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773053.84496: Calling groups_plugins_play to load vars for managed_node3 6629 1726773053.84529: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773053.84556: done with get_vars() 6629 1726773053.84562: done getting variables 6629 1726773053.84615: done queuing things up, now waiting for results queue to drain 6629 1726773053.84617: results queue empty 6629 1726773053.84617: checking for any_errors_fatal 6629 1726773053.84619: done checking for any_errors_fatal 6629 1726773053.84619: checking for max_fail_percentage 6629 1726773053.84620: done checking for max_fail_percentage 6629 1726773053.84624: checking to see if all hosts have failed and the running result is not ok 6629 1726773053.84624: done checking to see if all hosts have failed 6629 1726773053.84625: getting the remaining hosts for this loop 6629 1726773053.84625: done getting the remaining hosts for this loop 6629 1726773053.84627: getting the next task for host managed_node3 6629 1726773053.84629: done getting next task for host managed_node3 6629 1726773053.84631: ^ task is: TASK: Cleanup 6629 1726773053.84632: ^ 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 6629 1726773053.84633: getting variables 6629 1726773053.84634: in VariableManager get_vars() 6629 1726773053.84640: Calling all_inventory to load vars for managed_node3 6629 1726773053.84642: Calling groups_inventory to load vars for managed_node3 6629 1726773053.84643: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773053.84646: Calling all_plugins_play to load vars for managed_node3 6629 1726773053.84647: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773053.84649: Calling groups_plugins_play to load vars for managed_node3 6629 1726773053.84669: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773053.84687: done with get_vars() 6629 1726773053.84691: done getting variables TASK [Cleanup] ***************************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml:14 Thursday 19 September 2024 15:10:53 -0400 (0:00:00.020) 0:00:29.333 **** 6629 1726773053.84769: entering _queue_task() for managed_node3/include_tasks 6629 1726773053.84917: worker is 1 (out of 1 available) 6629 1726773053.84928: exiting _queue_task() for managed_node3/include_tasks 6629 1726773053.84939: done queuing things up, now waiting for results queue to drain 6629 1726773053.84940: waiting for pending results... 6629 1726773053.85076: running TaskExecutor() for managed_node3/TASK: Cleanup 6629 1726773053.85129: in run() - task 1239c35c-e2e1-669f-ab4e-000000000007 6629 1726773053.85138: variable 'ansible_search_path' from source: unknown 6629 1726773053.85166: calling self._execute() 6629 1726773053.85219: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.85222: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.85230: variable 'omit' from source: magic vars 6629 1726773053.85298: _execute() done 6629 1726773053.85302: dumping result to json 6629 1726773053.85310: done dumping result, returning 6629 1726773053.85313: done running TaskExecutor() for managed_node3/TASK: Cleanup [1239c35c-e2e1-669f-ab4e-000000000007] 6629 1726773053.85316: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000007 6629 1726773053.85402: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000007 6629 1726773053.85407: WORKER PROCESS EXITING 6629 1726773053.85433: no more pending results, returning what we have 6629 1726773053.85437: in VariableManager get_vars() 6629 1726773053.85465: Calling all_inventory to load vars for managed_node3 6629 1726773053.85466: Calling groups_inventory to load vars for managed_node3 6629 1726773053.85468: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773053.85474: Calling all_plugins_play to load vars for managed_node3 6629 1726773053.85476: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773053.85480: Calling groups_plugins_play to load vars for managed_node3 6629 1726773053.85511: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773053.85535: done with get_vars() 6629 1726773053.85539: variable 'ansible_search_path' from source: unknown 6629 1726773053.85548: we have included files to process 6629 1726773053.85549: generating all_blocks data 6629 1726773053.85550: done generating all_blocks data 6629 1726773053.85553: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6629 1726773053.85554: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6629 1726773053.85555: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 6629 1726773053.86153: done processing included file 6629 1726773053.86155: iterating over new_blocks loaded from include file 6629 1726773053.86156: in VariableManager get_vars() 6629 1726773053.86164: done with get_vars() 6629 1726773053.86166: filtering new block on tags 6629 1726773053.86176: done filtering new block on tags 6629 1726773053.86180: in VariableManager get_vars() 6629 1726773053.86199: done with get_vars() 6629 1726773053.86201: filtering new block on tags 6629 1726773053.86215: done filtering new block on tags 6629 1726773053.86217: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml for managed_node3 6629 1726773053.86220: extending task lists for all hosts with included blocks 6629 1726773053.86794: done extending task lists 6629 1726773053.86795: done processing included files 6629 1726773053.86796: results queue empty 6629 1726773053.86796: checking for any_errors_fatal 6629 1726773053.86797: done checking for any_errors_fatal 6629 1726773053.86797: checking for max_fail_percentage 6629 1726773053.86798: done checking for max_fail_percentage 6629 1726773053.86799: checking to see if all hosts have failed and the running result is not ok 6629 1726773053.86799: done checking to see if all hosts have failed 6629 1726773053.86799: getting the remaining hosts for this loop 6629 1726773053.86800: done getting the remaining hosts for this loop 6629 1726773053.86802: getting the next task for host managed_node3 6629 1726773053.86806: done getting next task for host managed_node3 6629 1726773053.86807: ^ task is: TASK: Show current tuned profile settings 6629 1726773053.86808: ^ 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 6629 1726773053.86810: getting variables 6629 1726773053.86810: in VariableManager get_vars() 6629 1726773053.86817: Calling all_inventory to load vars for managed_node3 6629 1726773053.86819: Calling groups_inventory to load vars for managed_node3 6629 1726773053.86820: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773053.86824: Calling all_plugins_play to load vars for managed_node3 6629 1726773053.86825: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773053.86827: Calling groups_plugins_play to load vars for managed_node3 6629 1726773053.86849: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773053.86865: done with get_vars() 6629 1726773053.86870: done getting variables 6629 1726773053.86895: 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-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:2 Thursday 19 September 2024 15:10:53 -0400 (0:00:00.021) 0:00:29.355 **** 6629 1726773053.86914: entering _queue_task() for managed_node3/command 6629 1726773053.87063: worker is 1 (out of 1 available) 6629 1726773053.87074: exiting _queue_task() for managed_node3/command 6629 1726773053.87089: done queuing things up, now waiting for results queue to drain 6629 1726773053.87091: waiting for pending results... 6629 1726773053.87227: running TaskExecutor() for managed_node3/TASK: Show current tuned profile settings 6629 1726773053.87283: in run() - task 1239c35c-e2e1-669f-ab4e-000000000151 6629 1726773053.87290: variable 'ansible_search_path' from source: unknown 6629 1726773053.87293: variable 'ansible_search_path' from source: unknown 6629 1726773053.87321: calling self._execute() 6629 1726773053.87368: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.87372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.87378: variable 'omit' from source: magic vars 6629 1726773053.87451: variable 'omit' from source: magic vars 6629 1726773053.87474: variable 'omit' from source: magic vars 6629 1726773053.87685: variable '__kernel_settings_profile_filename' from source: role '' exported vars 6629 1726773053.87741: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6629 1726773053.87825: variable '__kernel_settings_profile_parent' from source: set_fact 6629 1726773053.87830: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6629 1726773053.87860: variable 'omit' from source: magic vars 6629 1726773053.87893: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773053.87919: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773053.87939: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773053.87953: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773053.87961: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773053.87984: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773053.87988: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.87990: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.88058: Set connection var ansible_shell_executable to /bin/sh 6629 1726773053.88061: Set connection var ansible_timeout to 10 6629 1726773053.88067: Set connection var ansible_connection to ssh 6629 1726773053.88074: Set connection var ansible_pipelining to False 6629 1726773053.88078: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773053.88088: Set connection var ansible_shell_type to sh 6629 1726773053.88105: variable 'ansible_shell_executable' from source: unknown 6629 1726773053.88109: variable 'ansible_connection' from source: unknown 6629 1726773053.88111: variable 'ansible_module_compression' from source: unknown 6629 1726773053.88114: variable 'ansible_shell_type' from source: unknown 6629 1726773053.88116: variable 'ansible_shell_executable' from source: unknown 6629 1726773053.88119: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773053.88121: variable 'ansible_pipelining' from source: unknown 6629 1726773053.88124: variable 'ansible_timeout' from source: unknown 6629 1726773053.88126: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773053.88225: 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) 6629 1726773053.88232: variable 'omit' from source: magic vars 6629 1726773053.88236: starting attempt loop 6629 1726773053.88239: running the handler 6629 1726773053.88250: _low_level_execute_command(): starting 6629 1726773053.88256: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773053.88762: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773053.88777: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773053.88798: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.88816: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.88860: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773053.88872: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773053.88926: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773053.90534: stdout chunk (state=3): >>>/root <<< 6629 1726773053.90637: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773053.90686: stderr chunk (state=3): >>><<< 6629 1726773053.90690: stdout chunk (state=3): >>><<< 6629 1726773053.90708: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773053.90723: _low_level_execute_command(): starting 6629 1726773053.90729: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773053.9071121-7065-2068127271285 `" && echo ansible-tmp-1726773053.9071121-7065-2068127271285="` echo /root/.ansible/tmp/ansible-tmp-1726773053.9071121-7065-2068127271285 `" ) && sleep 0' 6629 1726773053.91175: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773053.91187: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773053.91206: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773053.91228: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.91275: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773053.91287: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773053.91329: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773053.93114: stdout chunk (state=3): >>>ansible-tmp-1726773053.9071121-7065-2068127271285=/root/.ansible/tmp/ansible-tmp-1726773053.9071121-7065-2068127271285 <<< 6629 1726773053.93226: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773053.93268: stderr chunk (state=3): >>><<< 6629 1726773053.93271: stdout chunk (state=3): >>><<< 6629 1726773053.93286: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773053.9071121-7065-2068127271285=/root/.ansible/tmp/ansible-tmp-1726773053.9071121-7065-2068127271285 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773053.93313: variable 'ansible_module_compression' from source: unknown 6629 1726773053.93349: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6629 1726773053.93377: variable 'ansible_facts' from source: unknown 6629 1726773053.93442: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773053.9071121-7065-2068127271285/AnsiballZ_command.py 6629 1726773053.93539: Sending initial data 6629 1726773053.93551: Sent initial data (152 bytes) 6629 1726773053.94192: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773053.94195: 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 <<< 6629 1726773053.94231: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773053.94236: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773053.94239: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.94302: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773053.94311: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773053.94314: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773053.94340: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773053.95989: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6629 1726773053.96001: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 6629 1726773053.96008: 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 <<< 6629 1726773053.96040: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773053.96073: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpzkktu2fo /root/.ansible/tmp/ansible-tmp-1726773053.9071121-7065-2068127271285/AnsiballZ_command.py <<< 6629 1726773053.96098: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773053.96860: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773053.96944: stderr chunk (state=3): >>><<< 6629 1726773053.96948: stdout chunk (state=3): >>><<< 6629 1726773053.96962: done transferring module to remote 6629 1726773053.96969: _low_level_execute_command(): starting 6629 1726773053.96973: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773053.9071121-7065-2068127271285/ /root/.ansible/tmp/ansible-tmp-1726773053.9071121-7065-2068127271285/AnsiballZ_command.py && sleep 0' 6629 1726773053.97388: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773053.97405: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773053.97418: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.97434: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773053.97444: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.97480: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773053.97496: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773053.97534: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773053.99223: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773053.99262: stderr chunk (state=3): >>><<< 6629 1726773053.99266: stdout chunk (state=3): >>><<< 6629 1726773053.99279: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773053.99283: _low_level_execute_command(): starting 6629 1726773053.99286: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773053.9071121-7065-2068127271285/AnsiballZ_command.py && sleep 0' 6629 1726773053.99701: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773053.99707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773053.99738: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.99743: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773053.99745: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773053.99807: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773053.99810: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773053.99843: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773054.13196: 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/kernel_settings/tuned.conf"], "start": "2024-09-19 15:10:54.126067", "end": "2024-09-19 15:10:54.129153", "delta": "0:00:00.003086", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/tuned/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}}} <<< 6629 1726773054.14411: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773054.14464: stderr chunk (state=3): >>><<< 6629 1726773054.14467: stdout chunk (state=3): >>><<< 6629 1726773054.14487: _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/kernel_settings/tuned.conf"], "start": "2024-09-19 15:10:54.126067", "end": "2024-09-19 15:10:54.129153", "delta": "0:00:00.003086", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/tuned/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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773054.14520: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /etc/tuned/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-1726773053.9071121-7065-2068127271285/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773054.14528: _low_level_execute_command(): starting 6629 1726773054.14531: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773053.9071121-7065-2068127271285/ > /dev/null 2>&1 && sleep 0' 6629 1726773054.14983: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773054.14996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773054.15019: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773054.15034: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773054.15079: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773054.15092: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773054.15139: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773054.16887: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773054.16930: stderr chunk (state=3): >>><<< 6629 1726773054.16933: stdout chunk (state=3): >>><<< 6629 1726773054.16945: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773054.16949: handler run complete 6629 1726773054.16968: Evaluated conditional (False): False 6629 1726773054.16980: attempt loop complete, returning result 6629 1726773054.16983: _execute() done 6629 1726773054.16985: dumping result to json 6629 1726773054.16987: done dumping result, returning 6629 1726773054.16995: done running TaskExecutor() for managed_node3/TASK: Show current tuned profile settings [1239c35c-e2e1-669f-ab4e-000000000151] 6629 1726773054.17005: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000151 6629 1726773054.17099: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000151 6629 1726773054.17102: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/tuned/kernel_settings/tuned.conf" ], "delta": "0:00:00.003086", "end": "2024-09-19 15:10:54.129153", "rc": 0, "start": "2024-09-19 15:10:54.126067" } STDOUT: # # Ansible managed # # system_role:kernel_settings [main] summary = kernel settings 6629 1726773054.17170: no more pending results, returning what we have 6629 1726773054.17174: results queue empty 6629 1726773054.17175: checking for any_errors_fatal 6629 1726773054.17176: done checking for any_errors_fatal 6629 1726773054.17179: checking for max_fail_percentage 6629 1726773054.17181: done checking for max_fail_percentage 6629 1726773054.17182: checking to see if all hosts have failed and the running result is not ok 6629 1726773054.17182: done checking to see if all hosts have failed 6629 1726773054.17183: getting the remaining hosts for this loop 6629 1726773054.17184: done getting the remaining hosts for this loop 6629 1726773054.17188: getting the next task for host managed_node3 6629 1726773054.17195: done getting next task for host managed_node3 6629 1726773054.17198: ^ task is: TASK: Run role with purge to remove everything 6629 1726773054.17200: ^ 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 6629 1726773054.17205: getting variables 6629 1726773054.17207: in VariableManager get_vars() 6629 1726773054.17239: Calling all_inventory to load vars for managed_node3 6629 1726773054.17242: Calling groups_inventory to load vars for managed_node3 6629 1726773054.17244: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773054.17253: Calling all_plugins_play to load vars for managed_node3 6629 1726773054.17255: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773054.17257: Calling groups_plugins_play to load vars for managed_node3 6629 1726773054.17293: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773054.17321: done with get_vars() 6629 1726773054.17329: done getting variables TASK [Run role with purge to remove everything] ******************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:9 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.304) 0:00:29.659 **** 6629 1726773054.17396: entering _queue_task() for managed_node3/include_role 6629 1726773054.17564: worker is 1 (out of 1 available) 6629 1726773054.17574: exiting _queue_task() for managed_node3/include_role 6629 1726773054.17589: done queuing things up, now waiting for results queue to drain 6629 1726773054.17590: waiting for pending results... 6629 1726773054.17747: running TaskExecutor() for managed_node3/TASK: Run role with purge to remove everything 6629 1726773054.17814: in run() - task 1239c35c-e2e1-669f-ab4e-000000000153 6629 1726773054.17824: variable 'ansible_search_path' from source: unknown 6629 1726773054.17827: variable 'ansible_search_path' from source: unknown 6629 1726773054.17856: calling self._execute() 6629 1726773054.17949: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773054.17953: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773054.17961: variable 'omit' from source: magic vars 6629 1726773054.18034: _execute() done 6629 1726773054.18037: dumping result to json 6629 1726773054.18040: done dumping result, returning 6629 1726773054.18043: done running TaskExecutor() for managed_node3/TASK: Run role with purge to remove everything [1239c35c-e2e1-669f-ab4e-000000000153] 6629 1726773054.18050: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000153 6629 1726773054.18155: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000153 6629 1726773054.18158: WORKER PROCESS EXITING 6629 1726773054.18181: no more pending results, returning what we have 6629 1726773054.18184: in VariableManager get_vars() 6629 1726773054.18251: Calling all_inventory to load vars for managed_node3 6629 1726773054.18253: Calling groups_inventory to load vars for managed_node3 6629 1726773054.18254: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773054.18260: Calling all_plugins_play to load vars for managed_node3 6629 1726773054.18262: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773054.18264: Calling groups_plugins_play to load vars for managed_node3 6629 1726773054.18296: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773054.18317: done with get_vars() 6629 1726773054.18321: variable 'ansible_search_path' from source: unknown 6629 1726773054.18322: variable 'ansible_search_path' from source: unknown 6629 1726773054.18499: variable 'omit' from source: magic vars 6629 1726773054.18521: variable 'omit' from source: magic vars 6629 1726773054.18530: variable 'omit' from source: magic vars 6629 1726773054.18532: we have included files to process 6629 1726773054.18533: generating all_blocks data 6629 1726773054.18534: done generating all_blocks data 6629 1726773054.18537: processing included file: fedora.linux_system_roles.kernel_settings 6629 1726773054.18553: in VariableManager get_vars() 6629 1726773054.18563: done with get_vars() 6629 1726773054.18583: in VariableManager get_vars() 6629 1726773054.18593: done with get_vars() 6629 1726773054.18619: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 6629 1726773054.18656: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 6629 1726773054.18671: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 6629 1726773054.18720: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 6629 1726773054.19047: in VariableManager get_vars() 6629 1726773054.19060: done with get_vars() 6629 1726773054.19906: in VariableManager get_vars() 6629 1726773054.19919: done with get_vars() 6629 1726773054.20028: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 6629 1726773054.20417: iterating over new_blocks loaded from include file 6629 1726773054.20419: in VariableManager get_vars() 6629 1726773054.20440: done with get_vars() 6629 1726773054.20441: filtering new block on tags 6629 1726773054.20452: done filtering new block on tags 6629 1726773054.20454: in VariableManager get_vars() 6629 1726773054.20463: done with get_vars() 6629 1726773054.20464: filtering new block on tags 6629 1726773054.20474: done filtering new block on tags 6629 1726773054.20476: in VariableManager get_vars() 6629 1726773054.20487: done with get_vars() 6629 1726773054.20488: filtering new block on tags 6629 1726773054.20518: done filtering new block on tags 6629 1726773054.20520: in VariableManager get_vars() 6629 1726773054.20530: done with get_vars() 6629 1726773054.20532: filtering new block on tags 6629 1726773054.20541: done filtering new block on tags 6629 1726773054.20542: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node3 6629 1726773054.20546: extending task lists for all hosts with included blocks 6629 1726773054.20711: done extending task lists 6629 1726773054.20713: done processing included files 6629 1726773054.20713: results queue empty 6629 1726773054.20713: checking for any_errors_fatal 6629 1726773054.20716: done checking for any_errors_fatal 6629 1726773054.20716: checking for max_fail_percentage 6629 1726773054.20717: done checking for max_fail_percentage 6629 1726773054.20717: checking to see if all hosts have failed and the running result is not ok 6629 1726773054.20718: done checking to see if all hosts have failed 6629 1726773054.20718: getting the remaining hosts for this loop 6629 1726773054.20719: done getting the remaining hosts for this loop 6629 1726773054.20722: getting the next task for host managed_node3 6629 1726773054.20724: done getting next task for host managed_node3 6629 1726773054.20726: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6629 1726773054.20727: ^ 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 6629 1726773054.20733: getting variables 6629 1726773054.20734: in VariableManager get_vars() 6629 1726773054.20742: Calling all_inventory to load vars for managed_node3 6629 1726773054.20744: Calling groups_inventory to load vars for managed_node3 6629 1726773054.20745: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773054.20748: Calling all_plugins_play to load vars for managed_node3 6629 1726773054.20750: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773054.20751: Calling groups_plugins_play to load vars for managed_node3 6629 1726773054.20771: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773054.20795: done with get_vars() 6629 1726773054.20799: done getting variables 6629 1726773054.20828: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.034) 0:00:29.694 **** 6629 1726773054.20851: entering _queue_task() for managed_node3/fail 6629 1726773054.21018: worker is 1 (out of 1 available) 6629 1726773054.21030: exiting _queue_task() for managed_node3/fail 6629 1726773054.21040: done queuing things up, now waiting for results queue to drain 6629 1726773054.21041: waiting for pending results... 6629 1726773054.21195: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 6629 1726773054.21257: in run() - task 1239c35c-e2e1-669f-ab4e-0000000001f5 6629 1726773054.21270: variable 'ansible_search_path' from source: unknown 6629 1726773054.21274: variable 'ansible_search_path' from source: unknown 6629 1726773054.21301: calling self._execute() 6629 1726773054.21348: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773054.21352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773054.21361: variable 'omit' from source: magic vars 6629 1726773054.21673: variable 'kernel_settings_sysctl' from source: include params 6629 1726773054.21682: variable '__kernel_settings_state_empty' from source: role '' all vars 6629 1726773054.21694: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 6629 1726773054.21912: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773054.23338: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773054.23382: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773054.23409: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773054.23443: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773054.23464: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773054.23520: 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) 6629 1726773054.23541: 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) 6629 1726773054.23561: 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) 6629 1726773054.23589: 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) 6629 1726773054.23599: 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) 6629 1726773054.23637: 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) 6629 1726773054.23658: 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) 6629 1726773054.23674: 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) 6629 1726773054.23700: 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) 6629 1726773054.23713: 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) 6629 1726773054.23742: 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) 6629 1726773054.23761: 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) 6629 1726773054.23782: 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) 6629 1726773054.23807: 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) 6629 1726773054.23818: 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) 6629 1726773054.23998: variable 'kernel_settings_sysctl' from source: include params 6629 1726773054.24019: 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 6629 1726773054.24023: when evaluation is False, skipping this task 6629 1726773054.24026: _execute() done 6629 1726773054.24028: dumping result to json 6629 1726773054.24030: done dumping result, returning 6629 1726773054.24035: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [1239c35c-e2e1-669f-ab4e-0000000001f5] 6629 1726773054.24040: sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001f5 6629 1726773054.24126: done sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001f5 6629 1726773054.24129: 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" } 6629 1726773054.24172: no more pending results, returning what we have 6629 1726773054.24176: results queue empty 6629 1726773054.24179: checking for any_errors_fatal 6629 1726773054.24180: done checking for any_errors_fatal 6629 1726773054.24181: checking for max_fail_percentage 6629 1726773054.24182: done checking for max_fail_percentage 6629 1726773054.24183: checking to see if all hosts have failed and the running result is not ok 6629 1726773054.24184: done checking to see if all hosts have failed 6629 1726773054.24184: getting the remaining hosts for this loop 6629 1726773054.24186: done getting the remaining hosts for this loop 6629 1726773054.24189: getting the next task for host managed_node3 6629 1726773054.24193: done getting next task for host managed_node3 6629 1726773054.24197: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6629 1726773054.24201: ^ 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 6629 1726773054.24225: getting variables 6629 1726773054.24227: in VariableManager get_vars() 6629 1726773054.24250: Calling all_inventory to load vars for managed_node3 6629 1726773054.24251: Calling groups_inventory to load vars for managed_node3 6629 1726773054.24253: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773054.24259: Calling all_plugins_play to load vars for managed_node3 6629 1726773054.24260: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773054.24262: Calling groups_plugins_play to load vars for managed_node3 6629 1726773054.24295: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773054.24331: done with get_vars() 6629 1726773054.24337: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.035) 0:00:29.729 **** 6629 1726773054.24397: entering _queue_task() for managed_node3/include_tasks 6629 1726773054.24557: worker is 1 (out of 1 available) 6629 1726773054.24569: exiting _queue_task() for managed_node3/include_tasks 6629 1726773054.24586: done queuing things up, now waiting for results queue to drain 6629 1726773054.24587: waiting for pending results... 6629 1726773054.24734: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 6629 1726773054.24801: in run() - task 1239c35c-e2e1-669f-ab4e-0000000001f6 6629 1726773054.24814: variable 'ansible_search_path' from source: unknown 6629 1726773054.24818: variable 'ansible_search_path' from source: unknown 6629 1726773054.24844: calling self._execute() 6629 1726773054.24895: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773054.24899: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773054.24909: variable 'omit' from source: magic vars 6629 1726773054.24976: _execute() done 6629 1726773054.24983: dumping result to json 6629 1726773054.24986: done dumping result, returning 6629 1726773054.24989: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [1239c35c-e2e1-669f-ab4e-0000000001f6] 6629 1726773054.24996: sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001f6 6629 1726773054.25075: done sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001f6 6629 1726773054.25080: WORKER PROCESS EXITING 6629 1726773054.25122: no more pending results, returning what we have 6629 1726773054.25126: in VariableManager get_vars() 6629 1726773054.25155: Calling all_inventory to load vars for managed_node3 6629 1726773054.25157: Calling groups_inventory to load vars for managed_node3 6629 1726773054.25159: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773054.25165: Calling all_plugins_play to load vars for managed_node3 6629 1726773054.25167: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773054.25168: Calling groups_plugins_play to load vars for managed_node3 6629 1726773054.25201: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773054.25233: done with get_vars() 6629 1726773054.25237: variable 'ansible_search_path' from source: unknown 6629 1726773054.25237: variable 'ansible_search_path' from source: unknown 6629 1726773054.25257: we have included files to process 6629 1726773054.25258: generating all_blocks data 6629 1726773054.25259: done generating all_blocks data 6629 1726773054.25264: processing included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6629 1726773054.25264: loading included file: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6629 1726773054.25266: Loading data from /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 6629 1726773054.25742: done processing included file 6629 1726773054.25744: iterating over new_blocks loaded from include file 6629 1726773054.25744: in VariableManager get_vars() 6629 1726773054.25760: done with get_vars() 6629 1726773054.25762: filtering new block on tags 6629 1726773054.25772: done filtering new block on tags 6629 1726773054.25773: in VariableManager get_vars() 6629 1726773054.25788: done with get_vars() 6629 1726773054.25790: filtering new block on tags 6629 1726773054.25801: done filtering new block on tags 6629 1726773054.25803: in VariableManager get_vars() 6629 1726773054.25817: done with get_vars() 6629 1726773054.25818: filtering new block on tags 6629 1726773054.25829: done filtering new block on tags 6629 1726773054.25830: in VariableManager get_vars() 6629 1726773054.25843: done with get_vars() 6629 1726773054.25844: filtering new block on tags 6629 1726773054.25851: done filtering new block on tags 6629 1726773054.25852: done iterating over new_blocks loaded from include file included: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node3 6629 1726773054.25855: extending task lists for all hosts with included blocks 6629 1726773054.25987: done extending task lists 6629 1726773054.25988: done processing included files 6629 1726773054.25988: results queue empty 6629 1726773054.25989: checking for any_errors_fatal 6629 1726773054.25991: done checking for any_errors_fatal 6629 1726773054.25991: checking for max_fail_percentage 6629 1726773054.25992: done checking for max_fail_percentage 6629 1726773054.25992: checking to see if all hosts have failed and the running result is not ok 6629 1726773054.25993: done checking to see if all hosts have failed 6629 1726773054.25993: getting the remaining hosts for this loop 6629 1726773054.25994: done getting the remaining hosts for this loop 6629 1726773054.25995: getting the next task for host managed_node3 6629 1726773054.25998: done getting next task for host managed_node3 6629 1726773054.25999: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6629 1726773054.26001: ^ 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 6629 1726773054.26009: getting variables 6629 1726773054.26009: in VariableManager get_vars() 6629 1726773054.26017: Calling all_inventory to load vars for managed_node3 6629 1726773054.26019: Calling groups_inventory to load vars for managed_node3 6629 1726773054.26020: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773054.26023: Calling all_plugins_play to load vars for managed_node3 6629 1726773054.26024: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773054.26026: Calling groups_plugins_play to load vars for managed_node3 6629 1726773054.26045: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773054.26067: done with get_vars() 6629 1726773054.26071: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.017) 0:00:29.747 **** 6629 1726773054.26122: entering _queue_task() for managed_node3/setup 6629 1726773054.26274: worker is 1 (out of 1 available) 6629 1726773054.26291: exiting _queue_task() for managed_node3/setup 6629 1726773054.26301: done queuing things up, now waiting for results queue to drain 6629 1726773054.26304: waiting for pending results... 6629 1726773054.26446: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 6629 1726773054.26517: in run() - task 1239c35c-e2e1-669f-ab4e-000000000271 6629 1726773054.26528: variable 'ansible_search_path' from source: unknown 6629 1726773054.26531: variable 'ansible_search_path' from source: unknown 6629 1726773054.26556: calling self._execute() 6629 1726773054.26600: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773054.26604: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773054.26613: variable 'omit' from source: magic vars 6629 1726773054.26986: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773054.28399: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773054.28561: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773054.28588: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773054.28617: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773054.28637: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773054.28690: 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) 6629 1726773054.28714: 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) 6629 1726773054.28731: 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) 6629 1726773054.28757: 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) 6629 1726773054.28768: 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) 6629 1726773054.28806: 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) 6629 1726773054.28830: 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) 6629 1726773054.28847: 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) 6629 1726773054.28871: 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) 6629 1726773054.28884: 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) 6629 1726773054.28998: variable '__kernel_settings_required_facts' from source: role '' all vars 6629 1726773054.29006: variable 'ansible_facts' from source: unknown 6629 1726773054.29036: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 6629 1726773054.29039: when evaluation is False, skipping this task 6629 1726773054.29042: _execute() done 6629 1726773054.29045: dumping result to json 6629 1726773054.29047: done dumping result, returning 6629 1726773054.29052: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [1239c35c-e2e1-669f-ab4e-000000000271] 6629 1726773054.29057: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000271 6629 1726773054.29129: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000271 6629 1726773054.29132: 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" } 6629 1726773054.29179: no more pending results, returning what we have 6629 1726773054.29183: results queue empty 6629 1726773054.29184: checking for any_errors_fatal 6629 1726773054.29185: done checking for any_errors_fatal 6629 1726773054.29186: checking for max_fail_percentage 6629 1726773054.29187: done checking for max_fail_percentage 6629 1726773054.29188: checking to see if all hosts have failed and the running result is not ok 6629 1726773054.29189: done checking to see if all hosts have failed 6629 1726773054.29190: getting the remaining hosts for this loop 6629 1726773054.29191: done getting the remaining hosts for this loop 6629 1726773054.29194: getting the next task for host managed_node3 6629 1726773054.29201: done getting next task for host managed_node3 6629 1726773054.29209: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6629 1726773054.29214: ^ 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 6629 1726773054.29227: getting variables 6629 1726773054.29229: in VariableManager get_vars() 6629 1726773054.29259: Calling all_inventory to load vars for managed_node3 6629 1726773054.29261: Calling groups_inventory to load vars for managed_node3 6629 1726773054.29262: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773054.29268: Calling all_plugins_play to load vars for managed_node3 6629 1726773054.29269: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773054.29271: Calling groups_plugins_play to load vars for managed_node3 6629 1726773054.29306: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773054.29337: done with get_vars() 6629 1726773054.29343: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.032) 0:00:29.780 **** 6629 1726773054.29410: entering _queue_task() for managed_node3/stat 6629 1726773054.29558: worker is 1 (out of 1 available) 6629 1726773054.29569: exiting _queue_task() for managed_node3/stat 6629 1726773054.29582: done queuing things up, now waiting for results queue to drain 6629 1726773054.29584: waiting for pending results... 6629 1726773054.29740: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 6629 1726773054.29823: in run() - task 1239c35c-e2e1-669f-ab4e-000000000273 6629 1726773054.29833: variable 'ansible_search_path' from source: unknown 6629 1726773054.29837: variable 'ansible_search_path' from source: unknown 6629 1726773054.29863: calling self._execute() 6629 1726773054.29961: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773054.29964: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773054.29972: variable 'omit' from source: magic vars 6629 1726773054.30281: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773054.30438: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773054.30470: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773054.30495: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773054.30521: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773054.30581: 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) 6629 1726773054.30605: 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) 6629 1726773054.30623: 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) 6629 1726773054.30640: 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) 6629 1726773054.30722: variable '__kernel_settings_is_ostree' from source: set_fact 6629 1726773054.30730: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6629 1726773054.30733: when evaluation is False, skipping this task 6629 1726773054.30735: _execute() done 6629 1726773054.30738: dumping result to json 6629 1726773054.30740: done dumping result, returning 6629 1726773054.30747: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [1239c35c-e2e1-669f-ab4e-000000000273] 6629 1726773054.30752: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000273 6629 1726773054.30833: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000273 6629 1726773054.30836: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6629 1726773054.30934: no more pending results, returning what we have 6629 1726773054.30936: results queue empty 6629 1726773054.30936: checking for any_errors_fatal 6629 1726773054.30939: done checking for any_errors_fatal 6629 1726773054.30939: checking for max_fail_percentage 6629 1726773054.30940: done checking for max_fail_percentage 6629 1726773054.30940: checking to see if all hosts have failed and the running result is not ok 6629 1726773054.30941: done checking to see if all hosts have failed 6629 1726773054.30941: getting the remaining hosts for this loop 6629 1726773054.30942: done getting the remaining hosts for this loop 6629 1726773054.30945: getting the next task for host managed_node3 6629 1726773054.30948: done getting next task for host managed_node3 6629 1726773054.30950: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6629 1726773054.30953: ^ 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 6629 1726773054.30961: getting variables 6629 1726773054.30961: in VariableManager get_vars() 6629 1726773054.30979: Calling all_inventory to load vars for managed_node3 6629 1726773054.30981: Calling groups_inventory to load vars for managed_node3 6629 1726773054.30982: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773054.30992: Calling all_plugins_play to load vars for managed_node3 6629 1726773054.30995: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773054.30997: Calling groups_plugins_play to load vars for managed_node3 6629 1726773054.31028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773054.31056: done with get_vars() 6629 1726773054.31061: done getting variables 6629 1726773054.31100: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.017) 0:00:29.797 **** 6629 1726773054.31123: entering _queue_task() for managed_node3/set_fact 6629 1726773054.31269: worker is 1 (out of 1 available) 6629 1726773054.31282: exiting _queue_task() for managed_node3/set_fact 6629 1726773054.31295: done queuing things up, now waiting for results queue to drain 6629 1726773054.31297: waiting for pending results... 6629 1726773054.31440: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 6629 1726773054.31523: in run() - task 1239c35c-e2e1-669f-ab4e-000000000274 6629 1726773054.31534: variable 'ansible_search_path' from source: unknown 6629 1726773054.31544: variable 'ansible_search_path' from source: unknown 6629 1726773054.31571: calling self._execute() 6629 1726773054.31622: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773054.31627: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773054.31635: variable 'omit' from source: magic vars 6629 1726773054.31945: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773054.32105: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773054.32135: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773054.32158: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773054.32189: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773054.32244: 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) 6629 1726773054.32261: 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) 6629 1726773054.32280: 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) 6629 1726773054.32302: 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) 6629 1726773054.32377: variable '__kernel_settings_is_ostree' from source: set_fact 6629 1726773054.32388: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 6629 1726773054.32392: when evaluation is False, skipping this task 6629 1726773054.32395: _execute() done 6629 1726773054.32398: dumping result to json 6629 1726773054.32401: done dumping result, returning 6629 1726773054.32404: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [1239c35c-e2e1-669f-ab4e-000000000274] 6629 1726773054.32410: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000274 6629 1726773054.32485: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000274 6629 1726773054.32488: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 6629 1726773054.32552: no more pending results, returning what we have 6629 1726773054.32554: results queue empty 6629 1726773054.32555: checking for any_errors_fatal 6629 1726773054.32558: done checking for any_errors_fatal 6629 1726773054.32559: checking for max_fail_percentage 6629 1726773054.32560: done checking for max_fail_percentage 6629 1726773054.32561: checking to see if all hosts have failed and the running result is not ok 6629 1726773054.32562: done checking to see if all hosts have failed 6629 1726773054.32562: getting the remaining hosts for this loop 6629 1726773054.32564: done getting the remaining hosts for this loop 6629 1726773054.32567: getting the next task for host managed_node3 6629 1726773054.32572: done getting next task for host managed_node3 6629 1726773054.32574: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6629 1726773054.32578: ^ 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 6629 1726773054.32588: getting variables 6629 1726773054.32589: in VariableManager get_vars() 6629 1726773054.32611: Calling all_inventory to load vars for managed_node3 6629 1726773054.32613: Calling groups_inventory to load vars for managed_node3 6629 1726773054.32614: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773054.32619: Calling all_plugins_play to load vars for managed_node3 6629 1726773054.32621: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773054.32627: Calling groups_plugins_play to load vars for managed_node3 6629 1726773054.32658: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773054.32690: done with get_vars() 6629 1726773054.32695: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.016) 0:00:29.813 **** 6629 1726773054.32759: entering _queue_task() for managed_node3/stat 6629 1726773054.32906: worker is 1 (out of 1 available) 6629 1726773054.32918: exiting _queue_task() for managed_node3/stat 6629 1726773054.32929: done queuing things up, now waiting for results queue to drain 6629 1726773054.32930: waiting for pending results... 6629 1726773054.33074: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 6629 1726773054.33153: in run() - task 1239c35c-e2e1-669f-ab4e-000000000276 6629 1726773054.33163: variable 'ansible_search_path' from source: unknown 6629 1726773054.33169: variable 'ansible_search_path' from source: unknown 6629 1726773054.33200: calling self._execute() 6629 1726773054.33245: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773054.33248: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773054.33256: variable 'omit' from source: magic vars 6629 1726773054.33554: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773054.33702: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773054.33734: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773054.33758: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773054.33815: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773054.33871: 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) 6629 1726773054.33891: 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) 6629 1726773054.33910: 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) 6629 1726773054.33933: 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) 6629 1726773054.34007: variable '__kernel_settings_is_transactional' from source: set_fact 6629 1726773054.34014: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6629 1726773054.34017: when evaluation is False, skipping this task 6629 1726773054.34020: _execute() done 6629 1726773054.34022: dumping result to json 6629 1726773054.34025: done dumping result, returning 6629 1726773054.34030: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [1239c35c-e2e1-669f-ab4e-000000000276] 6629 1726773054.34041: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000276 6629 1726773054.34110: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000276 6629 1726773054.34113: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6629 1726773054.34185: no more pending results, returning what we have 6629 1726773054.34187: results queue empty 6629 1726773054.34188: checking for any_errors_fatal 6629 1726773054.34190: done checking for any_errors_fatal 6629 1726773054.34191: checking for max_fail_percentage 6629 1726773054.34192: done checking for max_fail_percentage 6629 1726773054.34192: checking to see if all hosts have failed and the running result is not ok 6629 1726773054.34193: done checking to see if all hosts have failed 6629 1726773054.34193: getting the remaining hosts for this loop 6629 1726773054.34194: done getting the remaining hosts for this loop 6629 1726773054.34196: getting the next task for host managed_node3 6629 1726773054.34200: done getting next task for host managed_node3 6629 1726773054.34202: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6629 1726773054.34207: ^ 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 6629 1726773054.34216: getting variables 6629 1726773054.34217: in VariableManager get_vars() 6629 1726773054.34237: Calling all_inventory to load vars for managed_node3 6629 1726773054.34239: Calling groups_inventory to load vars for managed_node3 6629 1726773054.34240: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773054.34245: Calling all_plugins_play to load vars for managed_node3 6629 1726773054.34247: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773054.34249: Calling groups_plugins_play to load vars for managed_node3 6629 1726773054.34284: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773054.34318: done with get_vars() 6629 1726773054.34324: done getting variables 6629 1726773054.34361: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.016) 0:00:29.829 **** 6629 1726773054.34384: entering _queue_task() for managed_node3/set_fact 6629 1726773054.34530: worker is 1 (out of 1 available) 6629 1726773054.34542: exiting _queue_task() for managed_node3/set_fact 6629 1726773054.34555: done queuing things up, now waiting for results queue to drain 6629 1726773054.34556: waiting for pending results... 6629 1726773054.34694: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 6629 1726773054.34770: in run() - task 1239c35c-e2e1-669f-ab4e-000000000277 6629 1726773054.34783: variable 'ansible_search_path' from source: unknown 6629 1726773054.34787: variable 'ansible_search_path' from source: unknown 6629 1726773054.34815: calling self._execute() 6629 1726773054.34857: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773054.34860: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773054.34868: variable 'omit' from source: magic vars 6629 1726773054.35163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773054.35353: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773054.35385: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773054.35410: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773054.35434: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773054.35493: 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) 6629 1726773054.35511: 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) 6629 1726773054.35529: 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) 6629 1726773054.35547: 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) 6629 1726773054.35625: variable '__kernel_settings_is_transactional' from source: set_fact 6629 1726773054.35632: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 6629 1726773054.35635: when evaluation is False, skipping this task 6629 1726773054.35637: _execute() done 6629 1726773054.35640: dumping result to json 6629 1726773054.35642: done dumping result, returning 6629 1726773054.35648: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [1239c35c-e2e1-669f-ab4e-000000000277] 6629 1726773054.35653: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000277 6629 1726773054.35729: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000277 6629 1726773054.35732: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 6629 1726773054.35799: no more pending results, returning what we have 6629 1726773054.35801: results queue empty 6629 1726773054.35802: checking for any_errors_fatal 6629 1726773054.35806: done checking for any_errors_fatal 6629 1726773054.35807: checking for max_fail_percentage 6629 1726773054.35808: done checking for max_fail_percentage 6629 1726773054.35808: checking to see if all hosts have failed and the running result is not ok 6629 1726773054.35809: done checking to see if all hosts have failed 6629 1726773054.35809: getting the remaining hosts for this loop 6629 1726773054.35811: done getting the remaining hosts for this loop 6629 1726773054.35813: getting the next task for host managed_node3 6629 1726773054.35817: done getting next task for host managed_node3 6629 1726773054.35820: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6629 1726773054.35822: ^ 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 6629 1726773054.35831: getting variables 6629 1726773054.35832: in VariableManager get_vars() 6629 1726773054.35855: Calling all_inventory to load vars for managed_node3 6629 1726773054.35857: Calling groups_inventory to load vars for managed_node3 6629 1726773054.35858: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773054.35864: Calling all_plugins_play to load vars for managed_node3 6629 1726773054.35865: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773054.35867: Calling groups_plugins_play to load vars for managed_node3 6629 1726773054.35900: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773054.35933: done with get_vars() 6629 1726773054.35939: done getting variables 6629 1726773054.35976: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.016) 0:00:29.845 **** 6629 1726773054.35999: entering _queue_task() for managed_node3/include_vars 6629 1726773054.36146: worker is 1 (out of 1 available) 6629 1726773054.36159: exiting _queue_task() for managed_node3/include_vars 6629 1726773054.36173: done queuing things up, now waiting for results queue to drain 6629 1726773054.36175: waiting for pending results... 6629 1726773054.36318: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 6629 1726773054.36391: in run() - task 1239c35c-e2e1-669f-ab4e-000000000279 6629 1726773054.36402: variable 'ansible_search_path' from source: unknown 6629 1726773054.36405: variable 'ansible_search_path' from source: unknown 6629 1726773054.36432: calling self._execute() 6629 1726773054.36475: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773054.36478: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773054.36488: variable 'omit' from source: magic vars 6629 1726773054.36555: variable 'omit' from source: magic vars 6629 1726773054.36596: variable 'omit' from source: magic vars 6629 1726773054.36872: variable 'ffparams' from source: task vars 6629 1726773054.36960: variable 'ansible_facts' from source: unknown 6629 1726773054.37056: variable 'ansible_facts' from source: unknown 6629 1726773054.37117: variable 'ansible_facts' from source: unknown 6629 1726773054.37177: variable 'ansible_facts' from source: unknown 6629 1726773054.37230: variable 'role_path' from source: magic vars 6629 1726773054.37337: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6629 1726773054.37461: Loaded config def from plugin (lookup/first_found) 6629 1726773054.37464: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 6629 1726773054.37497: variable 'ansible_search_path' from source: unknown 6629 1726773054.37512: variable 'ansible_search_path' from source: unknown 6629 1726773054.37519: variable 'ansible_search_path' from source: unknown 6629 1726773054.37530: variable 'ansible_search_path' from source: unknown 6629 1726773054.37536: variable 'ansible_search_path' from source: unknown 6629 1726773054.37553: variable 'omit' from source: magic vars 6629 1726773054.37569: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773054.37588: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773054.37607: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773054.37620: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773054.37630: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773054.37654: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773054.37657: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773054.37659: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773054.37723: Set connection var ansible_shell_executable to /bin/sh 6629 1726773054.37728: Set connection var ansible_timeout to 10 6629 1726773054.37734: Set connection var ansible_connection to ssh 6629 1726773054.37741: Set connection var ansible_pipelining to False 6629 1726773054.37746: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773054.37751: Set connection var ansible_shell_type to sh 6629 1726773054.37765: variable 'ansible_shell_executable' from source: unknown 6629 1726773054.37768: variable 'ansible_connection' from source: unknown 6629 1726773054.37770: variable 'ansible_module_compression' from source: unknown 6629 1726773054.37772: variable 'ansible_shell_type' from source: unknown 6629 1726773054.37774: variable 'ansible_shell_executable' from source: unknown 6629 1726773054.37779: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773054.37781: variable 'ansible_pipelining' from source: unknown 6629 1726773054.37784: variable 'ansible_timeout' from source: unknown 6629 1726773054.37786: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773054.37860: 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) 6629 1726773054.37867: variable 'omit' from source: magic vars 6629 1726773054.37871: starting attempt loop 6629 1726773054.37873: running the handler 6629 1726773054.37915: handler run complete 6629 1726773054.37924: attempt loop complete, returning result 6629 1726773054.37927: _execute() done 6629 1726773054.37930: dumping result to json 6629 1726773054.37932: done dumping result, returning 6629 1726773054.37941: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [1239c35c-e2e1-669f-ab4e-000000000279] 6629 1726773054.37946: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000279 6629 1726773054.38030: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000279 6629 1726773054.38033: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 6629 1726773054.38121: no more pending results, returning what we have 6629 1726773054.38123: results queue empty 6629 1726773054.38124: checking for any_errors_fatal 6629 1726773054.38126: done checking for any_errors_fatal 6629 1726773054.38127: checking for max_fail_percentage 6629 1726773054.38128: done checking for max_fail_percentage 6629 1726773054.38128: checking to see if all hosts have failed and the running result is not ok 6629 1726773054.38129: done checking to see if all hosts have failed 6629 1726773054.38129: getting the remaining hosts for this loop 6629 1726773054.38130: done getting the remaining hosts for this loop 6629 1726773054.38132: getting the next task for host managed_node3 6629 1726773054.38136: done getting next task for host managed_node3 6629 1726773054.38138: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6629 1726773054.38141: ^ 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 6629 1726773054.38147: getting variables 6629 1726773054.38147: in VariableManager get_vars() 6629 1726773054.38172: Calling all_inventory to load vars for managed_node3 6629 1726773054.38174: Calling groups_inventory to load vars for managed_node3 6629 1726773054.38175: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773054.38185: Calling all_plugins_play to load vars for managed_node3 6629 1726773054.38186: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773054.38188: Calling groups_plugins_play to load vars for managed_node3 6629 1726773054.38219: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773054.38246: done with get_vars() 6629 1726773054.38251: done getting variables 6629 1726773054.38290: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:10:54 -0400 (0:00:00.023) 0:00:29.869 **** 6629 1726773054.38312: entering _queue_task() for managed_node3/package 6629 1726773054.38459: worker is 1 (out of 1 available) 6629 1726773054.38471: exiting _queue_task() for managed_node3/package 6629 1726773054.38483: done queuing things up, now waiting for results queue to drain 6629 1726773054.38485: waiting for pending results... 6629 1726773054.38629: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 6629 1726773054.38687: in run() - task 1239c35c-e2e1-669f-ab4e-0000000001f7 6629 1726773054.38698: variable 'ansible_search_path' from source: unknown 6629 1726773054.38702: variable 'ansible_search_path' from source: unknown 6629 1726773054.38728: calling self._execute() 6629 1726773054.38829: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773054.38833: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773054.38842: variable 'omit' from source: magic vars 6629 1726773054.38906: variable 'omit' from source: magic vars 6629 1726773054.38942: variable 'omit' from source: magic vars 6629 1726773054.38961: variable '__kernel_settings_packages' from source: include_vars 6629 1726773054.39138: variable '__kernel_settings_packages' from source: include_vars 6629 1726773054.39280: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773054.40785: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773054.40831: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773054.40856: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773054.40898: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773054.40924: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773054.40987: 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) 6629 1726773054.41014: 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) 6629 1726773054.41032: 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) 6629 1726773054.41057: 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) 6629 1726773054.41068: 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) 6629 1726773054.41142: variable '__kernel_settings_is_ostree' from source: set_fact 6629 1726773054.41145: variable 'omit' from source: magic vars 6629 1726773054.41166: variable 'omit' from source: magic vars 6629 1726773054.41187: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773054.41207: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773054.41221: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773054.41236: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773054.41244: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773054.41265: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773054.41267: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773054.41271: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773054.41343: Set connection var ansible_shell_executable to /bin/sh 6629 1726773054.41348: Set connection var ansible_timeout to 10 6629 1726773054.41353: Set connection var ansible_connection to ssh 6629 1726773054.41359: Set connection var ansible_pipelining to False 6629 1726773054.41364: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773054.41369: Set connection var ansible_shell_type to sh 6629 1726773054.41385: variable 'ansible_shell_executable' from source: unknown 6629 1726773054.41388: variable 'ansible_connection' from source: unknown 6629 1726773054.41391: variable 'ansible_module_compression' from source: unknown 6629 1726773054.41393: variable 'ansible_shell_type' from source: unknown 6629 1726773054.41395: variable 'ansible_shell_executable' from source: unknown 6629 1726773054.41397: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773054.41400: variable 'ansible_pipelining' from source: unknown 6629 1726773054.41402: variable 'ansible_timeout' from source: unknown 6629 1726773054.41408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773054.41475: 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) 6629 1726773054.41481: variable 'omit' from source: magic vars 6629 1726773054.41487: starting attempt loop 6629 1726773054.41490: running the handler 6629 1726773054.41495: variable 'ansible_facts' from source: unknown 6629 1726773054.41502: _low_level_execute_command(): starting 6629 1726773054.41511: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773054.42015: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773054.42029: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773054.42048: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773054.42060: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773054.42070: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773054.42118: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773054.42130: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773054.42180: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773054.43785: stdout chunk (state=3): >>>/root <<< 6629 1726773054.43888: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773054.43939: stderr chunk (state=3): >>><<< 6629 1726773054.43943: stdout chunk (state=3): >>><<< 6629 1726773054.43960: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773054.43970: _low_level_execute_command(): starting 6629 1726773054.43975: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773054.4395957-7082-174346459507067 `" && echo ansible-tmp-1726773054.4395957-7082-174346459507067="` echo /root/.ansible/tmp/ansible-tmp-1726773054.4395957-7082-174346459507067 `" ) && sleep 0' 6629 1726773054.44413: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773054.44425: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773054.44443: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773054.44462: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773054.44476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773054.44513: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773054.44525: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773054.44566: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773054.46368: stdout chunk (state=3): >>>ansible-tmp-1726773054.4395957-7082-174346459507067=/root/.ansible/tmp/ansible-tmp-1726773054.4395957-7082-174346459507067 <<< 6629 1726773054.46474: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773054.46525: stderr chunk (state=3): >>><<< 6629 1726773054.46528: stdout chunk (state=3): >>><<< 6629 1726773054.46543: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773054.4395957-7082-174346459507067=/root/.ansible/tmp/ansible-tmp-1726773054.4395957-7082-174346459507067 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773054.46565: variable 'ansible_module_compression' from source: unknown 6629 1726773054.46601: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6629 1726773054.46654: variable 'ansible_facts' from source: unknown 6629 1726773054.46769: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773054.4395957-7082-174346459507067/AnsiballZ_setup.py 6629 1726773054.46875: Sending initial data 6629 1726773054.46888: Sent initial data (152 bytes) 6629 1726773054.47559: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773054.47563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773054.47608: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773054.47612: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773054.47614: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773054.47660: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773054.47664: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773054.47702: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773054.49367: 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 <<< 6629 1726773054.49396: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773054.49428: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpwovel3p3 /root/.ansible/tmp/ansible-tmp-1726773054.4395957-7082-174346459507067/AnsiballZ_setup.py <<< 6629 1726773054.49455: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773054.51108: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773054.51217: stderr chunk (state=3): >>><<< 6629 1726773054.51221: stdout chunk (state=3): >>><<< 6629 1726773054.51238: done transferring module to remote 6629 1726773054.51247: _low_level_execute_command(): starting 6629 1726773054.51252: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773054.4395957-7082-174346459507067/ /root/.ansible/tmp/ansible-tmp-1726773054.4395957-7082-174346459507067/AnsiballZ_setup.py && sleep 0' 6629 1726773054.51725: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773054.51728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773054.51762: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773054.51765: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773054.51771: 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.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773054.51773: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773054.51816: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773054.51832: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773054.51865: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773054.53544: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773054.53590: stderr chunk (state=3): >>><<< 6629 1726773054.53593: stdout chunk (state=3): >>><<< 6629 1726773054.53608: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773054.53611: _low_level_execute_command(): starting 6629 1726773054.53616: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773054.4395957-7082-174346459507067/AnsiballZ_setup.py && sleep 0' 6629 1726773054.54036: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773054.54048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773054.54069: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773054.54083: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773054.54130: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773054.54142: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773054.54187: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773054.79054: 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"}}} <<< 6629 1726773054.80643: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773054.80694: stderr chunk (state=3): >>><<< 6629 1726773054.80698: stdout chunk (state=3): >>><<< 6629 1726773054.80715: _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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773054.80742: 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-1726773054.4395957-7082-174346459507067/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773054.80801: variable 'ansible_module_compression' from source: unknown 6629 1726773054.80844: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 6629 1726773054.80869: variable 'ansible_facts' from source: unknown 6629 1726773054.80940: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773054.4395957-7082-174346459507067/AnsiballZ_dnf.py 6629 1726773054.81034: Sending initial data 6629 1726773054.81046: Sent initial data (150 bytes) 6629 1726773054.81700: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773054.81707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773054.81761: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773054.81764: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773054.81770: 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.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773054.81772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773054.81831: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773054.81834: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773054.81838: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773054.81874: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773054.83613: 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 <<< 6629 1726773054.83643: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773054.83672: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpe9_89lw3 /root/.ansible/tmp/ansible-tmp-1726773054.4395957-7082-174346459507067/AnsiballZ_dnf.py <<< 6629 1726773054.83701: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773054.84708: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773054.84800: stderr chunk (state=3): >>><<< 6629 1726773054.84805: stdout chunk (state=3): >>><<< 6629 1726773054.84820: done transferring module to remote 6629 1726773054.84827: _low_level_execute_command(): starting 6629 1726773054.84833: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773054.4395957-7082-174346459507067/ /root/.ansible/tmp/ansible-tmp-1726773054.4395957-7082-174346459507067/AnsiballZ_dnf.py && sleep 0' 6629 1726773054.85264: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773054.85288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773054.85306: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773054.85318: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773054.85358: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773054.85369: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773054.85413: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773054.87117: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773054.87160: stderr chunk (state=3): >>><<< 6629 1726773054.87164: stdout chunk (state=3): >>><<< 6629 1726773054.87180: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773054.87183: _low_level_execute_command(): starting 6629 1726773054.87185: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773054.4395957-7082-174346459507067/AnsiballZ_dnf.py && sleep 0' 6629 1726773054.87619: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773054.87623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773054.87660: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773054.87665: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773054.87668: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773054.87708: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773054.87723: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773054.87765: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773055.95070: 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}}} <<< 6629 1726773056.00954: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773056.01013: stderr chunk (state=3): >>><<< 6629 1726773056.01016: stdout chunk (state=3): >>><<< 6629 1726773056.01032: _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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773056.01065: 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-1726773054.4395957-7082-174346459507067/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773056.01070: _low_level_execute_command(): starting 6629 1726773056.01075: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773054.4395957-7082-174346459507067/ > /dev/null 2>&1 && sleep 0' 6629 1726773056.01561: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773056.01565: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.01588: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773056.01599: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.01645: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.01657: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.01704: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.03457: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773056.03505: stderr chunk (state=3): >>><<< 6629 1726773056.03508: stdout chunk (state=3): >>><<< 6629 1726773056.03522: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773056.03530: handler run complete 6629 1726773056.03558: attempt loop complete, returning result 6629 1726773056.03561: _execute() done 6629 1726773056.03563: dumping result to json 6629 1726773056.03568: done dumping result, returning 6629 1726773056.03579: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [1239c35c-e2e1-669f-ab4e-0000000001f7] 6629 1726773056.03582: sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001f7 6629 1726773056.03738: done sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001f7 6629 1726773056.03741: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 6629 1726773056.03829: no more pending results, returning what we have 6629 1726773056.03832: results queue empty 6629 1726773056.03833: checking for any_errors_fatal 6629 1726773056.03838: done checking for any_errors_fatal 6629 1726773056.03839: checking for max_fail_percentage 6629 1726773056.03840: done checking for max_fail_percentage 6629 1726773056.03841: checking to see if all hosts have failed and the running result is not ok 6629 1726773056.03842: done checking to see if all hosts have failed 6629 1726773056.03843: getting the remaining hosts for this loop 6629 1726773056.03844: done getting the remaining hosts for this loop 6629 1726773056.03848: getting the next task for host managed_node3 6629 1726773056.03855: done getting next task for host managed_node3 6629 1726773056.03858: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6629 1726773056.03861: ^ 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 6629 1726773056.03876: getting variables 6629 1726773056.03877: in VariableManager get_vars() 6629 1726773056.03905: Calling all_inventory to load vars for managed_node3 6629 1726773056.03908: Calling groups_inventory to load vars for managed_node3 6629 1726773056.03910: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773056.03917: Calling all_plugins_play to load vars for managed_node3 6629 1726773056.03919: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773056.03921: Calling groups_plugins_play to load vars for managed_node3 6629 1726773056.03955: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773056.03987: done with get_vars() 6629 1726773056.03994: done getting variables 6629 1726773056.04036: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:10:56 -0400 (0:00:01.657) 0:00:31.526 **** 6629 1726773056.04060: entering _queue_task() for managed_node3/debug 6629 1726773056.04233: worker is 1 (out of 1 available) 6629 1726773056.04246: exiting _queue_task() for managed_node3/debug 6629 1726773056.04260: done queuing things up, now waiting for results queue to drain 6629 1726773056.04261: waiting for pending results... 6629 1726773056.04430: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 6629 1726773056.04507: in run() - task 1239c35c-e2e1-669f-ab4e-0000000001f9 6629 1726773056.04519: variable 'ansible_search_path' from source: unknown 6629 1726773056.04523: variable 'ansible_search_path' from source: unknown 6629 1726773056.04547: calling self._execute() 6629 1726773056.04607: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773056.04610: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773056.04618: variable 'omit' from source: magic vars 6629 1726773056.04954: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773056.06563: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773056.06611: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773056.06638: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773056.06675: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773056.06699: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773056.06754: 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) 6629 1726773056.06776: 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) 6629 1726773056.06798: 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) 6629 1726773056.06826: 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) 6629 1726773056.06837: 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) 6629 1726773056.06912: variable '__kernel_settings_is_transactional' from source: set_fact 6629 1726773056.06925: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6629 1726773056.06928: when evaluation is False, skipping this task 6629 1726773056.06931: _execute() done 6629 1726773056.06933: dumping result to json 6629 1726773056.06935: done dumping result, returning 6629 1726773056.06940: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [1239c35c-e2e1-669f-ab4e-0000000001f9] 6629 1726773056.06946: sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001f9 6629 1726773056.07031: done sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001f9 6629 1726773056.07034: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 6629 1726773056.07075: no more pending results, returning what we have 6629 1726773056.07079: results queue empty 6629 1726773056.07080: checking for any_errors_fatal 6629 1726773056.07092: done checking for any_errors_fatal 6629 1726773056.07093: checking for max_fail_percentage 6629 1726773056.07095: done checking for max_fail_percentage 6629 1726773056.07096: checking to see if all hosts have failed and the running result is not ok 6629 1726773056.07097: done checking to see if all hosts have failed 6629 1726773056.07098: getting the remaining hosts for this loop 6629 1726773056.07099: done getting the remaining hosts for this loop 6629 1726773056.07102: getting the next task for host managed_node3 6629 1726773056.07109: done getting next task for host managed_node3 6629 1726773056.07113: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6629 1726773056.07120: ^ 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 6629 1726773056.07133: getting variables 6629 1726773056.07134: in VariableManager get_vars() 6629 1726773056.07161: Calling all_inventory to load vars for managed_node3 6629 1726773056.07163: Calling groups_inventory to load vars for managed_node3 6629 1726773056.07164: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773056.07172: Calling all_plugins_play to load vars for managed_node3 6629 1726773056.07174: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773056.07176: Calling groups_plugins_play to load vars for managed_node3 6629 1726773056.07214: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773056.07249: done with get_vars() 6629 1726773056.07255: done getting variables 6629 1726773056.07294: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:10:56 -0400 (0:00:00.032) 0:00:31.559 **** 6629 1726773056.07320: entering _queue_task() for managed_node3/reboot 6629 1726773056.07484: worker is 1 (out of 1 available) 6629 1726773056.07497: exiting _queue_task() for managed_node3/reboot 6629 1726773056.07518: done queuing things up, now waiting for results queue to drain 6629 1726773056.07520: waiting for pending results... 6629 1726773056.07688: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 6629 1726773056.07749: in run() - task 1239c35c-e2e1-669f-ab4e-0000000001fa 6629 1726773056.07762: variable 'ansible_search_path' from source: unknown 6629 1726773056.07765: variable 'ansible_search_path' from source: unknown 6629 1726773056.07797: calling self._execute() 6629 1726773056.07855: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773056.07858: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773056.07864: variable 'omit' from source: magic vars 6629 1726773056.08202: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773056.09769: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773056.09829: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773056.09856: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773056.09882: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773056.09902: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773056.09962: 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) 6629 1726773056.09983: 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) 6629 1726773056.09999: 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) 6629 1726773056.10028: 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) 6629 1726773056.10044: 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) 6629 1726773056.10119: variable '__kernel_settings_is_transactional' from source: set_fact 6629 1726773056.10131: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6629 1726773056.10139: when evaluation is False, skipping this task 6629 1726773056.10142: _execute() done 6629 1726773056.10145: dumping result to json 6629 1726773056.10147: done dumping result, returning 6629 1726773056.10156: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [1239c35c-e2e1-669f-ab4e-0000000001fa] 6629 1726773056.10164: sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001fa 6629 1726773056.10245: done sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001fa 6629 1726773056.10248: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6629 1726773056.10300: no more pending results, returning what we have 6629 1726773056.10305: results queue empty 6629 1726773056.10306: checking for any_errors_fatal 6629 1726773056.10310: done checking for any_errors_fatal 6629 1726773056.10311: checking for max_fail_percentage 6629 1726773056.10312: done checking for max_fail_percentage 6629 1726773056.10313: checking to see if all hosts have failed and the running result is not ok 6629 1726773056.10314: done checking to see if all hosts have failed 6629 1726773056.10315: getting the remaining hosts for this loop 6629 1726773056.10316: done getting the remaining hosts for this loop 6629 1726773056.10320: getting the next task for host managed_node3 6629 1726773056.10325: done getting next task for host managed_node3 6629 1726773056.10329: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6629 1726773056.10333: ^ 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 6629 1726773056.10345: getting variables 6629 1726773056.10347: in VariableManager get_vars() 6629 1726773056.10380: Calling all_inventory to load vars for managed_node3 6629 1726773056.10382: Calling groups_inventory to load vars for managed_node3 6629 1726773056.10384: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773056.10392: Calling all_plugins_play to load vars for managed_node3 6629 1726773056.10395: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773056.10397: Calling groups_plugins_play to load vars for managed_node3 6629 1726773056.10437: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773056.10470: done with get_vars() 6629 1726773056.10477: done getting variables 6629 1726773056.10522: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 15:10:56 -0400 (0:00:00.032) 0:00:31.591 **** 6629 1726773056.10544: entering _queue_task() for managed_node3/fail 6629 1726773056.10709: worker is 1 (out of 1 available) 6629 1726773056.10723: exiting _queue_task() for managed_node3/fail 6629 1726773056.10736: done queuing things up, now waiting for results queue to drain 6629 1726773056.10737: waiting for pending results... 6629 1726773056.10900: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 6629 1726773056.10965: in run() - task 1239c35c-e2e1-669f-ab4e-0000000001fb 6629 1726773056.10977: variable 'ansible_search_path' from source: unknown 6629 1726773056.10980: variable 'ansible_search_path' from source: unknown 6629 1726773056.11011: calling self._execute() 6629 1726773056.11062: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773056.11067: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773056.11075: variable 'omit' from source: magic vars 6629 1726773056.11401: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773056.12982: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773056.13026: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773056.13052: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773056.13080: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773056.13100: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773056.13158: 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) 6629 1726773056.13182: 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) 6629 1726773056.13202: 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) 6629 1726773056.13231: 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) 6629 1726773056.13243: 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) 6629 1726773056.13313: variable '__kernel_settings_is_transactional' from source: set_fact 6629 1726773056.13330: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 6629 1726773056.13333: when evaluation is False, skipping this task 6629 1726773056.13336: _execute() done 6629 1726773056.13338: dumping result to json 6629 1726773056.13341: done dumping result, returning 6629 1726773056.13345: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [1239c35c-e2e1-669f-ab4e-0000000001fb] 6629 1726773056.13350: sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001fb 6629 1726773056.13428: done sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001fb 6629 1726773056.13431: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 6629 1726773056.13498: no more pending results, returning what we have 6629 1726773056.13501: results queue empty 6629 1726773056.13502: checking for any_errors_fatal 6629 1726773056.13509: done checking for any_errors_fatal 6629 1726773056.13510: checking for max_fail_percentage 6629 1726773056.13511: done checking for max_fail_percentage 6629 1726773056.13512: checking to see if all hosts have failed and the running result is not ok 6629 1726773056.13513: done checking to see if all hosts have failed 6629 1726773056.13514: getting the remaining hosts for this loop 6629 1726773056.13515: done getting the remaining hosts for this loop 6629 1726773056.13519: getting the next task for host managed_node3 6629 1726773056.13525: done getting next task for host managed_node3 6629 1726773056.13529: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6629 1726773056.13533: ^ 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 6629 1726773056.13546: getting variables 6629 1726773056.13548: in VariableManager get_vars() 6629 1726773056.13571: Calling all_inventory to load vars for managed_node3 6629 1726773056.13573: Calling groups_inventory to load vars for managed_node3 6629 1726773056.13575: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773056.13581: Calling all_plugins_play to load vars for managed_node3 6629 1726773056.13583: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773056.13585: Calling groups_plugins_play to load vars for managed_node3 6629 1726773056.13617: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773056.13649: done with get_vars() 6629 1726773056.13655: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 15:10:56 -0400 (0:00:00.031) 0:00:31.623 **** 6629 1726773056.13712: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6629 1726773056.13870: worker is 1 (out of 1 available) 6629 1726773056.13884: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6629 1726773056.13898: done queuing things up, now waiting for results queue to drain 6629 1726773056.13899: waiting for pending results... 6629 1726773056.14059: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 6629 1726773056.14130: in run() - task 1239c35c-e2e1-669f-ab4e-0000000001fd 6629 1726773056.14141: variable 'ansible_search_path' from source: unknown 6629 1726773056.14144: variable 'ansible_search_path' from source: unknown 6629 1726773056.14171: calling self._execute() 6629 1726773056.14223: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773056.14227: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773056.14235: variable 'omit' from source: magic vars 6629 1726773056.14309: variable 'omit' from source: magic vars 6629 1726773056.14344: variable 'omit' from source: magic vars 6629 1726773056.14364: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6629 1726773056.14560: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 6629 1726773056.14620: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6629 1726773056.14647: variable 'omit' from source: magic vars 6629 1726773056.14676: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773056.14752: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773056.14766: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773056.14780: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773056.14791: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773056.14814: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773056.14817: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773056.14819: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773056.14887: Set connection var ansible_shell_executable to /bin/sh 6629 1726773056.14892: Set connection var ansible_timeout to 10 6629 1726773056.14897: Set connection var ansible_connection to ssh 6629 1726773056.14907: Set connection var ansible_pipelining to False 6629 1726773056.14912: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773056.14917: Set connection var ansible_shell_type to sh 6629 1726773056.14933: variable 'ansible_shell_executable' from source: unknown 6629 1726773056.14936: variable 'ansible_connection' from source: unknown 6629 1726773056.14939: variable 'ansible_module_compression' from source: unknown 6629 1726773056.14941: variable 'ansible_shell_type' from source: unknown 6629 1726773056.14943: variable 'ansible_shell_executable' from source: unknown 6629 1726773056.14945: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773056.14948: variable 'ansible_pipelining' from source: unknown 6629 1726773056.14950: variable 'ansible_timeout' from source: unknown 6629 1726773056.14953: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773056.15077: 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__) 6629 1726773056.15087: variable 'omit' from source: magic vars 6629 1726773056.15090: starting attempt loop 6629 1726773056.15092: running the handler 6629 1726773056.15102: _low_level_execute_command(): starting 6629 1726773056.15110: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773056.15624: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.15650: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773056.15667: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.15713: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.15732: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.15780: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.17395: stdout chunk (state=3): >>>/root <<< 6629 1726773056.17498: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773056.17546: stderr chunk (state=3): >>><<< 6629 1726773056.17555: stdout chunk (state=3): >>><<< 6629 1726773056.17574: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773056.17586: _low_level_execute_command(): starting 6629 1726773056.17594: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773056.1757252-7111-195703689832426 `" && echo ansible-tmp-1726773056.1757252-7111-195703689832426="` echo /root/.ansible/tmp/ansible-tmp-1726773056.1757252-7111-195703689832426 `" ) && sleep 0' 6629 1726773056.18034: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773056.18047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.18061: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773056.18075: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.18100: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.18134: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.18149: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.18186: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.20022: stdout chunk (state=3): >>>ansible-tmp-1726773056.1757252-7111-195703689832426=/root/.ansible/tmp/ansible-tmp-1726773056.1757252-7111-195703689832426 <<< 6629 1726773056.20129: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773056.20175: stderr chunk (state=3): >>><<< 6629 1726773056.20181: stdout chunk (state=3): >>><<< 6629 1726773056.20192: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773056.1757252-7111-195703689832426=/root/.ansible/tmp/ansible-tmp-1726773056.1757252-7111-195703689832426 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773056.20232: variable 'ansible_module_compression' from source: unknown 6629 1726773056.20261: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6629 1726773056.20290: variable 'ansible_facts' from source: unknown 6629 1726773056.20352: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773056.1757252-7111-195703689832426/AnsiballZ_kernel_settings_get_config.py 6629 1726773056.20449: Sending initial data 6629 1726773056.20458: Sent initial data (173 bytes) 6629 1726773056.21124: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773056.21127: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773056.21130: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.21166: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.21169: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773056.21171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773056.21174: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.21221: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.21233: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.21275: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.22962: 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 <<< 6629 1726773056.22993: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773056.23027: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmptsrfkv6o /root/.ansible/tmp/ansible-tmp-1726773056.1757252-7111-195703689832426/AnsiballZ_kernel_settings_get_config.py <<< 6629 1726773056.23055: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773056.23813: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773056.23896: stderr chunk (state=3): >>><<< 6629 1726773056.23901: stdout chunk (state=3): >>><<< 6629 1726773056.23917: done transferring module to remote 6629 1726773056.23925: _low_level_execute_command(): starting 6629 1726773056.23928: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773056.1757252-7111-195703689832426/ /root/.ansible/tmp/ansible-tmp-1726773056.1757252-7111-195703689832426/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6629 1726773056.24346: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773056.24358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.24369: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773056.24387: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773056.24397: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.24441: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.24464: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.24487: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.26193: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773056.26236: stderr chunk (state=3): >>><<< 6629 1726773056.26239: stdout chunk (state=3): >>><<< 6629 1726773056.26252: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773056.26257: _low_level_execute_command(): starting 6629 1726773056.26259: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773056.1757252-7111-195703689832426/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6629 1726773056.26680: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773056.26693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.26718: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.26729: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.26773: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.26792: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.26831: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.40285: 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"}}} <<< 6629 1726773056.41341: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773056.41396: stderr chunk (state=3): >>><<< 6629 1726773056.41399: stdout chunk (state=3): >>><<< 6629 1726773056.41417: _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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773056.41444: 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-1726773056.1757252-7111-195703689832426/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773056.41452: _low_level_execute_command(): starting 6629 1726773056.41456: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773056.1757252-7111-195703689832426/ > /dev/null 2>&1 && sleep 0' 6629 1726773056.41919: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773056.41931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.41953: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773056.41964: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773056.41975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.42023: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.42035: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.42073: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.43860: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773056.43905: stderr chunk (state=3): >>><<< 6629 1726773056.43912: stdout chunk (state=3): >>><<< 6629 1726773056.43927: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773056.43942: handler run complete 6629 1726773056.43956: attempt loop complete, returning result 6629 1726773056.43959: _execute() done 6629 1726773056.43962: dumping result to json 6629 1726773056.43965: done dumping result, returning 6629 1726773056.43974: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [1239c35c-e2e1-669f-ab4e-0000000001fd] 6629 1726773056.43981: sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001fd 6629 1726773056.44075: done sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001fd 6629 1726773056.44080: 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" } } 6629 1726773056.44153: no more pending results, returning what we have 6629 1726773056.44156: results queue empty 6629 1726773056.44157: checking for any_errors_fatal 6629 1726773056.44161: done checking for any_errors_fatal 6629 1726773056.44162: checking for max_fail_percentage 6629 1726773056.44163: done checking for max_fail_percentage 6629 1726773056.44164: checking to see if all hosts have failed and the running result is not ok 6629 1726773056.44165: done checking to see if all hosts have failed 6629 1726773056.44165: getting the remaining hosts for this loop 6629 1726773056.44167: done getting the remaining hosts for this loop 6629 1726773056.44170: getting the next task for host managed_node3 6629 1726773056.44176: done getting next task for host managed_node3 6629 1726773056.44182: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6629 1726773056.44186: ^ 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 6629 1726773056.44195: getting variables 6629 1726773056.44196: in VariableManager get_vars() 6629 1726773056.44229: Calling all_inventory to load vars for managed_node3 6629 1726773056.44232: Calling groups_inventory to load vars for managed_node3 6629 1726773056.44234: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773056.44242: Calling all_plugins_play to load vars for managed_node3 6629 1726773056.44244: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773056.44245: Calling groups_plugins_play to load vars for managed_node3 6629 1726773056.44281: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773056.44316: done with get_vars() 6629 1726773056.44323: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 15:10:56 -0400 (0:00:00.306) 0:00:31.929 **** 6629 1726773056.44393: entering _queue_task() for managed_node3/stat 6629 1726773056.44566: worker is 1 (out of 1 available) 6629 1726773056.44583: exiting _queue_task() for managed_node3/stat 6629 1726773056.44597: done queuing things up, now waiting for results queue to drain 6629 1726773056.44599: waiting for pending results... 6629 1726773056.44760: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 6629 1726773056.44830: in run() - task 1239c35c-e2e1-669f-ab4e-0000000001fe 6629 1726773056.44842: variable 'ansible_search_path' from source: unknown 6629 1726773056.44846: variable 'ansible_search_path' from source: unknown 6629 1726773056.44880: variable '__prof_from_conf' from source: task vars 6629 1726773056.45114: variable '__prof_from_conf' from source: task vars 6629 1726773056.45319: variable '__data' from source: task vars 6629 1726773056.45369: variable '__kernel_settings_register_tuned_main' from source: set_fact 6629 1726773056.45505: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6629 1726773056.45512: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6629 1726773056.45558: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6629 1726773056.45571: variable 'omit' from source: magic vars 6629 1726773056.45643: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773056.45647: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773056.45654: variable 'omit' from source: magic vars 6629 1726773056.45826: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773056.47414: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773056.47456: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773056.47494: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773056.47520: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773056.47544: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773056.47600: 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) 6629 1726773056.47620: 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) 6629 1726773056.47638: 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) 6629 1726773056.47666: 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) 6629 1726773056.47679: 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) 6629 1726773056.47741: variable 'item' from source: unknown 6629 1726773056.47751: Evaluated conditional (item | length > 0): False 6629 1726773056.47754: when evaluation is False, skipping this task 6629 1726773056.47779: variable 'item' from source: unknown 6629 1726773056.47823: 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" } 6629 1726773056.47986: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773056.47989: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773056.47991: variable 'omit' from source: magic vars 6629 1726773056.48038: 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) 6629 1726773056.48054: 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) 6629 1726773056.48071: 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) 6629 1726773056.48097: 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) 6629 1726773056.48111: 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) 6629 1726773056.48164: variable 'item' from source: unknown 6629 1726773056.48170: Evaluated conditional (item | length > 0): True 6629 1726773056.48175: variable 'omit' from source: magic vars 6629 1726773056.48207: variable 'omit' from source: magic vars 6629 1726773056.48238: variable 'item' from source: unknown 6629 1726773056.48308: variable 'item' from source: unknown 6629 1726773056.48311: variable 'omit' from source: magic vars 6629 1726773056.48316: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773056.48337: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773056.48351: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773056.48365: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773056.48375: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773056.48398: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773056.48401: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773056.48406: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773056.48471: Set connection var ansible_shell_executable to /bin/sh 6629 1726773056.48475: Set connection var ansible_timeout to 10 6629 1726773056.48482: Set connection var ansible_connection to ssh 6629 1726773056.48488: Set connection var ansible_pipelining to False 6629 1726773056.48493: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773056.48497: Set connection var ansible_shell_type to sh 6629 1726773056.48513: variable 'ansible_shell_executable' from source: unknown 6629 1726773056.48516: variable 'ansible_connection' from source: unknown 6629 1726773056.48518: variable 'ansible_module_compression' from source: unknown 6629 1726773056.48520: variable 'ansible_shell_type' from source: unknown 6629 1726773056.48522: variable 'ansible_shell_executable' from source: unknown 6629 1726773056.48524: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773056.48528: variable 'ansible_pipelining' from source: unknown 6629 1726773056.48531: variable 'ansible_timeout' from source: unknown 6629 1726773056.48537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773056.48626: 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__) 6629 1726773056.48636: variable 'omit' from source: magic vars 6629 1726773056.48639: starting attempt loop 6629 1726773056.48643: running the handler 6629 1726773056.48650: _low_level_execute_command(): starting 6629 1726773056.48656: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773056.49156: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773056.49171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.49191: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773056.49208: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.49255: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.49267: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.49311: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.50887: stdout chunk (state=3): >>>/root <<< 6629 1726773056.50990: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773056.51037: stderr chunk (state=3): >>><<< 6629 1726773056.51040: stdout chunk (state=3): >>><<< 6629 1726773056.51057: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773056.51067: _low_level_execute_command(): starting 6629 1726773056.51072: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773056.5105708-7119-1680837878606 `" && echo ansible-tmp-1726773056.5105708-7119-1680837878606="` echo /root/.ansible/tmp/ansible-tmp-1726773056.5105708-7119-1680837878606 `" ) && sleep 0' 6629 1726773056.51500: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773056.51515: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.51527: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.51538: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773056.51550: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.51598: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.51622: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.51649: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.53461: stdout chunk (state=3): >>>ansible-tmp-1726773056.5105708-7119-1680837878606=/root/.ansible/tmp/ansible-tmp-1726773056.5105708-7119-1680837878606 <<< 6629 1726773056.53574: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773056.53619: stderr chunk (state=3): >>><<< 6629 1726773056.53624: stdout chunk (state=3): >>><<< 6629 1726773056.53636: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773056.5105708-7119-1680837878606=/root/.ansible/tmp/ansible-tmp-1726773056.5105708-7119-1680837878606 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773056.53668: variable 'ansible_module_compression' from source: unknown 6629 1726773056.53709: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6629 1726773056.53733: variable 'ansible_facts' from source: unknown 6629 1726773056.53798: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773056.5105708-7119-1680837878606/AnsiballZ_stat.py 6629 1726773056.53897: Sending initial data 6629 1726773056.53909: Sent initial data (149 bytes) 6629 1726773056.54560: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773056.54563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.54596: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.54602: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.54610: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.54655: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.54659: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.54698: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.56407: 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 <<< 6629 1726773056.56440: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773056.56468: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp9rw185kz /root/.ansible/tmp/ansible-tmp-1726773056.5105708-7119-1680837878606/AnsiballZ_stat.py <<< 6629 1726773056.56499: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773056.57254: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773056.57346: stderr chunk (state=3): >>><<< 6629 1726773056.57349: stdout chunk (state=3): >>><<< 6629 1726773056.57364: done transferring module to remote 6629 1726773056.57373: _low_level_execute_command(): starting 6629 1726773056.57377: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773056.5105708-7119-1680837878606/ /root/.ansible/tmp/ansible-tmp-1726773056.5105708-7119-1680837878606/AnsiballZ_stat.py && sleep 0' 6629 1726773056.57810: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773056.57813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.57832: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.57848: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.57893: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.57908: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.57946: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.59680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773056.59725: stderr chunk (state=3): >>><<< 6629 1726773056.59728: stdout chunk (state=3): >>><<< 6629 1726773056.59741: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773056.59744: _low_level_execute_command(): starting 6629 1726773056.59747: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773056.5105708-7119-1680837878606/AnsiballZ_stat.py && sleep 0' 6629 1726773056.60158: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773056.60170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.60192: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773056.60205: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.60252: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.60264: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.60309: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.73609: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6629 1726773056.74610: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773056.74665: stderr chunk (state=3): >>><<< 6629 1726773056.74669: stdout chunk (state=3): >>><<< 6629 1726773056.74686: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773056.74711: 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-1726773056.5105708-7119-1680837878606/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773056.74719: _low_level_execute_command(): starting 6629 1726773056.74723: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773056.5105708-7119-1680837878606/ > /dev/null 2>&1 && sleep 0' 6629 1726773056.75178: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773056.75191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.75214: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773056.75226: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773056.75235: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.75278: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.75290: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.75335: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.77086: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773056.77132: stderr chunk (state=3): >>><<< 6629 1726773056.77135: stdout chunk (state=3): >>><<< 6629 1726773056.77148: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773056.77153: handler run complete 6629 1726773056.77171: attempt loop complete, returning result 6629 1726773056.77190: variable 'item' from source: unknown 6629 1726773056.77252: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "exists": false } } 6629 1726773056.77363: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773056.77366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773056.77369: variable 'omit' from source: magic vars 6629 1726773056.77464: 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) 6629 1726773056.77482: 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) 6629 1726773056.77508: 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) 6629 1726773056.77540: 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) 6629 1726773056.77555: 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) 6629 1726773056.77616: variable 'item' from source: unknown 6629 1726773056.77624: Evaluated conditional (item | length > 0): True 6629 1726773056.77627: variable 'omit' from source: magic vars 6629 1726773056.77642: variable 'omit' from source: magic vars 6629 1726773056.77671: variable 'item' from source: unknown 6629 1726773056.77721: variable 'item' from source: unknown 6629 1726773056.77732: variable 'omit' from source: magic vars 6629 1726773056.77750: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773056.77757: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773056.77763: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773056.77773: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773056.77776: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773056.77782: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773056.77832: Set connection var ansible_shell_executable to /bin/sh 6629 1726773056.77837: Set connection var ansible_timeout to 10 6629 1726773056.77842: Set connection var ansible_connection to ssh 6629 1726773056.77854: Set connection var ansible_pipelining to False 6629 1726773056.77857: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773056.77859: Set connection var ansible_shell_type to sh 6629 1726773056.77871: variable 'ansible_shell_executable' from source: unknown 6629 1726773056.77874: variable 'ansible_connection' from source: unknown 6629 1726773056.77876: variable 'ansible_module_compression' from source: unknown 6629 1726773056.77882: variable 'ansible_shell_type' from source: unknown 6629 1726773056.77884: variable 'ansible_shell_executable' from source: unknown 6629 1726773056.77886: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773056.77890: variable 'ansible_pipelining' from source: unknown 6629 1726773056.77893: variable 'ansible_timeout' from source: unknown 6629 1726773056.77897: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773056.77972: 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) 6629 1726773056.77980: variable 'omit' from source: magic vars 6629 1726773056.77986: starting attempt loop 6629 1726773056.77988: running the handler 6629 1726773056.77994: _low_level_execute_command(): starting 6629 1726773056.77997: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773056.78438: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773056.78450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.78473: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773056.78487: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.78534: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.78546: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.78584: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.80084: stdout chunk (state=3): >>>/root <<< 6629 1726773056.80178: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773056.80228: stderr chunk (state=3): >>><<< 6629 1726773056.80231: stdout chunk (state=3): >>><<< 6629 1726773056.80244: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773056.80252: _low_level_execute_command(): starting 6629 1726773056.80256: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773056.8024383-7119-84562759749649 `" && echo ansible-tmp-1726773056.8024383-7119-84562759749649="` echo /root/.ansible/tmp/ansible-tmp-1726773056.8024383-7119-84562759749649 `" ) && sleep 0' 6629 1726773056.80679: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773056.80692: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.80714: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773056.80729: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773056.80739: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.80779: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.80792: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.80837: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.82656: stdout chunk (state=3): >>>ansible-tmp-1726773056.8024383-7119-84562759749649=/root/.ansible/tmp/ansible-tmp-1726773056.8024383-7119-84562759749649 <<< 6629 1726773056.82819: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773056.82852: stderr chunk (state=3): >>><<< 6629 1726773056.82856: stdout chunk (state=3): >>><<< 6629 1726773056.82910: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773056.8024383-7119-84562759749649=/root/.ansible/tmp/ansible-tmp-1726773056.8024383-7119-84562759749649 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773056.83011: variable 'ansible_module_compression' from source: unknown 6629 1726773056.83015: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6629 1726773056.83017: variable 'ansible_facts' from source: unknown 6629 1726773056.83145: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773056.8024383-7119-84562759749649/AnsiballZ_stat.py 6629 1726773056.83207: Sending initial data 6629 1726773056.83210: Sent initial data (150 bytes) 6629 1726773056.84123: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773056.84138: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773056.84154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773056.84175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.84220: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773056.84234: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773056.84248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.84279: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773056.84283: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.84285: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.84335: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.84338: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.84382: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.86056: 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 <<< 6629 1726773056.86088: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773056.86117: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpl5_rjtf6 /root/.ansible/tmp/ansible-tmp-1726773056.8024383-7119-84562759749649/AnsiballZ_stat.py <<< 6629 1726773056.86145: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773056.86902: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773056.86988: stderr chunk (state=3): >>><<< 6629 1726773056.86991: stdout chunk (state=3): >>><<< 6629 1726773056.87009: done transferring module to remote 6629 1726773056.87016: _low_level_execute_command(): starting 6629 1726773056.87021: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773056.8024383-7119-84562759749649/ /root/.ansible/tmp/ansible-tmp-1726773056.8024383-7119-84562759749649/AnsiballZ_stat.py && sleep 0' 6629 1726773056.87446: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773056.87450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.87481: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.87485: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773056.87487: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.87546: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.87549: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.87586: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773056.89286: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773056.89333: stderr chunk (state=3): >>><<< 6629 1726773056.89336: stdout chunk (state=3): >>><<< 6629 1726773056.89349: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773056.89352: _low_level_execute_command(): starting 6629 1726773056.89356: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773056.8024383-7119-84562759749649/AnsiballZ_stat.py && sleep 0' 6629 1726773056.89778: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773056.89819: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.89822: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773056.89825: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773056.89877: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773056.89880: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773056.89925: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773057.03823: 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": 159, "inode": 444596353, "dev": 51713, "nlink": 4, "atime": 1726773053.1729105, "mtime": 1726773051.3168938, "ctime": 1726773051.3168938, "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": "2243968946", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 6629 1726773057.05029: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773057.05088: stderr chunk (state=3): >>><<< 6629 1726773057.05091: stdout chunk (state=3): >>><<< 6629 1726773057.05110: _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": 159, "inode": 444596353, "dev": 51713, "nlink": 4, "atime": 1726773053.1729105, "mtime": 1726773051.3168938, "ctime": 1726773051.3168938, "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": "2243968946", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773057.05152: 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-1726773056.8024383-7119-84562759749649/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773057.05158: _low_level_execute_command(): starting 6629 1726773057.05163: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773056.8024383-7119-84562759749649/ > /dev/null 2>&1 && sleep 0' 6629 1726773057.05636: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773057.05648: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773057.05663: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773057.05680: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773057.05694: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.05734: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773057.05748: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773057.05790: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773057.07544: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773057.07591: stderr chunk (state=3): >>><<< 6629 1726773057.07594: stdout chunk (state=3): >>><<< 6629 1726773057.07610: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773057.07616: handler run complete 6629 1726773057.07648: attempt loop complete, returning result 6629 1726773057.07662: variable 'item' from source: unknown 6629 1726773057.07732: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726773053.1729105, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726773051.3168938, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 444596353, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726773051.3168938, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 159, "uid": 0, "version": "2243968946", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 6629 1726773057.07873: dumping result to json 6629 1726773057.07876: done dumping result, returning 6629 1726773057.07878: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [1239c35c-e2e1-669f-ab4e-0000000001fe] 6629 1726773057.07884: sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001fe 6629 1726773057.08013: no more pending results, returning what we have 6629 1726773057.08017: results queue empty 6629 1726773057.08018: checking for any_errors_fatal 6629 1726773057.08023: done checking for any_errors_fatal 6629 1726773057.08024: checking for max_fail_percentage 6629 1726773057.08025: done checking for max_fail_percentage 6629 1726773057.08026: checking to see if all hosts have failed and the running result is not ok 6629 1726773057.08026: done checking to see if all hosts have failed 6629 1726773057.08027: getting the remaining hosts for this loop 6629 1726773057.08028: done getting the remaining hosts for this loop 6629 1726773057.08031: getting the next task for host managed_node3 6629 1726773057.08037: done getting next task for host managed_node3 6629 1726773057.08040: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6629 1726773057.08044: ^ 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 6629 1726773057.08056: getting variables 6629 1726773057.08057: in VariableManager get_vars() 6629 1726773057.08087: Calling all_inventory to load vars for managed_node3 6629 1726773057.08089: Calling groups_inventory to load vars for managed_node3 6629 1726773057.08091: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773057.08100: Calling all_plugins_play to load vars for managed_node3 6629 1726773057.08102: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773057.08108: done sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001fe 6629 1726773057.08111: WORKER PROCESS EXITING 6629 1726773057.08115: Calling groups_plugins_play to load vars for managed_node3 6629 1726773057.08149: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773057.08180: done with get_vars() 6629 1726773057.08187: done getting variables 6629 1726773057.08231: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 15:10:57 -0400 (0:00:00.638) 0:00:32.568 **** 6629 1726773057.08254: entering _queue_task() for managed_node3/set_fact 6629 1726773057.08426: worker is 1 (out of 1 available) 6629 1726773057.08440: exiting _queue_task() for managed_node3/set_fact 6629 1726773057.08452: done queuing things up, now waiting for results queue to drain 6629 1726773057.08454: waiting for pending results... 6629 1726773057.08617: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 6629 1726773057.08685: in run() - task 1239c35c-e2e1-669f-ab4e-0000000001ff 6629 1726773057.08697: variable 'ansible_search_path' from source: unknown 6629 1726773057.08702: variable 'ansible_search_path' from source: unknown 6629 1726773057.08734: calling self._execute() 6629 1726773057.08788: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773057.08792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773057.08801: variable 'omit' from source: magic vars 6629 1726773057.08882: variable 'omit' from source: magic vars 6629 1726773057.08920: variable 'omit' from source: magic vars 6629 1726773057.09315: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773057.10890: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773057.10935: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773057.10962: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773057.10989: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773057.11009: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773057.11070: 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) 6629 1726773057.11095: 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) 6629 1726773057.11117: 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) 6629 1726773057.11145: 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) 6629 1726773057.11160: 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) 6629 1726773057.11195: 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) 6629 1726773057.11213: 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) 6629 1726773057.11230: 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) 6629 1726773057.11256: 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) 6629 1726773057.11267: 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) 6629 1726773057.11320: 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) 6629 1726773057.11338: 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) 6629 1726773057.11354: 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) 6629 1726773057.11381: 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) 6629 1726773057.11398: 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) 6629 1726773057.11544: variable '__kernel_settings_find_profile_dirs' from source: set_fact 6629 1726773057.11617: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773057.11722: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773057.11750: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773057.11772: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773057.11799: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773057.11830: 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) 6629 1726773057.11847: 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) 6629 1726773057.11864: 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) 6629 1726773057.11884: 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) 6629 1726773057.11922: variable 'omit' from source: magic vars 6629 1726773057.11942: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773057.11963: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773057.11977: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773057.11991: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773057.11999: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773057.12023: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773057.12027: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773057.12029: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773057.12096: Set connection var ansible_shell_executable to /bin/sh 6629 1726773057.12100: Set connection var ansible_timeout to 10 6629 1726773057.12106: Set connection var ansible_connection to ssh 6629 1726773057.12113: Set connection var ansible_pipelining to False 6629 1726773057.12127: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773057.12130: Set connection var ansible_shell_type to sh 6629 1726773057.12142: variable 'ansible_shell_executable' from source: unknown 6629 1726773057.12145: variable 'ansible_connection' from source: unknown 6629 1726773057.12147: variable 'ansible_module_compression' from source: unknown 6629 1726773057.12149: variable 'ansible_shell_type' from source: unknown 6629 1726773057.12152: variable 'ansible_shell_executable' from source: unknown 6629 1726773057.12154: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773057.12163: variable 'ansible_pipelining' from source: unknown 6629 1726773057.12166: variable 'ansible_timeout' from source: unknown 6629 1726773057.12170: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773057.12236: 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) 6629 1726773057.12240: variable 'omit' from source: magic vars 6629 1726773057.12245: starting attempt loop 6629 1726773057.12248: running the handler 6629 1726773057.12256: handler run complete 6629 1726773057.12267: attempt loop complete, returning result 6629 1726773057.12270: _execute() done 6629 1726773057.12272: dumping result to json 6629 1726773057.12274: done dumping result, returning 6629 1726773057.12282: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [1239c35c-e2e1-669f-ab4e-0000000001ff] 6629 1726773057.12287: sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001ff 6629 1726773057.12364: done sending task result for task 1239c35c-e2e1-669f-ab4e-0000000001ff 6629 1726773057.12367: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned" }, "changed": false } 6629 1726773057.12442: no more pending results, returning what we have 6629 1726773057.12445: results queue empty 6629 1726773057.12446: checking for any_errors_fatal 6629 1726773057.12458: done checking for any_errors_fatal 6629 1726773057.12459: checking for max_fail_percentage 6629 1726773057.12460: done checking for max_fail_percentage 6629 1726773057.12461: checking to see if all hosts have failed and the running result is not ok 6629 1726773057.12462: done checking to see if all hosts have failed 6629 1726773057.12463: getting the remaining hosts for this loop 6629 1726773057.12464: done getting the remaining hosts for this loop 6629 1726773057.12467: getting the next task for host managed_node3 6629 1726773057.12472: done getting next task for host managed_node3 6629 1726773057.12475: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6629 1726773057.12483: ^ 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 6629 1726773057.12493: getting variables 6629 1726773057.12494: in VariableManager get_vars() 6629 1726773057.12524: Calling all_inventory to load vars for managed_node3 6629 1726773057.12526: Calling groups_inventory to load vars for managed_node3 6629 1726773057.12528: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773057.12536: Calling all_plugins_play to load vars for managed_node3 6629 1726773057.12539: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773057.12541: Calling groups_plugins_play to load vars for managed_node3 6629 1726773057.12577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773057.12613: done with get_vars() 6629 1726773057.12620: done getting variables 6629 1726773057.12658: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:10:57 -0400 (0:00:00.044) 0:00:32.612 **** 6629 1726773057.12683: entering _queue_task() for managed_node3/service 6629 1726773057.12852: worker is 1 (out of 1 available) 6629 1726773057.12865: exiting _queue_task() for managed_node3/service 6629 1726773057.12878: done queuing things up, now waiting for results queue to drain 6629 1726773057.12879: waiting for pending results... 6629 1726773057.13038: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 6629 1726773057.13110: in run() - task 1239c35c-e2e1-669f-ab4e-000000000200 6629 1726773057.13125: variable 'ansible_search_path' from source: unknown 6629 1726773057.13128: variable 'ansible_search_path' from source: unknown 6629 1726773057.13164: variable '__kernel_settings_services' from source: include_vars 6629 1726773057.13380: variable '__kernel_settings_services' from source: include_vars 6629 1726773057.13436: variable 'omit' from source: magic vars 6629 1726773057.13601: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773057.13609: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773057.13617: variable 'omit' from source: magic vars 6629 1726773057.13670: variable 'omit' from source: magic vars 6629 1726773057.13701: variable 'omit' from source: magic vars 6629 1726773057.13732: variable 'item' from source: unknown 6629 1726773057.13787: variable 'item' from source: unknown 6629 1726773057.13805: variable 'omit' from source: magic vars 6629 1726773057.13838: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773057.13861: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773057.13881: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773057.13895: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773057.13902: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773057.13925: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773057.13928: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773057.13931: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773057.13999: Set connection var ansible_shell_executable to /bin/sh 6629 1726773057.14002: Set connection var ansible_timeout to 10 6629 1726773057.14011: Set connection var ansible_connection to ssh 6629 1726773057.14016: Set connection var ansible_pipelining to False 6629 1726773057.14021: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773057.14026: Set connection var ansible_shell_type to sh 6629 1726773057.14040: variable 'ansible_shell_executable' from source: unknown 6629 1726773057.14042: variable 'ansible_connection' from source: unknown 6629 1726773057.14045: variable 'ansible_module_compression' from source: unknown 6629 1726773057.14047: variable 'ansible_shell_type' from source: unknown 6629 1726773057.14049: variable 'ansible_shell_executable' from source: unknown 6629 1726773057.14051: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773057.14056: variable 'ansible_pipelining' from source: unknown 6629 1726773057.14058: variable 'ansible_timeout' from source: unknown 6629 1726773057.14062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773057.14157: 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) 6629 1726773057.14165: variable 'omit' from source: magic vars 6629 1726773057.14170: starting attempt loop 6629 1726773057.14172: running the handler 6629 1726773057.14237: variable 'ansible_facts' from source: unknown 6629 1726773057.14264: _low_level_execute_command(): starting 6629 1726773057.14271: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773057.14789: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773057.14806: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773057.14823: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773057.14836: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773057.14846: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.14892: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773057.14906: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773057.14955: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773057.16569: stdout chunk (state=3): >>>/root <<< 6629 1726773057.16679: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773057.16724: stderr chunk (state=3): >>><<< 6629 1726773057.16727: stdout chunk (state=3): >>><<< 6629 1726773057.16746: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773057.16757: _low_level_execute_command(): starting 6629 1726773057.16763: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773057.1674542-7142-86163970025355 `" && echo ansible-tmp-1726773057.1674542-7142-86163970025355="` echo /root/.ansible/tmp/ansible-tmp-1726773057.1674542-7142-86163970025355 `" ) && sleep 0' 6629 1726773057.17207: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773057.17228: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773057.17253: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.17299: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773057.17314: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773057.17355: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773057.19183: stdout chunk (state=3): >>>ansible-tmp-1726773057.1674542-7142-86163970025355=/root/.ansible/tmp/ansible-tmp-1726773057.1674542-7142-86163970025355 <<< 6629 1726773057.19287: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773057.19331: stderr chunk (state=3): >>><<< 6629 1726773057.19334: stdout chunk (state=3): >>><<< 6629 1726773057.19349: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773057.1674542-7142-86163970025355=/root/.ansible/tmp/ansible-tmp-1726773057.1674542-7142-86163970025355 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773057.19374: variable 'ansible_module_compression' from source: unknown 6629 1726773057.19413: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6629 1726773057.19453: variable 'ansible_facts' from source: unknown 6629 1726773057.19565: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773057.1674542-7142-86163970025355/AnsiballZ_setup.py 6629 1726773057.19671: Sending initial data 6629 1726773057.19680: Sent initial data (151 bytes) 6629 1726773057.20352: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773057.20357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773057.20390: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.20394: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773057.20397: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.20447: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773057.20451: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773057.20494: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773057.22159: 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 <<< 6629 1726773057.22191: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773057.22223: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpqdj1twru /root/.ansible/tmp/ansible-tmp-1726773057.1674542-7142-86163970025355/AnsiballZ_setup.py <<< 6629 1726773057.22252: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773057.23894: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773057.23987: stderr chunk (state=3): >>><<< 6629 1726773057.23990: stdout chunk (state=3): >>><<< 6629 1726773057.24008: done transferring module to remote 6629 1726773057.24016: _low_level_execute_command(): starting 6629 1726773057.24021: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773057.1674542-7142-86163970025355/ /root/.ansible/tmp/ansible-tmp-1726773057.1674542-7142-86163970025355/AnsiballZ_setup.py && sleep 0' 6629 1726773057.24452: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773057.24455: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773057.24498: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.24501: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773057.24506: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.24547: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773057.24551: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773057.24590: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773057.26278: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773057.26325: stderr chunk (state=3): >>><<< 6629 1726773057.26329: stdout chunk (state=3): >>><<< 6629 1726773057.26342: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773057.26345: _low_level_execute_command(): starting 6629 1726773057.26349: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773057.1674542-7142-86163970025355/AnsiballZ_setup.py && sleep 0' 6629 1726773057.26765: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773057.26786: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773057.26799: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773057.26811: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.26851: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773057.26874: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773057.26909: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773057.51720: 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"}}} <<< 6629 1726773057.53318: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773057.53377: stderr chunk (state=3): >>><<< 6629 1726773057.53381: stdout chunk (state=3): >>><<< 6629 1726773057.53400: _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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773057.53431: 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-1726773057.1674542-7142-86163970025355/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773057.53447: 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} 6629 1726773057.53507: variable 'ansible_module_compression' from source: unknown 6629 1726773057.53544: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6629 1726773057.53590: variable 'ansible_facts' from source: unknown 6629 1726773057.53726: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773057.1674542-7142-86163970025355/AnsiballZ_systemd.py 6629 1726773057.53834: Sending initial data 6629 1726773057.53844: Sent initial data (153 bytes) 6629 1726773057.54569: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773057.54573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773057.54616: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.54619: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773057.54621: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.54665: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773057.54677: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773057.54727: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773057.56476: 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 <<< 6629 1726773057.56510: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773057.56546: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp78so092e /root/.ansible/tmp/ansible-tmp-1726773057.1674542-7142-86163970025355/AnsiballZ_systemd.py <<< 6629 1726773057.56575: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773057.58292: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773057.58409: stderr chunk (state=3): >>><<< 6629 1726773057.58414: stdout chunk (state=3): >>><<< 6629 1726773057.58430: done transferring module to remote 6629 1726773057.58438: _low_level_execute_command(): starting 6629 1726773057.58443: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773057.1674542-7142-86163970025355/ /root/.ansible/tmp/ansible-tmp-1726773057.1674542-7142-86163970025355/AnsiballZ_systemd.py && sleep 0' 6629 1726773057.58921: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773057.58939: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773057.58965: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773057.58976: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.59019: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773057.59031: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773057.59073: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773057.60816: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773057.60873: stderr chunk (state=3): >>><<< 6629 1726773057.60880: stdout chunk (state=3): >>><<< 6629 1726773057.60895: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773057.60898: _low_level_execute_command(): starting 6629 1726773057.60904: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773057.1674542-7142-86163970025355/AnsiballZ_systemd.py && sleep 0' 6629 1726773057.61396: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773057.61400: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773057.61436: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773057.61440: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773057.61443: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.61497: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773057.61500: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773057.61548: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773057.86883: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "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": "11637", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "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 15:10:53 EDT", "ExecMainStartTimestampMonotonic": "352097150", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11637", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:53 EDT] ; stop_time=[n/a] ; pid=11637 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:53 EDT] ; stop_time=[n/a] ; pid=11637 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3883", "MemoryCurrent": "14041088", "MemoryAvailable": "infinity", "CPUUsageNSec": "106774000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupC<<< 6629 1726773057.86893: stdout chunk (state=3): >>>PUWeight": "[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", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "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": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "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", "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", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "d<<< 6629 1726773057.86895: stdout chunk (state=3): >>>bus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service power-profiles-daemon.service shutdown.target auto-cpufreq.service tlp.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus.socket system.slice systemd-journald.socket basic.target dbus-broker.service systemd-sysctl.service network.target sysinit.target", "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 15:10:53 EDT", "StateChangeTimestampMonotonic": "352202274", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:53 EDT", "InactiveExitTimestampMonotonic": "352097441", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ActiveEnterTimestampMonotonic": "352202274", "ActiveExitTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ActiveExitTimestampMonotonic": "352061928", "InactiveEnterTimestamp": "Thu 2024-09-19 15:10:53 EDT", "InactiveEnterTimestampMonotonic": "352093873", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ConditionTimestampMonotonic": "352094371", "AssertTimestamp": "Thu 2024-09-19 15:10:53 EDT", "AssertTimestampMonotonic": "352094375", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "52bd7adf76ad48a2ab72e8a69eac2b51", "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}}} <<< 6629 1726773057.88489: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773057.88542: stderr chunk (state=3): >>><<< 6629 1726773057.88545: stdout chunk (state=3): >>><<< 6629 1726773057.88567: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "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": "11637", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "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 15:10:53 EDT", "ExecMainStartTimestampMonotonic": "352097150", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11637", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:53 EDT] ; stop_time=[n/a] ; pid=11637 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:53 EDT] ; stop_time=[n/a] ; pid=11637 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3883", "MemoryCurrent": "14041088", "MemoryAvailable": "infinity", "CPUUsageNSec": "106774000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "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": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "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", "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", "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 dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service power-profiles-daemon.service shutdown.target auto-cpufreq.service tlp.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus.socket system.slice systemd-journald.socket basic.target dbus-broker.service systemd-sysctl.service network.target sysinit.target", "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 15:10:53 EDT", "StateChangeTimestampMonotonic": "352202274", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:53 EDT", "InactiveExitTimestampMonotonic": "352097441", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ActiveEnterTimestampMonotonic": "352202274", "ActiveExitTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ActiveExitTimestampMonotonic": "352061928", "InactiveEnterTimestamp": "Thu 2024-09-19 15:10:53 EDT", "InactiveEnterTimestampMonotonic": "352093873", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ConditionTimestampMonotonic": "352094371", "AssertTimestamp": "Thu 2024-09-19 15:10:53 EDT", "AssertTimestampMonotonic": "352094375", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "52bd7adf76ad48a2ab72e8a69eac2b51", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773057.88815: 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-1726773057.1674542-7142-86163970025355/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773057.88830: _low_level_execute_command(): starting 6629 1726773057.88833: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773057.1674542-7142-86163970025355/ > /dev/null 2>&1 && sleep 0' 6629 1726773057.89266: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773057.89278: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773057.89297: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.89311: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.89357: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773057.89376: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773057.89413: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773057.91182: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773057.91226: stderr chunk (state=3): >>><<< 6629 1726773057.91229: stdout chunk (state=3): >>><<< 6629 1726773057.91241: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773057.91247: handler run complete 6629 1726773057.91286: attempt loop complete, returning result 6629 1726773057.91302: variable 'item' from source: unknown 6629 1726773057.91361: 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 15:10:53 EDT", "ActiveEnterTimestampMonotonic": "352202274", "ActiveExitTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ActiveExitTimestampMonotonic": "352061928", "ActiveState": "active", "After": "polkit.service dbus.socket system.slice systemd-journald.socket basic.target dbus-broker.service systemd-sysctl.service network.target sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:10:53 EDT", "AssertTimestampMonotonic": "352094375", "Before": "shutdown.target multi-user.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": "106774000", "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 15:10:53 EDT", "ConditionTimestampMonotonic": "352094371", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service power-profiles-daemon.service shutdown.target auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3883", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11637", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ExecMainStartTimestampMonotonic": "352097150", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:53 EDT] ; stop_time=[n/a] ; pid=11637 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:53 EDT] ; stop_time=[n/a] ; pid=11637 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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 15:10:53 EDT", "InactiveEnterTimestampMonotonic": "352093873", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:53 EDT", "InactiveExitTimestampMonotonic": "352097441", "InvocationID": "52bd7adf76ad48a2ab72e8a69eac2b51", "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": "13964", "LimitNPROCSoft": "13964", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11637", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "14041088", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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 dbus-broker.service sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestamp": "Thu 2024-09-19 15:10:53 EDT", "StateChangeTimestampMonotonic": "352202274", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22342", "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" } } 6629 1726773057.91838: dumping result to json 6629 1726773057.91840: done dumping result, returning 6629 1726773057.91842: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [1239c35c-e2e1-669f-ab4e-000000000200] 6629 1726773057.91843: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000200 6629 1726773057.92002: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000200 6629 1726773057.92007: WORKER PROCESS EXITING 6629 1726773057.92080: no more pending results, returning what we have 6629 1726773057.92082: results queue empty 6629 1726773057.92082: checking for any_errors_fatal 6629 1726773057.92085: done checking for any_errors_fatal 6629 1726773057.92085: checking for max_fail_percentage 6629 1726773057.92086: done checking for max_fail_percentage 6629 1726773057.92086: checking to see if all hosts have failed and the running result is not ok 6629 1726773057.92087: done checking to see if all hosts have failed 6629 1726773057.92088: getting the remaining hosts for this loop 6629 1726773057.92088: done getting the remaining hosts for this loop 6629 1726773057.92090: getting the next task for host managed_node3 6629 1726773057.92094: done getting next task for host managed_node3 6629 1726773057.92096: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6629 1726773057.92098: ^ 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 6629 1726773057.92106: getting variables 6629 1726773057.92107: in VariableManager get_vars() 6629 1726773057.92125: Calling all_inventory to load vars for managed_node3 6629 1726773057.92127: Calling groups_inventory to load vars for managed_node3 6629 1726773057.92128: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773057.92134: Calling all_plugins_play to load vars for managed_node3 6629 1726773057.92136: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773057.92138: Calling groups_plugins_play to load vars for managed_node3 6629 1726773057.92172: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773057.92202: done with get_vars() 6629 1726773057.92209: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 15:10:57 -0400 (0:00:00.795) 0:00:33.408 **** 6629 1726773057.92275: entering _queue_task() for managed_node3/file 6629 1726773057.92445: worker is 1 (out of 1 available) 6629 1726773057.92457: exiting _queue_task() for managed_node3/file 6629 1726773057.92470: done queuing things up, now waiting for results queue to drain 6629 1726773057.92471: waiting for pending results... 6629 1726773057.92635: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 6629 1726773057.92712: in run() - task 1239c35c-e2e1-669f-ab4e-000000000201 6629 1726773057.92722: variable 'ansible_search_path' from source: unknown 6629 1726773057.92726: variable 'ansible_search_path' from source: unknown 6629 1726773057.92754: calling self._execute() 6629 1726773057.92810: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773057.92816: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773057.92824: variable 'omit' from source: magic vars 6629 1726773057.92894: variable 'omit' from source: magic vars 6629 1726773057.92932: variable 'omit' from source: magic vars 6629 1726773057.92951: variable '__kernel_settings_profile_dir' from source: role '' all vars 6629 1726773057.93163: variable '__kernel_settings_profile_dir' from source: role '' all vars 6629 1726773057.93234: variable '__kernel_settings_profile_parent' from source: set_fact 6629 1726773057.93238: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6629 1726773057.93271: variable 'omit' from source: magic vars 6629 1726773057.93302: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773057.93327: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773057.93343: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773057.93359: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773057.93367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773057.93391: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773057.93395: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773057.93397: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773057.93464: Set connection var ansible_shell_executable to /bin/sh 6629 1726773057.93468: Set connection var ansible_timeout to 10 6629 1726773057.93475: Set connection var ansible_connection to ssh 6629 1726773057.93482: Set connection var ansible_pipelining to False 6629 1726773057.93487: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773057.93492: Set connection var ansible_shell_type to sh 6629 1726773057.93509: variable 'ansible_shell_executable' from source: unknown 6629 1726773057.93512: variable 'ansible_connection' from source: unknown 6629 1726773057.93515: variable 'ansible_module_compression' from source: unknown 6629 1726773057.93517: variable 'ansible_shell_type' from source: unknown 6629 1726773057.93519: variable 'ansible_shell_executable' from source: unknown 6629 1726773057.93521: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773057.93523: variable 'ansible_pipelining' from source: unknown 6629 1726773057.93527: variable 'ansible_timeout' from source: unknown 6629 1726773057.93531: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773057.93669: 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__) 6629 1726773057.93684: variable 'omit' from source: magic vars 6629 1726773057.93689: starting attempt loop 6629 1726773057.93691: running the handler 6629 1726773057.93694: _low_level_execute_command(): starting 6629 1726773057.93701: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773057.94185: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773057.94193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773057.94224: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.94239: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773057.94250: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.94296: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773057.94311: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773057.94355: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773057.95861: stdout chunk (state=3): >>>/root <<< 6629 1726773057.95962: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773057.96007: stderr chunk (state=3): >>><<< 6629 1726773057.96011: stdout chunk (state=3): >>><<< 6629 1726773057.96030: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773057.96039: _low_level_execute_command(): starting 6629 1726773057.96048: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773057.960281-7169-75484330408174 `" && echo ansible-tmp-1726773057.960281-7169-75484330408174="` echo /root/.ansible/tmp/ansible-tmp-1726773057.960281-7169-75484330408174 `" ) && sleep 0' 6629 1726773057.96463: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773057.96468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773057.96507: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773057.96529: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773057.96571: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773057.96583: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773057.96627: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773057.98409: stdout chunk (state=3): >>>ansible-tmp-1726773057.960281-7169-75484330408174=/root/.ansible/tmp/ansible-tmp-1726773057.960281-7169-75484330408174 <<< 6629 1726773057.98552: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773057.98608: stderr chunk (state=3): >>><<< 6629 1726773057.98617: stdout chunk (state=3): >>><<< 6629 1726773057.98641: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773057.960281-7169-75484330408174=/root/.ansible/tmp/ansible-tmp-1726773057.960281-7169-75484330408174 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773057.98738: variable 'ansible_module_compression' from source: unknown 6629 1726773057.98837: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6629 1726773057.98877: variable 'ansible_facts' from source: unknown 6629 1726773057.98960: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773057.960281-7169-75484330408174/AnsiballZ_file.py 6629 1726773057.99123: Sending initial data 6629 1726773057.99126: Sent initial data (149 bytes) 6629 1726773058.00110: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.00114: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.00151: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.00155: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.00212: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773058.00216: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773058.00250: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773058.02057: 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 debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773058.02060: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmplplkzjvi /root/.ansible/tmp/ansible-tmp-1726773057.960281-7169-75484330408174/AnsiballZ_file.py <<< 6629 1726773058.03413: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773058.03643: stderr chunk (state=3): >>><<< 6629 1726773058.03646: stdout chunk (state=3): >>><<< 6629 1726773058.03649: done transferring module to remote 6629 1726773058.03651: _low_level_execute_command(): starting 6629 1726773058.03653: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773057.960281-7169-75484330408174/ /root/.ansible/tmp/ansible-tmp-1726773057.960281-7169-75484330408174/AnsiballZ_file.py && sleep 0' 6629 1726773058.05070: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773058.05185: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.05207: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.05228: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.05341: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.05354: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773058.05368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.05392: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773058.05408: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773058.05424: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773058.05436: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.05450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.05467: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.05484: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.05498: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773058.05516: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.05608: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773058.05711: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773058.05727: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773058.05798: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773058.07585: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773058.07589: stdout chunk (state=3): >>><<< 6629 1726773058.07591: stderr chunk (state=3): >>><<< 6629 1726773058.07680: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773058.07684: _low_level_execute_command(): starting 6629 1726773058.07687: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773057.960281-7169-75484330408174/AnsiballZ_file.py && sleep 0' 6629 1726773058.08886: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773058.08905: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.08931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.08950: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.09017: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.09032: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773058.09047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.09066: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773058.09081: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773058.09093: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773058.09112: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.09129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.09148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.09161: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.09172: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773058.09189: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.09279: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773058.09301: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773058.09331: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773058.09416: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773058.23392: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/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/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}}} <<< 6629 1726773058.24545: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773058.24549: stdout chunk (state=3): >>><<< 6629 1726773058.24552: stderr chunk (state=3): >>><<< 6629 1726773058.24609: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings"}, "after": {"path": "/etc/tuned/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/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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773058.24727: done with _execute_module (file, {'path': '/etc/tuned/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-1726773057.960281-7169-75484330408174/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773058.24734: _low_level_execute_command(): starting 6629 1726773058.24736: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773057.960281-7169-75484330408174/ > /dev/null 2>&1 && sleep 0' 6629 1726773058.25344: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773058.25358: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.25385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.25407: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.25449: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.25462: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773058.25479: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.25509: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773058.25522: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773058.25534: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773058.25548: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.25563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.25582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.25602: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.25619: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773058.25633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.25716: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773058.25742: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773058.25759: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773058.25826: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773058.27640: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773058.27643: stdout chunk (state=3): >>><<< 6629 1726773058.27645: stderr chunk (state=3): >>><<< 6629 1726773058.27814: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773058.27818: handler run complete 6629 1726773058.27820: attempt loop complete, returning result 6629 1726773058.27822: _execute() done 6629 1726773058.27824: dumping result to json 6629 1726773058.27825: done dumping result, returning 6629 1726773058.27827: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [1239c35c-e2e1-669f-ab4e-000000000201] 6629 1726773058.27829: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000201 6629 1726773058.27912: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000201 6629 1726773058.27917: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "state": "directory", "uid": 0 } 6629 1726773058.28008: no more pending results, returning what we have 6629 1726773058.28011: results queue empty 6629 1726773058.28012: checking for any_errors_fatal 6629 1726773058.28034: done checking for any_errors_fatal 6629 1726773058.28035: checking for max_fail_percentage 6629 1726773058.28036: done checking for max_fail_percentage 6629 1726773058.28037: checking to see if all hosts have failed and the running result is not ok 6629 1726773058.28038: done checking to see if all hosts have failed 6629 1726773058.28039: getting the remaining hosts for this loop 6629 1726773058.28040: done getting the remaining hosts for this loop 6629 1726773058.28044: getting the next task for host managed_node3 6629 1726773058.28051: done getting next task for host managed_node3 6629 1726773058.28055: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6629 1726773058.28060: ^ 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 6629 1726773058.28070: getting variables 6629 1726773058.28072: in VariableManager get_vars() 6629 1726773058.28109: Calling all_inventory to load vars for managed_node3 6629 1726773058.28113: Calling groups_inventory to load vars for managed_node3 6629 1726773058.28115: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773058.28126: Calling all_plugins_play to load vars for managed_node3 6629 1726773058.28129: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773058.28133: Calling groups_plugins_play to load vars for managed_node3 6629 1726773058.28183: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773058.28462: done with get_vars() 6629 1726773058.28471: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 15:10:58 -0400 (0:00:00.362) 0:00:33.771 **** 6629 1726773058.28571: entering _queue_task() for managed_node3/slurp 6629 1726773058.28779: worker is 1 (out of 1 available) 6629 1726773058.28790: exiting _queue_task() for managed_node3/slurp 6629 1726773058.28800: done queuing things up, now waiting for results queue to drain 6629 1726773058.28802: waiting for pending results... 6629 1726773058.29461: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 6629 1726773058.29563: in run() - task 1239c35c-e2e1-669f-ab4e-000000000202 6629 1726773058.29575: variable 'ansible_search_path' from source: unknown 6629 1726773058.29578: variable 'ansible_search_path' from source: unknown 6629 1726773058.29619: calling self._execute() 6629 1726773058.29690: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773058.29695: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773058.29705: variable 'omit' from source: magic vars 6629 1726773058.29806: variable 'omit' from source: magic vars 6629 1726773058.29854: variable 'omit' from source: magic vars 6629 1726773058.29882: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6629 1726773058.30881: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6629 1726773058.30963: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6629 1726773058.31009: variable 'omit' from source: magic vars 6629 1726773058.31049: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773058.31084: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773058.31105: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773058.31122: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773058.31133: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773058.31163: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773058.31167: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773058.31170: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773058.31531: Set connection var ansible_shell_executable to /bin/sh 6629 1726773058.31537: Set connection var ansible_timeout to 10 6629 1726773058.31544: Set connection var ansible_connection to ssh 6629 1726773058.31552: Set connection var ansible_pipelining to False 6629 1726773058.31557: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773058.31563: Set connection var ansible_shell_type to sh 6629 1726773058.31587: variable 'ansible_shell_executable' from source: unknown 6629 1726773058.31591: variable 'ansible_connection' from source: unknown 6629 1726773058.31593: variable 'ansible_module_compression' from source: unknown 6629 1726773058.31596: variable 'ansible_shell_type' from source: unknown 6629 1726773058.31598: variable 'ansible_shell_executable' from source: unknown 6629 1726773058.31600: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773058.31605: variable 'ansible_pipelining' from source: unknown 6629 1726773058.31607: variable 'ansible_timeout' from source: unknown 6629 1726773058.31619: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773058.31811: 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__) 6629 1726773058.31820: variable 'omit' from source: magic vars 6629 1726773058.31826: starting attempt loop 6629 1726773058.31829: running the handler 6629 1726773058.31840: _low_level_execute_command(): starting 6629 1726773058.31848: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773058.32608: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773058.32622: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.32632: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.32647: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.32690: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.32699: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773058.32711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.32725: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773058.32733: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773058.32740: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773058.32748: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.32757: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.32769: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.32776: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.32788: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773058.32798: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.32870: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773058.32892: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773058.32906: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773058.32972: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773058.34511: stdout chunk (state=3): >>>/root <<< 6629 1726773058.34669: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773058.34672: stderr chunk (state=3): >>><<< 6629 1726773058.34684: stdout chunk (state=3): >>><<< 6629 1726773058.34705: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773058.34719: _low_level_execute_command(): starting 6629 1726773058.34725: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773058.3470488-7189-263960273045612 `" && echo ansible-tmp-1726773058.3470488-7189-263960273045612="` echo /root/.ansible/tmp/ansible-tmp-1726773058.3470488-7189-263960273045612 `" ) && sleep 0' 6629 1726773058.35342: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773058.35349: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.35360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.35375: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.35416: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.35424: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773058.35435: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.35449: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773058.35452: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773058.35460: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773058.35468: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.35477: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.35492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.35500: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.35508: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773058.35517: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.35590: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773058.35608: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773058.35622: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773058.35688: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773058.37484: stdout chunk (state=3): >>>ansible-tmp-1726773058.3470488-7189-263960273045612=/root/.ansible/tmp/ansible-tmp-1726773058.3470488-7189-263960273045612 <<< 6629 1726773058.37591: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773058.37669: stderr chunk (state=3): >>><<< 6629 1726773058.37674: stdout chunk (state=3): >>><<< 6629 1726773058.37699: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773058.3470488-7189-263960273045612=/root/.ansible/tmp/ansible-tmp-1726773058.3470488-7189-263960273045612 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773058.37745: variable 'ansible_module_compression' from source: unknown 6629 1726773058.37786: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6629 1726773058.37821: variable 'ansible_facts' from source: unknown 6629 1726773058.37917: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773058.3470488-7189-263960273045612/AnsiballZ_slurp.py 6629 1726773058.38397: Sending initial data 6629 1726773058.38400: Sent initial data (152 bytes) 6629 1726773058.39276: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.39282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.39315: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.39319: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.39321: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.39382: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773058.39390: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773058.39428: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773058.41139: 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 <<< 6629 1726773058.41185: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773058.41214: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpgd81i03r /root/.ansible/tmp/ansible-tmp-1726773058.3470488-7189-263960273045612/AnsiballZ_slurp.py <<< 6629 1726773058.41581: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773058.42300: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773058.42474: stderr chunk (state=3): >>><<< 6629 1726773058.42477: stdout chunk (state=3): >>><<< 6629 1726773058.42479: done transferring module to remote 6629 1726773058.42481: _low_level_execute_command(): starting 6629 1726773058.42484: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773058.3470488-7189-263960273045612/ /root/.ansible/tmp/ansible-tmp-1726773058.3470488-7189-263960273045612/AnsiballZ_slurp.py && sleep 0' 6629 1726773058.43041: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773058.43055: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.43079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.43111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.43163: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.43178: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773058.43198: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.43218: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773058.43233: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773058.43249: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773058.43261: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.43275: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.43293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.43308: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.43321: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773058.43344: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.43424: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773058.43448: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773058.43471: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773058.43530: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773058.45202: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773058.45241: stderr chunk (state=3): >>><<< 6629 1726773058.45245: stdout chunk (state=3): >>><<< 6629 1726773058.45257: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773058.45259: _low_level_execute_command(): starting 6629 1726773058.45264: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773058.3470488-7189-263960273045612/AnsiballZ_slurp.py && sleep 0' 6629 1726773058.45682: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.45686: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.45714: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.45717: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.45719: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.45770: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773058.45773: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773058.45819: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773058.58715: 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"}}} <<< 6629 1726773058.59722: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773058.59787: stderr chunk (state=3): >>><<< 6629 1726773058.59791: stdout chunk (state=3): >>><<< 6629 1726773058.59906: _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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773058.59911: 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-1726773058.3470488-7189-263960273045612/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773058.59913: _low_level_execute_command(): starting 6629 1726773058.59915: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773058.3470488-7189-263960273045612/ > /dev/null 2>&1 && sleep 0' 6629 1726773058.60549: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773058.60570: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.60585: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.60602: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.60646: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.60658: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773058.60670: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.60690: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773058.60702: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773058.60716: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773058.60729: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.60743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.60758: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.60771: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.60784: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773058.60800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.60873: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773058.60899: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773058.60919: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773058.60982: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773058.62827: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773058.62831: stdout chunk (state=3): >>><<< 6629 1726773058.62833: stderr chunk (state=3): >>><<< 6629 1726773058.62918: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773058.62921: handler run complete 6629 1726773058.62924: attempt loop complete, returning result 6629 1726773058.62926: _execute() done 6629 1726773058.62928: dumping result to json 6629 1726773058.62929: done dumping result, returning 6629 1726773058.62932: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [1239c35c-e2e1-669f-ab4e-000000000202] 6629 1726773058.62933: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000202 6629 1726773058.63038: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000202 6629 1726773058.63041: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6629 1726773058.63107: no more pending results, returning what we have 6629 1726773058.63110: results queue empty 6629 1726773058.63111: checking for any_errors_fatal 6629 1726773058.63121: done checking for any_errors_fatal 6629 1726773058.63122: checking for max_fail_percentage 6629 1726773058.63123: done checking for max_fail_percentage 6629 1726773058.63124: checking to see if all hosts have failed and the running result is not ok 6629 1726773058.63125: done checking to see if all hosts have failed 6629 1726773058.63126: getting the remaining hosts for this loop 6629 1726773058.63127: done getting the remaining hosts for this loop 6629 1726773058.63130: getting the next task for host managed_node3 6629 1726773058.63136: done getting next task for host managed_node3 6629 1726773058.63140: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6629 1726773058.63144: ^ 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 6629 1726773058.63154: getting variables 6629 1726773058.63155: in VariableManager get_vars() 6629 1726773058.63187: Calling all_inventory to load vars for managed_node3 6629 1726773058.63190: Calling groups_inventory to load vars for managed_node3 6629 1726773058.63193: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773058.63200: Calling all_plugins_play to load vars for managed_node3 6629 1726773058.63202: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773058.63206: Calling groups_plugins_play to load vars for managed_node3 6629 1726773058.63239: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773058.63273: done with get_vars() 6629 1726773058.63280: done getting variables 6629 1726773058.63325: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 15:10:58 -0400 (0:00:00.347) 0:00:34.119 **** 6629 1726773058.63355: entering _queue_task() for managed_node3/set_fact 6629 1726773058.63526: worker is 1 (out of 1 available) 6629 1726773058.63542: exiting _queue_task() for managed_node3/set_fact 6629 1726773058.63555: done queuing things up, now waiting for results queue to drain 6629 1726773058.63557: waiting for pending results... 6629 1726773058.63728: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 6629 1726773058.63797: in run() - task 1239c35c-e2e1-669f-ab4e-000000000203 6629 1726773058.63811: variable 'ansible_search_path' from source: unknown 6629 1726773058.63814: variable 'ansible_search_path' from source: unknown 6629 1726773058.63847: calling self._execute() 6629 1726773058.63896: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773058.63902: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773058.63911: variable 'omit' from source: magic vars 6629 1726773058.63986: variable 'omit' from source: magic vars 6629 1726773058.64022: variable 'omit' from source: magic vars 6629 1726773058.64310: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6629 1726773058.64318: variable '__cur_profile' from source: task vars 6629 1726773058.64424: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773058.66191: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773058.66258: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773058.66298: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773058.66340: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773058.66371: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773058.66452: 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) 6629 1726773058.66484: 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) 6629 1726773058.66522: 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) 6629 1726773058.66566: 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) 6629 1726773058.66585: 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) 6629 1726773058.66694: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6629 1726773058.66734: variable 'omit' from source: magic vars 6629 1726773058.66773: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773058.66804: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773058.66821: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773058.66834: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773058.66843: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773058.66869: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773058.66873: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773058.66876: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773058.66940: Set connection var ansible_shell_executable to /bin/sh 6629 1726773058.66944: Set connection var ansible_timeout to 10 6629 1726773058.66957: Set connection var ansible_connection to ssh 6629 1726773058.66960: Set connection var ansible_pipelining to False 6629 1726773058.66962: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773058.66966: Set connection var ansible_shell_type to sh 6629 1726773058.66984: variable 'ansible_shell_executable' from source: unknown 6629 1726773058.66987: variable 'ansible_connection' from source: unknown 6629 1726773058.66989: variable 'ansible_module_compression' from source: unknown 6629 1726773058.66992: variable 'ansible_shell_type' from source: unknown 6629 1726773058.66994: variable 'ansible_shell_executable' from source: unknown 6629 1726773058.66996: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773058.67000: variable 'ansible_pipelining' from source: unknown 6629 1726773058.67002: variable 'ansible_timeout' from source: unknown 6629 1726773058.67009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773058.67073: 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) 6629 1726773058.67080: variable 'omit' from source: magic vars 6629 1726773058.67089: starting attempt loop 6629 1726773058.67091: running the handler 6629 1726773058.67099: handler run complete 6629 1726773058.67109: attempt loop complete, returning result 6629 1726773058.67112: _execute() done 6629 1726773058.67114: dumping result to json 6629 1726773058.67116: done dumping result, returning 6629 1726773058.67124: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [1239c35c-e2e1-669f-ab4e-000000000203] 6629 1726773058.67128: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000203 6629 1726773058.67212: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000203 6629 1726773058.67215: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 6629 1726773058.67272: no more pending results, returning what we have 6629 1726773058.67274: results queue empty 6629 1726773058.67275: checking for any_errors_fatal 6629 1726773058.67285: done checking for any_errors_fatal 6629 1726773058.67285: checking for max_fail_percentage 6629 1726773058.67287: done checking for max_fail_percentage 6629 1726773058.67287: checking to see if all hosts have failed and the running result is not ok 6629 1726773058.67288: done checking to see if all hosts have failed 6629 1726773058.67289: getting the remaining hosts for this loop 6629 1726773058.67291: done getting the remaining hosts for this loop 6629 1726773058.67294: getting the next task for host managed_node3 6629 1726773058.67299: done getting next task for host managed_node3 6629 1726773058.67302: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6629 1726773058.67308: ^ 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 6629 1726773058.67322: getting variables 6629 1726773058.67324: in VariableManager get_vars() 6629 1726773058.67353: Calling all_inventory to load vars for managed_node3 6629 1726773058.67356: Calling groups_inventory to load vars for managed_node3 6629 1726773058.67358: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773058.67365: Calling all_plugins_play to load vars for managed_node3 6629 1726773058.67367: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773058.67369: Calling groups_plugins_play to load vars for managed_node3 6629 1726773058.67405: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773058.67437: done with get_vars() 6629 1726773058.67443: done getting variables 6629 1726773058.67486: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:10:58 -0400 (0:00:00.041) 0:00:34.161 **** 6629 1726773058.67511: entering _queue_task() for managed_node3/copy 6629 1726773058.67694: worker is 1 (out of 1 available) 6629 1726773058.67710: exiting _queue_task() for managed_node3/copy 6629 1726773058.67722: done queuing things up, now waiting for results queue to drain 6629 1726773058.67723: waiting for pending results... 6629 1726773058.67890: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 6629 1726773058.67955: in run() - task 1239c35c-e2e1-669f-ab4e-000000000204 6629 1726773058.67966: variable 'ansible_search_path' from source: unknown 6629 1726773058.67969: variable 'ansible_search_path' from source: unknown 6629 1726773058.67997: calling self._execute() 6629 1726773058.68054: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773058.68057: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773058.68065: variable 'omit' from source: magic vars 6629 1726773058.68136: variable 'omit' from source: magic vars 6629 1726773058.68170: variable 'omit' from source: magic vars 6629 1726773058.68193: variable '__kernel_settings_active_profile' from source: set_fact 6629 1726773058.68400: variable '__kernel_settings_active_profile' from source: set_fact 6629 1726773058.68420: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6629 1726773058.68470: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 6629 1726773058.68523: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6629 1726773058.68543: variable 'omit' from source: magic vars 6629 1726773058.68575: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773058.68599: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773058.68617: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773058.68630: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773058.68639: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773058.68662: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773058.68665: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773058.68671: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773058.68735: Set connection var ansible_shell_executable to /bin/sh 6629 1726773058.68739: Set connection var ansible_timeout to 10 6629 1726773058.68745: Set connection var ansible_connection to ssh 6629 1726773058.68752: Set connection var ansible_pipelining to False 6629 1726773058.68757: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773058.68762: Set connection var ansible_shell_type to sh 6629 1726773058.68783: variable 'ansible_shell_executable' from source: unknown 6629 1726773058.68787: variable 'ansible_connection' from source: unknown 6629 1726773058.68789: variable 'ansible_module_compression' from source: unknown 6629 1726773058.68791: variable 'ansible_shell_type' from source: unknown 6629 1726773058.68794: variable 'ansible_shell_executable' from source: unknown 6629 1726773058.68796: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773058.68798: variable 'ansible_pipelining' from source: unknown 6629 1726773058.68800: variable 'ansible_timeout' from source: unknown 6629 1726773058.68802: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773058.68910: 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) 6629 1726773058.68930: variable 'omit' from source: magic vars 6629 1726773058.68943: starting attempt loop 6629 1726773058.68952: running the handler 6629 1726773058.68969: _low_level_execute_command(): starting 6629 1726773058.68987: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773058.69910: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773058.69932: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.69947: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.69966: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.70011: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.70030: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773058.70045: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.70062: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773058.70073: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773058.70088: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773058.70100: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.70118: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.70142: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.70158: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.70171: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773058.70190: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.70281: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773058.70305: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773058.70322: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773058.70391: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773058.71974: stdout chunk (state=3): >>>/root <<< 6629 1726773058.72116: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773058.72120: stdout chunk (state=3): >>><<< 6629 1726773058.72128: stderr chunk (state=3): >>><<< 6629 1726773058.72145: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773058.72158: _low_level_execute_command(): starting 6629 1726773058.72164: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773058.7214544-7210-221791527662517 `" && echo ansible-tmp-1726773058.7214544-7210-221791527662517="` echo /root/.ansible/tmp/ansible-tmp-1726773058.7214544-7210-221791527662517 `" ) && sleep 0' 6629 1726773058.72600: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.72606: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.72640: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.72644: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.72648: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.72698: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773058.72702: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773058.72744: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773058.74577: stdout chunk (state=3): >>>ansible-tmp-1726773058.7214544-7210-221791527662517=/root/.ansible/tmp/ansible-tmp-1726773058.7214544-7210-221791527662517 <<< 6629 1726773058.74708: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773058.74802: stderr chunk (state=3): >>><<< 6629 1726773058.74816: stdout chunk (state=3): >>><<< 6629 1726773058.75117: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773058.7214544-7210-221791527662517=/root/.ansible/tmp/ansible-tmp-1726773058.7214544-7210-221791527662517 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773058.75120: variable 'ansible_module_compression' from source: unknown 6629 1726773058.75123: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6629 1726773058.75125: variable 'ansible_facts' from source: unknown 6629 1726773058.75127: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773058.7214544-7210-221791527662517/AnsiballZ_stat.py 6629 1726773058.75881: Sending initial data 6629 1726773058.75885: Sent initial data (151 bytes) 6629 1726773058.77124: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773058.77140: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.77156: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.77176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.77226: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.77240: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773058.77256: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.77274: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773058.77288: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773058.77301: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773058.77318: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.77334: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.77351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.77363: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.77375: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773058.77390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.77469: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773058.77491: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773058.77511: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773058.77582: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773058.79339: 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 <<< 6629 1726773058.79361: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773058.79390: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp8jj6xwjo /root/.ansible/tmp/ansible-tmp-1726773058.7214544-7210-221791527662517/AnsiballZ_stat.py <<< 6629 1726773058.79422: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773058.80469: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773058.80709: stderr chunk (state=3): >>><<< 6629 1726773058.80712: stdout chunk (state=3): >>><<< 6629 1726773058.80715: done transferring module to remote 6629 1726773058.80717: _low_level_execute_command(): starting 6629 1726773058.80719: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773058.7214544-7210-221791527662517/ /root/.ansible/tmp/ansible-tmp-1726773058.7214544-7210-221791527662517/AnsiballZ_stat.py && sleep 0' 6629 1726773058.81334: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773058.81347: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.81359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.81381: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.81428: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.81440: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773058.81452: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.81469: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773058.81484: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773058.81503: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773058.81519: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.81534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.81552: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.81565: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.81580: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773058.81595: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.81682: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773058.81705: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773058.81726: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773058.81808: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773058.83471: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773058.83521: stderr chunk (state=3): >>><<< 6629 1726773058.83528: stdout chunk (state=3): >>><<< 6629 1726773058.83598: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773058.83601: _low_level_execute_command(): starting 6629 1726773058.83605: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773058.7214544-7210-221791527662517/AnsiballZ_stat.py && sleep 0' 6629 1726773058.84174: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773058.84191: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.84208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.84228: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.84275: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.84290: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773058.84306: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.84324: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773058.84335: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773058.84345: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773058.84356: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773058.84367: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773058.84393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773058.84407: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773058.84419: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773058.84432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773058.84516: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773058.84537: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773058.84554: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773058.84631: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773058.98671: 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": 83886274, "dev": 51713, "nlink": 1, "atime": 1726773058.5839584, "mtime": 1726773053.1859105, "ctime": 1726773053.1859105, "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": "592126851", "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}}} <<< 6629 1726773058.99847: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773058.99901: stderr chunk (state=3): >>><<< 6629 1726773058.99907: stdout chunk (state=3): >>><<< 6629 1726773058.99925: _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": 83886274, "dev": 51713, "nlink": 1, "atime": 1726773058.5839584, "mtime": 1726773053.1859105, "ctime": 1726773053.1859105, "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": "592126851", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773058.99980: 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-1726773058.7214544-7210-221791527662517/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6629 1726773059.00016: variable 'ansible_module_compression' from source: unknown 6629 1726773059.00048: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6629 1726773059.00062: variable 'ansible_facts' from source: unknown 6629 1726773059.00112: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773058.7214544-7210-221791527662517/AnsiballZ_file.py 6629 1726773059.00213: Sending initial data 6629 1726773059.00225: Sent initial data (151 bytes) 6629 1726773059.00871: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.00878: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.00924: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.00927: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.00929: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.00991: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773059.01001: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773059.01007: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773059.01026: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773059.02757: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 6629 1726773059.02765: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 6629 1726773059.02771: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 <<< 6629 1726773059.02780: stderr chunk (state=3): >>>debug2: Server supports extension "fstatvfs@openssh.com" revision 2 <<< 6629 1726773059.02783: stderr chunk (state=3): >>>debug2: Server supports extension "hardlink@openssh.com" revision 1 <<< 6629 1726773059.02791: stderr chunk (state=3): >>>debug2: Server supports extension "fsync@openssh.com" revision 1 <<< 6629 1726773059.02797: stderr chunk (state=3): >>>debug2: Server supports extension "lsetstat@openssh.com" revision 1 <<< 6629 1726773059.02805: stderr chunk (state=3): >>>debug2: Server supports extension "limits@openssh.com" revision 1 <<< 6629 1726773059.02813: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6629 1726773059.02854: stderr chunk (state=3): >>>debug1: Using server download size 261120 <<< 6629 1726773059.02861: stderr chunk (state=3): >>>debug1: Using server upload size 261120 <<< 6629 1726773059.02868: stderr chunk (state=3): >>>debug1: Server handle limit 1019; using 64 <<< 6629 1726773059.02915: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpmg7sjoce /root/.ansible/tmp/ansible-tmp-1726773058.7214544-7210-221791527662517/AnsiballZ_file.py <<< 6629 1726773059.02960: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773059.04111: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773059.04191: stderr chunk (state=3): >>><<< 6629 1726773059.04197: stdout chunk (state=3): >>><<< 6629 1726773059.04223: done transferring module to remote 6629 1726773059.04234: _low_level_execute_command(): starting 6629 1726773059.04239: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773058.7214544-7210-221791527662517/ /root/.ansible/tmp/ansible-tmp-1726773058.7214544-7210-221791527662517/AnsiballZ_file.py && sleep 0' 6629 1726773059.04912: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773059.04921: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.04931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.04945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.04993: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.04999: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773059.05011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.05025: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773059.05032: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773059.05039: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773059.05047: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.05056: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.05067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.05079: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.05093: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773059.05102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.05176: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773059.05195: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773059.05217: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773059.05281: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773059.06990: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773059.07058: stderr chunk (state=3): >>><<< 6629 1726773059.07067: stdout chunk (state=3): >>><<< 6629 1726773059.07160: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773059.07171: _low_level_execute_command(): starting 6629 1726773059.07174: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773058.7214544-7210-221791527662517/AnsiballZ_file.py && sleep 0' 6629 1726773059.07775: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773059.07790: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.07809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.07829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.07880: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.07892: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773059.07907: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.07923: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773059.07934: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773059.07949: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773059.07964: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.07977: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.07992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.08008: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.08021: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773059.08036: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.08123: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773059.08145: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773059.08168: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773059.08240: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773059.22084: 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": ".kfbjjd2o", "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}}} <<< 6629 1726773059.23105: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773059.23154: stderr chunk (state=3): >>><<< 6629 1726773059.23157: stdout chunk (state=3): >>><<< 6629 1726773059.23171: _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": ".kfbjjd2o", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773059.23215: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.kfbjjd2o', '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-1726773058.7214544-7210-221791527662517/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773059.23226: _low_level_execute_command(): starting 6629 1726773059.23230: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773058.7214544-7210-221791527662517/ > /dev/null 2>&1 && sleep 0' 6629 1726773059.23940: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.23947: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.23997: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773059.24004: 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.10.63 is address debug1: re-parsing configuration <<< 6629 1726773059.24010: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.24023: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.24028: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.24128: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773059.24147: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773059.24209: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773059.25954: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773059.25993: stderr chunk (state=3): >>><<< 6629 1726773059.25997: stdout chunk (state=3): >>><<< 6629 1726773059.26011: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773059.26017: handler run complete 6629 1726773059.26040: attempt loop complete, returning result 6629 1726773059.26042: _execute() done 6629 1726773059.26045: dumping result to json 6629 1726773059.26050: done dumping result, returning 6629 1726773059.26058: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [1239c35c-e2e1-669f-ab4e-000000000204] 6629 1726773059.26065: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000204 6629 1726773059.26169: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000204 6629 1726773059.26172: 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 } 6629 1726773059.26264: no more pending results, returning what we have 6629 1726773059.26267: results queue empty 6629 1726773059.26268: checking for any_errors_fatal 6629 1726773059.26272: done checking for any_errors_fatal 6629 1726773059.26273: checking for max_fail_percentage 6629 1726773059.26274: done checking for max_fail_percentage 6629 1726773059.26275: checking to see if all hosts have failed and the running result is not ok 6629 1726773059.26278: done checking to see if all hosts have failed 6629 1726773059.26279: getting the remaining hosts for this loop 6629 1726773059.26280: done getting the remaining hosts for this loop 6629 1726773059.26283: getting the next task for host managed_node3 6629 1726773059.26289: done getting next task for host managed_node3 6629 1726773059.26293: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6629 1726773059.26296: ^ 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 6629 1726773059.26307: getting variables 6629 1726773059.26308: in VariableManager get_vars() 6629 1726773059.26337: Calling all_inventory to load vars for managed_node3 6629 1726773059.26339: Calling groups_inventory to load vars for managed_node3 6629 1726773059.26340: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773059.26348: Calling all_plugins_play to load vars for managed_node3 6629 1726773059.26349: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773059.26351: Calling groups_plugins_play to load vars for managed_node3 6629 1726773059.26386: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773059.26424: done with get_vars() 6629 1726773059.26435: done getting variables 6629 1726773059.26476: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 15:10:59 -0400 (0:00:00.589) 0:00:34.750 **** 6629 1726773059.26500: entering _queue_task() for managed_node3/copy 6629 1726773059.26667: worker is 1 (out of 1 available) 6629 1726773059.26680: exiting _queue_task() for managed_node3/copy 6629 1726773059.26693: done queuing things up, now waiting for results queue to drain 6629 1726773059.26694: waiting for pending results... 6629 1726773059.26898: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 6629 1726773059.26990: in run() - task 1239c35c-e2e1-669f-ab4e-000000000205 6629 1726773059.27001: variable 'ansible_search_path' from source: unknown 6629 1726773059.27009: variable 'ansible_search_path' from source: unknown 6629 1726773059.27057: calling self._execute() 6629 1726773059.27115: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773059.27128: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773059.27143: variable 'omit' from source: magic vars 6629 1726773059.27239: variable 'omit' from source: magic vars 6629 1726773059.27294: variable 'omit' from source: magic vars 6629 1726773059.27327: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6629 1726773059.27615: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 6629 1726773059.27789: variable '__kernel_settings_tuned_dir' from source: role '' all vars 6629 1726773059.27830: variable 'omit' from source: magic vars 6629 1726773059.27875: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773059.27918: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773059.27945: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773059.27967: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773059.27981: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773059.28014: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773059.28026: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773059.28043: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773059.28111: Set connection var ansible_shell_executable to /bin/sh 6629 1726773059.28117: Set connection var ansible_timeout to 10 6629 1726773059.28122: Set connection var ansible_connection to ssh 6629 1726773059.28139: Set connection var ansible_pipelining to False 6629 1726773059.28152: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773059.28164: Set connection var ansible_shell_type to sh 6629 1726773059.28183: variable 'ansible_shell_executable' from source: unknown 6629 1726773059.28186: variable 'ansible_connection' from source: unknown 6629 1726773059.28189: variable 'ansible_module_compression' from source: unknown 6629 1726773059.28191: variable 'ansible_shell_type' from source: unknown 6629 1726773059.28193: variable 'ansible_shell_executable' from source: unknown 6629 1726773059.28195: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773059.28199: variable 'ansible_pipelining' from source: unknown 6629 1726773059.28201: variable 'ansible_timeout' from source: unknown 6629 1726773059.28207: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773059.28322: 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) 6629 1726773059.28329: variable 'omit' from source: magic vars 6629 1726773059.28333: starting attempt loop 6629 1726773059.28336: running the handler 6629 1726773059.28380: _low_level_execute_command(): starting 6629 1726773059.28385: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773059.29137: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773059.29162: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.29178: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.29197: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.29241: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.29260: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773059.29278: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.29296: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773059.29310: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773059.29321: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773059.29333: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.29347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.29365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.29385: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.29398: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773059.29415: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.29498: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773059.29555: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773059.29559: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773059.29593: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773059.31119: stdout chunk (state=3): >>>/root <<< 6629 1726773059.31226: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773059.31274: stderr chunk (state=3): >>><<< 6629 1726773059.31276: stdout chunk (state=3): >>><<< 6629 1726773059.31310: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773059.31313: _low_level_execute_command(): starting 6629 1726773059.31316: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773059.3128989-7253-33874384837764 `" && echo ansible-tmp-1726773059.3128989-7253-33874384837764="` echo /root/.ansible/tmp/ansible-tmp-1726773059.3128989-7253-33874384837764 `" ) && sleep 0' 6629 1726773059.31817: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773059.31832: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.31846: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.31864: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.31917: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.31930: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773059.31946: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.31966: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773059.31988: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773059.32005: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773059.32019: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.32033: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.32047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.32058: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.32069: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773059.32083: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.32168: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773059.32188: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773059.32213: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773059.32273: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773059.34066: stdout chunk (state=3): >>>ansible-tmp-1726773059.3128989-7253-33874384837764=/root/.ansible/tmp/ansible-tmp-1726773059.3128989-7253-33874384837764 <<< 6629 1726773059.34179: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773059.34221: stderr chunk (state=3): >>><<< 6629 1726773059.34224: stdout chunk (state=3): >>><<< 6629 1726773059.34247: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773059.3128989-7253-33874384837764=/root/.ansible/tmp/ansible-tmp-1726773059.3128989-7253-33874384837764 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773059.34302: variable 'ansible_module_compression' from source: unknown 6629 1726773059.34343: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6629 1726773059.34369: variable 'ansible_facts' from source: unknown 6629 1726773059.34429: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773059.3128989-7253-33874384837764/AnsiballZ_stat.py 6629 1726773059.34516: Sending initial data 6629 1726773059.34525: Sent initial data (150 bytes) 6629 1726773059.35146: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.35149: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.35181: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.35185: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.35187: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.35237: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773059.35250: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773059.35291: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773059.36985: 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 <<< 6629 1726773059.37020: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773059.37058: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpv0m7rit9 /root/.ansible/tmp/ansible-tmp-1726773059.3128989-7253-33874384837764/AnsiballZ_stat.py <<< 6629 1726773059.37090: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773059.38028: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773059.38113: stderr chunk (state=3): >>><<< 6629 1726773059.38117: stdout chunk (state=3): >>><<< 6629 1726773059.38130: done transferring module to remote 6629 1726773059.38138: _low_level_execute_command(): starting 6629 1726773059.38142: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773059.3128989-7253-33874384837764/ /root/.ansible/tmp/ansible-tmp-1726773059.3128989-7253-33874384837764/AnsiballZ_stat.py && sleep 0' 6629 1726773059.38555: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.38558: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.38583: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.38589: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.38609: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.38651: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773059.38654: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773059.38693: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773059.40407: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773059.40475: stderr chunk (state=3): >>><<< 6629 1726773059.40490: stdout chunk (state=3): >>><<< 6629 1726773059.40580: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773059.40585: _low_level_execute_command(): starting 6629 1726773059.40588: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773059.3128989-7253-33874384837764/AnsiballZ_stat.py && sleep 0' 6629 1726773059.41242: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773059.41257: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.41271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.41292: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.41337: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.41350: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773059.41364: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.41385: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773059.41397: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773059.41413: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773059.41427: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.41441: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.41457: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.41470: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.41484: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773059.41499: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.41581: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773059.41602: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773059.41622: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773059.41700: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773059.55838: 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": 90177730, "dev": 51713, "nlink": 1, "atime": 1726773053.1729105, "mtime": 1726773053.1869104, "ctime": 1726773053.1869104, "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": "2520242557", "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}}} <<< 6629 1726773059.57166: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773059.57169: stdout chunk (state=3): >>><<< 6629 1726773059.57171: stderr chunk (state=3): >>><<< 6629 1726773059.57512: _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": 90177730, "dev": 51713, "nlink": 1, "atime": 1726773053.1729105, "mtime": 1726773053.1869104, "ctime": 1726773053.1869104, "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": "2520242557", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773059.57520: 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-1726773059.3128989-7253-33874384837764/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6629 1726773059.57523: variable 'ansible_module_compression' from source: unknown 6629 1726773059.57525: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6629 1726773059.57527: variable 'ansible_facts' from source: unknown 6629 1726773059.57529: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773059.3128989-7253-33874384837764/AnsiballZ_file.py 6629 1726773059.58442: Sending initial data 6629 1726773059.58445: Sent initial data (150 bytes) 6629 1726773059.60648: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.60651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.60756: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.60759: 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 <<< 6629 1726773059.60761: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.60764: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.60886: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773059.60971: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773059.60974: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773059.61052: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773059.62830: 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 <<< 6629 1726773059.62883: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773059.62906: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpxi2z1jjf /root/.ansible/tmp/ansible-tmp-1726773059.3128989-7253-33874384837764/AnsiballZ_file.py <<< 6629 1726773059.62930: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773059.64219: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773059.64459: stderr chunk (state=3): >>><<< 6629 1726773059.64462: stdout chunk (state=3): >>><<< 6629 1726773059.64465: done transferring module to remote 6629 1726773059.64467: _low_level_execute_command(): starting 6629 1726773059.64469: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773059.3128989-7253-33874384837764/ /root/.ansible/tmp/ansible-tmp-1726773059.3128989-7253-33874384837764/AnsiballZ_file.py && sleep 0' 6629 1726773059.66153: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.66156: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.66269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.66309: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.66323: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.66584: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773059.66615: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773059.66631: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773059.66725: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773059.68431: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773059.68501: stderr chunk (state=3): >>><<< 6629 1726773059.68506: stdout chunk (state=3): >>><<< 6629 1726773059.68591: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773059.68595: _low_level_execute_command(): starting 6629 1726773059.68598: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773059.3128989-7253-33874384837764/AnsiballZ_file.py && sleep 0' 6629 1726773059.69143: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773059.69162: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.69176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.69194: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.69239: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.69252: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773059.69267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.69286: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773059.69298: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773059.69313: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773059.69326: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.69340: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.69356: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.69369: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.69382: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773059.69396: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.69474: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773059.69496: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773059.69516: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773059.69587: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773059.83508: 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": ".78effux5", "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}}} <<< 6629 1726773059.84635: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773059.84639: stdout chunk (state=3): >>><<< 6629 1726773059.84642: stderr chunk (state=3): >>><<< 6629 1726773059.84779: _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": ".78effux5", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773059.84783: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.78effux5', '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-1726773059.3128989-7253-33874384837764/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773059.84786: _low_level_execute_command(): starting 6629 1726773059.84788: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773059.3128989-7253-33874384837764/ > /dev/null 2>&1 && sleep 0' 6629 1726773059.85991: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773059.86010: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.86028: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.86058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.86101: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.86118: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773059.86132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.86149: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773059.86160: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773059.86170: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773059.86185: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.86200: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.86218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.86229: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.86239: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773059.86258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.86336: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773059.86359: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773059.86380: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773059.86445: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773059.88224: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773059.88302: stderr chunk (state=3): >>><<< 6629 1726773059.88317: stdout chunk (state=3): >>><<< 6629 1726773059.88617: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773059.88621: handler run complete 6629 1726773059.88623: attempt loop complete, returning result 6629 1726773059.88625: _execute() done 6629 1726773059.88627: dumping result to json 6629 1726773059.88629: done dumping result, returning 6629 1726773059.88631: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [1239c35c-e2e1-669f-ab4e-000000000205] 6629 1726773059.88632: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000205 6629 1726773059.88713: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000205 6629 1726773059.88718: 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 } 6629 1726773059.88817: no more pending results, returning what we have 6629 1726773059.88821: results queue empty 6629 1726773059.88822: checking for any_errors_fatal 6629 1726773059.88832: done checking for any_errors_fatal 6629 1726773059.88833: checking for max_fail_percentage 6629 1726773059.88835: done checking for max_fail_percentage 6629 1726773059.88836: checking to see if all hosts have failed and the running result is not ok 6629 1726773059.88837: done checking to see if all hosts have failed 6629 1726773059.88837: getting the remaining hosts for this loop 6629 1726773059.88839: done getting the remaining hosts for this loop 6629 1726773059.88842: getting the next task for host managed_node3 6629 1726773059.88849: done getting next task for host managed_node3 6629 1726773059.88852: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 6629 1726773059.88856: ^ 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 6629 1726773059.88866: getting variables 6629 1726773059.88868: in VariableManager get_vars() 6629 1726773059.88908: Calling all_inventory to load vars for managed_node3 6629 1726773059.88911: Calling groups_inventory to load vars for managed_node3 6629 1726773059.88914: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773059.88923: Calling all_plugins_play to load vars for managed_node3 6629 1726773059.88926: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773059.88929: Calling groups_plugins_play to load vars for managed_node3 6629 1726773059.88979: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773059.89037: done with get_vars() 6629 1726773059.89047: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 15:10:59 -0400 (0:00:00.627) 0:00:35.378 **** 6629 1726773059.89233: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6629 1726773059.89461: worker is 1 (out of 1 available) 6629 1726773059.89473: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 6629 1726773059.89488: done queuing things up, now waiting for results queue to drain 6629 1726773059.89490: waiting for pending results... 6629 1726773059.90175: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config 6629 1726773059.90265: in run() - task 1239c35c-e2e1-669f-ab4e-000000000206 6629 1726773059.90282: variable 'ansible_search_path' from source: unknown 6629 1726773059.90286: variable 'ansible_search_path' from source: unknown 6629 1726773059.90324: calling self._execute() 6629 1726773059.90572: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773059.90579: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773059.90585: variable 'omit' from source: magic vars 6629 1726773059.90684: variable 'omit' from source: magic vars 6629 1726773059.90741: variable 'omit' from source: magic vars 6629 1726773059.90768: variable '__kernel_settings_profile_filename' from source: role '' all vars 6629 1726773059.91039: variable '__kernel_settings_profile_filename' from source: role '' all vars 6629 1726773059.91916: variable '__kernel_settings_profile_dir' from source: role '' all vars 6629 1726773059.92000: variable '__kernel_settings_profile_parent' from source: set_fact 6629 1726773059.92003: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6629 1726773059.92050: variable 'omit' from source: magic vars 6629 1726773059.92089: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773059.92135: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773059.92155: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773059.92174: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773059.92183: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773059.92213: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773059.92216: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773059.92219: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773059.92319: Set connection var ansible_shell_executable to /bin/sh 6629 1726773059.92325: Set connection var ansible_timeout to 10 6629 1726773059.92333: Set connection var ansible_connection to ssh 6629 1726773059.92339: Set connection var ansible_pipelining to False 6629 1726773059.92346: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773059.92351: Set connection var ansible_shell_type to sh 6629 1726773059.92371: variable 'ansible_shell_executable' from source: unknown 6629 1726773059.92374: variable 'ansible_connection' from source: unknown 6629 1726773059.92380: variable 'ansible_module_compression' from source: unknown 6629 1726773059.92382: variable 'ansible_shell_type' from source: unknown 6629 1726773059.92384: variable 'ansible_shell_executable' from source: unknown 6629 1726773059.92386: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773059.92390: variable 'ansible_pipelining' from source: unknown 6629 1726773059.92393: variable 'ansible_timeout' from source: unknown 6629 1726773059.92395: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773059.92557: 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__) 6629 1726773059.92566: variable 'omit' from source: magic vars 6629 1726773059.92569: starting attempt loop 6629 1726773059.92571: running the handler 6629 1726773059.92586: _low_level_execute_command(): starting 6629 1726773059.92593: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773059.94158: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773059.94224: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.94235: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.94251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.94286: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.94294: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773059.94304: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.94323: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773059.94331: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773059.94338: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773059.94346: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.94355: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.94368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.94373: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.94381: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773059.94391: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.94464: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773059.94506: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773059.94510: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773059.94548: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773059.96120: stdout chunk (state=3): >>>/root <<< 6629 1726773059.96240: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773059.96289: stderr chunk (state=3): >>><<< 6629 1726773059.96295: stdout chunk (state=3): >>><<< 6629 1726773059.96324: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773059.96339: _low_level_execute_command(): starting 6629 1726773059.96347: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773059.9632404-7282-184525564682910 `" && echo ansible-tmp-1726773059.9632404-7282-184525564682910="` echo /root/.ansible/tmp/ansible-tmp-1726773059.9632404-7282-184525564682910 `" ) && sleep 0' 6629 1726773059.96970: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773059.96981: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.96989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.97003: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.97044: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.97051: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773059.97063: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.97082: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773059.97085: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773059.97093: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773059.97101: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773059.97113: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773059.97124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773059.97132: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773059.97138: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773059.97148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773059.97221: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773059.97237: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773059.97244: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773059.97320: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773059.99148: stdout chunk (state=3): >>>ansible-tmp-1726773059.9632404-7282-184525564682910=/root/.ansible/tmp/ansible-tmp-1726773059.9632404-7282-184525564682910 <<< 6629 1726773059.99335: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773059.99338: stdout chunk (state=3): >>><<< 6629 1726773059.99340: stderr chunk (state=3): >>><<< 6629 1726773059.99411: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773059.9632404-7282-184525564682910=/root/.ansible/tmp/ansible-tmp-1726773059.9632404-7282-184525564682910 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773059.99414: variable 'ansible_module_compression' from source: unknown 6629 1726773059.99618: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 6629 1726773059.99622: variable 'ansible_facts' from source: unknown 6629 1726773059.99624: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773059.9632404-7282-184525564682910/AnsiballZ_kernel_settings_get_config.py 6629 1726773059.99741: Sending initial data 6629 1726773059.99744: Sent initial data (173 bytes) 6629 1726773060.00748: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773060.00762: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773060.00776: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.00797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.00847: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773060.00860: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773060.00874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.00895: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773060.00910: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773060.00921: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773060.00934: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773060.00951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.00969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.00984: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773060.00996: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773060.01012: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.01096: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773060.01120: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773060.01137: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773060.01202: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773060.02926: 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 <<< 6629 1726773060.03002: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773060.03038: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp3mrovble /root/.ansible/tmp/ansible-tmp-1726773059.9632404-7282-184525564682910/AnsiballZ_kernel_settings_get_config.py <<< 6629 1726773060.03252: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773060.03865: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773060.03959: stderr chunk (state=3): >>><<< 6629 1726773060.03963: stdout chunk (state=3): >>><<< 6629 1726773060.03978: done transferring module to remote 6629 1726773060.03989: _low_level_execute_command(): starting 6629 1726773060.03993: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773059.9632404-7282-184525564682910/ /root/.ansible/tmp/ansible-tmp-1726773059.9632404-7282-184525564682910/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6629 1726773060.04423: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.04426: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.04462: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.04466: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.04468: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.04512: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773060.04521: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773060.04566: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773060.06387: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773060.06390: stdout chunk (state=3): >>><<< 6629 1726773060.06393: stderr chunk (state=3): >>><<< 6629 1726773060.06415: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773060.06423: _low_level_execute_command(): starting 6629 1726773060.06431: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773059.9632404-7282-184525564682910/AnsiballZ_kernel_settings_get_config.py && sleep 0' 6629 1726773060.07116: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773060.07130: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773060.07157: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.07160: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.07199: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.07205: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773060.07212: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.07259: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773060.07262: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773060.07318: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773060.20899: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} <<< 6629 1726773060.21896: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773060.21952: stderr chunk (state=3): >>><<< 6629 1726773060.21955: stdout chunk (state=3): >>><<< 6629 1726773060.21974: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773060.21998: done with _execute_module (fedora.linux_system_roles.kernel_settings_get_config, {'path': '/etc/tuned/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-1726773059.9632404-7282-184525564682910/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773060.22008: _low_level_execute_command(): starting 6629 1726773060.22011: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773059.9632404-7282-184525564682910/ > /dev/null 2>&1 && sleep 0' 6629 1726773060.22473: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773060.22476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.22515: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.22518: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.22521: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.22579: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773060.22583: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773060.22585: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773060.22624: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773060.24395: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773060.24439: stderr chunk (state=3): >>><<< 6629 1726773060.24442: stdout chunk (state=3): >>><<< 6629 1726773060.24457: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773060.24465: handler run complete 6629 1726773060.24481: attempt loop complete, returning result 6629 1726773060.24484: _execute() done 6629 1726773060.24486: dumping result to json 6629 1726773060.24488: done dumping result, returning 6629 1726773060.24495: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config [1239c35c-e2e1-669f-ab4e-000000000206] 6629 1726773060.24500: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000206 6629 1726773060.24597: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000206 6629 1726773060.24600: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "data": { "main": { "summary": "kernel settings" } } } 6629 1726773060.24759: no more pending results, returning what we have 6629 1726773060.24762: results queue empty 6629 1726773060.24762: checking for any_errors_fatal 6629 1726773060.24765: done checking for any_errors_fatal 6629 1726773060.24766: checking for max_fail_percentage 6629 1726773060.24767: done checking for max_fail_percentage 6629 1726773060.24767: checking to see if all hosts have failed and the running result is not ok 6629 1726773060.24768: done checking to see if all hosts have failed 6629 1726773060.24769: getting the remaining hosts for this loop 6629 1726773060.24769: done getting the remaining hosts for this loop 6629 1726773060.24772: getting the next task for host managed_node3 6629 1726773060.24775: done getting next task for host managed_node3 6629 1726773060.24780: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6629 1726773060.24783: ^ 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 6629 1726773060.24790: getting variables 6629 1726773060.24791: in VariableManager get_vars() 6629 1726773060.24812: Calling all_inventory to load vars for managed_node3 6629 1726773060.24814: Calling groups_inventory to load vars for managed_node3 6629 1726773060.24815: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773060.24821: Calling all_plugins_play to load vars for managed_node3 6629 1726773060.24823: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773060.24824: Calling groups_plugins_play to load vars for managed_node3 6629 1726773060.24856: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773060.24891: done with get_vars() 6629 1726773060.24896: done getting variables 6629 1726773060.24938: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:11:00 -0400 (0:00:00.357) 0:00:35.735 **** 6629 1726773060.24960: entering _queue_task() for managed_node3/template 6629 1726773060.25127: worker is 1 (out of 1 available) 6629 1726773060.25139: exiting _queue_task() for managed_node3/template 6629 1726773060.25150: done queuing things up, now waiting for results queue to drain 6629 1726773060.25152: waiting for pending results... 6629 1726773060.25325: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 6629 1726773060.25390: in run() - task 1239c35c-e2e1-669f-ab4e-000000000207 6629 1726773060.25401: variable 'ansible_search_path' from source: unknown 6629 1726773060.25406: variable 'ansible_search_path' from source: unknown 6629 1726773060.25439: calling self._execute() 6629 1726773060.25492: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773060.25498: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773060.25508: variable 'omit' from source: magic vars 6629 1726773060.25583: variable 'omit' from source: magic vars 6629 1726773060.25621: variable 'omit' from source: magic vars 6629 1726773060.25852: variable '__kernel_settings_profile_src' from source: role '' all vars 6629 1726773060.25858: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6629 1726773060.25913: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6629 1726773060.25933: variable '__kernel_settings_profile_filename' from source: role '' all vars 6629 1726773060.25982: variable '__kernel_settings_profile_filename' from source: role '' all vars 6629 1726773060.26029: variable '__kernel_settings_profile_dir' from source: role '' all vars 6629 1726773060.26095: variable '__kernel_settings_profile_parent' from source: set_fact 6629 1726773060.26101: variable '__kernel_settings_tuned_profile' from source: role '' all vars 6629 1726773060.26127: variable 'omit' from source: magic vars 6629 1726773060.26159: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773060.26190: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773060.26208: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773060.26221: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773060.26230: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773060.26253: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773060.26255: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773060.26259: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773060.26332: Set connection var ansible_shell_executable to /bin/sh 6629 1726773060.26335: Set connection var ansible_timeout to 10 6629 1726773060.26342: Set connection var ansible_connection to ssh 6629 1726773060.26349: Set connection var ansible_pipelining to False 6629 1726773060.26353: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773060.26359: Set connection var ansible_shell_type to sh 6629 1726773060.26380: variable 'ansible_shell_executable' from source: unknown 6629 1726773060.26383: variable 'ansible_connection' from source: unknown 6629 1726773060.26385: variable 'ansible_module_compression' from source: unknown 6629 1726773060.26387: variable 'ansible_shell_type' from source: unknown 6629 1726773060.26393: variable 'ansible_shell_executable' from source: unknown 6629 1726773060.26396: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773060.26400: variable 'ansible_pipelining' from source: unknown 6629 1726773060.26402: variable 'ansible_timeout' from source: unknown 6629 1726773060.26409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773060.26508: 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) 6629 1726773060.26516: variable 'omit' from source: magic vars 6629 1726773060.26520: starting attempt loop 6629 1726773060.26523: running the handler 6629 1726773060.26532: _low_level_execute_command(): starting 6629 1726773060.26538: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773060.27034: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.27056: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.27070: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.27086: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.27127: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773060.27149: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773060.27180: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773060.28713: stdout chunk (state=3): >>>/root <<< 6629 1726773060.28814: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773060.28858: stderr chunk (state=3): >>><<< 6629 1726773060.28861: stdout chunk (state=3): >>><<< 6629 1726773060.28884: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773060.28894: _low_level_execute_command(): starting 6629 1726773060.28898: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773060.2888298-7299-280401760492598 `" && echo ansible-tmp-1726773060.2888298-7299-280401760492598="` echo /root/.ansible/tmp/ansible-tmp-1726773060.2888298-7299-280401760492598 `" ) && sleep 0' 6629 1726773060.29320: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.29332: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.29350: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773060.29361: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773060.29372: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.29420: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773060.29432: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773060.29470: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773060.31269: stdout chunk (state=3): >>>ansible-tmp-1726773060.2888298-7299-280401760492598=/root/.ansible/tmp/ansible-tmp-1726773060.2888298-7299-280401760492598 <<< 6629 1726773060.31382: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773060.31420: stderr chunk (state=3): >>><<< 6629 1726773060.31426: stdout chunk (state=3): >>><<< 6629 1726773060.31439: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773060.2888298-7299-280401760492598=/root/.ansible/tmp/ansible-tmp-1726773060.2888298-7299-280401760492598 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773060.31456: evaluation_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 6629 1726773060.31473: search_path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 6629 1726773060.31491: variable 'ansible_search_path' from source: unknown 6629 1726773060.32051: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773060.33425: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773060.33465: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773060.33500: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773060.33529: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773060.33549: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773060.33730: 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) 6629 1726773060.33747: 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) 6629 1726773060.33764: 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) 6629 1726773060.33791: 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) 6629 1726773060.33802: 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) 6629 1726773060.34025: 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) 6629 1726773060.34042: 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) 6629 1726773060.34062: 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) 6629 1726773060.34088: 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) 6629 1726773060.34099: 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) 6629 1726773060.34350: variable 'ansible_managed' from source: unknown 6629 1726773060.34354: variable '__sections' from source: task vars 6629 1726773060.34438: 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) 6629 1726773060.34456: 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) 6629 1726773060.34473: 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) 6629 1726773060.34506: 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) 6629 1726773060.34516: 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) 6629 1726773060.34586: variable 'kernel_settings_sysctl' from source: include params 6629 1726773060.34591: variable '__kernel_settings_state_empty' from source: role '' all vars 6629 1726773060.34595: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6629 1726773060.34630: variable '__sysctl_old' from source: task vars 6629 1726773060.34672: variable '__sysctl_old' from source: task vars 6629 1726773060.34809: variable 'kernel_settings_purge' from source: include params 6629 1726773060.34816: variable 'kernel_settings_sysctl' from source: include params 6629 1726773060.34824: variable '__kernel_settings_state_empty' from source: role '' all vars 6629 1726773060.34829: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6629 1726773060.34833: variable '__kernel_settings_profile_contents' from source: set_fact 6629 1726773060.34965: variable 'kernel_settings_sysfs' from source: include params 6629 1726773060.34969: variable '__kernel_settings_state_empty' from source: role '' all vars 6629 1726773060.34973: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6629 1726773060.34990: variable '__sysfs_old' from source: task vars 6629 1726773060.35037: variable '__sysfs_old' from source: task vars 6629 1726773060.35176: variable 'kernel_settings_purge' from source: include params 6629 1726773060.35182: variable 'kernel_settings_sysfs' from source: include params 6629 1726773060.35186: variable '__kernel_settings_state_empty' from source: role '' all vars 6629 1726773060.35191: variable '__kernel_settings_previous_replaced' from source: role '' all vars 6629 1726773060.35196: variable '__kernel_settings_profile_contents' from source: set_fact 6629 1726773060.35213: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 6629 1726773060.35220: variable '__systemd_old' from source: task vars 6629 1726773060.35269: variable '__systemd_old' from source: task vars 6629 1726773060.35398: variable 'kernel_settings_purge' from source: include params 6629 1726773060.35401: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 6629 1726773060.35406: variable '__kernel_settings_state_absent' from source: role '' all vars 6629 1726773060.35413: variable '__kernel_settings_profile_contents' from source: set_fact 6629 1726773060.35425: variable 'kernel_settings_transparent_hugepages' from source: include params 6629 1726773060.35429: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 6629 1726773060.35434: variable '__trans_huge_old' from source: task vars 6629 1726773060.35480: variable '__trans_huge_old' from source: task vars 6629 1726773060.35608: variable 'kernel_settings_purge' from source: include params 6629 1726773060.35611: variable 'kernel_settings_transparent_hugepages' from source: include params 6629 1726773060.35616: variable '__kernel_settings_state_absent' from source: role '' all vars 6629 1726773060.35621: variable '__kernel_settings_profile_contents' from source: set_fact 6629 1726773060.35630: variable '__trans_defrag_old' from source: task vars 6629 1726773060.35672: variable '__trans_defrag_old' from source: task vars 6629 1726773060.35800: variable 'kernel_settings_purge' from source: include params 6629 1726773060.35807: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 6629 1726773060.35813: variable '__kernel_settings_state_absent' from source: role '' all vars 6629 1726773060.35818: variable '__kernel_settings_profile_contents' from source: set_fact 6629 1726773060.35835: variable '__kernel_settings_state_absent' from source: role '' all vars 6629 1726773060.35845: variable '__kernel_settings_state_absent' from source: role '' all vars 6629 1726773060.35850: variable '__kernel_settings_state_absent' from source: role '' all vars 6629 1726773060.36468: 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) 6629 1726773060.36508: variable 'ansible_module_compression' from source: unknown 6629 1726773060.36559: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6629 1726773060.36577: variable 'ansible_facts' from source: unknown 6629 1726773060.36629: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773060.2888298-7299-280401760492598/AnsiballZ_stat.py 6629 1726773060.36719: Sending initial data 6629 1726773060.36728: Sent initial data (151 bytes) 6629 1726773060.37389: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.37405: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.37425: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.37436: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.37480: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773060.37493: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773060.37536: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773060.39305: 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 <<< 6629 1726773060.39339: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773060.39371: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp50lzvb73 /root/.ansible/tmp/ansible-tmp-1726773060.2888298-7299-280401760492598/AnsiballZ_stat.py <<< 6629 1726773060.39397: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773060.40171: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773060.40260: stderr chunk (state=3): >>><<< 6629 1726773060.40264: stdout chunk (state=3): >>><<< 6629 1726773060.40277: done transferring module to remote 6629 1726773060.40289: _low_level_execute_command(): starting 6629 1726773060.40292: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773060.2888298-7299-280401760492598/ /root/.ansible/tmp/ansible-tmp-1726773060.2888298-7299-280401760492598/AnsiballZ_stat.py && sleep 0' 6629 1726773060.40705: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773060.40718: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.40739: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773060.40756: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.40799: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773060.40814: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773060.40853: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773060.42552: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773060.42597: stderr chunk (state=3): >>><<< 6629 1726773060.42600: stdout chunk (state=3): >>><<< 6629 1726773060.42615: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773060.42618: _low_level_execute_command(): starting 6629 1726773060.42621: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773060.2888298-7299-280401760492598/AnsiballZ_stat.py && sleep 0' 6629 1726773060.43021: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773060.43033: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.43045: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.43056: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773060.43065: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.43117: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773060.43136: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773060.43165: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773060.57272: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/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": 100663432, "dev": 51713, "nlink": 1, "atime": 1726773053.1749103, "mtime": 1726773052.0209002, "ctime": 1726773052.248902, "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": "1788001231", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 6629 1726773060.58523: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773060.58527: stdout chunk (state=3): >>><<< 6629 1726773060.58529: stderr chunk (state=3): >>><<< 6629 1726773060.58809: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/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": 100663432, "dev": 51713, "nlink": 1, "atime": 1726773053.1749103, "mtime": 1726773052.0209002, "ctime": 1726773052.248902, "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": "1788001231", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773060.58816: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/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-1726773060.2888298-7299-280401760492598/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6629 1726773060.58818: variable 'ansible_module_compression' from source: unknown 6629 1726773060.58820: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6629 1726773060.58822: variable 'ansible_facts' from source: unknown 6629 1726773060.58824: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773060.2888298-7299-280401760492598/AnsiballZ_file.py 6629 1726773060.58952: Sending initial data 6629 1726773060.58956: Sent initial data (151 bytes) 6629 1726773060.59965: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773060.59984: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773060.60000: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.60026: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.60076: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773060.60094: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773060.60112: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.60130: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773060.60149: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773060.60161: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773060.60175: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773060.60191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.60213: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.60226: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773060.60238: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773060.60254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.60336: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773060.60359: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773060.60382: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773060.60451: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773060.62212: 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 <<< 6629 1726773060.62256: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773060.62295: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpe7x5ohyi /root/.ansible/tmp/ansible-tmp-1726773060.2888298-7299-280401760492598/AnsiballZ_file.py <<< 6629 1726773060.62321: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773060.63476: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773060.63660: stderr chunk (state=3): >>><<< 6629 1726773060.63663: stdout chunk (state=3): >>><<< 6629 1726773060.63666: done transferring module to remote 6629 1726773060.63668: _low_level_execute_command(): starting 6629 1726773060.63670: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773060.2888298-7299-280401760492598/ /root/.ansible/tmp/ansible-tmp-1726773060.2888298-7299-280401760492598/AnsiballZ_file.py && sleep 0' 6629 1726773060.64255: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773060.64268: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773060.64283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.64301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.64349: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773060.64362: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773060.64376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.64395: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773060.64409: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773060.64426: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773060.64440: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773060.64453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.64470: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.64482: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773060.64494: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773060.64510: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.64592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773060.64615: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773060.64632: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773060.64696: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773060.66500: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773060.66508: stdout chunk (state=3): >>><<< 6629 1726773060.66512: stderr chunk (state=3): >>><<< 6629 1726773060.66592: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773060.66600: _low_level_execute_command(): starting 6629 1726773060.66614: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773060.2888298-7299-280401760492598/AnsiballZ_file.py && sleep 0' 6629 1726773060.67136: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773060.67150: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773060.67163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.67180: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.67222: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773060.67234: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773060.67245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.67259: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773060.67269: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773060.67278: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773060.67288: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773060.67299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.67314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.67323: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773060.67331: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773060.67340: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.67415: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773060.67436: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773060.67454: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773060.67521: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773060.81493: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings/tuned.conf", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings/tuned.conf"}, "after": {"path": "/etc/tuned/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/kernel_settings/tuned.conf", "_original_basename": "kernel_settings.j2", "recurse": false, "state": "file", "path": "/etc/tuned/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}}} <<< 6629 1726773060.82572: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773060.82629: stderr chunk (state=3): >>><<< 6629 1726773060.82632: stdout chunk (state=3): >>><<< 6629 1726773060.82710: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings/tuned.conf", "changed": false, "diff": {"before": {"path": "/etc/tuned/kernel_settings/tuned.conf"}, "after": {"path": "/etc/tuned/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/kernel_settings/tuned.conf", "_original_basename": "kernel_settings.j2", "recurse": false, "state": "file", "path": "/etc/tuned/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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773060.82714: done with _execute_module (ansible.legacy.file, {'mode': '0644', 'dest': '/etc/tuned/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-1726773060.2888298-7299-280401760492598/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773060.82717: _low_level_execute_command(): starting 6629 1726773060.82719: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773060.2888298-7299-280401760492598/ > /dev/null 2>&1 && sleep 0' 6629 1726773060.83159: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773060.83162: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.83197: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.83238: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773060.83251: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773060.83266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.83290: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773060.83307: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773060.83320: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773060.83333: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773060.83349: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773060.83364: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773060.83377: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773060.83393: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773060.83414: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773060.83489: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773060.83517: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773060.83534: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773060.83600: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773060.85473: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773060.85551: stderr chunk (state=3): >>><<< 6629 1726773060.85576: stdout chunk (state=3): >>><<< 6629 1726773060.85686: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773060.85689: handler run complete 6629 1726773060.85692: attempt loop complete, returning result 6629 1726773060.85694: _execute() done 6629 1726773060.85696: dumping result to json 6629 1726773060.85698: done dumping result, returning 6629 1726773060.85700: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [1239c35c-e2e1-669f-ab4e-000000000207] 6629 1726773060.85702: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000207 ok: [managed_node3] => { "changed": false, "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "dest": "/etc/tuned/kernel_settings/tuned.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/tuned/kernel_settings/tuned.conf", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "state": "file", "uid": 0 } 6629 1726773060.85954: no more pending results, returning what we have 6629 1726773060.85957: results queue empty 6629 1726773060.85958: checking for any_errors_fatal 6629 1726773060.85964: done checking for any_errors_fatal 6629 1726773060.85965: checking for max_fail_percentage 6629 1726773060.85967: done checking for max_fail_percentage 6629 1726773060.85968: checking to see if all hosts have failed and the running result is not ok 6629 1726773060.85969: done checking to see if all hosts have failed 6629 1726773060.85970: getting the remaining hosts for this loop 6629 1726773060.85971: done getting the remaining hosts for this loop 6629 1726773060.85975: getting the next task for host managed_node3 6629 1726773060.85982: done getting next task for host managed_node3 6629 1726773060.85986: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6629 1726773060.85991: ^ 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 6629 1726773060.86006: getting variables 6629 1726773060.86008: in VariableManager get_vars() 6629 1726773060.86045: Calling all_inventory to load vars for managed_node3 6629 1726773060.86048: Calling groups_inventory to load vars for managed_node3 6629 1726773060.86050: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773060.86060: Calling all_plugins_play to load vars for managed_node3 6629 1726773060.86064: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773060.86067: Calling groups_plugins_play to load vars for managed_node3 6629 1726773060.86121: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773060.86171: done with get_vars() 6629 1726773060.86181: done getting variables 6629 1726773060.86337: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000207 6629 1726773060.86341: WORKER PROCESS EXITING 6629 1726773060.86369: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 15:11:00 -0400 (0:00:00.614) 0:00:36.349 **** 6629 1726773060.86408: entering _queue_task() for managed_node3/service 6629 1726773060.87017: worker is 1 (out of 1 available) 6629 1726773060.87034: exiting _queue_task() for managed_node3/service 6629 1726773060.87046: done queuing things up, now waiting for results queue to drain 6629 1726773060.87047: waiting for pending results... 6629 1726773060.87340: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 6629 1726773060.87455: in run() - task 1239c35c-e2e1-669f-ab4e-000000000208 6629 1726773060.87478: variable 'ansible_search_path' from source: unknown 6629 1726773060.87492: variable 'ansible_search_path' from source: unknown 6629 1726773060.87539: variable '__kernel_settings_services' from source: include_vars 6629 1726773060.87859: variable '__kernel_settings_services' from source: include_vars 6629 1726773060.87940: variable 'omit' from source: magic vars 6629 1726773060.88055: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773060.88069: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773060.88084: variable 'omit' from source: magic vars 6629 1726773060.88474: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773060.88782: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773060.88837: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773060.88874: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773060.88920: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773060.89026: variable '__kernel_settings_register_profile' from source: set_fact 6629 1726773060.89043: variable '__kernel_settings_register_mode' from source: set_fact 6629 1726773060.89066: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 6629 1726773060.89073: when evaluation is False, skipping this task 6629 1726773060.89108: variable 'item' from source: unknown 6629 1726773060.89178: 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" } 6629 1726773060.89345: dumping result to json 6629 1726773060.89354: done dumping result, returning 6629 1726773060.89364: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [1239c35c-e2e1-669f-ab4e-000000000208] 6629 1726773060.89373: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000208 skipping: [managed_node3] => { "changed": false } MSG: All items skipped 6629 1726773060.89474: no more pending results, returning what we have 6629 1726773060.89478: results queue empty 6629 1726773060.89479: checking for any_errors_fatal 6629 1726773060.89491: done checking for any_errors_fatal 6629 1726773060.89491: checking for max_fail_percentage 6629 1726773060.89493: done checking for max_fail_percentage 6629 1726773060.89495: checking to see if all hosts have failed and the running result is not ok 6629 1726773060.89496: done checking to see if all hosts have failed 6629 1726773060.89497: getting the remaining hosts for this loop 6629 1726773060.89498: done getting the remaining hosts for this loop 6629 1726773060.89502: getting the next task for host managed_node3 6629 1726773060.89510: done getting next task for host managed_node3 6629 1726773060.89514: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6629 1726773060.89519: ^ 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 6629 1726773060.89532: getting variables 6629 1726773060.89534: in VariableManager get_vars() 6629 1726773060.89571: Calling all_inventory to load vars for managed_node3 6629 1726773060.89574: Calling groups_inventory to load vars for managed_node3 6629 1726773060.89576: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773060.89587: Calling all_plugins_play to load vars for managed_node3 6629 1726773060.89590: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773060.89593: Calling groups_plugins_play to load vars for managed_node3 6629 1726773060.89640: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773060.89688: done with get_vars() 6629 1726773060.89698: done getting variables 6629 1726773060.89764: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 15:11:00 -0400 (0:00:00.033) 0:00:36.383 **** 6629 1726773060.89800: entering _queue_task() for managed_node3/command 6629 1726773060.89824: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000208 6629 1726773060.89835: WORKER PROCESS EXITING 6629 1726773060.90225: worker is 1 (out of 1 available) 6629 1726773060.90237: exiting _queue_task() for managed_node3/command 6629 1726773060.90255: done queuing things up, now waiting for results queue to drain 6629 1726773060.90257: waiting for pending results... 6629 1726773060.90667: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 6629 1726773060.90779: in run() - task 1239c35c-e2e1-669f-ab4e-000000000209 6629 1726773060.90798: variable 'ansible_search_path' from source: unknown 6629 1726773060.90812: variable 'ansible_search_path' from source: unknown 6629 1726773060.90855: calling self._execute() 6629 1726773060.90932: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773060.90943: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773060.90955: variable 'omit' from source: magic vars 6629 1726773060.91848: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773060.92597: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773060.92699: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773060.92743: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773060.92811: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773060.92933: variable '__kernel_settings_register_profile' from source: set_fact 6629 1726773060.92966: Evaluated conditional (not __kernel_settings_register_profile is changed): True 6629 1726773060.93117: variable '__kernel_settings_register_mode' from source: set_fact 6629 1726773060.93134: Evaluated conditional (not __kernel_settings_register_mode is changed): True 6629 1726773060.93258: variable '__kernel_settings_register_apply' from source: set_fact 6629 1726773060.93274: Evaluated conditional (__kernel_settings_register_apply is changed): False 6629 1726773060.93281: when evaluation is False, skipping this task 6629 1726773060.93288: _execute() done 6629 1726773060.93294: dumping result to json 6629 1726773060.93301: done dumping result, returning 6629 1726773060.93319: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [1239c35c-e2e1-669f-ab4e-000000000209] 6629 1726773060.93331: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000209 skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_apply is changed", "skip_reason": "Conditional result was False" } 6629 1726773060.93473: no more pending results, returning what we have 6629 1726773060.93477: results queue empty 6629 1726773060.93478: checking for any_errors_fatal 6629 1726773060.93484: done checking for any_errors_fatal 6629 1726773060.93485: checking for max_fail_percentage 6629 1726773060.93487: done checking for max_fail_percentage 6629 1726773060.93488: checking to see if all hosts have failed and the running result is not ok 6629 1726773060.93489: done checking to see if all hosts have failed 6629 1726773060.93490: getting the remaining hosts for this loop 6629 1726773060.93492: done getting the remaining hosts for this loop 6629 1726773060.93495: getting the next task for host managed_node3 6629 1726773060.93503: done getting next task for host managed_node3 6629 1726773060.93510: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6629 1726773060.93514: ^ 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 6629 1726773060.93531: getting variables 6629 1726773060.93533: in VariableManager get_vars() 6629 1726773060.93569: Calling all_inventory to load vars for managed_node3 6629 1726773060.93571: Calling groups_inventory to load vars for managed_node3 6629 1726773060.93574: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773060.93584: Calling all_plugins_play to load vars for managed_node3 6629 1726773060.93588: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773060.93591: Calling groups_plugins_play to load vars for managed_node3 6629 1726773060.93641: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773060.93693: done with get_vars() 6629 1726773060.93702: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:11:00 -0400 (0:00:00.040) 0:00:36.423 **** 6629 1726773060.93807: entering _queue_task() for managed_node3/include_tasks 6629 1726773060.93825: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000209 6629 1726773060.93835: WORKER PROCESS EXITING 6629 1726773060.94249: worker is 1 (out of 1 available) 6629 1726773060.94267: exiting _queue_task() for managed_node3/include_tasks 6629 1726773060.94278: done queuing things up, now waiting for results queue to drain 6629 1726773060.94280: waiting for pending results... 6629 1726773060.94539: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 6629 1726773060.94743: in run() - task 1239c35c-e2e1-669f-ab4e-00000000020a 6629 1726773060.94762: variable 'ansible_search_path' from source: unknown 6629 1726773060.94769: variable 'ansible_search_path' from source: unknown 6629 1726773060.94812: calling self._execute() 6629 1726773060.94885: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773060.94896: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773060.94912: variable 'omit' from source: magic vars 6629 1726773060.95591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773060.96065: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773060.96115: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773060.96269: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773060.96511: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773060.96771: variable '__kernel_settings_register_apply' from source: set_fact 6629 1726773060.96801: Evaluated conditional (__kernel_settings_register_apply is changed): False 6629 1726773060.96811: when evaluation is False, skipping this task 6629 1726773060.96824: _execute() done 6629 1726773060.96830: dumping result to json 6629 1726773060.96837: done dumping result, returning 6629 1726773060.96846: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [1239c35c-e2e1-669f-ab4e-00000000020a] 6629 1726773060.96854: sending task result for task 1239c35c-e2e1-669f-ab4e-00000000020a skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_apply is changed", "skip_reason": "Conditional result was False" } 6629 1726773060.96984: no more pending results, returning what we have 6629 1726773060.96988: results queue empty 6629 1726773060.96989: checking for any_errors_fatal 6629 1726773060.96997: done checking for any_errors_fatal 6629 1726773060.96997: checking for max_fail_percentage 6629 1726773060.96999: done checking for max_fail_percentage 6629 1726773060.97000: checking to see if all hosts have failed and the running result is not ok 6629 1726773060.97001: done checking to see if all hosts have failed 6629 1726773060.97002: getting the remaining hosts for this loop 6629 1726773060.97006: done getting the remaining hosts for this loop 6629 1726773060.97014: getting the next task for host managed_node3 6629 1726773060.97022: done getting next task for host managed_node3 6629 1726773060.97026: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6629 1726773060.97030: ^ 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 6629 1726773060.97043: getting variables 6629 1726773060.97045: in VariableManager get_vars() 6629 1726773060.97082: Calling all_inventory to load vars for managed_node3 6629 1726773060.97085: Calling groups_inventory to load vars for managed_node3 6629 1726773060.97088: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773060.97098: Calling all_plugins_play to load vars for managed_node3 6629 1726773060.97102: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773060.97114: Calling groups_plugins_play to load vars for managed_node3 6629 1726773060.97163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773060.97223: done with get_vars() 6629 1726773060.97232: done getting variables 6629 1726773060.97293: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 15:11:00 -0400 (0:00:00.035) 0:00:36.459 **** 6629 1726773060.97338: entering _queue_task() for managed_node3/set_fact 6629 1726773060.97358: done sending task result for task 1239c35c-e2e1-669f-ab4e-00000000020a 6629 1726773060.97367: WORKER PROCESS EXITING 6629 1726773060.97764: worker is 1 (out of 1 available) 6629 1726773060.97776: exiting _queue_task() for managed_node3/set_fact 6629 1726773060.97788: done queuing things up, now waiting for results queue to drain 6629 1726773060.97790: waiting for pending results... 6629 1726773060.98629: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 6629 1726773060.98735: in run() - task 1239c35c-e2e1-669f-ab4e-00000000020b 6629 1726773060.98759: variable 'ansible_search_path' from source: unknown 6629 1726773060.98766: variable 'ansible_search_path' from source: unknown 6629 1726773060.98806: calling self._execute() 6629 1726773060.98877: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773060.98888: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773060.98907: variable 'omit' from source: magic vars 6629 1726773060.99049: variable 'omit' from source: magic vars 6629 1726773060.99163: variable 'omit' from source: magic vars 6629 1726773060.99252: variable 'omit' from source: magic vars 6629 1726773060.99333: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773060.99371: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773060.99400: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773060.99423: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773060.99442: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773060.99472: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773060.99480: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773060.99487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773060.99598: Set connection var ansible_shell_executable to /bin/sh 6629 1726773060.99618: Set connection var ansible_timeout to 10 6629 1726773060.99629: Set connection var ansible_connection to ssh 6629 1726773060.99640: Set connection var ansible_pipelining to False 6629 1726773060.99651: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773060.99662: Set connection var ansible_shell_type to sh 6629 1726773060.99686: variable 'ansible_shell_executable' from source: unknown 6629 1726773060.99693: variable 'ansible_connection' from source: unknown 6629 1726773060.99699: variable 'ansible_module_compression' from source: unknown 6629 1726773060.99707: variable 'ansible_shell_type' from source: unknown 6629 1726773060.99714: variable 'ansible_shell_executable' from source: unknown 6629 1726773060.99725: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773060.99734: variable 'ansible_pipelining' from source: unknown 6629 1726773060.99741: variable 'ansible_timeout' from source: unknown 6629 1726773060.99748: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773060.99894: 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) 6629 1726773060.99911: variable 'omit' from source: magic vars 6629 1726773060.99920: starting attempt loop 6629 1726773060.99926: running the handler 6629 1726773060.99946: handler run complete 6629 1726773060.99963: attempt loop complete, returning result 6629 1726773060.99970: _execute() done 6629 1726773060.99979: dumping result to json 6629 1726773060.99990: done dumping result, returning 6629 1726773061.00002: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [1239c35c-e2e1-669f-ab4e-00000000020b] 6629 1726773061.00016: sending task result for task 1239c35c-e2e1-669f-ab4e-00000000020b ok: [managed_node3] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 6629 1726773061.00160: no more pending results, returning what we have 6629 1726773061.00164: results queue empty 6629 1726773061.00165: checking for any_errors_fatal 6629 1726773061.00169: done checking for any_errors_fatal 6629 1726773061.00170: checking for max_fail_percentage 6629 1726773061.00171: done checking for max_fail_percentage 6629 1726773061.00172: checking to see if all hosts have failed and the running result is not ok 6629 1726773061.00173: done checking to see if all hosts have failed 6629 1726773061.00174: getting the remaining hosts for this loop 6629 1726773061.00176: done getting the remaining hosts for this loop 6629 1726773061.00179: getting the next task for host managed_node3 6629 1726773061.00186: done getting next task for host managed_node3 6629 1726773061.00190: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6629 1726773061.00195: ^ 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 6629 1726773061.00208: getting variables 6629 1726773061.00210: in VariableManager get_vars() 6629 1726773061.00245: Calling all_inventory to load vars for managed_node3 6629 1726773061.00248: Calling groups_inventory to load vars for managed_node3 6629 1726773061.00251: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773061.00261: Calling all_plugins_play to load vars for managed_node3 6629 1726773061.00264: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773061.00267: Calling groups_plugins_play to load vars for managed_node3 6629 1726773061.00315: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773061.00363: done with get_vars() 6629 1726773061.00371: done getting variables 6629 1726773061.00425: 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-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 15:11:01 -0400 (0:00:00.031) 0:00:36.491 **** 6629 1726773061.00521: entering _queue_task() for managed_node3/set_fact 6629 1726773061.00539: done sending task result for task 1239c35c-e2e1-669f-ab4e-00000000020b 6629 1726773061.00548: WORKER PROCESS EXITING 6629 1726773061.00892: worker is 1 (out of 1 available) 6629 1726773061.00909: exiting _queue_task() for managed_node3/set_fact 6629 1726773061.00922: done queuing things up, now waiting for results queue to drain 6629 1726773061.00924: waiting for pending results... 6629 1726773061.01277: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 6629 1726773061.01393: in run() - task 1239c35c-e2e1-669f-ab4e-00000000020c 6629 1726773061.01419: variable 'ansible_search_path' from source: unknown 6629 1726773061.01426: variable 'ansible_search_path' from source: unknown 6629 1726773061.01469: calling self._execute() 6629 1726773061.01542: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773061.01554: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773061.01571: variable 'omit' from source: magic vars 6629 1726773061.01680: variable 'omit' from source: magic vars 6629 1726773061.01739: variable 'omit' from source: magic vars 6629 1726773061.02124: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6629 1726773061.02428: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6629 1726773061.02464: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6629 1726773061.02491: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6629 1726773061.02517: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6629 1726773061.02628: variable '__kernel_settings_register_profile' from source: set_fact 6629 1726773061.02639: variable '__kernel_settings_register_mode' from source: set_fact 6629 1726773061.02645: variable '__kernel_settings_register_apply' from source: set_fact 6629 1726773061.02687: variable 'omit' from source: magic vars 6629 1726773061.02708: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773061.02729: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773061.02743: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773061.02756: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773061.02768: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773061.02790: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773061.02794: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773061.02796: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773061.02860: Set connection var ansible_shell_executable to /bin/sh 6629 1726773061.02863: Set connection var ansible_timeout to 10 6629 1726773061.02869: Set connection var ansible_connection to ssh 6629 1726773061.02879: Set connection var ansible_pipelining to False 6629 1726773061.02883: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773061.02893: Set connection var ansible_shell_type to sh 6629 1726773061.02910: variable 'ansible_shell_executable' from source: unknown 6629 1726773061.02913: variable 'ansible_connection' from source: unknown 6629 1726773061.02915: variable 'ansible_module_compression' from source: unknown 6629 1726773061.02918: variable 'ansible_shell_type' from source: unknown 6629 1726773061.02920: variable 'ansible_shell_executable' from source: unknown 6629 1726773061.02922: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773061.02926: variable 'ansible_pipelining' from source: unknown 6629 1726773061.02929: variable 'ansible_timeout' from source: unknown 6629 1726773061.02933: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773061.03007: 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) 6629 1726773061.03014: variable 'omit' from source: magic vars 6629 1726773061.03017: starting attempt loop 6629 1726773061.03020: running the handler 6629 1726773061.03028: handler run complete 6629 1726773061.03036: attempt loop complete, returning result 6629 1726773061.03039: _execute() done 6629 1726773061.03041: dumping result to json 6629 1726773061.03044: done dumping result, returning 6629 1726773061.03051: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [1239c35c-e2e1-669f-ab4e-00000000020c] 6629 1726773061.03055: sending task result for task 1239c35c-e2e1-669f-ab4e-00000000020c 6629 1726773061.03127: done sending task result for task 1239c35c-e2e1-669f-ab4e-00000000020c 6629 1726773061.03130: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_changed": false }, "changed": false } 6629 1726773061.03188: no more pending results, returning what we have 6629 1726773061.03191: results queue empty 6629 1726773061.03192: checking for any_errors_fatal 6629 1726773061.03196: done checking for any_errors_fatal 6629 1726773061.03197: checking for max_fail_percentage 6629 1726773061.03198: done checking for max_fail_percentage 6629 1726773061.03199: checking to see if all hosts have failed and the running result is not ok 6629 1726773061.03200: done checking to see if all hosts have failed 6629 1726773061.03200: getting the remaining hosts for this loop 6629 1726773061.03201: done getting the remaining hosts for this loop 6629 1726773061.03206: getting the next task for host managed_node3 6629 1726773061.03213: done getting next task for host managed_node3 6629 1726773061.03215: ^ task is: TASK: meta (role_complete) 6629 1726773061.03218: ^ 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 6629 1726773061.03227: getting variables 6629 1726773061.03229: in VariableManager get_vars() 6629 1726773061.03257: Calling all_inventory to load vars for managed_node3 6629 1726773061.03259: Calling groups_inventory to load vars for managed_node3 6629 1726773061.03261: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773061.03266: Calling all_plugins_play to load vars for managed_node3 6629 1726773061.03268: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773061.03270: Calling groups_plugins_play to load vars for managed_node3 6629 1726773061.03301: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773061.03334: done with get_vars() 6629 1726773061.03340: done getting variables 6629 1726773061.03397: done queuing things up, now waiting for results queue to drain 6629 1726773061.03402: results queue empty 6629 1726773061.03402: checking for any_errors_fatal 6629 1726773061.03405: done checking for any_errors_fatal 6629 1726773061.03406: checking for max_fail_percentage 6629 1726773061.03407: done checking for max_fail_percentage 6629 1726773061.03407: checking to see if all hosts have failed and the running result is not ok 6629 1726773061.03408: done checking to see if all hosts have failed 6629 1726773061.03408: getting the remaining hosts for this loop 6629 1726773061.03408: done getting the remaining hosts for this loop 6629 1726773061.03410: getting the next task for host managed_node3 6629 1726773061.03413: done getting next task for host managed_node3 6629 1726773061.03414: ^ task is: TASK: Verify no settings 6629 1726773061.03415: ^ 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 6629 1726773061.03417: getting variables 6629 1726773061.03418: in VariableManager get_vars() 6629 1726773061.03425: Calling all_inventory to load vars for managed_node3 6629 1726773061.03426: Calling groups_inventory to load vars for managed_node3 6629 1726773061.03427: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773061.03430: Calling all_plugins_play to load vars for managed_node3 6629 1726773061.03431: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773061.03433: Calling groups_plugins_play to load vars for managed_node3 6629 1726773061.03452: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773061.03473: done with get_vars() 6629 1726773061.03479: done getting variables 6629 1726773061.03505: 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-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:20 Thursday 19 September 2024 15:11:01 -0400 (0:00:00.030) 0:00:36.521 **** 6629 1726773061.03523: entering _queue_task() for managed_node3/shell 6629 1726773061.03671: worker is 1 (out of 1 available) 6629 1726773061.03686: exiting _queue_task() for managed_node3/shell 6629 1726773061.03699: done queuing things up, now waiting for results queue to drain 6629 1726773061.03700: waiting for pending results... 6629 1726773061.03859: running TaskExecutor() for managed_node3/TASK: Verify no settings 6629 1726773061.03921: in run() - task 1239c35c-e2e1-669f-ab4e-000000000154 6629 1726773061.03932: variable 'ansible_search_path' from source: unknown 6629 1726773061.03936: variable 'ansible_search_path' from source: unknown 6629 1726773061.03965: calling self._execute() 6629 1726773061.04111: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773061.04115: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773061.04124: variable 'omit' from source: magic vars 6629 1726773061.04192: variable 'omit' from source: magic vars 6629 1726773061.04220: variable 'omit' from source: magic vars 6629 1726773061.04497: variable '__kernel_settings_profile_filename' from source: role '' exported vars 6629 1726773061.04562: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6629 1726773061.05192: variable '__kernel_settings_profile_parent' from source: set_fact 6629 1726773061.05197: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6629 1726773061.05199: variable 'omit' from source: magic vars 6629 1726773061.05202: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773061.05206: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773061.05208: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773061.05211: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773061.05213: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773061.05215: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773061.05217: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773061.05219: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773061.05221: Set connection var ansible_shell_executable to /bin/sh 6629 1726773061.05223: Set connection var ansible_timeout to 10 6629 1726773061.05224: Set connection var ansible_connection to ssh 6629 1726773061.05230: Set connection var ansible_pipelining to False 6629 1726773061.05232: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773061.05233: Set connection var ansible_shell_type to sh 6629 1726773061.05236: variable 'ansible_shell_executable' from source: unknown 6629 1726773061.05237: variable 'ansible_connection' from source: unknown 6629 1726773061.05239: variable 'ansible_module_compression' from source: unknown 6629 1726773061.05240: variable 'ansible_shell_type' from source: unknown 6629 1726773061.05242: variable 'ansible_shell_executable' from source: unknown 6629 1726773061.05244: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773061.05246: variable 'ansible_pipelining' from source: unknown 6629 1726773061.05248: variable 'ansible_timeout' from source: unknown 6629 1726773061.05250: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773061.05253: 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) 6629 1726773061.05255: variable 'omit' from source: magic vars 6629 1726773061.05257: starting attempt loop 6629 1726773061.05259: running the handler 6629 1726773061.05261: 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) 6629 1726773061.05264: _low_level_execute_command(): starting 6629 1726773061.05266: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773061.05844: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.05848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.05851: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.05863: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773061.05876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.05897: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.05900: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.05955: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773061.05960: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.06038: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.07621: stdout chunk (state=3): >>>/root <<< 6629 1726773061.07788: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773061.07795: stdout chunk (state=3): >>><<< 6629 1726773061.07803: stderr chunk (state=3): >>><<< 6629 1726773061.07824: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773061.07836: _low_level_execute_command(): starting 6629 1726773061.07841: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773061.0782292-7343-160439859447150 `" && echo ansible-tmp-1726773061.0782292-7343-160439859447150="` echo /root/.ansible/tmp/ansible-tmp-1726773061.0782292-7343-160439859447150 `" ) && sleep 0' 6629 1726773061.08340: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773061.08352: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.08359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.08369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.08400: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.08409: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773061.08418: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.08427: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773061.08434: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.08439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.08448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.08456: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.08464: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773061.08470: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.08521: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773061.08540: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.08583: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.10398: stdout chunk (state=3): >>>ansible-tmp-1726773061.0782292-7343-160439859447150=/root/.ansible/tmp/ansible-tmp-1726773061.0782292-7343-160439859447150 <<< 6629 1726773061.10568: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773061.10571: stderr chunk (state=3): >>><<< 6629 1726773061.10573: stdout chunk (state=3): >>><<< 6629 1726773061.10596: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773061.0782292-7343-160439859447150=/root/.ansible/tmp/ansible-tmp-1726773061.0782292-7343-160439859447150 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773061.10630: variable 'ansible_module_compression' from source: unknown 6629 1726773061.10677: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 6629 1726773061.10715: variable 'ansible_facts' from source: unknown 6629 1726773061.10798: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773061.0782292-7343-160439859447150/AnsiballZ_command.py 6629 1726773061.10940: Sending initial data 6629 1726773061.10943: Sent initial data (154 bytes) 6629 1726773061.11884: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773061.11894: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.11906: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.11921: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.11959: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.11966: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773061.11977: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.11994: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773061.12001: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773061.12009: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773061.12018: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.12027: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.12042: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.12045: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.12052: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773061.12061: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.12134: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773061.12152: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773061.12165: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.12232: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.13921: 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 <<< 6629 1726773061.13953: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773061.13986: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpdp7chs94 /root/.ansible/tmp/ansible-tmp-1726773061.0782292-7343-160439859447150/AnsiballZ_command.py <<< 6629 1726773061.14011: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773061.15052: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773061.15212: stderr chunk (state=3): >>><<< 6629 1726773061.15215: stdout chunk (state=3): >>><<< 6629 1726773061.15237: done transferring module to remote 6629 1726773061.15248: _low_level_execute_command(): starting 6629 1726773061.15252: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773061.0782292-7343-160439859447150/ /root/.ansible/tmp/ansible-tmp-1726773061.0782292-7343-160439859447150/AnsiballZ_command.py && sleep 0' 6629 1726773061.15924: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773061.15939: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.15955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.15980: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.16029: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.16040: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773061.16053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.16072: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773061.16090: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773061.16102: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773061.16117: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.16132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.16149: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.16162: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.16172: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773061.16185: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.16267: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773061.16290: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773061.16314: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.16377: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.18209: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773061.18212: stdout chunk (state=3): >>><<< 6629 1726773061.18223: stderr chunk (state=3): >>><<< 6629 1726773061.18312: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773061.18315: _low_level_execute_command(): starting 6629 1726773061.18318: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773061.0782292-7343-160439859447150/AnsiballZ_command.py && sleep 0' 6629 1726773061.18872: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773061.18887: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.18905: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.18925: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.18967: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.18980: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773061.18996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.19017: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773061.19030: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773061.19041: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773061.19054: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.19069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.19087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.19100: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.19114: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773061.19129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.19202: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773061.19231: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773061.19248: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.19317: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.33431: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/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 15:11:01.322734", "end": "2024-09-19 15:11:01.331286", "delta": "0:00:00.008552", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/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}}} <<< 6629 1726773061.34725: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773061.34802: stderr chunk (state=3): >>><<< 6629 1726773061.34809: stdout chunk (state=3): >>><<< 6629 1726773061.34823: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/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 15:11:01.322734", "end": "2024-09-19 15:11:01.331286", "delta": "0:00:00.008552", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773061.34858: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/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-1726773061.0782292-7343-160439859447150/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773061.34869: _low_level_execute_command(): starting 6629 1726773061.34872: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773061.0782292-7343-160439859447150/ > /dev/null 2>&1 && sleep 0' 6629 1726773061.35300: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.35304: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.35333: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.35337: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.35389: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773061.35395: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.35432: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.37222: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773061.37286: stderr chunk (state=3): >>><<< 6629 1726773061.37292: stdout chunk (state=3): >>><<< 6629 1726773061.37313: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773061.37320: handler run complete 6629 1726773061.37346: Evaluated conditional (False): False 6629 1726773061.37356: attempt loop complete, returning result 6629 1726773061.37358: _execute() done 6629 1726773061.37361: dumping result to json 6629 1726773061.37367: done dumping result, returning 6629 1726773061.37379: done running TaskExecutor() for managed_node3/TASK: Verify no settings [1239c35c-e2e1-669f-ab4e-000000000154] 6629 1726773061.37382: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000154 6629 1726773061.37700: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000154 6629 1726773061.37705: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/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.008552", "end": "2024-09-19 15:11:01.331286", "rc": 0, "start": "2024-09-19 15:11:01.322734" } STDERR: + exec + rc=0 + conf=/etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[sysctl\]' /etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[sysfs\]' /etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[systemd\]' /etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[vm\]' /etc/tuned/kernel_settings/tuned.conf + exit 0 6629 1726773061.37771: no more pending results, returning what we have 6629 1726773061.37774: results queue empty 6629 1726773061.37775: checking for any_errors_fatal 6629 1726773061.37776: done checking for any_errors_fatal 6629 1726773061.37777: checking for max_fail_percentage 6629 1726773061.37778: done checking for max_fail_percentage 6629 1726773061.37779: checking to see if all hosts have failed and the running result is not ok 6629 1726773061.37780: done checking to see if all hosts have failed 6629 1726773061.37781: getting the remaining hosts for this loop 6629 1726773061.37783: done getting the remaining hosts for this loop 6629 1726773061.37787: getting the next task for host managed_node3 6629 1726773061.37794: done getting next task for host managed_node3 6629 1726773061.37796: ^ task is: TASK: Remove kernel_settings tuned profile 6629 1726773061.37799: ^ 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 6629 1726773061.37806: getting variables 6629 1726773061.37808: in VariableManager get_vars() 6629 1726773061.37839: Calling all_inventory to load vars for managed_node3 6629 1726773061.37842: Calling groups_inventory to load vars for managed_node3 6629 1726773061.37845: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773061.37855: Calling all_plugins_play to load vars for managed_node3 6629 1726773061.37858: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773061.37861: Calling groups_plugins_play to load vars for managed_node3 6629 1726773061.37921: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773061.37961: done with get_vars() 6629 1726773061.37970: done getting variables TASK [Remove kernel_settings tuned profile] ************************************ task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36 Thursday 19 September 2024 15:11:01 -0400 (0:00:00.346) 0:00:36.868 **** 6629 1726773061.38215: entering _queue_task() for managed_node3/file 6629 1726773061.38500: worker is 1 (out of 1 available) 6629 1726773061.38515: exiting _queue_task() for managed_node3/file 6629 1726773061.38527: done queuing things up, now waiting for results queue to drain 6629 1726773061.38528: waiting for pending results... 6629 1726773061.38806: running TaskExecutor() for managed_node3/TASK: Remove kernel_settings tuned profile 6629 1726773061.38912: in run() - task 1239c35c-e2e1-669f-ab4e-000000000155 6629 1726773061.38938: variable 'ansible_search_path' from source: unknown 6629 1726773061.38946: variable 'ansible_search_path' from source: unknown 6629 1726773061.38989: calling self._execute() 6629 1726773061.39076: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773061.39089: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773061.39102: variable 'omit' from source: magic vars 6629 1726773061.39214: variable 'omit' from source: magic vars 6629 1726773061.39262: variable 'omit' from source: magic vars 6629 1726773061.39292: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6629 1726773061.39612: variable '__kernel_settings_profile_dir' from source: role '' exported vars 6629 1726773061.39725: variable '__kernel_settings_profile_parent' from source: set_fact 6629 1726773061.39741: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 6629 1726773061.39786: variable 'omit' from source: magic vars 6629 1726773061.39838: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773061.39880: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773061.39913: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773061.39936: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773061.39957: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773061.39991: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773061.39999: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773061.40015: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773061.40126: Set connection var ansible_shell_executable to /bin/sh 6629 1726773061.40138: Set connection var ansible_timeout to 10 6629 1726773061.40148: Set connection var ansible_connection to ssh 6629 1726773061.40159: Set connection var ansible_pipelining to False 6629 1726773061.40172: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773061.40182: Set connection var ansible_shell_type to sh 6629 1726773061.40210: variable 'ansible_shell_executable' from source: unknown 6629 1726773061.40218: variable 'ansible_connection' from source: unknown 6629 1726773061.40231: variable 'ansible_module_compression' from source: unknown 6629 1726773061.40239: variable 'ansible_shell_type' from source: unknown 6629 1726773061.40246: variable 'ansible_shell_executable' from source: unknown 6629 1726773061.40252: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773061.40259: variable 'ansible_pipelining' from source: unknown 6629 1726773061.40265: variable 'ansible_timeout' from source: unknown 6629 1726773061.40272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773061.40493: 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__) 6629 1726773061.40512: variable 'omit' from source: magic vars 6629 1726773061.40522: starting attempt loop 6629 1726773061.40528: running the handler 6629 1726773061.40543: _low_level_execute_command(): starting 6629 1726773061.40557: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773061.41360: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773061.41380: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.41397: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.41420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.41471: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.41486: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773061.41505: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.41525: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773061.41537: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773061.41556: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773061.41569: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.41584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.41604: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.41620: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.41633: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773061.41648: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.41734: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773061.41759: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773061.41783: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.41851: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.43474: stdout chunk (state=3): >>>/root <<< 6629 1726773061.43568: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773061.43666: stderr chunk (state=3): >>><<< 6629 1726773061.43680: stdout chunk (state=3): >>><<< 6629 1726773061.43820: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773061.43823: _low_level_execute_command(): starting 6629 1726773061.43827: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773061.4371762-7367-43009737202364 `" && echo ansible-tmp-1726773061.4371762-7367-43009737202364="` echo /root/.ansible/tmp/ansible-tmp-1726773061.4371762-7367-43009737202364 `" ) && sleep 0' 6629 1726773061.44446: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773061.44463: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.44485: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.44507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.44551: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.44563: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773061.44586: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.44606: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773061.44618: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773061.44628: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773061.44639: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.44651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.44665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.44675: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.44687: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773061.44708: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.44783: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773061.44815: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773061.44833: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.44900: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.46852: stdout chunk (state=3): >>>ansible-tmp-1726773061.4371762-7367-43009737202364=/root/.ansible/tmp/ansible-tmp-1726773061.4371762-7367-43009737202364 <<< 6629 1726773061.46957: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773061.47051: stderr chunk (state=3): >>><<< 6629 1726773061.47062: stdout chunk (state=3): >>><<< 6629 1726773061.47215: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773061.4371762-7367-43009737202364=/root/.ansible/tmp/ansible-tmp-1726773061.4371762-7367-43009737202364 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773061.47218: variable 'ansible_module_compression' from source: unknown 6629 1726773061.47221: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 6629 1726773061.47324: variable 'ansible_facts' from source: unknown 6629 1726773061.47334: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773061.4371762-7367-43009737202364/AnsiballZ_file.py 6629 1726773061.47492: Sending initial data 6629 1726773061.47495: Sent initial data (150 bytes) 6629 1726773061.48541: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773061.48555: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.48570: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.48589: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.48646: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.48658: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773061.48672: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.48689: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773061.48701: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773061.48716: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773061.48728: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.48752: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.48767: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.48780: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.48791: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773061.48806: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.48888: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773061.48911: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773061.48927: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.48993: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.50774: 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 <<< 6629 1726773061.50795: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773061.50818: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpjwmelcqg /root/.ansible/tmp/ansible-tmp-1726773061.4371762-7367-43009737202364/AnsiballZ_file.py <<< 6629 1726773061.50848: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773061.51837: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773061.52050: stderr chunk (state=3): >>><<< 6629 1726773061.52053: stdout chunk (state=3): >>><<< 6629 1726773061.52055: done transferring module to remote 6629 1726773061.52061: _low_level_execute_command(): starting 6629 1726773061.52068: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773061.4371762-7367-43009737202364/ /root/.ansible/tmp/ansible-tmp-1726773061.4371762-7367-43009737202364/AnsiballZ_file.py && sleep 0' 6629 1726773061.52676: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773061.52694: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.52711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.52724: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.52760: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.52773: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773061.52786: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.52808: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773061.52816: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773061.52823: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773061.52831: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.52841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.52853: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.52860: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.52867: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773061.52885: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.52967: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773061.52989: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773061.53005: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.53076: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.54870: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773061.54922: stderr chunk (state=3): >>><<< 6629 1726773061.54925: stdout chunk (state=3): >>><<< 6629 1726773061.54939: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773061.54942: _low_level_execute_command(): starting 6629 1726773061.54948: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773061.4371762-7367-43009737202364/AnsiballZ_file.py && sleep 0' 6629 1726773061.55478: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.55531: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.55617: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.55659: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.69799: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "directory", "path_content": {"directories": [], "files": ["/etc/tuned/kernel_settings/tuned.conf"]}}, "after": {"path": "/etc/tuned/kernel_settings", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/etc/tuned/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}}} <<< 6629 1726773061.70984: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773061.70988: stdout chunk (state=3): >>><<< 6629 1726773061.70991: stderr chunk (state=3): >>><<< 6629 1726773061.71133: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "directory", "path_content": {"directories": [], "files": ["/etc/tuned/kernel_settings/tuned.conf"]}}, "after": {"path": "/etc/tuned/kernel_settings", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/etc/tuned/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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773061.71144: done with _execute_module (file, {'path': '/etc/tuned/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-1726773061.4371762-7367-43009737202364/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773061.71147: _low_level_execute_command(): starting 6629 1726773061.71149: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773061.4371762-7367-43009737202364/ > /dev/null 2>&1 && sleep 0' 6629 1726773061.71676: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773061.71690: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.71708: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.71728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.71767: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.71779: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773061.71794: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.71814: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773061.71826: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773061.71837: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773061.71850: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.71864: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.71880: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.71893: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.71907: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773061.71921: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.71997: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773061.72027: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773061.72043: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.72108: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.73928: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773061.73980: stderr chunk (state=3): >>><<< 6629 1726773061.73983: stdout chunk (state=3): >>><<< 6629 1726773061.73999: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773061.74006: handler run complete 6629 1726773061.74027: attempt loop complete, returning result 6629 1726773061.74030: _execute() done 6629 1726773061.74032: dumping result to json 6629 1726773061.74037: done dumping result, returning 6629 1726773061.74048: done running TaskExecutor() for managed_node3/TASK: Remove kernel_settings tuned profile [1239c35c-e2e1-669f-ab4e-000000000155] 6629 1726773061.74051: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000155 6629 1726773061.74475: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000155 6629 1726773061.74481: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "path": "/etc/tuned/kernel_settings", "state": "absent" } 6629 1726773061.74561: no more pending results, returning what we have 6629 1726773061.74564: results queue empty 6629 1726773061.74565: checking for any_errors_fatal 6629 1726773061.74575: done checking for any_errors_fatal 6629 1726773061.74576: checking for max_fail_percentage 6629 1726773061.74579: done checking for max_fail_percentage 6629 1726773061.74580: checking to see if all hosts have failed and the running result is not ok 6629 1726773061.74581: done checking to see if all hosts have failed 6629 1726773061.74582: getting the remaining hosts for this loop 6629 1726773061.74583: done getting the remaining hosts for this loop 6629 1726773061.74586: getting the next task for host managed_node3 6629 1726773061.74590: done getting next task for host managed_node3 6629 1726773061.74592: ^ task is: TASK: Get active_profile 6629 1726773061.74595: ^ 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 6629 1726773061.74599: getting variables 6629 1726773061.74600: in VariableManager get_vars() 6629 1726773061.74635: Calling all_inventory to load vars for managed_node3 6629 1726773061.74638: Calling groups_inventory to load vars for managed_node3 6629 1726773061.74640: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773061.74650: Calling all_plugins_play to load vars for managed_node3 6629 1726773061.74653: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773061.74657: Calling groups_plugins_play to load vars for managed_node3 6629 1726773061.74713: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773061.74755: done with get_vars() 6629 1726773061.74765: done getting variables TASK [Get active_profile] ****************************************************** task path: /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:41 Thursday 19 September 2024 15:11:01 -0400 (0:00:00.366) 0:00:37.234 **** 6629 1726773061.74859: entering _queue_task() for managed_node3/slurp 6629 1726773061.75080: worker is 1 (out of 1 available) 6629 1726773061.75094: exiting _queue_task() for managed_node3/slurp 6629 1726773061.75108: done queuing things up, now waiting for results queue to drain 6629 1726773061.75110: waiting for pending results... 6629 1726773061.75388: running TaskExecutor() for managed_node3/TASK: Get active_profile 6629 1726773061.75482: in run() - task 1239c35c-e2e1-669f-ab4e-000000000156 6629 1726773061.75501: variable 'ansible_search_path' from source: unknown 6629 1726773061.75511: variable 'ansible_search_path' from source: unknown 6629 1726773061.75563: calling self._execute() 6629 1726773061.75650: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773061.75668: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773061.75684: variable 'omit' from source: magic vars 6629 1726773061.75807: variable 'omit' from source: magic vars 6629 1726773061.75853: variable 'omit' from source: magic vars 6629 1726773061.75914: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6629 1726773061.76237: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6629 1726773061.76333: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6629 1726773061.76380: variable 'omit' from source: magic vars 6629 1726773061.76433: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773061.76474: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773061.76501: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773061.76528: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773061.76547: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773061.76586: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773061.76595: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773061.76605: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773061.76718: Set connection var ansible_shell_executable to /bin/sh 6629 1726773061.76731: Set connection var ansible_timeout to 10 6629 1726773061.76740: Set connection var ansible_connection to ssh 6629 1726773061.76753: Set connection var ansible_pipelining to False 6629 1726773061.76763: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773061.76779: Set connection var ansible_shell_type to sh 6629 1726773061.76808: variable 'ansible_shell_executable' from source: unknown 6629 1726773061.76818: variable 'ansible_connection' from source: unknown 6629 1726773061.76826: variable 'ansible_module_compression' from source: unknown 6629 1726773061.76832: variable 'ansible_shell_type' from source: unknown 6629 1726773061.76839: variable 'ansible_shell_executable' from source: unknown 6629 1726773061.76845: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773061.76852: variable 'ansible_pipelining' from source: unknown 6629 1726773061.76858: variable 'ansible_timeout' from source: unknown 6629 1726773061.76864: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773061.77079: 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__) 6629 1726773061.77099: variable 'omit' from source: magic vars 6629 1726773061.77111: starting attempt loop 6629 1726773061.77117: running the handler 6629 1726773061.77134: _low_level_execute_command(): starting 6629 1726773061.77146: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773061.77939: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773061.77959: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.77979: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.78000: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.78050: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.78064: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773061.78086: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.78109: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773061.78123: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773061.78136: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773061.78149: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.78164: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.78187: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.78199: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.78212: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773061.78224: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.78309: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773061.78331: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773061.78346: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.78415: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.80062: stdout chunk (state=3): >>>/root <<< 6629 1726773061.80260: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773061.80264: stdout chunk (state=3): >>><<< 6629 1726773061.80266: stderr chunk (state=3): >>><<< 6629 1726773061.80390: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773061.80394: _low_level_execute_command(): starting 6629 1726773061.80397: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773061.802924-7380-195526237910322 `" && echo ansible-tmp-1726773061.802924-7380-195526237910322="` echo /root/.ansible/tmp/ansible-tmp-1726773061.802924-7380-195526237910322 `" ) && sleep 0' 6629 1726773061.81096: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773061.81114: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.81130: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.81154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.81203: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.81219: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773061.81234: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.81251: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773061.81268: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773061.81284: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773061.81297: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.81313: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.81330: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.81342: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.81353: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773061.81366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.81449: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773061.81473: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773061.81499: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.81575: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.83499: stdout chunk (state=3): >>>ansible-tmp-1726773061.802924-7380-195526237910322=/root/.ansible/tmp/ansible-tmp-1726773061.802924-7380-195526237910322 <<< 6629 1726773061.83622: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773061.83659: stderr chunk (state=3): >>><<< 6629 1726773061.83662: stdout chunk (state=3): >>><<< 6629 1726773061.83682: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773061.802924-7380-195526237910322=/root/.ansible/tmp/ansible-tmp-1726773061.802924-7380-195526237910322 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773061.83719: variable 'ansible_module_compression' from source: unknown 6629 1726773061.83753: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 6629 1726773061.83808: variable 'ansible_facts' from source: unknown 6629 1726773061.83846: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773061.802924-7380-195526237910322/AnsiballZ_slurp.py 6629 1726773061.83948: Sending initial data 6629 1726773061.83957: Sent initial data (151 bytes) 6629 1726773061.84659: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.84663: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.84698: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.84702: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773061.84707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.84759: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773061.84762: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.84807: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.86586: 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 <<< 6629 1726773061.86616: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773061.86644: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpujerag9s /root/.ansible/tmp/ansible-tmp-1726773061.802924-7380-195526237910322/AnsiballZ_slurp.py <<< 6629 1726773061.86673: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773061.87416: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773061.87529: stderr chunk (state=3): >>><<< 6629 1726773061.87533: stdout chunk (state=3): >>><<< 6629 1726773061.87552: done transferring module to remote 6629 1726773061.87561: _low_level_execute_command(): starting 6629 1726773061.87566: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773061.802924-7380-195526237910322/ /root/.ansible/tmp/ansible-tmp-1726773061.802924-7380-195526237910322/AnsiballZ_slurp.py && sleep 0' 6629 1726773061.88067: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773061.88083: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.88102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.88122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.88168: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.88184: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773061.88199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.88220: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773061.88233: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773061.88245: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773061.88257: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.88271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.88290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.88300: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773061.88314: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773061.88328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.88402: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773061.88424: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773061.88440: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.88506: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773061.90300: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773061.90348: stderr chunk (state=3): >>><<< 6629 1726773061.90352: stdout chunk (state=3): >>><<< 6629 1726773061.90367: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773061.90370: _low_level_execute_command(): starting 6629 1726773061.90380: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773061.802924-7380-195526237910322/AnsiballZ_slurp.py && sleep 0' 6629 1726773061.90831: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773061.90834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773061.90868: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773061.90872: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773061.90874: 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.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773061.90876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773061.90929: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773061.90933: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773061.90981: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.04281: 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"}}} <<< 6629 1726773062.05273: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773062.05328: stderr chunk (state=3): >>><<< 6629 1726773062.05332: stdout chunk (state=3): >>><<< 6629 1726773062.05346: _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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773062.05370: 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-1726773061.802924-7380-195526237910322/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773062.05378: _low_level_execute_command(): starting 6629 1726773062.05385: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773061.802924-7380-195526237910322/ > /dev/null 2>&1 && sleep 0' 6629 1726773062.05843: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.05851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.05885: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.05889: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.05892: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.05944: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.05951: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773062.05954: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.05987: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.07752: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773062.07796: stderr chunk (state=3): >>><<< 6629 1726773062.07799: stdout chunk (state=3): >>><<< 6629 1726773062.07815: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773062.07821: handler run complete 6629 1726773062.07835: attempt loop complete, returning result 6629 1726773062.07838: _execute() done 6629 1726773062.07840: dumping result to json 6629 1726773062.07842: done dumping result, returning 6629 1726773062.07850: done running TaskExecutor() for managed_node3/TASK: Get active_profile [1239c35c-e2e1-669f-ab4e-000000000156] 6629 1726773062.07854: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000156 6629 1726773062.07948: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000156 6629 1726773062.07951: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 6629 1726773062.08007: no more pending results, returning what we have 6629 1726773062.08010: results queue empty 6629 1726773062.08011: checking for any_errors_fatal 6629 1726773062.08018: done checking for any_errors_fatal 6629 1726773062.08018: checking for max_fail_percentage 6629 1726773062.08020: done checking for max_fail_percentage 6629 1726773062.08020: checking to see if all hosts have failed and the running result is not ok 6629 1726773062.08021: done checking to see if all hosts have failed 6629 1726773062.08022: getting the remaining hosts for this loop 6629 1726773062.08023: done getting the remaining hosts for this loop 6629 1726773062.08027: getting the next task for host managed_node3 6629 1726773062.08032: done getting next task for host managed_node3 6629 1726773062.08035: ^ task is: TASK: Ensure kernel_settings is not in active_profile 6629 1726773062.08038: ^ 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 6629 1726773062.08041: getting variables 6629 1726773062.08043: in VariableManager get_vars() 6629 1726773062.08074: Calling all_inventory to load vars for managed_node3 6629 1726773062.08079: Calling groups_inventory to load vars for managed_node3 6629 1726773062.08081: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773062.08090: Calling all_plugins_play to load vars for managed_node3 6629 1726773062.08093: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773062.08095: Calling groups_plugins_play to load vars for managed_node3 6629 1726773062.08135: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773062.08162: done with get_vars() 6629 1726773062.08168: done getting variables 6629 1726773062.08216: 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-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 Thursday 19 September 2024 15:11:02 -0400 (0:00:00.333) 0:00:37.568 **** 6629 1726773062.08238: entering _queue_task() for managed_node3/copy 6629 1726773062.08406: worker is 1 (out of 1 available) 6629 1726773062.08419: exiting _queue_task() for managed_node3/copy 6629 1726773062.08429: done queuing things up, now waiting for results queue to drain 6629 1726773062.08431: waiting for pending results... 6629 1726773062.08597: running TaskExecutor() for managed_node3/TASK: Ensure kernel_settings is not in active_profile 6629 1726773062.08660: in run() - task 1239c35c-e2e1-669f-ab4e-000000000157 6629 1726773062.08671: variable 'ansible_search_path' from source: unknown 6629 1726773062.08674: variable 'ansible_search_path' from source: unknown 6629 1726773062.08707: calling self._execute() 6629 1726773062.08763: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773062.08766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773062.08775: variable 'omit' from source: magic vars 6629 1726773062.08848: variable 'omit' from source: magic vars 6629 1726773062.08880: variable 'omit' from source: magic vars 6629 1726773062.08899: variable '__active_profile' from source: task vars 6629 1726773062.09113: variable '__active_profile' from source: task vars 6629 1726773062.09247: variable '__cur_profile' from source: task vars 6629 1726773062.09348: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6629 1726773062.10822: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6629 1726773062.10862: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6629 1726773062.10888: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6629 1726773062.10915: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6629 1726773062.10937: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6629 1726773062.10992: 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) 6629 1726773062.11012: 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) 6629 1726773062.11030: 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) 6629 1726773062.11061: 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) 6629 1726773062.11072: 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) 6629 1726773062.11149: variable '__kernel_settings_tuned_current_profile' from source: set_fact 6629 1726773062.11191: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6629 1726773062.11238: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 6629 1726773062.11290: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6629 1726773062.11309: variable 'omit' from source: magic vars 6629 1726773062.11329: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773062.11347: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773062.11366: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773062.11376: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773062.11385: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773062.11408: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773062.11411: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773062.11414: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773062.11481: Set connection var ansible_shell_executable to /bin/sh 6629 1726773062.11484: Set connection var ansible_timeout to 10 6629 1726773062.11486: Set connection var ansible_connection to ssh 6629 1726773062.11494: Set connection var ansible_pipelining to False 6629 1726773062.11499: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773062.11505: Set connection var ansible_shell_type to sh 6629 1726773062.11521: variable 'ansible_shell_executable' from source: unknown 6629 1726773062.11524: variable 'ansible_connection' from source: unknown 6629 1726773062.11526: variable 'ansible_module_compression' from source: unknown 6629 1726773062.11528: variable 'ansible_shell_type' from source: unknown 6629 1726773062.11531: variable 'ansible_shell_executable' from source: unknown 6629 1726773062.11533: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773062.11537: variable 'ansible_pipelining' from source: unknown 6629 1726773062.11539: variable 'ansible_timeout' from source: unknown 6629 1726773062.11544: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773062.11614: 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) 6629 1726773062.11622: variable 'omit' from source: magic vars 6629 1726773062.11626: starting attempt loop 6629 1726773062.11629: running the handler 6629 1726773062.11637: _low_level_execute_command(): starting 6629 1726773062.11643: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773062.12152: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.12160: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.12217: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.12250: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.12263: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773062.12272: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.12315: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.13916: stdout chunk (state=3): >>>/root <<< 6629 1726773062.14017: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773062.14067: stderr chunk (state=3): >>><<< 6629 1726773062.14085: stdout chunk (state=3): >>><<< 6629 1726773062.14096: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773062.14108: _low_level_execute_command(): starting 6629 1726773062.14114: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308 `" && echo ansible-tmp-1726773062.1409695-7403-149212758365308="` echo /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308 `" ) && sleep 0' 6629 1726773062.14560: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.14563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.14599: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.14615: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.14665: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.14677: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.14722: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.16562: stdout chunk (state=3): >>>ansible-tmp-1726773062.1409695-7403-149212758365308=/root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308 <<< 6629 1726773062.16679: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773062.16725: stderr chunk (state=3): >>><<< 6629 1726773062.16729: stdout chunk (state=3): >>><<< 6629 1726773062.16743: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773062.1409695-7403-149212758365308=/root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773062.16813: variable 'ansible_module_compression' from source: unknown 6629 1726773062.16852: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6629 1726773062.16881: variable 'ansible_facts' from source: unknown 6629 1726773062.16942: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/AnsiballZ_stat.py 6629 1726773062.17033: Sending initial data 6629 1726773062.17036: Sent initial data (151 bytes) 6629 1726773062.17710: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.17714: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.17749: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773062.17762: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.17772: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.17818: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.17830: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.17870: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.19583: 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 <<< 6629 1726773062.19613: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773062.19644: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpbc8do94_ /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/AnsiballZ_stat.py <<< 6629 1726773062.19677: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773062.20445: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773062.20548: stderr chunk (state=3): >>><<< 6629 1726773062.20552: stdout chunk (state=3): >>><<< 6629 1726773062.20568: done transferring module to remote 6629 1726773062.20580: _low_level_execute_command(): starting 6629 1726773062.20589: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/ /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/AnsiballZ_stat.py && sleep 0' 6629 1726773062.21041: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.21053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.21073: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773062.21092: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.21138: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.21151: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.21195: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.22935: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773062.22984: stderr chunk (state=3): >>><<< 6629 1726773062.22987: stdout chunk (state=3): >>><<< 6629 1726773062.23001: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773062.23009: _low_level_execute_command(): starting 6629 1726773062.23014: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/AnsiballZ_stat.py && sleep 0' 6629 1726773062.23457: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.23470: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.23493: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.23506: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.23558: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.23573: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.23620: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.38037: 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": 83886274, "dev": 51713, "nlink": 1, "atime": 1726773058.5839584, "mtime": 1726773053.1859105, "ctime": 1726773053.1859105, "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": "592126851", "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}}} <<< 6629 1726773062.39408: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773062.39412: stdout chunk (state=3): >>><<< 6629 1726773062.39415: stderr chunk (state=3): >>><<< 6629 1726773062.39436: _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": 83886274, "dev": 51713, "nlink": 1, "atime": 1726773058.5839584, "mtime": 1726773053.1859105, "ctime": 1726773053.1859105, "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": "592126851", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773062.39519: 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-1726773062.1409695-7403-149212758365308/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6629 1726773062.39658: Sending initial data 6629 1726773062.39661: Sent initial data (139 bytes) 6629 1726773062.40751: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773062.40760: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.40770: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.40787: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.40837: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.40846: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773062.40856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.40870: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773062.40877: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773062.40888: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773062.40897: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.40907: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.40923: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.40932: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.40945: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773062.40954: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.41029: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.41055: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773062.41066: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.41133: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.42937: 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 <<< 6629 1726773062.42984: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773062.43016: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/.fk6cgu_d /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/.source <<< 6629 1726773062.43032: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773062.43170: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773062.43406: stderr chunk (state=3): >>><<< 6629 1726773062.43409: stdout chunk (state=3): >>><<< 6629 1726773062.43412: _low_level_execute_command(): starting 6629 1726773062.43414: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/ /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/.source && sleep 0' 6629 1726773062.43955: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773062.43969: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.43984: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.44005: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.44049: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.44062: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773062.44077: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.44095: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773062.44110: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773062.44123: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773062.44136: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.44151: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.44167: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.44178: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.44191: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773062.44208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.44283: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.44300: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773062.44322: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.44382: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.46125: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773062.46129: stderr chunk (state=3): >>><<< 6629 1726773062.46132: stdout chunk (state=3): >>><<< 6629 1726773062.46166: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773062.46179: variable 'ansible_module_compression' from source: unknown 6629 1726773062.46208: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6629 1726773062.46225: variable 'ansible_facts' from source: unknown 6629 1726773062.46269: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/AnsiballZ_copy.py 6629 1726773062.46369: Sending initial data 6629 1726773062.46372: Sent initial data (151 bytes) 6629 1726773062.47061: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.47067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.47109: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.47151: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.47244: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.47264: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773062.47282: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.47357: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.49068: 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 <<< 6629 1726773062.49108: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773062.49159: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp0r4i9uxv /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/AnsiballZ_copy.py <<< 6629 1726773062.49207: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773062.50061: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773062.50209: stderr chunk (state=3): >>><<< 6629 1726773062.50213: stdout chunk (state=3): >>><<< 6629 1726773062.50215: done transferring module to remote 6629 1726773062.50217: _low_level_execute_command(): starting 6629 1726773062.50223: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/ /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/AnsiballZ_copy.py && sleep 0' 6629 1726773062.50919: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.51122: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.51208: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.52741: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773062.52809: stderr chunk (state=3): >>><<< 6629 1726773062.52812: stdout chunk (state=3): >>><<< 6629 1726773062.52917: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773062.52920: _low_level_execute_command(): starting 6629 1726773062.52923: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/AnsiballZ_copy.py && sleep 0' 6629 1726773062.53518: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773062.53533: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.53550: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.53568: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.53618: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.53631: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773062.53646: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.53664: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773062.53679: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773062.53696: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773062.53713: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.53728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.53744: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.53761: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.53773: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773062.53791: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.53872: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.53897: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773062.53920: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.53994: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.67649: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/.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-1726773062.1409695-7403-149212758365308/.source", "_original_basename": ".fk6cgu_d", "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}}} <<< 6629 1726773062.68728: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773062.68789: stderr chunk (state=3): >>><<< 6629 1726773062.68793: stdout chunk (state=3): >>><<< 6629 1726773062.68910: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/.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-1726773062.1409695-7403-149212758365308/.source", "_original_basename": ".fk6cgu_d", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773062.68915: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/.source', '_original_basename': '.fk6cgu_d', '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-1726773062.1409695-7403-149212758365308/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773062.68917: _low_level_execute_command(): starting 6629 1726773062.68920: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773062.1409695-7403-149212758365308/ > /dev/null 2>&1 && sleep 0' 6629 1726773062.70195: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.70198: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.70235: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.70238: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.70240: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.70324: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.70332: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773062.70335: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.70378: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.72432: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773062.72528: stderr chunk (state=3): >>><<< 6629 1726773062.72645: stdout chunk (state=3): >>><<< 6629 1726773062.72709: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773062.72716: handler run complete 6629 1726773062.72913: attempt loop complete, returning result 6629 1726773062.72917: _execute() done 6629 1726773062.72919: dumping result to json 6629 1726773062.72921: done dumping result, returning 6629 1726773062.72923: done running TaskExecutor() for managed_node3/TASK: Ensure kernel_settings is not in active_profile [1239c35c-e2e1-669f-ab4e-000000000157] 6629 1726773062.72925: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000157 6629 1726773062.73007: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000157 6629 1726773062.73011: 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-1726773062.1409695-7403-149212758365308/.source", "state": "file", "uid": 0 } 6629 1726773062.73087: no more pending results, returning what we have 6629 1726773062.73091: results queue empty 6629 1726773062.73092: checking for any_errors_fatal 6629 1726773062.73099: done checking for any_errors_fatal 6629 1726773062.73100: checking for max_fail_percentage 6629 1726773062.73102: done checking for max_fail_percentage 6629 1726773062.73105: checking to see if all hosts have failed and the running result is not ok 6629 1726773062.73106: done checking to see if all hosts have failed 6629 1726773062.73107: getting the remaining hosts for this loop 6629 1726773062.73108: done getting the remaining hosts for this loop 6629 1726773062.73113: getting the next task for host managed_node3 6629 1726773062.73119: done getting next task for host managed_node3 6629 1726773062.73122: ^ task is: TASK: Set profile_mode to auto 6629 1726773062.73125: ^ 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 6629 1726773062.73129: getting variables 6629 1726773062.73131: in VariableManager get_vars() 6629 1726773062.73169: Calling all_inventory to load vars for managed_node3 6629 1726773062.73173: Calling groups_inventory to load vars for managed_node3 6629 1726773062.73175: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773062.73188: Calling all_plugins_play to load vars for managed_node3 6629 1726773062.73192: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773062.73195: Calling groups_plugins_play to load vars for managed_node3 6629 1726773062.73246: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773062.73290: done with get_vars() 6629 1726773062.73299: done getting variables 6629 1726773062.73472: 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-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 Thursday 19 September 2024 15:11:02 -0400 (0:00:00.652) 0:00:38.220 **** 6629 1726773062.73504: entering _queue_task() for managed_node3/copy 6629 1726773062.73991: worker is 1 (out of 1 available) 6629 1726773062.74005: exiting _queue_task() for managed_node3/copy 6629 1726773062.74017: done queuing things up, now waiting for results queue to drain 6629 1726773062.74018: waiting for pending results... 6629 1726773062.74830: running TaskExecutor() for managed_node3/TASK: Set profile_mode to auto 6629 1726773062.74939: in run() - task 1239c35c-e2e1-669f-ab4e-000000000158 6629 1726773062.74965: variable 'ansible_search_path' from source: unknown 6629 1726773062.74972: variable 'ansible_search_path' from source: unknown 6629 1726773062.75017: calling self._execute() 6629 1726773062.75110: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773062.75122: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773062.75142: variable 'omit' from source: magic vars 6629 1726773062.75260: variable 'omit' from source: magic vars 6629 1726773062.75316: variable 'omit' from source: magic vars 6629 1726773062.75352: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 6629 1726773062.75796: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 6629 1726773062.75900: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 6629 1726773062.75958: variable 'omit' from source: magic vars 6629 1726773062.76010: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773062.76061: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773062.76088: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773062.76113: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773062.76128: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773062.76171: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773062.76182: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773062.76190: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773062.76314: Set connection var ansible_shell_executable to /bin/sh 6629 1726773062.76326: Set connection var ansible_timeout to 10 6629 1726773062.76335: Set connection var ansible_connection to ssh 6629 1726773062.76349: Set connection var ansible_pipelining to False 6629 1726773062.76369: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773062.76383: Set connection var ansible_shell_type to sh 6629 1726773062.76410: variable 'ansible_shell_executable' from source: unknown 6629 1726773062.76419: variable 'ansible_connection' from source: unknown 6629 1726773062.76425: variable 'ansible_module_compression' from source: unknown 6629 1726773062.76431: variable 'ansible_shell_type' from source: unknown 6629 1726773062.76438: variable 'ansible_shell_executable' from source: unknown 6629 1726773062.76443: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773062.76450: variable 'ansible_pipelining' from source: unknown 6629 1726773062.76456: variable 'ansible_timeout' from source: unknown 6629 1726773062.76469: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773062.76636: 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) 6629 1726773062.76652: variable 'omit' from source: magic vars 6629 1726773062.76661: starting attempt loop 6629 1726773062.76668: running the handler 6629 1726773062.76693: _low_level_execute_command(): starting 6629 1726773062.76713: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773062.77508: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773062.77525: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.77544: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.77568: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.77624: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.77637: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773062.77651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.77674: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773062.77695: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773062.77710: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773062.77722: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.77736: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.77750: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.77761: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.77776: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773062.77792: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.77871: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.77901: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773062.77926: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.78001: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.79571: stdout chunk (state=3): >>>/root <<< 6629 1726773062.79750: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773062.79758: stdout chunk (state=3): >>><<< 6629 1726773062.79761: stderr chunk (state=3): >>><<< 6629 1726773062.79810: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773062.79813: _low_level_execute_command(): starting 6629 1726773062.79896: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467 `" && echo ansible-tmp-1726773062.797863-7433-244196411598467="` echo /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467 `" ) && sleep 0' 6629 1726773062.80513: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773062.80527: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.80547: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.80567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.80615: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.80628: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773062.80641: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.80664: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773062.80674: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773062.80687: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773062.80698: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.80712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.80728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.80741: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.80753: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773062.80773: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.80853: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.80883: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773062.80901: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.80973: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.82770: stdout chunk (state=3): >>>ansible-tmp-1726773062.797863-7433-244196411598467=/root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467 <<< 6629 1726773062.82924: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773062.82973: stderr chunk (state=3): >>><<< 6629 1726773062.82975: stdout chunk (state=3): >>><<< 6629 1726773062.83008: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773062.797863-7433-244196411598467=/root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773062.83211: variable 'ansible_module_compression' from source: unknown 6629 1726773062.83214: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6629 1726773062.83216: variable 'ansible_facts' from source: unknown 6629 1726773062.83273: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/AnsiballZ_stat.py 6629 1726773062.83409: Sending initial data 6629 1726773062.83412: Sent initial data (150 bytes) 6629 1726773062.84415: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773062.84435: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.84453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.84471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.84519: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.84535: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773062.84549: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.84566: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773062.84580: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773062.84591: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773062.84601: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.84616: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.84634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.84650: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.84661: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773062.84674: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.84764: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.84801: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773062.84820: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.84888: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.86600: 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 <<< 6629 1726773062.86605: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773062.86633: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpp_un6jd8 /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/AnsiballZ_stat.py <<< 6629 1726773062.86660: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773062.87430: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773062.87530: stderr chunk (state=3): >>><<< 6629 1726773062.87533: stdout chunk (state=3): >>><<< 6629 1726773062.87536: done transferring module to remote 6629 1726773062.87549: _low_level_execute_command(): starting 6629 1726773062.87590: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/ /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/AnsiballZ_stat.py && sleep 0' 6629 1726773062.88426: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773062.88440: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.88443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.88446: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.88448: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.88453: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773062.88455: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.88457: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773062.88459: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773062.88461: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773062.88463: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.88465: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.88466: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.88468: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.88470: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773062.88472: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.88473: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.88475: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773062.88479: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.88531: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773062.90209: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773062.90212: stdout chunk (state=3): >>><<< 6629 1726773062.90242: stderr chunk (state=3): >>><<< 6629 1726773062.90293: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773062.90296: _low_level_execute_command(): starting 6629 1726773062.90299: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/AnsiballZ_stat.py && sleep 0' 6629 1726773062.90861: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773062.90875: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.90889: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.90909: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.90949: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.90962: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773062.90977: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.90996: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773062.91010: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773062.91023: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773062.91035: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773062.91049: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773062.91067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773062.91080: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773062.91092: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773062.91109: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773062.91183: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773062.91204: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773062.91220: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773062.91290: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773063.05418: 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": 90177730, "dev": 51713, "nlink": 1, "atime": 1726773059.5449667, "mtime": 1726773053.1869104, "ctime": 1726773053.1869104, "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": "2520242557", "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}}} <<< 6629 1726773063.06672: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773063.06726: stderr chunk (state=3): >>><<< 6629 1726773063.06730: stdout chunk (state=3): >>><<< 6629 1726773063.06751: _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": 90177730, "dev": 51713, "nlink": 1, "atime": 1726773059.5449667, "mtime": 1726773053.1869104, "ctime": 1726773053.1869104, "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": "2520242557", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773063.06805: 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-1726773062.797863-7433-244196411598467/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 6629 1726773063.06899: Sending initial data 6629 1726773063.06906: Sent initial data (138 bytes) 6629 1726773063.07738: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773063.07757: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.07775: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.07797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.07841: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773063.07861: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773063.07875: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.07896: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773063.07909: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773063.07920: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773063.07931: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.07945: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.07966: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.07980: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773063.07991: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773063.08006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.08090: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773063.08117: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773063.08145: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773063.08250: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773063.09969: 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 <<< 6629 1726773063.09979: stderr chunk (state=3): >>>debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6629 1726773063.09994: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773063.10031: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/.x728qxgi /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/.source <<< 6629 1726773063.10081: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773063.10369: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773063.10508: stderr chunk (state=3): >>><<< 6629 1726773063.10511: stdout chunk (state=3): >>><<< 6629 1726773063.10514: _low_level_execute_command(): starting 6629 1726773063.10516: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/ /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/.source && sleep 0' 6629 1726773063.11637: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773063.11653: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.11670: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.11689: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.11736: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773063.11749: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773063.11763: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.11780: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773063.11792: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773063.11803: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773063.11821: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.11836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.11851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.11862: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773063.11871: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773063.11883: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.11971: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773063.11996: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773063.12015: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773063.12080: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773063.13863: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773063.13867: stdout chunk (state=3): >>><<< 6629 1726773063.13870: stderr chunk (state=3): >>><<< 6629 1726773063.14134: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773063.14141: variable 'ansible_module_compression' from source: unknown 6629 1726773063.14143: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 6629 1726773063.14146: variable 'ansible_facts' from source: unknown 6629 1726773063.14148: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/AnsiballZ_copy.py 6629 1726773063.14211: Sending initial data 6629 1726773063.14214: Sent initial data (150 bytes) 6629 1726773063.15581: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773063.15712: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.15725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.15740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.15779: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773063.15792: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773063.15817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.15836: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773063.15849: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773063.15863: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773063.15876: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.15891: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.15914: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.15928: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773063.15939: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773063.15954: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.16034: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773063.16057: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773063.16073: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773063.16136: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773063.17806: 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 <<< 6629 1726773063.17856: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773063.17894: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp9ld74llo /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/AnsiballZ_copy.py <<< 6629 1726773063.18205: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773063.19039: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773063.19333: stderr chunk (state=3): >>><<< 6629 1726773063.19336: stdout chunk (state=3): >>><<< 6629 1726773063.19338: done transferring module to remote 6629 1726773063.19340: _low_level_execute_command(): starting 6629 1726773063.19342: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/ /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/AnsiballZ_copy.py && sleep 0' 6629 1726773063.19943: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773063.19960: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.19988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.20010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.20050: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773063.20063: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773063.20087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.20107: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773063.20118: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773063.20129: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773063.20141: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.20153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.20167: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.20181: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773063.20198: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773063.20215: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.20294: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773063.20321: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773063.20346: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773063.20433: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773063.22158: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773063.22174: stderr chunk (state=3): >>><<< 6629 1726773063.22179: stdout chunk (state=3): >>><<< 6629 1726773063.22190: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773063.22196: _low_level_execute_command(): starting 6629 1726773063.22199: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/AnsiballZ_copy.py && sleep 0' 6629 1726773063.22657: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.22661: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.22694: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.22702: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.22724: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.22727: 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.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773063.22743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.22815: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773063.22824: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773063.22886: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773063.36545: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/.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-1726773062.797863-7433-244196411598467/.source", "_original_basename": ".x728qxgi", "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}}} <<< 6629 1726773063.37598: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773063.37647: stderr chunk (state=3): >>><<< 6629 1726773063.37651: stdout chunk (state=3): >>><<< 6629 1726773063.37665: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/.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-1726773062.797863-7433-244196411598467/.source", "_original_basename": ".x728qxgi", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773063.37694: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/.source', '_original_basename': '.x728qxgi', '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-1726773062.797863-7433-244196411598467/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773063.37705: _low_level_execute_command(): starting 6629 1726773063.37710: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773062.797863-7433-244196411598467/ > /dev/null 2>&1 && sleep 0' 6629 1726773063.38144: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.38151: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.38199: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.38202: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found <<< 6629 1726773063.38207: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.38257: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773063.38261: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773063.38307: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773063.40074: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773063.40120: stderr chunk (state=3): >>><<< 6629 1726773063.40123: stdout chunk (state=3): >>><<< 6629 1726773063.40136: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773063.40146: handler run complete 6629 1726773063.40165: attempt loop complete, returning result 6629 1726773063.40168: _execute() done 6629 1726773063.40170: dumping result to json 6629 1726773063.40175: done dumping result, returning 6629 1726773063.40183: done running TaskExecutor() for managed_node3/TASK: Set profile_mode to auto [1239c35c-e2e1-669f-ab4e-000000000158] 6629 1726773063.40192: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000158 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-1726773062.797863-7433-244196411598467/.source", "state": "file", "uid": 0 } 6629 1726773063.40360: no more pending results, returning what we have 6629 1726773063.40363: results queue empty 6629 1726773063.40364: checking for any_errors_fatal 6629 1726773063.40370: done checking for any_errors_fatal 6629 1726773063.40371: checking for max_fail_percentage 6629 1726773063.40372: done checking for max_fail_percentage 6629 1726773063.40373: checking to see if all hosts have failed and the running result is not ok 6629 1726773063.40374: done checking to see if all hosts have failed 6629 1726773063.40375: getting the remaining hosts for this loop 6629 1726773063.40379: done getting the remaining hosts for this loop 6629 1726773063.40382: getting the next task for host managed_node3 6629 1726773063.40388: done getting next task for host managed_node3 6629 1726773063.40390: ^ task is: TASK: Restart tuned 6629 1726773063.40393: ^ 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 6629 1726773063.40397: getting variables 6629 1726773063.40398: in VariableManager get_vars() 6629 1726773063.40432: Calling all_inventory to load vars for managed_node3 6629 1726773063.40435: Calling groups_inventory to load vars for managed_node3 6629 1726773063.40437: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773063.40448: Calling all_plugins_play to load vars for managed_node3 6629 1726773063.40450: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773063.40453: Calling groups_plugins_play to load vars for managed_node3 6629 1726773063.40494: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000158 6629 1726773063.40498: WORKER PROCESS EXITING 6629 1726773063.40510: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773063.40539: done with get_vars() 6629 1726773063.40546: done getting variables 6629 1726773063.40591: 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-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:64 Thursday 19 September 2024 15:11:03 -0400 (0:00:00.671) 0:00:38.892 **** 6629 1726773063.40615: entering _queue_task() for managed_node3/service 6629 1726773063.40789: worker is 1 (out of 1 available) 6629 1726773063.40801: exiting _queue_task() for managed_node3/service 6629 1726773063.40815: done queuing things up, now waiting for results queue to drain 6629 1726773063.40817: waiting for pending results... 6629 1726773063.40981: running TaskExecutor() for managed_node3/TASK: Restart tuned 6629 1726773063.41038: in run() - task 1239c35c-e2e1-669f-ab4e-000000000159 6629 1726773063.41050: variable 'ansible_search_path' from source: unknown 6629 1726773063.41053: variable 'ansible_search_path' from source: unknown 6629 1726773063.41090: variable '__kernel_settings_services' from source: include_vars 6629 1726773063.41389: variable '__kernel_settings_services' from source: include_vars 6629 1726773063.41443: variable 'omit' from source: magic vars 6629 1726773063.41510: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773063.41516: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773063.41524: variable 'omit' from source: magic vars 6629 1726773063.41575: variable 'omit' from source: magic vars 6629 1726773063.41600: variable 'omit' from source: magic vars 6629 1726773063.41630: variable 'item' from source: unknown 6629 1726773063.41685: variable 'item' from source: unknown 6629 1726773063.41706: variable 'omit' from source: magic vars 6629 1726773063.41743: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6629 1726773063.41768: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6629 1726773063.41787: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6629 1726773063.41801: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773063.41815: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6629 1726773063.41841: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6629 1726773063.41845: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773063.41847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773063.41918: Set connection var ansible_shell_executable to /bin/sh 6629 1726773063.41924: Set connection var ansible_timeout to 10 6629 1726773063.41928: Set connection var ansible_connection to ssh 6629 1726773063.41939: Set connection var ansible_pipelining to False 6629 1726773063.41943: Set connection var ansible_module_compression to ZIP_DEFLATED 6629 1726773063.41949: Set connection var ansible_shell_type to sh 6629 1726773063.41963: variable 'ansible_shell_executable' from source: unknown 6629 1726773063.41965: variable 'ansible_connection' from source: unknown 6629 1726773063.41968: variable 'ansible_module_compression' from source: unknown 6629 1726773063.41970: variable 'ansible_shell_type' from source: unknown 6629 1726773063.41972: variable 'ansible_shell_executable' from source: unknown 6629 1726773063.41974: variable 'ansible_host' from source: host vars for 'managed_node3' 6629 1726773063.41978: variable 'ansible_pipelining' from source: unknown 6629 1726773063.41984: variable 'ansible_timeout' from source: unknown 6629 1726773063.41987: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6629 1726773063.42089: 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) 6629 1726773063.42095: variable 'omit' from source: magic vars 6629 1726773063.42100: starting attempt loop 6629 1726773063.42102: running the handler 6629 1726773063.42169: variable 'ansible_facts' from source: unknown 6629 1726773063.42199: _low_level_execute_command(): starting 6629 1726773063.42207: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6629 1726773063.42732: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.42748: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.42761: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773063.42781: 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.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.42797: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.42833: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773063.42845: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773063.42887: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773063.44390: stdout chunk (state=3): >>>/root <<< 6629 1726773063.44493: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773063.44563: stderr chunk (state=3): >>><<< 6629 1726773063.44566: stdout chunk (state=3): >>><<< 6629 1726773063.44569: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773063.44582: _low_level_execute_command(): starting 6629 1726773063.44585: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773063.4456923-7481-226518909327379 `" && echo ansible-tmp-1726773063.4456923-7481-226518909327379="` echo /root/.ansible/tmp/ansible-tmp-1726773063.4456923-7481-226518909327379 `" ) && sleep 0' 6629 1726773063.45018: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773063.45021: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.45024: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.45045: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.45065: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.45068: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.45118: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773063.45129: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773063.45173: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773063.46969: stdout chunk (state=3): >>>ansible-tmp-1726773063.4456923-7481-226518909327379=/root/.ansible/tmp/ansible-tmp-1726773063.4456923-7481-226518909327379 <<< 6629 1726773063.47089: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773063.47164: stderr chunk (state=3): >>><<< 6629 1726773063.47173: stdout chunk (state=3): >>><<< 6629 1726773063.47312: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773063.4456923-7481-226518909327379=/root/.ansible/tmp/ansible-tmp-1726773063.4456923-7481-226518909327379 , stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773063.47315: variable 'ansible_module_compression' from source: unknown 6629 1726773063.47318: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 6629 1726773063.47410: variable 'ansible_facts' from source: unknown 6629 1726773063.47527: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773063.4456923-7481-226518909327379/AnsiballZ_setup.py 6629 1726773063.47707: Sending initial data 6629 1726773063.47711: Sent initial data (152 bytes) 6629 1726773063.50223: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.50227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.50370: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.50373: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.50376: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.50443: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773063.50561: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773063.50616: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773063.52309: 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 <<< 6629 1726773063.52312: stderr chunk (state=3): >>>debug2: Server supports extension "expand-path@openssh.com" revision 1 <<< 6629 1726773063.52337: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773063.52368: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmpmdg4i7om /root/.ansible/tmp/ansible-tmp-1726773063.4456923-7481-226518909327379/AnsiballZ_setup.py <<< 6629 1726773063.52396: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773063.54930: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773063.55029: stderr chunk (state=3): >>><<< 6629 1726773063.55037: stdout chunk (state=3): >>><<< 6629 1726773063.55056: done transferring module to remote 6629 1726773063.55065: _low_level_execute_command(): starting 6629 1726773063.55070: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773063.4456923-7481-226518909327379/ /root/.ansible/tmp/ansible-tmp-1726773063.4456923-7481-226518909327379/AnsiballZ_setup.py && sleep 0' 6629 1726773063.55509: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.55513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.55552: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.55555: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.55557: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.55609: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773063.55612: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773063.55649: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773063.57446: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773063.57512: stderr chunk (state=3): >>><<< 6629 1726773063.57516: stdout chunk (state=3): >>><<< 6629 1726773063.57615: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773063.57618: _low_level_execute_command(): starting 6629 1726773063.57621: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773063.4456923-7481-226518909327379/AnsiballZ_setup.py && sleep 0' 6629 1726773063.58336: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773063.58351: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.58365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.58393: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.58452: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773063.58513: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773063.58528: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.58547: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773063.58579: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773063.58593: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773063.58617: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.58634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.58671: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.58686: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773063.58700: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773063.58730: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.58809: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773063.58841: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773063.58859: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773063.58932: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773063.83801: 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"}}} <<< 6629 1726773063.85447: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773063.85451: stdout chunk (state=3): >>><<< 6629 1726773063.85454: stderr chunk (state=3): >>><<< 6629 1726773063.85811: _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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773063.85815: 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-1726773063.4456923-7481-226518909327379/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773063.85819: 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} 6629 1726773063.85822: variable 'ansible_module_compression' from source: unknown 6629 1726773063.85824: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6629tj_1xp75/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 6629 1726773063.85826: variable 'ansible_facts' from source: unknown 6629 1726773063.85906: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773063.4456923-7481-226518909327379/AnsiballZ_systemd.py 6629 1726773063.86523: Sending initial data 6629 1726773063.86526: Sent initial data (154 bytes) 6629 1726773063.88350: stderr chunk (state=3): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773063.88362: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.88376: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.88396: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.88441: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773063.88460: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773063.88480: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.88505: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773063.88519: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773063.88529: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773063.88538: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.88550: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.88563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.88573: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773063.88589: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773063.88608: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.88687: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773063.88716: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773063.88739: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773063.88806: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773063.90593: 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 <<< 6629 1726773063.90635: stderr chunk (state=3): >>>debug1: Using server download size 261120 debug1: Using server upload size 261120 debug1: Server handle limit 1019; using 64 <<< 6629 1726773063.90675: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6629tj_1xp75/tmp3i1ibksj /root/.ansible/tmp/ansible-tmp-1726773063.4456923-7481-226518909327379/AnsiballZ_systemd.py <<< 6629 1726773063.91142: stderr chunk (state=3): >>>debug1: Couldn't stat remote file: No such file or directory <<< 6629 1726773063.93746: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773063.93753: stderr chunk (state=3): >>><<< 6629 1726773063.93756: stdout chunk (state=3): >>><<< 6629 1726773063.93781: done transferring module to remote 6629 1726773063.93784: _low_level_execute_command(): starting 6629 1726773063.93792: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773063.4456923-7481-226518909327379/ /root/.ansible/tmp/ansible-tmp-1726773063.4456923-7481-226518909327379/AnsiballZ_systemd.py && sleep 0' 6629 1726773063.94610: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.94613: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.94647: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found <<< 6629 1726773063.94651: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.94654: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.94663: 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.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.94734: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773063.94738: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773063.94779: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773063.96587: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773063.96591: stdout chunk (state=3): >>><<< 6629 1726773063.96593: stderr chunk (state=3): >>><<< 6629 1726773063.96679: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773063.96683: _low_level_execute_command(): starting 6629 1726773063.96686: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1726773063.4456923-7481-226518909327379/AnsiballZ_systemd.py && sleep 0' 6629 1726773063.97272: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6629 1726773063.97288: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.97305: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.97323: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.97374: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773063.97390: stderr chunk (state=3): >>>debug2: match not found <<< 6629 1726773063.97407: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.97426: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 6629 1726773063.97438: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.10.63 is address <<< 6629 1726773063.97452: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 6629 1726773063.97471: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773063.97489: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6629 1726773063.97513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773063.97530: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 <<< 6629 1726773063.97551: stderr chunk (state=3): >>>debug2: match found <<< 6629 1726773063.97573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773063.97650: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773063.97671: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6629 1726773063.97701: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773063.97786: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773064.22932: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "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": "11637", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "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 15:10:53 EDT", "ExecMainStartTimestampMonotonic": "352097150", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11637", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:53 EDT] ; stop_time=[n/a] ; pid=11637 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:53 EDT] ; stop_time=[n/a] ; pid=11637 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3883", "MemoryCurrent": "14032896", "MemoryAvailable": "infinity", "CPUUsageNSec": "107700000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupC<<< 6629 1726773064.22960: stdout chunk (state=3): >>>PUWeight": "[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", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "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": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "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", "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", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "d<<< 6629 1726773064.22966: stdout chunk (state=3): >>>bus.socket system.slice dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service power-profiles-daemon.service shutdown.target auto-cpufreq.service tlp.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus.socket system.slice systemd-journald.socket basic.target dbus-broker.service systemd-sysctl.service network.target sysinit.target", "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 15:10:53 EDT", "StateChangeTimestampMonotonic": "352202274", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:53 EDT", "InactiveExitTimestampMonotonic": "352097441", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ActiveEnterTimestampMonotonic": "352202274", "ActiveExitTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ActiveExitTimestampMonotonic": "352061928", "InactiveEnterTimestamp": "Thu 2024-09-19 15:10:53 EDT", "InactiveEnterTimestampMonotonic": "352093873", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ConditionTimestampMonotonic": "352094371", "AssertTimestamp": "Thu 2024-09-19 15:10:53 EDT", "AssertTimestampMonotonic": "352094375", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "52bd7adf76ad48a2ab72e8a69eac2b51", "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}}} <<< 6629 1726773064.24472: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.10.63 closed. <<< 6629 1726773064.24534: stderr chunk (state=3): >>><<< 6629 1726773064.24537: stdout chunk (state=3): >>><<< 6629 1726773064.24561: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "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": "11637", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "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 15:10:53 EDT", "ExecMainStartTimestampMonotonic": "352097150", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11637", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:53 EDT] ; stop_time=[n/a] ; pid=11637 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:53 EDT] ; stop_time=[n/a] ; pid=11637 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3883", "MemoryCurrent": "14032896", "MemoryAvailable": "infinity", "CPUUsageNSec": "107700000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22342", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "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": "13964", "LimitNPROCSoft": "13964", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "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", "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", "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 dbus-broker.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "cpupower.service power-profiles-daemon.service shutdown.target auto-cpufreq.service tlp.service", "Before": "shutdown.target multi-user.target", "After": "polkit.service dbus.socket system.slice systemd-journald.socket basic.target dbus-broker.service systemd-sysctl.service network.target sysinit.target", "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 15:10:53 EDT", "StateChangeTimestampMonotonic": "352202274", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:53 EDT", "InactiveExitTimestampMonotonic": "352097441", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ActiveEnterTimestampMonotonic": "352202274", "ActiveExitTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ActiveExitTimestampMonotonic": "352061928", "InactiveEnterTimestamp": "Thu 2024-09-19 15:10:53 EDT", "InactiveEnterTimestampMonotonic": "352093873", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ConditionTimestampMonotonic": "352094371", "AssertTimestamp": "Thu 2024-09-19 15:10:53 EDT", "AssertTimestampMonotonic": "352094375", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "52bd7adf76ad48a2ab72e8a69eac2b51", "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_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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.10.63 closed. 6629 1726773064.24690: 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-1726773063.4456923-7481-226518909327379/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6629 1726773064.24707: _low_level_execute_command(): starting 6629 1726773064.24710: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773063.4456923-7481-226518909327379/ > /dev/null 2>&1 && sleep 0' 6629 1726773064.25169: stderr chunk (state=2): >>>OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6629 1726773064.25192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6629 1726773064.25206: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773064.25218: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6629 1726773064.25262: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master <<< 6629 1726773064.25274: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6629 1726773064.25318: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6629 1726773064.27075: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6629 1726773064.27156: stderr chunk (state=3): >>><<< 6629 1726773064.27163: stdout chunk (state=3): >>><<< 6629 1726773064.27182: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_8.7p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.10.63 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.10.63 originally 10.31.10.63 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master 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 6629 1726773064.27192: handler run complete 6629 1726773064.27285: attempt loop complete, returning result 6629 1726773064.27322: variable 'item' from source: unknown 6629 1726773064.27421: 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 15:10:53 EDT", "ActiveEnterTimestampMonotonic": "352202274", "ActiveExitTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ActiveExitTimestampMonotonic": "352061928", "ActiveState": "active", "After": "polkit.service dbus.socket system.slice systemd-journald.socket basic.target dbus-broker.service systemd-sysctl.service network.target sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:10:53 EDT", "AssertTimestampMonotonic": "352094375", "Before": "shutdown.target multi-user.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": "107700000", "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 15:10:53 EDT", "ConditionTimestampMonotonic": "352094371", "ConfigurationDirectoryMode": "0755", "Conflicts": "cpupower.service power-profiles-daemon.service shutdown.target auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "3883", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11637", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:53 EDT", "ExecMainStartTimestampMonotonic": "352097150", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:53 EDT] ; stop_time=[n/a] ; pid=11637 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 15:10:53 EDT] ; stop_time=[n/a] ; pid=11637 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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 15:10:53 EDT", "InactiveEnterTimestampMonotonic": "352093873", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:53 EDT", "InactiveExitTimestampMonotonic": "352097441", "InvocationID": "52bd7adf76ad48a2ab72e8a69eac2b51", "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": "13964", "LimitNPROCSoft": "13964", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13964", "LimitSIGPENDINGSoft": "13964", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11637", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "14032896", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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 dbus-broker.service sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestamp": "Thu 2024-09-19 15:10:53 EDT", "StateChangeTimestampMonotonic": "352202274", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22342", "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" } } 6629 1726773064.28011: dumping result to json 6629 1726773064.28041: done dumping result, returning 6629 1726773064.28055: done running TaskExecutor() for managed_node3/TASK: Restart tuned [1239c35c-e2e1-669f-ab4e-000000000159] 6629 1726773064.28064: sending task result for task 1239c35c-e2e1-669f-ab4e-000000000159 6629 1726773064.28369: no more pending results, returning what we have 6629 1726773064.28372: results queue empty 6629 1726773064.28373: checking for any_errors_fatal 6629 1726773064.28380: done checking for any_errors_fatal 6629 1726773064.28381: checking for max_fail_percentage 6629 1726773064.28382: done checking for max_fail_percentage 6629 1726773064.28382: checking to see if all hosts have failed and the running result is not ok 6629 1726773064.28384: done checking to see if all hosts have failed 6629 1726773064.28384: getting the remaining hosts for this loop 6629 1726773064.28386: done getting the remaining hosts for this loop 6629 1726773064.28389: getting the next task for host managed_node3 6629 1726773064.28395: done getting next task for host managed_node3 6629 1726773064.28397: ^ task is: TASK: meta (flush_handlers) 6629 1726773064.28399: ^ 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 6629 1726773064.28406: getting variables 6629 1726773064.28408: in VariableManager get_vars() 6629 1726773064.28436: Calling all_inventory to load vars for managed_node3 6629 1726773064.28438: Calling groups_inventory to load vars for managed_node3 6629 1726773064.28441: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773064.28452: Calling all_plugins_play to load vars for managed_node3 6629 1726773064.28455: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773064.28459: Calling groups_plugins_play to load vars for managed_node3 6629 1726773064.28500: done sending task result for task 1239c35c-e2e1-669f-ab4e-000000000159 6629 1726773064.28507: WORKER PROCESS EXITING 6629 1726773064.28519: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773064.28551: done with get_vars() 6629 1726773064.28559: done getting variables 6629 1726773064.28633: in VariableManager get_vars() 6629 1726773064.28645: Calling all_inventory to load vars for managed_node3 6629 1726773064.28647: Calling groups_inventory to load vars for managed_node3 6629 1726773064.28649: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773064.28654: Calling all_plugins_play to load vars for managed_node3 6629 1726773064.28656: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773064.28659: Calling groups_plugins_play to load vars for managed_node3 6629 1726773064.28694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773064.28722: done with get_vars() 6629 1726773064.28733: done queuing things up, now waiting for results queue to drain 6629 1726773064.28735: results queue empty 6629 1726773064.28736: checking for any_errors_fatal 6629 1726773064.28742: done checking for any_errors_fatal 6629 1726773064.28743: checking for max_fail_percentage 6629 1726773064.28744: done checking for max_fail_percentage 6629 1726773064.28745: checking to see if all hosts have failed and the running result is not ok 6629 1726773064.28745: done checking to see if all hosts have failed 6629 1726773064.28746: getting the remaining hosts for this loop 6629 1726773064.28747: done getting the remaining hosts for this loop 6629 1726773064.28749: getting the next task for host managed_node3 6629 1726773064.28754: done getting next task for host managed_node3 6629 1726773064.28755: ^ task is: TASK: meta (flush_handlers) 6629 1726773064.28757: ^ 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 6629 1726773064.28760: getting variables 6629 1726773064.28761: in VariableManager get_vars() 6629 1726773064.28771: Calling all_inventory to load vars for managed_node3 6629 1726773064.28773: Calling groups_inventory to load vars for managed_node3 6629 1726773064.28775: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773064.28782: Calling all_plugins_play to load vars for managed_node3 6629 1726773064.28785: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773064.28788: Calling groups_plugins_play to load vars for managed_node3 6629 1726773064.28820: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773064.28846: done with get_vars() 6629 1726773064.28851: done getting variables 6629 1726773064.28900: in VariableManager get_vars() 6629 1726773064.28912: Calling all_inventory to load vars for managed_node3 6629 1726773064.28914: Calling groups_inventory to load vars for managed_node3 6629 1726773064.28916: Calling all_plugins_inventory to load vars for managed_node3 6629 1726773064.28920: Calling all_plugins_play to load vars for managed_node3 6629 1726773064.28922: Calling groups_plugins_inventory to load vars for managed_node3 6629 1726773064.28924: Calling groups_plugins_play to load vars for managed_node3 6629 1726773064.28953: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6629 1726773064.28981: done with get_vars() 6629 1726773064.28991: done queuing things up, now waiting for results queue to drain 6629 1726773064.28992: results queue empty 6629 1726773064.28993: checking for any_errors_fatal 6629 1726773064.28995: done checking for any_errors_fatal 6629 1726773064.28995: checking for max_fail_percentage 6629 1726773064.28996: done checking for max_fail_percentage 6629 1726773064.28997: checking to see if all hosts have failed and the running result is not ok 6629 1726773064.28998: done checking to see if all hosts have failed 6629 1726773064.28998: getting the remaining hosts for this loop 6629 1726773064.28999: done getting the remaining hosts for this loop 6629 1726773064.29001: getting the next task for host managed_node3 6629 1726773064.29006: done getting next task for host managed_node3 6629 1726773064.29007: ^ task is: None 6629 1726773064.29008: ^ 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 6629 1726773064.29009: done queuing things up, now waiting for results queue to drain 6629 1726773064.29010: results queue empty 6629 1726773064.29011: checking for any_errors_fatal 6629 1726773064.29012: done checking for any_errors_fatal 6629 1726773064.29012: checking for max_fail_percentage 6629 1726773064.29013: done checking for max_fail_percentage 6629 1726773064.29014: checking to see if all hosts have failed and the running result is not ok 6629 1726773064.29015: done checking to see if all hosts have failed 6629 1726773064.29016: getting the next task for host managed_node3 6629 1726773064.29019: done getting next task for host managed_node3 6629 1726773064.29020: ^ task is: None 6629 1726773064.29021: ^ 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 15:11:04 -0400 (0:00:00.884) 0:00:39.776 **** =============================================================================== fedora.linux_system_roles.kernel_settings : Ensure required packages are installed -- 19.09s /tmp/collections-mBa/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.04s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 1.66s /tmp/collections-mBa/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 --- 1.26s /tmp/collections-mBa/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 --- 0.96s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Restart tuned ----------------------------------------------------------- 0.88s /tmp/collections-mBa/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.82s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started --- 0.80s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile --- 0.68s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Set profile_mode to auto ------------------------------------------------ 0.67s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 Ensure kernel_settings is not in active_profile ------------------------- 0.65s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.64s /tmp/collections-mBa/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.63s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.62s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.61s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile --- 0.59s /tmp/collections-mBa/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.59s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 fedora.linux_system_roles.kernel_settings : Read tuned main config ------ 0.50s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly --- 0.49s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists --- 0.41s /tmp/collections-mBa/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 6629 1726773064.29106: RUNNING CLEANUP