[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. 3089 1726772957.03373: 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-SA1 executable location = /usr/local/bin/ansible-playbook python version = 3.12.6 (main, Sep 9 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 3089 1726772957.03709: Added group all to inventory 3089 1726772957.03711: Added group ungrouped to inventory 3089 1726772957.03714: Group all now contains ungrouped 3089 1726772957.03717: Examining possible inventory source: /tmp/kernel_settings-mm4/inventory.yml 3089 1726772957.13926: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 3089 1726772957.13976: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 3089 1726772957.13994: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 3089 1726772957.14038: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 3089 1726772957.14091: Loaded config def from plugin (inventory/script) 3089 1726772957.14092: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 3089 1726772957.14122: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 3089 1726772957.14186: Loaded config def from plugin (inventory/yaml) 3089 1726772957.14190: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 3089 1726772957.14255: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 3089 1726772957.14564: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 3089 1726772957.14567: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 3089 1726772957.14569: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 3089 1726772957.14574: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 3089 1726772957.14577: Loading data from /tmp/kernel_settings-mm4/inventory.yml 3089 1726772957.14622: /tmp/kernel_settings-mm4/inventory.yml was not parsable by auto 3089 1726772957.14672: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 3089 1726772957.14702: Loading data from /tmp/kernel_settings-mm4/inventory.yml 3089 1726772957.14763: group all already in inventory 3089 1726772957.14768: set inventory_file for managed_node1 3089 1726772957.14771: set inventory_dir for managed_node1 3089 1726772957.14772: Added host managed_node1 to inventory 3089 1726772957.14774: Added host managed_node1 to group all 3089 1726772957.14774: set ansible_host for managed_node1 3089 1726772957.14775: set ansible_ssh_extra_args for managed_node1 3089 1726772957.14777: set inventory_file for managed_node2 3089 1726772957.14779: set inventory_dir for managed_node2 3089 1726772957.14779: Added host managed_node2 to inventory 3089 1726772957.14780: Added host managed_node2 to group all 3089 1726772957.14781: set ansible_host for managed_node2 3089 1726772957.14781: set ansible_ssh_extra_args for managed_node2 3089 1726772957.14783: set inventory_file for managed_node3 3089 1726772957.14785: set inventory_dir for managed_node3 3089 1726772957.14785: Added host managed_node3 to inventory 3089 1726772957.14786: Added host managed_node3 to group all 3089 1726772957.14786: set ansible_host for managed_node3 3089 1726772957.14787: set ansible_ssh_extra_args for managed_node3 3089 1726772957.14789: Reconcile groups and hosts in inventory. 3089 1726772957.14791: Group ungrouped now contains managed_node1 3089 1726772957.14793: Group ungrouped now contains managed_node2 3089 1726772957.14794: Group ungrouped now contains managed_node3 3089 1726772957.14851: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 3089 1726772957.14940: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 3089 1726772957.14976: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 3089 1726772957.14996: Loaded config def from plugin (vars/host_group_vars) 3089 1726772957.14997: 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) 3089 1726772957.15003: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 3089 1726772957.15008: 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) 3089 1726772957.15042: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 3089 1726772957.15287: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772957.15358: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 3089 1726772957.15384: Loaded config def from plugin (connection/local) 3089 1726772957.15386: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 3089 1726772957.15817: Loaded config def from plugin (connection/paramiko_ssh) 3089 1726772957.15821: 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) 3089 1726772957.16442: 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) 3089 1726772957.16468: Loaded config def from plugin (connection/psrp) 3089 1726772957.16470: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 3089 1726772957.16945: 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) 3089 1726772957.16972: Loaded config def from plugin (connection/ssh) 3089 1726772957.16974: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 3089 1726772957.18387: 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) 3089 1726772957.18417: Loaded config def from plugin (connection/winrm) 3089 1726772957.18420: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 3089 1726772957.18446: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 3089 1726772957.18493: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 3089 1726772957.18541: Loaded config def from plugin (shell/cmd) 3089 1726772957.18543: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 3089 1726772957.18561: 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) 3089 1726772957.18604: Loaded config def from plugin (shell/powershell) 3089 1726772957.18605: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 3089 1726772957.18647: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 3089 1726772957.18766: Loaded config def from plugin (shell/sh) 3089 1726772957.18767: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 3089 1726772957.18793: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 3089 1726772957.18877: Loaded config def from plugin (become/runas) 3089 1726772957.18879: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 3089 1726772957.19001: Loaded config def from plugin (become/su) 3089 1726772957.19003: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 3089 1726772957.19108: Loaded config def from plugin (become/sudo) 3089 1726772957.19110: 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 3089 1726772957.19138: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml 3089 1726772957.19402: in VariableManager get_vars() 3089 1726772957.19417: done with get_vars() 3089 1726772957.19452: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 3089 1726772957.19461: 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 3089 1726772957.19645: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 3089 1726772957.19744: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 3089 1726772957.19746: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-SA1/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 3089 1726772957.19769: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 3089 1726772957.19785: 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) 3089 1726772957.19965: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 3089 1726772957.20005: Loaded config def from plugin (callback/default) 3089 1726772957.20007: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 3089 1726772957.20825: Loaded config def from plugin (callback/junit) 3089 1726772957.20827: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 3089 1726772957.20866: 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) 3089 1726772957.20909: Loaded config def from plugin (callback/minimal) 3089 1726772957.20911: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 3089 1726772957.20943: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 3089 1726772957.20986: Loaded config def from plugin (callback/tree) 3089 1726772957.20988: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 3089 1726772957.21071: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 3089 1726772957.21074: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-SA1/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml 3089 1726772957.21096: in VariableManager get_vars() 3089 1726772957.21109: done with get_vars() 3089 1726772957.21113: in VariableManager get_vars() 3089 1726772957.21120: done with get_vars() 3089 1726772957.21122: variable 'omit' from source: magic vars 3089 1726772957.21153: in VariableManager get_vars() 3089 1726772957.21162: done with get_vars() 3089 1726772957.21177: variable 'omit' from source: magic vars PLAY [Ensure that the role runs with default parameters] *********************** 3089 1726772957.23427: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 3089 1726772957.23485: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 3089 1726772957.23527: getting the remaining hosts for this loop 3089 1726772957.23528: done getting the remaining hosts for this loop 3089 1726772957.23531: getting the next task for host managed_node3 3089 1726772957.23537: done getting next task for host managed_node3 3089 1726772957.23538: ^ task is: TASK: meta (flush_handlers) 3089 1726772957.23539: ^ 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 3089 1726772957.23542: getting variables 3089 1726772957.23543: in VariableManager get_vars() 3089 1726772957.23557: Calling all_inventory to load vars for managed_node3 3089 1726772957.23559: Calling groups_inventory to load vars for managed_node3 3089 1726772957.23561: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772957.23571: Calling all_plugins_play to load vars for managed_node3 3089 1726772957.23590: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772957.23593: Calling groups_plugins_play to load vars for managed_node3 3089 1726772957.23621: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772957.23683: done with get_vars() 3089 1726772957.23691: done getting variables 3089 1726772957.23878: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 3089 1726772957.23933: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 3089 1726772957.23991: in VariableManager get_vars() 3089 1726772957.24002: Calling all_inventory to load vars for managed_node3 3089 1726772957.24004: Calling groups_inventory to load vars for managed_node3 3089 1726772957.24007: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772957.24011: Calling all_plugins_play to load vars for managed_node3 3089 1726772957.24013: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772957.24016: Calling groups_plugins_play to load vars for managed_node3 3089 1726772957.24047: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772957.24062: done with get_vars() 3089 1726772957.24073: done queuing things up, now waiting for results queue to drain 3089 1726772957.24075: results queue empty 3089 1726772957.24076: checking for any_errors_fatal 3089 1726772957.24078: done checking for any_errors_fatal 3089 1726772957.24078: checking for max_fail_percentage 3089 1726772957.24080: done checking for max_fail_percentage 3089 1726772957.24080: checking to see if all hosts have failed and the running result is not ok 3089 1726772957.24081: done checking to see if all hosts have failed 3089 1726772957.24082: getting the remaining hosts for this loop 3089 1726772957.24083: done getting the remaining hosts for this loop 3089 1726772957.24086: getting the next task for host managed_node3 3089 1726772957.24091: done getting next task for host managed_node3 3089 1726772957.24093: ^ task is: TASK: Run role with no settings 3089 1726772957.24095: ^ 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 3089 1726772957.24097: getting variables 3089 1726772957.24098: in VariableManager get_vars() 3089 1726772957.24106: Calling all_inventory to load vars for managed_node3 3089 1726772957.24108: Calling groups_inventory to load vars for managed_node3 3089 1726772957.24110: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772957.24114: Calling all_plugins_play to load vars for managed_node3 3089 1726772957.24117: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772957.24120: Calling groups_plugins_play to load vars for managed_node3 3089 1726772957.24150: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772957.24165: done with get_vars() 3089 1726772957.24171: done getting variables TASK [Run role with no settings] *********************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml:8 Thursday 19 September 2024 15:09:17 -0400 (0:00:00.032) 0:00:00.032 **** 3089 1726772957.24245: entering _queue_task() for managed_node3/include_role 3089 1726772957.24247: Creating lock for include_role 3089 1726772957.24703: worker is 1 (out of 1 available) 3089 1726772957.24715: exiting _queue_task() for managed_node3/include_role 3089 1726772957.24729: done queuing things up, now waiting for results queue to drain 3089 1726772957.24731: waiting for pending results... 3089 1726772957.25048: running TaskExecutor() for managed_node3/TASK: Run role with no settings 3089 1726772957.25057: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000006 3089 1726772957.25063: variable 'ansible_search_path' from source: unknown 3089 1726772957.25111: calling self._execute() 3089 1726772957.25215: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772957.25276: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772957.25279: variable 'omit' from source: magic vars 3089 1726772957.25346: _execute() done 3089 1726772957.25349: dumping result to json 3089 1726772957.25352: done dumping result, returning 3089 1726772957.25358: done running TaskExecutor() for managed_node3/TASK: Run role with no settings [02b512f9-4fcf-c2f4-80d8-000000000006] 3089 1726772957.25364: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000006 3089 1726772957.25534: no more pending results, returning what we have 3089 1726772957.25551: in VariableManager get_vars() 3089 1726772957.25576: Calling all_inventory to load vars for managed_node3 3089 1726772957.25578: Calling groups_inventory to load vars for managed_node3 3089 1726772957.25580: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772957.25589: Calling all_plugins_play to load vars for managed_node3 3089 1726772957.25591: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772957.25594: Calling groups_plugins_play to load vars for managed_node3 3089 1726772957.25631: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000006 3089 1726772957.25634: WORKER PROCESS EXITING 3089 1726772957.25649: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772957.25660: done with get_vars() 3089 1726772957.25664: variable 'ansible_search_path' from source: unknown 3089 1726772957.25714: variable 'omit' from source: magic vars 3089 1726772957.25738: variable 'omit' from source: magic vars 3089 1726772957.25749: variable 'omit' from source: magic vars 3089 1726772957.25752: we have included files to process 3089 1726772957.25753: generating all_blocks data 3089 1726772957.25754: done generating all_blocks data 3089 1726772957.25754: processing included file: fedora.linux_system_roles.kernel_settings 3089 1726772957.25769: in VariableManager get_vars() 3089 1726772957.25777: done with get_vars() 3089 1726772957.25831: in VariableManager get_vars() 3089 1726772957.25843: done with get_vars() 3089 1726772957.25870: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 3089 1726772957.25966: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 3089 1726772957.26006: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 3089 1726772957.28137: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 3089 1726772957.29480: trying /usr/local/lib/python3.12/site-packages/ansible/modules 3089 1726772957.29715: in VariableManager get_vars() 3089 1726772957.29741: done with get_vars() 3089 1726772957.31256: in VariableManager get_vars() 3089 1726772957.31279: done with get_vars() 3089 1726772957.31468: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 3089 1726772957.32176: iterating over new_blocks loaded from include file 3089 1726772957.32179: in VariableManager get_vars() 3089 1726772957.32204: done with get_vars() 3089 1726772957.32206: filtering new block on tags 3089 1726772957.32225: done filtering new block on tags 3089 1726772957.32229: in VariableManager get_vars() 3089 1726772957.32248: done with get_vars() 3089 1726772957.32250: filtering new block on tags 3089 1726772957.32270: done filtering new block on tags 3089 1726772957.32272: in VariableManager get_vars() 3089 1726772957.32307: done with get_vars() 3089 1726772957.32310: filtering new block on tags 3089 1726772957.32355: done filtering new block on tags 3089 1726772957.32358: in VariableManager get_vars() 3089 1726772957.32373: done with get_vars() 3089 1726772957.32374: filtering new block on tags 3089 1726772957.32391: done filtering new block on tags 3089 1726772957.32393: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node3 3089 1726772957.32399: extending task lists for all hosts with included blocks 3089 1726772957.32461: done extending task lists 3089 1726772957.32462: done processing included files 3089 1726772957.32463: results queue empty 3089 1726772957.32464: checking for any_errors_fatal 3089 1726772957.32466: done checking for any_errors_fatal 3089 1726772957.32467: checking for max_fail_percentage 3089 1726772957.32468: done checking for max_fail_percentage 3089 1726772957.32469: checking to see if all hosts have failed and the running result is not ok 3089 1726772957.32470: done checking to see if all hosts have failed 3089 1726772957.32471: getting the remaining hosts for this loop 3089 1726772957.32472: done getting the remaining hosts for this loop 3089 1726772957.32474: getting the next task for host managed_node3 3089 1726772957.32478: done getting next task for host managed_node3 3089 1726772957.32481: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 3089 1726772957.32483: ^ 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 3089 1726772957.32492: getting variables 3089 1726772957.32494: in VariableManager get_vars() 3089 1726772957.32507: Calling all_inventory to load vars for managed_node3 3089 1726772957.32509: Calling groups_inventory to load vars for managed_node3 3089 1726772957.32512: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772957.32522: Calling all_plugins_play to load vars for managed_node3 3089 1726772957.32525: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772957.32529: Calling groups_plugins_play to load vars for managed_node3 3089 1726772957.32562: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772957.32585: done with get_vars() 3089 1726772957.32592: done getting variables 3089 1726772957.32667: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 15:09:17 -0400 (0:00:00.084) 0:00:00.116 **** 3089 1726772957.32697: entering _queue_task() for managed_node3/fail 3089 1726772957.32699: Creating lock for fail 3089 1726772957.32982: worker is 1 (out of 1 available) 3089 1726772957.32993: exiting _queue_task() for managed_node3/fail 3089 1726772957.33007: done queuing things up, now waiting for results queue to drain 3089 1726772957.33009: waiting for pending results... 3089 1726772957.33255: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 3089 1726772957.33295: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000023 3089 1726772957.33316: variable 'ansible_search_path' from source: unknown 3089 1726772957.33421: variable 'ansible_search_path' from source: unknown 3089 1726772957.33472: calling self._execute() 3089 1726772957.33622: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772957.33626: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772957.33629: variable 'omit' from source: magic vars 3089 1726772957.34145: variable 'kernel_settings_sysctl' from source: role '' defaults 3089 1726772957.34164: variable '__kernel_settings_state_empty' from source: role '' all vars 3089 1726772957.34343: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 3089 1726772957.34656: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726772957.37305: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726772957.37402: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726772957.37439: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726772957.37474: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726772957.37502: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726772957.37602: 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) 3089 1726772957.37640: 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) 3089 1726772957.37682: 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) 3089 1726772957.37781: 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) 3089 1726772957.37786: 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) 3089 1726772957.37824: 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) 3089 1726772957.37857: 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) 3089 1726772957.37896: 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) 3089 1726772957.37947: 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) 3089 1726772957.37969: 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) 3089 1726772957.38031: 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) 3089 1726772957.38109: 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) 3089 1726772957.38113: 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) 3089 1726772957.38145: 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) 3089 1726772957.38165: 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) 3089 1726772957.38521: variable 'kernel_settings_sysctl' from source: role '' defaults 3089 1726772957.38567: 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 3089 1726772957.38577: when evaluation is False, skipping this task 3089 1726772957.38584: _execute() done 3089 1726772957.38593: dumping result to json 3089 1726772957.38653: done dumping result, returning 3089 1726772957.38656: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [02b512f9-4fcf-c2f4-80d8-000000000023] 3089 1726772957.38659: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000023 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" } 3089 1726772957.38803: no more pending results, returning what we have 3089 1726772957.38807: results queue empty 3089 1726772957.38808: checking for any_errors_fatal 3089 1726772957.38810: done checking for any_errors_fatal 3089 1726772957.38811: checking for max_fail_percentage 3089 1726772957.38812: done checking for max_fail_percentage 3089 1726772957.38813: checking to see if all hosts have failed and the running result is not ok 3089 1726772957.38814: done checking to see if all hosts have failed 3089 1726772957.38815: getting the remaining hosts for this loop 3089 1726772957.38817: done getting the remaining hosts for this loop 3089 1726772957.38821: getting the next task for host managed_node3 3089 1726772957.38827: done getting next task for host managed_node3 3089 1726772957.38832: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 3089 1726772957.38837: ^ 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 3089 1726772957.38858: getting variables 3089 1726772957.38860: in VariableManager get_vars() 3089 1726772957.38898: Calling all_inventory to load vars for managed_node3 3089 1726772957.38901: Calling groups_inventory to load vars for managed_node3 3089 1726772957.38903: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772957.38915: Calling all_plugins_play to load vars for managed_node3 3089 1726772957.38918: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772957.38921: Calling groups_plugins_play to load vars for managed_node3 3089 1726772957.39158: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000023 3089 1726772957.39161: WORKER PROCESS EXITING 3089 1726772957.39187: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772957.39218: done with get_vars() 3089 1726772957.39228: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 15:09:17 -0400 (0:00:00.066) 0:00:00.183 **** 3089 1726772957.39390: entering _queue_task() for managed_node3/include_tasks 3089 1726772957.39392: Creating lock for include_tasks 3089 1726772957.39652: worker is 1 (out of 1 available) 3089 1726772957.39663: exiting _queue_task() for managed_node3/include_tasks 3089 1726772957.39675: done queuing things up, now waiting for results queue to drain 3089 1726772957.39677: waiting for pending results... 3089 1726772957.39941: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 3089 1726772957.40063: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000024 3089 1726772957.40086: variable 'ansible_search_path' from source: unknown 3089 1726772957.40094: variable 'ansible_search_path' from source: unknown 3089 1726772957.40244: calling self._execute() 3089 1726772957.40247: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772957.40249: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772957.40251: variable 'omit' from source: magic vars 3089 1726772957.40327: _execute() done 3089 1726772957.40334: dumping result to json 3089 1726772957.40342: done dumping result, returning 3089 1726772957.40357: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [02b512f9-4fcf-c2f4-80d8-000000000024] 3089 1726772957.40364: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000024 3089 1726772957.40505: no more pending results, returning what we have 3089 1726772957.40510: in VariableManager get_vars() 3089 1726772957.40561: Calling all_inventory to load vars for managed_node3 3089 1726772957.40569: Calling groups_inventory to load vars for managed_node3 3089 1726772957.40572: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772957.40588: Calling all_plugins_play to load vars for managed_node3 3089 1726772957.40591: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772957.40594: Calling groups_plugins_play to load vars for managed_node3 3089 1726772957.40703: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772957.40738: done with get_vars() 3089 1726772957.40746: variable 'ansible_search_path' from source: unknown 3089 1726772957.40747: variable 'ansible_search_path' from source: unknown 3089 1726772957.40793: we have included files to process 3089 1726772957.40795: generating all_blocks data 3089 1726772957.40797: done generating all_blocks data 3089 1726772957.40806: processing included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3089 1726772957.40808: loading included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3089 1726772957.40811: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3089 1726772957.41312: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000024 3089 1726772957.41316: WORKER PROCESS EXITING 3089 1726772957.41929: done processing included file 3089 1726772957.41932: iterating over new_blocks loaded from include file 3089 1726772957.41934: in VariableManager get_vars() 3089 1726772957.41963: done with get_vars() 3089 1726772957.41965: filtering new block on tags 3089 1726772957.41983: done filtering new block on tags 3089 1726772957.41986: in VariableManager get_vars() 3089 1726772957.42008: done with get_vars() 3089 1726772957.42010: filtering new block on tags 3089 1726772957.42030: done filtering new block on tags 3089 1726772957.42032: in VariableManager get_vars() 3089 1726772957.42056: done with get_vars() 3089 1726772957.42058: filtering new block on tags 3089 1726772957.42078: done filtering new block on tags 3089 1726772957.42080: in VariableManager get_vars() 3089 1726772957.42102: done with get_vars() 3089 1726772957.42105: filtering new block on tags 3089 1726772957.42119: done filtering new block on tags 3089 1726772957.42121: done iterating over new_blocks loaded from include file included: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node3 3089 1726772957.42127: extending task lists for all hosts with included blocks 3089 1726772957.42297: done extending task lists 3089 1726772957.42298: done processing included files 3089 1726772957.42299: results queue empty 3089 1726772957.42300: checking for any_errors_fatal 3089 1726772957.42303: done checking for any_errors_fatal 3089 1726772957.42304: checking for max_fail_percentage 3089 1726772957.42305: done checking for max_fail_percentage 3089 1726772957.42306: checking to see if all hosts have failed and the running result is not ok 3089 1726772957.42307: done checking to see if all hosts have failed 3089 1726772957.42307: getting the remaining hosts for this loop 3089 1726772957.42309: done getting the remaining hosts for this loop 3089 1726772957.42311: getting the next task for host managed_node3 3089 1726772957.42315: done getting next task for host managed_node3 3089 1726772957.42318: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 3089 1726772957.42321: ^ 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 3089 1726772957.42330: getting variables 3089 1726772957.42332: in VariableManager get_vars() 3089 1726772957.42348: Calling all_inventory to load vars for managed_node3 3089 1726772957.42350: Calling groups_inventory to load vars for managed_node3 3089 1726772957.42353: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772957.42358: Calling all_plugins_play to load vars for managed_node3 3089 1726772957.42361: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772957.42364: Calling groups_plugins_play to load vars for managed_node3 3089 1726772957.42395: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772957.42422: done with get_vars() 3089 1726772957.42429: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 15:09:17 -0400 (0:00:00.031) 0:00:00.214 **** 3089 1726772957.42506: entering _queue_task() for managed_node3/setup 3089 1726772957.42975: worker is 1 (out of 1 available) 3089 1726772957.42984: exiting _queue_task() for managed_node3/setup 3089 1726772957.42996: done queuing things up, now waiting for results queue to drain 3089 1726772957.42998: waiting for pending results... 3089 1726772957.43081: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 3089 1726772957.43230: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000085 3089 1726772957.43254: variable 'ansible_search_path' from source: unknown 3089 1726772957.43262: variable 'ansible_search_path' from source: unknown 3089 1726772957.43303: calling self._execute() 3089 1726772957.43373: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772957.43383: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772957.43395: variable 'omit' from source: magic vars 3089 1726772957.43953: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726772957.46219: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726772957.46296: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726772957.46343: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726772957.46388: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726772957.46420: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726772957.46515: 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) 3089 1726772957.46553: 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) 3089 1726772957.46589: 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) 3089 1726772957.46638: 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) 3089 1726772957.46659: 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) 3089 1726772957.46727: 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) 3089 1726772957.46758: 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) 3089 1726772957.46789: 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) 3089 1726772957.46842: 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) 3089 1726772957.46862: 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) 3089 1726772957.47063: variable '__kernel_settings_required_facts' from source: role '' all vars 3089 1726772957.47081: variable 'ansible_facts' from source: unknown 3089 1726772957.47118: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): True 3089 1726772957.47134: variable 'omit' from source: magic vars 3089 1726772957.47206: variable 'omit' from source: magic vars 3089 1726772957.47440: variable '__kernel_settings_required_facts_subsets' from source: role '' all vars 3089 1726772957.47443: variable '__kernel_settings_required_facts_subsets' from source: role '' all vars 3089 1726772957.47446: variable '__kernel_settings_required_facts' from source: role '' all vars 3089 1726772957.47524: variable 'omit' from source: magic vars 3089 1726772957.47563: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726772957.47597: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726772957.47640: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726772957.47668: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772957.47684: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772957.47720: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726772957.47729: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772957.47741: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772957.47854: Set connection var ansible_shell_executable to /bin/sh 3089 1726772957.47862: Set connection var ansible_shell_type to sh 3089 1726772957.47874: Set connection var ansible_timeout to 10 3089 1726772957.47889: Set connection var ansible_pipelining to False 3089 1726772957.47899: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726772957.47904: Set connection var ansible_connection to ssh 3089 1726772957.47932: variable 'ansible_shell_executable' from source: unknown 3089 1726772957.47942: variable 'ansible_connection' from source: unknown 3089 1726772957.47950: variable 'ansible_module_compression' from source: unknown 3089 1726772957.47955: variable 'ansible_shell_type' from source: unknown 3089 1726772957.47960: variable 'ansible_shell_executable' from source: unknown 3089 1726772957.47965: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772957.47972: variable 'ansible_pipelining' from source: unknown 3089 1726772957.47977: variable 'ansible_timeout' from source: unknown 3089 1726772957.47983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772957.48142: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3089 1726772957.48158: variable 'omit' from source: magic vars 3089 1726772957.48168: starting attempt loop 3089 1726772957.48175: running the handler 3089 1726772957.48190: _low_level_execute_command(): starting 3089 1726772957.48202: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726772957.48958: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726772957.48979: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772957.48996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772957.49086: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug1: Control socket "/root/.ansible/cp/aed6d4dedc" does not exist debug1: Connecting to 10.31.46.99 [10.31.46.99] port 22. debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772957.49218: 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_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 <<< 3089 1726772957.49224: stderr chunk (state=3): >>>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 <<< 3089 1726772957.49228: stderr chunk (state=3): >>>debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 debug1: identity file /root/.ssh/id_dsa type -1 debug1: identity file /root/.ssh/id_dsa-cert type -1 <<< 3089 1726772957.49230: stderr chunk (state=3): >>>debug1: Local version string SSH-2.0-OpenSSH_9.6 <<< 3089 1726772957.51222: stderr chunk (state=3): >>>debug1: Remote protocol version 2.0, remote software version OpenSSH_9.6 <<< 3089 1726772957.51244: stderr chunk (state=3): >>>debug1: compat_banner: match: OpenSSH_9.6 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.46.99: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 <<< 3089 1726772957.51659: 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 debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 <<< 3089 1726772957.51754: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_KEX_ECDH_REPLY <<< 3089 1726772957.52186: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEX_ECDH_REPLY received <<< 3089 1726772957.52213: stderr chunk (state=3): >>>debug1: Server host key: ssh-ed25519 SHA256:fsItRjAtUN5vS0U1KVlIYTm9H0+FXyb4HaiTYpk4OYs <<< 3089 1726772957.52231: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory <<< 3089 1726772957.52248: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory <<< 3089 1726772957.52323: stderr chunk (state=3): >>>debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory Warning: Permanently added '10.31.46.99' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys <<< 3089 1726772957.52860: stderr chunk (state=3): >>>debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks <<< 3089 1726772957.52874: stderr chunk (state=3): >>>debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> debug1: kex_ext_info_check_ver: ping@openssh.com=<0> <<< 3089 1726772957.56912: stderr chunk (state=3): >>>debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received <<< 3089 1726772957.57163: stderr chunk (state=3): >>>debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic <<< 3089 1726772957.57277: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 3089 1726772957.57332: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk <<< 3089 1726772957.57342: stderr chunk (state=3): >>>debug1: Will attempt key: /root/.ssh/id_xmss debug1: Will attempt key: /root/.ssh/id_dsa debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa <<< 3089 1726772957.58388: stderr chunk (state=3): >>>debug2: we sent a publickey packet, wait for reply <<< 3089 1726772957.59426: stderr chunk (state=3): >>>debug1: Enabling compression at level 6. <<< 3089 1726772957.59527: stderr chunk (state=3): >>>Authenticated to 10.31.46.99 ([10.31.46.99]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/aed6d4dedc] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 3109 debug2: fd 4 setting O_NONBLOCK <<< 3089 1726772957.59730: 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 [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 debug2: mux_client_hello_exchange: master version 4 debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 0, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'echo ~ && sleep 0'", env 0 debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open <<< 3089 1726772957.61622: 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 <<< 3089 1726772957.65701: 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 debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772957.65876: 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 <<< 3089 1726772957.67410: stdout chunk (state=3): >>>/root <<< 3089 1726772957.67762: 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 <<< 3089 1726772957.67999: stderr chunk (state=3): >>>debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close 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 <<< 3089 1726772957.68033: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772957.68039: stdout chunk (state=3): >>><<< 3089 1726772958.68207: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug1: Control socket "/root/.ansible/cp/aed6d4dedc" does not exist debug1: Connecting to 10.31.46.99 [10.31.46.99] port 22. debug2: fd 3 setting O_NONBLOCK debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 debug1: identity file /root/.ssh/id_dsa type -1 debug1: identity file /root/.ssh/id_dsa-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.6 debug1: Remote protocol version 2.0, remote software version OpenSSH_9.6 debug1: compat_banner: match: OpenSSH_9.6 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.46.99:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:fsItRjAtUN5vS0U1KVlIYTm9H0+FXyb4HaiTYpk4OYs 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.46.99' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> debug1: kex_ext_info_check_ver: ping@openssh.com=<0> debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss debug1: Will attempt key: /root/.ssh/id_dsa debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa debug2: we sent a publickey packet, wait for reply debug1: Enabling compression at level 6. Authenticated to 10.31.46.99 ([10.31.46.99]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/aed6d4dedc] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 3109 debug2: fd 4 setting O_NONBLOCK debug1: forking to background debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 5 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 debug2: mux_client_hello_exchange: master version 4 debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 0, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'echo ~ && sleep 0'", env 0 debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug1: Sending command: /bin/sh -c 'echo ~ && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 3089 1726772958.68219: _low_level_execute_command(): starting 3089 1726772958.68222: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772958.6809769-3103-272344022607636 `" && echo ansible-tmp-1726772958.6809769-3103-272344022607636="` echo /root/.ansible/tmp/ansible-tmp-1726772958.6809769-3103-272344022607636 `" ) && sleep 0' 3089 1726772958.68879: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726772958.68901: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772958.68919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772958.68974: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772958.69053: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772958.69077: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772958.69104: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772958.69181: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772958.71565: stdout chunk (state=3): >>>ansible-tmp-1726772958.6809769-3103-272344022607636=/root/.ansible/tmp/ansible-tmp-1726772958.6809769-3103-272344022607636 <<< 3089 1726772958.71665: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772958.71704: stderr chunk (state=3): >>><<< 3089 1726772958.71713: stdout chunk (state=3): >>><<< 3089 1726772958.71748: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772958.6809769-3103-272344022607636=/root/.ansible/tmp/ansible-tmp-1726772958.6809769-3103-272344022607636 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772958.71830: variable 'ansible_module_compression' from source: unknown 3089 1726772958.71993: ANSIBALLZ: Using lock for setup 3089 1726772958.71997: ANSIBALLZ: Acquiring lock 3089 1726772958.71999: ANSIBALLZ: Lock acquired: 139786188861712 3089 1726772958.72003: ANSIBALLZ: Creating module 3089 1726772959.10599: ANSIBALLZ: Writing module into payload 3089 1726772959.10679: ANSIBALLZ: Writing module 3089 1726772959.10723: ANSIBALLZ: Renaming module 3089 1726772959.10740: ANSIBALLZ: Done creating module 3089 1726772959.10786: variable 'ansible_facts' from source: unknown 3089 1726772959.10797: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726772959.10821: _low_level_execute_command(): starting 3089 1726772959.10833: _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' 3089 1726772959.11590: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772959.11633: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772959.11709: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772959.11751: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772959.11940: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772959.13748: stdout chunk (state=3): >>>PLATFORM <<< 3089 1726772959.13784: stdout chunk (state=3): >>>Linux FOUND /usr/bin/python3.12 <<< 3089 1726772959.13941: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 3089 1726772959.14070: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772959.14198: stderr chunk (state=3): >>><<< 3089 1726772959.14202: stdout chunk (state=3): >>><<< 3089 1726772959.14276: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772959.14290 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 3089 1726772959.14470: _low_level_execute_command(): starting 3089 1726772959.14474: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 3089 1726772959.14659: Sending initial data 3089 1726772959.14663: Sent initial data (1181 bytes) 3089 1726772959.15653: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726772959.15822: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772959.15964: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772959.16005: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772959.20044: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"Fedora Linux\"\nVERSION=\"40 (Forty)\"\nID=fedora\nVERSION_ID=40\nVERSION_CODENAME=\"\"\nPLATFORM_ID=\"platform:f40\"\nPRETTY_NAME=\"Fedora Linux 40 (Forty)\"\nANSI_COLOR=\"0;38;2;60;110;180\"\nLOGO=fedora-logo-icon\nCPE_NAME=\"cpe:/o:fedoraproject:fedora:40\"\nDEFAULT_HOSTNAME=\"fedora\"\nHOME_URL=\"https://fedoraproject.org/\"\nDOCUMENTATION_URL=\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\"\nSUPPORT_URL=\"https://ask.fedoraproject.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_BUGZILLA_PRODUCT=\"Fedora\"\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\nREDHAT_SUPPORT_PRODUCT=\"Fedora\"\nREDHAT_SUPPORT_PRODUCT_VERSION=40\nSUPPORT_END=2025-05-13\n"} <<< 3089 1726772959.20455: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772959.20459: stdout chunk (state=3): >>><<< 3089 1726772959.20465: stderr chunk (state=3): >>><<< 3089 1726772959.20482: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"Fedora Linux\"\nVERSION=\"40 (Forty)\"\nID=fedora\nVERSION_ID=40\nVERSION_CODENAME=\"\"\nPLATFORM_ID=\"platform:f40\"\nPRETTY_NAME=\"Fedora Linux 40 (Forty)\"\nANSI_COLOR=\"0;38;2;60;110;180\"\nLOGO=fedora-logo-icon\nCPE_NAME=\"cpe:/o:fedoraproject:fedora:40\"\nDEFAULT_HOSTNAME=\"fedora\"\nHOME_URL=\"https://fedoraproject.org/\"\nDOCUMENTATION_URL=\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\"\nSUPPORT_URL=\"https://ask.fedoraproject.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_BUGZILLA_PRODUCT=\"Fedora\"\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\nREDHAT_SUPPORT_PRODUCT=\"Fedora\"\nREDHAT_SUPPORT_PRODUCT_VERSION=40\nSUPPORT_END=2025-05-13\n"} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772959.20581: variable 'ansible_facts' from source: unknown 3089 1726772959.20585: variable 'ansible_facts' from source: unknown 3089 1726772959.20595: variable 'ansible_module_compression' from source: unknown 3089 1726772959.20639: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 3089 1726772959.20699: variable 'ansible_facts' from source: unknown 3089 1726772959.21103: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772958.6809769-3103-272344022607636/AnsiballZ_setup.py 3089 1726772959.21513: Sending initial data 3089 1726772959.21520: Sent initial data (152 bytes) 3089 1726772959.22187: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726772959.22200: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772959.22218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772959.22337: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772959.22353: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772959.22372: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772959.22446: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772959.24267: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 3089 1726772959.24429: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726772959.24456: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726772959.24499: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmproiio3he /root/.ansible/tmp/ansible-tmp-1726772958.6809769-3103-272344022607636/AnsiballZ_setup.py <<< 3089 1726772959.24547: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772958.6809769-3103-272344022607636/AnsiballZ_setup.py" <<< 3089 1726772959.24558: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmproiio3he" to remote "/root/.ansible/tmp/ansible-tmp-1726772958.6809769-3103-272344022607636/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772958.6809769-3103-272344022607636/AnsiballZ_setup.py" <<< 3089 1726772959.26186: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772959.26313: stderr chunk (state=3): >>><<< 3089 1726772959.26324: stdout chunk (state=3): >>><<< 3089 1726772959.26362: done transferring module to remote 3089 1726772959.26385: _low_level_execute_command(): starting 3089 1726772959.26396: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772958.6809769-3103-272344022607636/ /root/.ansible/tmp/ansible-tmp-1726772958.6809769-3103-272344022607636/AnsiballZ_setup.py && sleep 0' 3089 1726772959.27077: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726772959.27081: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772959.27084: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726772959.27110: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772959.27156: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772959.27161: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772959.27201: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772959.29165: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772959.29205: stderr chunk (state=3): >>><<< 3089 1726772959.29214: stdout chunk (state=3): >>><<< 3089 1726772959.29252: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772959.29267: _low_level_execute_command(): starting 3089 1726772959.29277: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772958.6809769-3103-272344022607636/AnsiballZ_setup.py && sleep 0' 3089 1726772959.29995: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726772959.30052: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772959.30056: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726772959.30137: 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.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772959.30178: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772959.30196: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772959.30218: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772959.30296: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772959.98254: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "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"}}} <<< 3089 1726772960.00083: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726772960.00150: stderr chunk (state=3): >>><<< 3089 1726772960.00154: stdout chunk (state=3): >>><<< 3089 1726772960.00169: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_distribution": "Fedora", "ansible_distribution_release": "", "ansible_distribution_version": "40", "ansible_distribution_major_version": "40", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution", "distribution_major_version", "distribution_version", "os_family"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 3089 1726772960.00213: 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-1726772958.6809769-3103-272344022607636/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726772960.00231: _low_level_execute_command(): starting 3089 1726772960.00237: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772958.6809769-3103-272344022607636/ > /dev/null 2>&1 && sleep 0' 3089 1726772960.00701: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772960.00705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726772960.00736: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726772960.00741: 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.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772960.00744: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.00805: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772960.00808: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772960.00811: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772960.00857: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772960.02754: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772960.02814: stderr chunk (state=3): >>><<< 3089 1726772960.02820: stdout chunk (state=3): >>><<< 3089 1726772960.02832: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772960.02839: handler run complete 3089 1726772960.02853: variable 'ansible_facts' from source: unknown 3089 1726772960.02887: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772960.02928: variable 'ansible_facts' from source: unknown 3089 1726772960.02953: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772960.02966: attempt loop complete, returning result 3089 1726772960.02969: _execute() done 3089 1726772960.02972: dumping result to json 3089 1726772960.02977: done dumping result, returning 3089 1726772960.02986: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [02b512f9-4fcf-c2f4-80d8-000000000085] 3089 1726772960.02989: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000085 3089 1726772960.03093: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000085 3089 1726772960.03096: WORKER PROCESS EXITING ok: [managed_node3] 3089 1726772960.03246: no more pending results, returning what we have 3089 1726772960.03249: results queue empty 3089 1726772960.03250: checking for any_errors_fatal 3089 1726772960.03251: done checking for any_errors_fatal 3089 1726772960.03252: checking for max_fail_percentage 3089 1726772960.03253: done checking for max_fail_percentage 3089 1726772960.03254: checking to see if all hosts have failed and the running result is not ok 3089 1726772960.03255: done checking to see if all hosts have failed 3089 1726772960.03256: getting the remaining hosts for this loop 3089 1726772960.03257: done getting the remaining hosts for this loop 3089 1726772960.03260: getting the next task for host managed_node3 3089 1726772960.03268: done getting next task for host managed_node3 3089 1726772960.03272: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 3089 1726772960.03275: ^ 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 3089 1726772960.03284: getting variables 3089 1726772960.03285: in VariableManager get_vars() 3089 1726772960.03319: Calling all_inventory to load vars for managed_node3 3089 1726772960.03321: Calling groups_inventory to load vars for managed_node3 3089 1726772960.03323: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772960.03333: Calling all_plugins_play to load vars for managed_node3 3089 1726772960.03342: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772960.03346: Calling groups_plugins_play to load vars for managed_node3 3089 1726772960.03397: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772960.03430: done with get_vars() 3089 1726772960.03439: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 15:09:20 -0400 (0:00:02.610) 0:00:02.824 **** 3089 1726772960.03521: entering _queue_task() for managed_node3/stat 3089 1726772960.03728: worker is 1 (out of 1 available) 3089 1726772960.03744: exiting _queue_task() for managed_node3/stat 3089 1726772960.03757: done queuing things up, now waiting for results queue to drain 3089 1726772960.03759: waiting for pending results... 3089 1726772960.03911: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 3089 1726772960.04001: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000087 3089 1726772960.04006: variable 'ansible_search_path' from source: unknown 3089 1726772960.04009: variable 'ansible_search_path' from source: unknown 3089 1726772960.04036: calling self._execute() 3089 1726772960.04085: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.04091: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.04101: variable 'omit' from source: magic vars 3089 1726772960.04469: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726772960.04656: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726772960.04686: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726772960.04736: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726772960.04767: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726772960.04837: 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) 3089 1726772960.04858: 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) 3089 1726772960.04880: 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) 3089 1726772960.04899: 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) 3089 1726772960.04999: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 3089 1726772960.05005: variable 'omit' from source: magic vars 3089 1726772960.05053: variable 'omit' from source: magic vars 3089 1726772960.05078: variable 'omit' from source: magic vars 3089 1726772960.05101: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726772960.05124: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726772960.05142: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726772960.05156: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772960.05164: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772960.05190: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726772960.05193: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.05196: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.05270: Set connection var ansible_shell_executable to /bin/sh 3089 1726772960.05273: Set connection var ansible_shell_type to sh 3089 1726772960.05278: Set connection var ansible_timeout to 10 3089 1726772960.05285: Set connection var ansible_pipelining to False 3089 1726772960.05292: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726772960.05294: Set connection var ansible_connection to ssh 3089 1726772960.05320: variable 'ansible_shell_executable' from source: unknown 3089 1726772960.05323: variable 'ansible_connection' from source: unknown 3089 1726772960.05326: variable 'ansible_module_compression' from source: unknown 3089 1726772960.05328: variable 'ansible_shell_type' from source: unknown 3089 1726772960.05331: variable 'ansible_shell_executable' from source: unknown 3089 1726772960.05333: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.05337: variable 'ansible_pipelining' from source: unknown 3089 1726772960.05340: variable 'ansible_timeout' from source: unknown 3089 1726772960.05342: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.05448: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3089 1726772960.05456: variable 'omit' from source: magic vars 3089 1726772960.05461: starting attempt loop 3089 1726772960.05464: running the handler 3089 1726772960.05473: _low_level_execute_command(): starting 3089 1726772960.05480: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726772960.06023: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.06027: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.06030: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.06032: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.06097: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772960.06100: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772960.06105: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772960.06141: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772960.07763: stdout chunk (state=3): >>>/root <<< 3089 1726772960.07970: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772960.08032: stderr chunk (state=3): >>><<< 3089 1726772960.08039: stdout chunk (state=3): >>><<< 3089 1726772960.08061: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772960.08075: _low_level_execute_command(): starting 3089 1726772960.08081: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772960.0806074-3181-263212110927657 `" && echo ansible-tmp-1726772960.0806074-3181-263212110927657="` echo /root/.ansible/tmp/ansible-tmp-1726772960.0806074-3181-263212110927657 `" ) && sleep 0' 3089 1726772960.08577: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772960.08580: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726772960.08583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.08585: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.08588: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.08642: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772960.08645: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772960.08660: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772960.08695: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772960.10629: stdout chunk (state=3): >>>ansible-tmp-1726772960.0806074-3181-263212110927657=/root/.ansible/tmp/ansible-tmp-1726772960.0806074-3181-263212110927657 <<< 3089 1726772960.10860: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772960.10877: stderr chunk (state=3): >>><<< 3089 1726772960.10881: stdout chunk (state=3): >>><<< 3089 1726772960.10897: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772960.0806074-3181-263212110927657=/root/.ansible/tmp/ansible-tmp-1726772960.0806074-3181-263212110927657 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772960.10942: variable 'ansible_module_compression' from source: unknown 3089 1726772960.10992: ANSIBALLZ: Using lock for stat 3089 1726772960.10995: ANSIBALLZ: Acquiring lock 3089 1726772960.10998: ANSIBALLZ: Lock acquired: 139786188861616 3089 1726772960.11000: ANSIBALLZ: Creating module 3089 1726772960.19351: ANSIBALLZ: Writing module into payload 3089 1726772960.19418: ANSIBALLZ: Writing module 3089 1726772960.19439: ANSIBALLZ: Renaming module 3089 1726772960.19446: ANSIBALLZ: Done creating module 3089 1726772960.19463: variable 'ansible_facts' from source: unknown 3089 1726772960.19509: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772960.0806074-3181-263212110927657/AnsiballZ_stat.py 3089 1726772960.19625: Sending initial data 3089 1726772960.19629: Sent initial data (151 bytes) 3089 1726772960.20125: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.20128: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.20130: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.20133: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.20191: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772960.20194: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772960.20196: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772960.20246: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772960.21841: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726772960.21869: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726772960.21907: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpd1uni5la /root/.ansible/tmp/ansible-tmp-1726772960.0806074-3181-263212110927657/AnsiballZ_stat.py <<< 3089 1726772960.21915: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772960.0806074-3181-263212110927657/AnsiballZ_stat.py" <<< 3089 1726772960.21952: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpd1uni5la" to remote "/root/.ansible/tmp/ansible-tmp-1726772960.0806074-3181-263212110927657/AnsiballZ_stat.py" <<< 3089 1726772960.21956: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772960.0806074-3181-263212110927657/AnsiballZ_stat.py" <<< 3089 1726772960.22473: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772960.22553: stderr chunk (state=3): >>><<< 3089 1726772960.22556: stdout chunk (state=3): >>><<< 3089 1726772960.22574: done transferring module to remote 3089 1726772960.22584: _low_level_execute_command(): starting 3089 1726772960.22589: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772960.0806074-3181-263212110927657/ /root/.ansible/tmp/ansible-tmp-1726772960.0806074-3181-263212110927657/AnsiballZ_stat.py && sleep 0' 3089 1726772960.23081: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.23084: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.23087: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.23089: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726772960.23091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.23142: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772960.23147: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772960.23157: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772960.23192: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772960.24985: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772960.25048: stderr chunk (state=3): >>><<< 3089 1726772960.25052: stdout chunk (state=3): >>><<< 3089 1726772960.25066: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772960.25069: _low_level_execute_command(): starting 3089 1726772960.25075: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772960.0806074-3181-263212110927657/AnsiballZ_stat.py && sleep 0' 3089 1726772960.25573: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.25577: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.25580: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726772960.25583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.25634: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772960.25641: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772960.25690: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772960.42370: 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"}}} <<< 3089 1726772960.43678: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726772960.43741: stderr chunk (state=3): >>><<< 3089 1726772960.43745: stdout chunk (state=3): >>><<< 3089 1726772960.43760: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726772960.43793: 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-1726772960.0806074-3181-263212110927657/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726772960.43802: _low_level_execute_command(): starting 3089 1726772960.43808: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772960.0806074-3181-263212110927657/ > /dev/null 2>&1 && sleep 0' 3089 1726772960.44310: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772960.44313: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.44316: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration <<< 3089 1726772960.44319: 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 <<< 3089 1726772960.44321: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.44383: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772960.44389: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772960.44391: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772960.44427: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772960.46293: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772960.46355: stderr chunk (state=3): >>><<< 3089 1726772960.46359: stdout chunk (state=3): >>><<< 3089 1726772960.46374: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772960.46378: handler run complete 3089 1726772960.46395: attempt loop complete, returning result 3089 1726772960.46398: _execute() done 3089 1726772960.46400: dumping result to json 3089 1726772960.46403: done dumping result, returning 3089 1726772960.46416: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [02b512f9-4fcf-c2f4-80d8-000000000087] 3089 1726772960.46422: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000087 3089 1726772960.46518: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000087 3089 1726772960.46521: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 3089 1726772960.46604: no more pending results, returning what we have 3089 1726772960.46607: results queue empty 3089 1726772960.46608: checking for any_errors_fatal 3089 1726772960.46614: done checking for any_errors_fatal 3089 1726772960.46614: checking for max_fail_percentage 3089 1726772960.46616: done checking for max_fail_percentage 3089 1726772960.46616: checking to see if all hosts have failed and the running result is not ok 3089 1726772960.46617: done checking to see if all hosts have failed 3089 1726772960.46618: getting the remaining hosts for this loop 3089 1726772960.46620: done getting the remaining hosts for this loop 3089 1726772960.46624: getting the next task for host managed_node3 3089 1726772960.46629: done getting next task for host managed_node3 3089 1726772960.46633: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 3089 1726772960.46639: ^ 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 3089 1726772960.46650: getting variables 3089 1726772960.46651: in VariableManager get_vars() 3089 1726772960.46683: Calling all_inventory to load vars for managed_node3 3089 1726772960.46686: Calling groups_inventory to load vars for managed_node3 3089 1726772960.46688: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772960.46698: Calling all_plugins_play to load vars for managed_node3 3089 1726772960.46700: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772960.46703: Calling groups_plugins_play to load vars for managed_node3 3089 1726772960.46758: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772960.46789: done with get_vars() 3089 1726772960.46795: done getting variables 3089 1726772960.46876: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:09:20 -0400 (0:00:00.433) 0:00:03.258 **** 3089 1726772960.46901: entering _queue_task() for managed_node3/set_fact 3089 1726772960.46902: Creating lock for set_fact 3089 1726772960.47110: worker is 1 (out of 1 available) 3089 1726772960.47124: exiting _queue_task() for managed_node3/set_fact 3089 1726772960.47139: done queuing things up, now waiting for results queue to drain 3089 1726772960.47141: waiting for pending results... 3089 1726772960.47302: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 3089 1726772960.47396: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000088 3089 1726772960.47409: variable 'ansible_search_path' from source: unknown 3089 1726772960.47413: variable 'ansible_search_path' from source: unknown 3089 1726772960.47447: calling self._execute() 3089 1726772960.47497: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.47508: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.47517: variable 'omit' from source: magic vars 3089 1726772960.47893: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726772960.48121: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726772960.48158: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726772960.48187: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726772960.48213: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726772960.48287: 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) 3089 1726772960.48305: 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) 3089 1726772960.48327: 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) 3089 1726772960.48349: 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) 3089 1726772960.48453: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 3089 1726772960.48457: variable 'omit' from source: magic vars 3089 1726772960.48503: variable 'omit' from source: magic vars 3089 1726772960.48590: variable '__ostree_booted_stat' from source: set_fact 3089 1726772960.48633: variable 'omit' from source: magic vars 3089 1726772960.48655: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726772960.48679: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726772960.48694: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726772960.48712: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772960.48722: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772960.48749: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726772960.48753: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.48756: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.48830: Set connection var ansible_shell_executable to /bin/sh 3089 1726772960.48834: Set connection var ansible_shell_type to sh 3089 1726772960.48840: Set connection var ansible_timeout to 10 3089 1726772960.48847: Set connection var ansible_pipelining to False 3089 1726772960.48854: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726772960.48857: Set connection var ansible_connection to ssh 3089 1726772960.48877: variable 'ansible_shell_executable' from source: unknown 3089 1726772960.48882: variable 'ansible_connection' from source: unknown 3089 1726772960.48885: variable 'ansible_module_compression' from source: unknown 3089 1726772960.48887: variable 'ansible_shell_type' from source: unknown 3089 1726772960.48889: variable 'ansible_shell_executable' from source: unknown 3089 1726772960.48892: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.48894: variable 'ansible_pipelining' from source: unknown 3089 1726772960.48896: variable 'ansible_timeout' from source: unknown 3089 1726772960.48901: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.48981: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726772960.48989: variable 'omit' from source: magic vars 3089 1726772960.48995: starting attempt loop 3089 1726772960.48998: running the handler 3089 1726772960.49006: handler run complete 3089 1726772960.49014: attempt loop complete, returning result 3089 1726772960.49017: _execute() done 3089 1726772960.49022: dumping result to json 3089 1726772960.49026: done dumping result, returning 3089 1726772960.49034: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [02b512f9-4fcf-c2f4-80d8-000000000088] 3089 1726772960.49046: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000088 3089 1726772960.49126: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000088 3089 1726772960.49129: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_is_ostree": false }, "changed": false } 3089 1726772960.49194: no more pending results, returning what we have 3089 1726772960.49198: results queue empty 3089 1726772960.49199: checking for any_errors_fatal 3089 1726772960.49204: done checking for any_errors_fatal 3089 1726772960.49205: checking for max_fail_percentage 3089 1726772960.49206: done checking for max_fail_percentage 3089 1726772960.49207: checking to see if all hosts have failed and the running result is not ok 3089 1726772960.49208: done checking to see if all hosts have failed 3089 1726772960.49209: getting the remaining hosts for this loop 3089 1726772960.49210: done getting the remaining hosts for this loop 3089 1726772960.49214: getting the next task for host managed_node3 3089 1726772960.49225: done getting next task for host managed_node3 3089 1726772960.49228: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 3089 1726772960.49232: ^ 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 3089 1726772960.49244: getting variables 3089 1726772960.49245: in VariableManager get_vars() 3089 1726772960.49283: Calling all_inventory to load vars for managed_node3 3089 1726772960.49285: Calling groups_inventory to load vars for managed_node3 3089 1726772960.49287: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772960.49296: Calling all_plugins_play to load vars for managed_node3 3089 1726772960.49299: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772960.49301: Calling groups_plugins_play to load vars for managed_node3 3089 1726772960.49344: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772960.49377: done with get_vars() 3089 1726772960.49384: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 15:09:20 -0400 (0:00:00.025) 0:00:03.284 **** 3089 1726772960.49458: entering _queue_task() for managed_node3/stat 3089 1726772960.49661: worker is 1 (out of 1 available) 3089 1726772960.49674: exiting _queue_task() for managed_node3/stat 3089 1726772960.49687: done queuing things up, now waiting for results queue to drain 3089 1726772960.49689: waiting for pending results... 3089 1726772960.49837: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 3089 1726772960.49923: in run() - task 02b512f9-4fcf-c2f4-80d8-00000000008a 3089 1726772960.50029: variable 'ansible_search_path' from source: unknown 3089 1726772960.50034: variable 'ansible_search_path' from source: unknown 3089 1726772960.50041: calling self._execute() 3089 1726772960.50049: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.50052: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.50054: variable 'omit' from source: magic vars 3089 1726772960.50434: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726772960.50621: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726772960.50653: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726772960.50681: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726772960.50710: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726772960.50781: 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) 3089 1726772960.50802: 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) 3089 1726772960.50823: 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) 3089 1726772960.50844: 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) 3089 1726772960.50941: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 3089 1726772960.50947: variable 'omit' from source: magic vars 3089 1726772960.50988: variable 'omit' from source: magic vars 3089 1726772960.51014: variable 'omit' from source: magic vars 3089 1726772960.51038: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726772960.51060: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726772960.51074: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726772960.51088: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772960.51097: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772960.51124: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726772960.51129: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.51132: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.51202: Set connection var ansible_shell_executable to /bin/sh 3089 1726772960.51206: Set connection var ansible_shell_type to sh 3089 1726772960.51210: Set connection var ansible_timeout to 10 3089 1726772960.51221: Set connection var ansible_pipelining to False 3089 1726772960.51224: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726772960.51226: Set connection var ansible_connection to ssh 3089 1726772960.51252: variable 'ansible_shell_executable' from source: unknown 3089 1726772960.51255: variable 'ansible_connection' from source: unknown 3089 1726772960.51258: variable 'ansible_module_compression' from source: unknown 3089 1726772960.51261: variable 'ansible_shell_type' from source: unknown 3089 1726772960.51263: variable 'ansible_shell_executable' from source: unknown 3089 1726772960.51265: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.51268: variable 'ansible_pipelining' from source: unknown 3089 1726772960.51271: variable 'ansible_timeout' from source: unknown 3089 1726772960.51276: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.51384: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3089 1726772960.51391: variable 'omit' from source: magic vars 3089 1726772960.51396: starting attempt loop 3089 1726772960.51399: running the handler 3089 1726772960.51408: _low_level_execute_command(): starting 3089 1726772960.51415: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726772960.51941: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.51966: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.51970: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.52031: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772960.52034: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772960.52041: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772960.52077: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772960.53875: stdout chunk (state=3): >>>/root <<< 3089 1726772960.53984: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772960.54047: stderr chunk (state=3): >>><<< 3089 1726772960.54051: stdout chunk (state=3): >>><<< 3089 1726772960.54074: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772960.54089: _low_level_execute_command(): starting 3089 1726772960.54096: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772960.540752-3190-11696806524536 `" && echo ansible-tmp-1726772960.540752-3190-11696806524536="` echo /root/.ansible/tmp/ansible-tmp-1726772960.540752-3190-11696806524536 `" ) && sleep 0' 3089 1726772960.54598: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772960.54602: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726772960.54605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726772960.54608: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726772960.54612: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.54666: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772960.54669: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772960.54671: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772960.54715: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772960.56676: stdout chunk (state=3): >>>ansible-tmp-1726772960.540752-3190-11696806524536=/root/.ansible/tmp/ansible-tmp-1726772960.540752-3190-11696806524536 <<< 3089 1726772960.56794: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772960.56855: stderr chunk (state=3): >>><<< 3089 1726772960.56858: stdout chunk (state=3): >>><<< 3089 1726772960.56873: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772960.540752-3190-11696806524536=/root/.ansible/tmp/ansible-tmp-1726772960.540752-3190-11696806524536 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772960.56921: variable 'ansible_module_compression' from source: unknown 3089 1726772960.56960: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3089 1726772960.56992: variable 'ansible_facts' from source: unknown 3089 1726772960.57059: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772960.540752-3190-11696806524536/AnsiballZ_stat.py 3089 1726772960.57177: Sending initial data 3089 1726772960.57180: Sent initial data (149 bytes) 3089 1726772960.57683: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772960.57687: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.57689: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address <<< 3089 1726772960.57692: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.57694: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.57752: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772960.57755: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772960.57760: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772960.57797: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772960.59404: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726772960.59433: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726772960.59467: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmp7a6udnjf /root/.ansible/tmp/ansible-tmp-1726772960.540752-3190-11696806524536/AnsiballZ_stat.py <<< 3089 1726772960.59476: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772960.540752-3190-11696806524536/AnsiballZ_stat.py" <<< 3089 1726772960.59510: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmp7a6udnjf" to remote "/root/.ansible/tmp/ansible-tmp-1726772960.540752-3190-11696806524536/AnsiballZ_stat.py" <<< 3089 1726772960.59513: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772960.540752-3190-11696806524536/AnsiballZ_stat.py" <<< 3089 1726772960.60021: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772960.60101: stderr chunk (state=3): >>><<< 3089 1726772960.60105: stdout chunk (state=3): >>><<< 3089 1726772960.60126: done transferring module to remote 3089 1726772960.60140: _low_level_execute_command(): starting 3089 1726772960.60145: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772960.540752-3190-11696806524536/ /root/.ansible/tmp/ansible-tmp-1726772960.540752-3190-11696806524536/AnsiballZ_stat.py && sleep 0' 3089 1726772960.60629: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.60632: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726772960.60637: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726772960.60640: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.60642: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.60692: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772960.60700: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772960.60703: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772960.60736: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772960.62519: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772960.62578: stderr chunk (state=3): >>><<< 3089 1726772960.62582: stdout chunk (state=3): >>><<< 3089 1726772960.62596: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772960.62599: _low_level_execute_command(): starting 3089 1726772960.62604: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772960.540752-3190-11696806524536/AnsiballZ_stat.py && sleep 0' 3089 1726772960.63104: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.63108: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.63111: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.63113: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.63168: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772960.63171: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772960.63174: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772960.63227: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772960.79912: 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"}}} <<< 3089 1726772960.81260: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726772960.81321: stderr chunk (state=3): >>><<< 3089 1726772960.81325: stdout chunk (state=3): >>><<< 3089 1726772960.81342: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/sbin/transactional-update", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726772960.81370: 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-1726772960.540752-3190-11696806524536/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726772960.81378: _low_level_execute_command(): starting 3089 1726772960.81383: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772960.540752-3190-11696806524536/ > /dev/null 2>&1 && sleep 0' 3089 1726772960.81874: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772960.81883: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.81885: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address <<< 3089 1726772960.81888: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.81890: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.81943: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772960.81946: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772960.81992: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772960.83932: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772960.83994: stderr chunk (state=3): >>><<< 3089 1726772960.83998: stdout chunk (state=3): >>><<< 3089 1726772960.84012: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772960.84020: handler run complete 3089 1726772960.84038: attempt loop complete, returning result 3089 1726772960.84041: _execute() done 3089 1726772960.84043: dumping result to json 3089 1726772960.84046: done dumping result, returning 3089 1726772960.84060: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [02b512f9-4fcf-c2f4-80d8-00000000008a] 3089 1726772960.84063: sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000008a 3089 1726772960.84163: done sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000008a 3089 1726772960.84166: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 3089 1726772960.84265: no more pending results, returning what we have 3089 1726772960.84268: results queue empty 3089 1726772960.84269: checking for any_errors_fatal 3089 1726772960.84273: done checking for any_errors_fatal 3089 1726772960.84273: checking for max_fail_percentage 3089 1726772960.84275: done checking for max_fail_percentage 3089 1726772960.84277: checking to see if all hosts have failed and the running result is not ok 3089 1726772960.84278: done checking to see if all hosts have failed 3089 1726772960.84279: getting the remaining hosts for this loop 3089 1726772960.84280: done getting the remaining hosts for this loop 3089 1726772960.84284: getting the next task for host managed_node3 3089 1726772960.84289: done getting next task for host managed_node3 3089 1726772960.84292: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 3089 1726772960.84295: ^ 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 3089 1726772960.84304: getting variables 3089 1726772960.84305: in VariableManager get_vars() 3089 1726772960.84343: Calling all_inventory to load vars for managed_node3 3089 1726772960.84346: Calling groups_inventory to load vars for managed_node3 3089 1726772960.84348: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772960.84356: Calling all_plugins_play to load vars for managed_node3 3089 1726772960.84358: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772960.84360: Calling groups_plugins_play to load vars for managed_node3 3089 1726772960.84397: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772960.84429: done with get_vars() 3089 1726772960.84438: done getting variables 3089 1726772960.84484: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 15:09:20 -0400 (0:00:00.350) 0:00:03.634 **** 3089 1726772960.84510: entering _queue_task() for managed_node3/set_fact 3089 1726772960.84750: worker is 1 (out of 1 available) 3089 1726772960.84763: exiting _queue_task() for managed_node3/set_fact 3089 1726772960.84775: done queuing things up, now waiting for results queue to drain 3089 1726772960.84777: waiting for pending results... 3089 1726772960.84941: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 3089 1726772960.85027: in run() - task 02b512f9-4fcf-c2f4-80d8-00000000008b 3089 1726772960.85041: variable 'ansible_search_path' from source: unknown 3089 1726772960.85044: variable 'ansible_search_path' from source: unknown 3089 1726772960.85075: calling self._execute() 3089 1726772960.85131: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.85139: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.85148: variable 'omit' from source: magic vars 3089 1726772960.85510: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726772960.85700: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726772960.85738: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726772960.85766: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726772960.85794: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726772960.85864: 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) 3089 1726772960.85886: 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) 3089 1726772960.85905: 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) 3089 1726772960.85926: 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) 3089 1726772960.86028: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 3089 1726772960.86032: variable 'omit' from source: magic vars 3089 1726772960.86079: variable 'omit' from source: magic vars 3089 1726772960.86169: variable '__transactional_update_stat' from source: set_fact 3089 1726772960.86213: variable 'omit' from source: magic vars 3089 1726772960.86233: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726772960.86258: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726772960.86272: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726772960.86286: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772960.86295: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772960.86325: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726772960.86329: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.86332: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.86403: Set connection var ansible_shell_executable to /bin/sh 3089 1726772960.86406: Set connection var ansible_shell_type to sh 3089 1726772960.86410: Set connection var ansible_timeout to 10 3089 1726772960.86419: Set connection var ansible_pipelining to False 3089 1726772960.86430: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726772960.86432: Set connection var ansible_connection to ssh 3089 1726772960.86454: variable 'ansible_shell_executable' from source: unknown 3089 1726772960.86457: variable 'ansible_connection' from source: unknown 3089 1726772960.86460: variable 'ansible_module_compression' from source: unknown 3089 1726772960.86463: variable 'ansible_shell_type' from source: unknown 3089 1726772960.86465: variable 'ansible_shell_executable' from source: unknown 3089 1726772960.86468: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.86472: variable 'ansible_pipelining' from source: unknown 3089 1726772960.86474: variable 'ansible_timeout' from source: unknown 3089 1726772960.86479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.86561: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726772960.86569: variable 'omit' from source: magic vars 3089 1726772960.86575: starting attempt loop 3089 1726772960.86578: running the handler 3089 1726772960.86585: handler run complete 3089 1726772960.86593: attempt loop complete, returning result 3089 1726772960.86596: _execute() done 3089 1726772960.86599: dumping result to json 3089 1726772960.86601: done dumping result, returning 3089 1726772960.86610: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [02b512f9-4fcf-c2f4-80d8-00000000008b] 3089 1726772960.86614: sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000008b 3089 1726772960.86698: done sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000008b 3089 1726772960.86702: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_is_transactional": false }, "changed": false } 3089 1726772960.86773: no more pending results, returning what we have 3089 1726772960.86776: results queue empty 3089 1726772960.86777: checking for any_errors_fatal 3089 1726772960.86781: done checking for any_errors_fatal 3089 1726772960.86782: checking for max_fail_percentage 3089 1726772960.86783: done checking for max_fail_percentage 3089 1726772960.86784: checking to see if all hosts have failed and the running result is not ok 3089 1726772960.86785: done checking to see if all hosts have failed 3089 1726772960.86786: getting the remaining hosts for this loop 3089 1726772960.86787: done getting the remaining hosts for this loop 3089 1726772960.86791: getting the next task for host managed_node3 3089 1726772960.86798: done getting next task for host managed_node3 3089 1726772960.86801: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 3089 1726772960.86805: ^ 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 3089 1726772960.86822: getting variables 3089 1726772960.86829: in VariableManager get_vars() 3089 1726772960.86863: Calling all_inventory to load vars for managed_node3 3089 1726772960.86866: Calling groups_inventory to load vars for managed_node3 3089 1726772960.86868: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772960.86877: Calling all_plugins_play to load vars for managed_node3 3089 1726772960.86879: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772960.86881: Calling groups_plugins_play to load vars for managed_node3 3089 1726772960.86918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772960.86957: done with get_vars() 3089 1726772960.86964: done getting variables 3089 1726772960.87055: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:09:20 -0400 (0:00:00.025) 0:00:03.660 **** 3089 1726772960.87080: entering _queue_task() for managed_node3/include_vars 3089 1726772960.87081: Creating lock for include_vars 3089 1726772960.87291: worker is 1 (out of 1 available) 3089 1726772960.87304: exiting _queue_task() for managed_node3/include_vars 3089 1726772960.87317: done queuing things up, now waiting for results queue to drain 3089 1726772960.87318: waiting for pending results... 3089 1726772960.87477: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 3089 1726772960.87641: in run() - task 02b512f9-4fcf-c2f4-80d8-00000000008d 3089 1726772960.87646: variable 'ansible_search_path' from source: unknown 3089 1726772960.87648: variable 'ansible_search_path' from source: unknown 3089 1726772960.87659: calling self._execute() 3089 1726772960.87738: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.87752: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.87769: variable 'omit' from source: magic vars 3089 1726772960.87889: variable 'omit' from source: magic vars 3089 1726772960.87970: variable 'omit' from source: magic vars 3089 1726772960.88397: variable 'ffparams' from source: task vars 3089 1726772960.88743: variable 'ansible_facts' from source: unknown 3089 1726772960.88747: variable 'ansible_facts' from source: unknown 3089 1726772960.88833: variable 'ansible_facts' from source: unknown 3089 1726772960.88937: variable 'ansible_facts' from source: unknown 3089 1726772960.89022: variable 'role_path' from source: magic vars 3089 1726772960.89211: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 3089 1726772960.89476: Loaded config def from plugin (lookup/first_found) 3089 1726772960.89488: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 3089 1726772960.89540: variable 'ansible_search_path' from source: unknown 3089 1726772960.89566: variable 'ansible_search_path' from source: unknown 3089 1726772960.89580: variable 'ansible_search_path' from source: unknown 3089 1726772960.89594: variable 'ansible_search_path' from source: unknown 3089 1726772960.89607: variable 'ansible_search_path' from source: unknown 3089 1726772960.89641: variable 'omit' from source: magic vars 3089 1726772960.89673: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726772960.89706: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726772960.89733: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726772960.89759: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772960.89776: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772960.89812: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726772960.89825: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.89837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.89951: Set connection var ansible_shell_executable to /bin/sh 3089 1726772960.89961: Set connection var ansible_shell_type to sh 3089 1726772960.89974: Set connection var ansible_timeout to 10 3089 1726772960.89990: Set connection var ansible_pipelining to False 3089 1726772960.90005: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726772960.90014: Set connection var ansible_connection to ssh 3089 1726772960.90055: variable 'ansible_shell_executable' from source: unknown 3089 1726772960.90065: variable 'ansible_connection' from source: unknown 3089 1726772960.90074: variable 'ansible_module_compression' from source: unknown 3089 1726772960.90083: variable 'ansible_shell_type' from source: unknown 3089 1726772960.90092: variable 'ansible_shell_executable' from source: unknown 3089 1726772960.90142: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.90145: variable 'ansible_pipelining' from source: unknown 3089 1726772960.90147: variable 'ansible_timeout' from source: unknown 3089 1726772960.90150: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.90267: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726772960.90287: variable 'omit' from source: magic vars 3089 1726772960.90299: starting attempt loop 3089 1726772960.90307: running the handler 3089 1726772960.90440: handler run complete 3089 1726772960.90444: attempt loop complete, returning result 3089 1726772960.90446: _execute() done 3089 1726772960.90449: dumping result to json 3089 1726772960.90451: done dumping result, returning 3089 1726772960.90454: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [02b512f9-4fcf-c2f4-80d8-00000000008d] 3089 1726772960.90457: sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000008d 3089 1726772960.90662: done sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000008d 3089 1726772960.90668: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 3089 1726772960.90754: no more pending results, returning what we have 3089 1726772960.90757: results queue empty 3089 1726772960.90758: checking for any_errors_fatal 3089 1726772960.90762: done checking for any_errors_fatal 3089 1726772960.90763: checking for max_fail_percentage 3089 1726772960.90764: done checking for max_fail_percentage 3089 1726772960.90765: checking to see if all hosts have failed and the running result is not ok 3089 1726772960.90766: done checking to see if all hosts have failed 3089 1726772960.90767: getting the remaining hosts for this loop 3089 1726772960.90768: done getting the remaining hosts for this loop 3089 1726772960.90771: getting the next task for host managed_node3 3089 1726772960.90778: done getting next task for host managed_node3 3089 1726772960.90781: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 3089 1726772960.90784: ^ 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 3089 1726772960.90793: getting variables 3089 1726772960.90795: in VariableManager get_vars() 3089 1726772960.90826: Calling all_inventory to load vars for managed_node3 3089 1726772960.90829: Calling groups_inventory to load vars for managed_node3 3089 1726772960.90831: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772960.90843: Calling all_plugins_play to load vars for managed_node3 3089 1726772960.90847: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772960.90851: Calling groups_plugins_play to load vars for managed_node3 3089 1726772960.90916: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772960.90977: done with get_vars() 3089 1726772960.90987: done getting variables 3089 1726772960.91110: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:09:20 -0400 (0:00:00.040) 0:00:03.701 **** 3089 1726772960.91147: entering _queue_task() for managed_node3/package 3089 1726772960.91149: Creating lock for package 3089 1726772960.91422: worker is 1 (out of 1 available) 3089 1726772960.91434: exiting _queue_task() for managed_node3/package 3089 1726772960.91447: done queuing things up, now waiting for results queue to drain 3089 1726772960.91449: waiting for pending results... 3089 1726772960.91757: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 3089 1726772960.91849: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000025 3089 1726772960.91876: variable 'ansible_search_path' from source: unknown 3089 1726772960.91885: variable 'ansible_search_path' from source: unknown 3089 1726772960.91933: calling self._execute() 3089 1726772960.92023: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.92039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.92075: variable 'omit' from source: magic vars 3089 1726772960.92192: variable 'omit' from source: magic vars 3089 1726772960.92293: variable 'omit' from source: magic vars 3089 1726772960.92299: variable '__kernel_settings_packages' from source: include_vars 3089 1726772960.92667: variable '__kernel_settings_packages' from source: include_vars 3089 1726772960.92936: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726772960.94577: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726772960.94627: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726772960.94779: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726772960.94806: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726772960.94830: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726772960.94911: 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) 3089 1726772960.94936: 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) 3089 1726772960.94955: 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) 3089 1726772960.94987: 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) 3089 1726772960.94999: 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) 3089 1726772960.95084: variable '__kernel_settings_is_ostree' from source: set_fact 3089 1726772960.95088: variable 'omit' from source: magic vars 3089 1726772960.95114: variable 'omit' from source: magic vars 3089 1726772960.95141: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726772960.95164: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726772960.95177: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726772960.95193: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772960.95202: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772960.95230: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726772960.95233: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.95238: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.95340: Set connection var ansible_shell_executable to /bin/sh 3089 1726772960.95343: Set connection var ansible_shell_type to sh 3089 1726772960.95346: Set connection var ansible_timeout to 10 3089 1726772960.95350: Set connection var ansible_pipelining to False 3089 1726772960.95352: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726772960.95354: Set connection var ansible_connection to ssh 3089 1726772960.95356: variable 'ansible_shell_executable' from source: unknown 3089 1726772960.95359: variable 'ansible_connection' from source: unknown 3089 1726772960.95364: variable 'ansible_module_compression' from source: unknown 3089 1726772960.95366: variable 'ansible_shell_type' from source: unknown 3089 1726772960.95369: variable 'ansible_shell_executable' from source: unknown 3089 1726772960.95371: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772960.95377: variable 'ansible_pipelining' from source: unknown 3089 1726772960.95379: variable 'ansible_timeout' from source: unknown 3089 1726772960.95383: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772960.95460: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726772960.95470: variable 'omit' from source: magic vars 3089 1726772960.95473: starting attempt loop 3089 1726772960.95475: running the handler 3089 1726772960.95517: variable 'ansible_facts' from source: unknown 3089 1726772960.95521: _low_level_execute_command(): starting 3089 1726772960.95523: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726772960.96040: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.96044: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.96047: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726772960.96049: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.96102: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772960.96106: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772960.96108: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772960.96160: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772960.97944: stdout chunk (state=3): >>>/root <<< 3089 1726772960.98107: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772960.98172: stderr chunk (state=3): >>><<< 3089 1726772960.98175: stdout chunk (state=3): >>><<< 3089 1726772960.98196: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772960.98211: _low_level_execute_command(): starting 3089 1726772960.98219: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011 `" && echo ansible-tmp-1726772960.981977-3206-104289625614011="` echo /root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011 `" ) && sleep 0' 3089 1726772960.98721: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772960.98724: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.98727: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3089 1726772960.98730: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772960.98732: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772960.98794: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772960.98797: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772960.98802: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772960.98840: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772961.00809: stdout chunk (state=3): >>>ansible-tmp-1726772960.981977-3206-104289625614011=/root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011 <<< 3089 1726772961.00953: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772961.01017: stderr chunk (state=3): >>><<< 3089 1726772961.01021: stdout chunk (state=3): >>><<< 3089 1726772961.01042: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772960.981977-3206-104289625614011=/root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772961.01067: variable 'ansible_module_compression' from source: unknown 3089 1726772961.01102: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 3089 1726772961.01159: variable 'ansible_facts' from source: unknown 3089 1726772961.01293: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/AnsiballZ_setup.py 3089 1726772961.01414: Sending initial data 3089 1726772961.01421: Sent initial data (151 bytes) 3089 1726772961.01922: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772961.01926: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726772961.01929: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772961.01932: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726772961.01934: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772961.01995: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772961.02000: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772961.02003: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772961.02039: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772961.03640: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726772961.03669: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726772961.03712: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpd5faxrsz /root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/AnsiballZ_setup.py <<< 3089 1726772961.03722: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/AnsiballZ_setup.py" <<< 3089 1726772961.03743: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpd5faxrsz" to remote "/root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/AnsiballZ_setup.py" <<< 3089 1726772961.03749: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/AnsiballZ_setup.py" <<< 3089 1726772961.04822: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772961.04895: stderr chunk (state=3): >>><<< 3089 1726772961.04899: stdout chunk (state=3): >>><<< 3089 1726772961.04923: done transferring module to remote 3089 1726772961.04934: _low_level_execute_command(): starting 3089 1726772961.04941: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/ /root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/AnsiballZ_setup.py && sleep 0' 3089 1726772961.05431: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772961.05437: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772961.05440: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772961.05442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772961.05444: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772961.05500: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772961.05505: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772961.05508: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772961.05546: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772961.07333: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772961.07389: stderr chunk (state=3): >>><<< 3089 1726772961.07393: stdout chunk (state=3): >>><<< 3089 1726772961.07406: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772961.07409: _low_level_execute_command(): starting 3089 1726772961.07414: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/AnsiballZ_setup.py && sleep 0' 3089 1726772961.07911: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772961.07918: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772961.07921: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772961.07923: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772961.07974: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772961.07978: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772961.07985: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772961.08027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772961.93213: 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"}}} <<< 3089 1726772961.95396: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726772961.95401: stdout chunk (state=3): >>><<< 3089 1726772961.95404: stderr chunk (state=3): >>><<< 3089 1726772961.95425: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726772961.95546: 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-1726772960.981977-3206-104289625614011/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726772961.95587: variable 'ansible_module_compression' from source: unknown 3089 1726772961.95652: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 3089 1726772961.95667: ANSIBALLZ: Acquiring lock 3089 1726772961.95678: ANSIBALLZ: Lock acquired: 139786188380672 3089 1726772961.95696: ANSIBALLZ: Creating module 3089 1726772962.07806: ANSIBALLZ: Writing module into payload 3089 1726772962.07953: ANSIBALLZ: Writing module 3089 1726772962.07974: ANSIBALLZ: Renaming module 3089 1726772962.07980: ANSIBALLZ: Done creating module 3089 1726772962.07994: variable 'ansible_facts' from source: unknown 3089 1726772962.08071: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/AnsiballZ_dnf.py 3089 1726772962.08177: Sending initial data 3089 1726772962.08180: Sent initial data (149 bytes) 3089 1726772962.08686: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772962.08689: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772962.08692: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3089 1726772962.08695: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726772962.08697: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772962.08753: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772962.08756: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772962.08758: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772962.08807: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772962.10492: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726772962.10530: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726772962.10565: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmp9uodxs68 /root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/AnsiballZ_dnf.py <<< 3089 1726772962.10568: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/AnsiballZ_dnf.py" <<< 3089 1726772962.10601: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmp9uodxs68" to remote "/root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/AnsiballZ_dnf.py" <<< 3089 1726772962.10606: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/AnsiballZ_dnf.py" <<< 3089 1726772962.11261: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772962.11339: stderr chunk (state=3): >>><<< 3089 1726772962.11342: stdout chunk (state=3): >>><<< 3089 1726772962.11362: done transferring module to remote 3089 1726772962.11372: _low_level_execute_command(): starting 3089 1726772962.11375: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/ /root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/AnsiballZ_dnf.py && sleep 0' 3089 1726772962.11866: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772962.11870: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772962.11873: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address <<< 3089 1726772962.11875: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772962.11877: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772962.11938: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772962.11941: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772962.11944: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772962.11975: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772962.13799: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772962.13859: stderr chunk (state=3): >>><<< 3089 1726772962.13865: stdout chunk (state=3): >>><<< 3089 1726772962.13878: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772962.13881: _low_level_execute_command(): starting 3089 1726772962.13887: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/AnsiballZ_dnf.py && sleep 0' 3089 1726772962.14386: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772962.14394: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772962.14397: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772962.14399: 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.46.99 originally 10.31.46.99 <<< 3089 1726772962.14401: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772962.14460: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772962.14465: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772962.14469: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772962.14508: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772999.07651: stdout chunk (state=3): >>> {"msg": "", "changed": true, "results": ["Installed: pciutils-libs-3.13.0-1.fc40.x86_64", "Installed: python3-perf-6.10.10-200.fc40.x86_64", "Installed: tuned-2.24.0-1.fc40.noarch", "Installed: libtraceevent-1.8.2-2.fc40.x86_64", "Installed: hdparm-9.65-4.fc40.x86_64", "Installed: python3-linux-procfs-0.7.3-4.fc40.noarch", "Installed: numactl-libs-2.0.16-5.fc40.x86_64", "Installed: virt-what-1.27-1.fc40.x86_64", "Installed: kernel-tools-6.10.10-200.fc40.x86_64", "Installed: kernel-tools-libs-6.10.10-200.fc40.x86_64", "Installed: ethtool-2:6.10-1.fc40.x86_64", "Installed: dmidecode-1:3.6-1.fc40.x86_64", "Installed: python3-pyudev-0.24.1-7.fc40.noarch"], "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}}} <<< 3089 1726772999.33971: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726772999.34034: stderr chunk (state=3): >>><<< 3089 1726772999.34040: stdout chunk (state=3): >>><<< 3089 1726772999.34055: _low_level_execute_command() done: rc=0, stdout= {"msg": "", "changed": true, "results": ["Installed: pciutils-libs-3.13.0-1.fc40.x86_64", "Installed: python3-perf-6.10.10-200.fc40.x86_64", "Installed: tuned-2.24.0-1.fc40.noarch", "Installed: libtraceevent-1.8.2-2.fc40.x86_64", "Installed: hdparm-9.65-4.fc40.x86_64", "Installed: python3-linux-procfs-0.7.3-4.fc40.noarch", "Installed: numactl-libs-2.0.16-5.fc40.x86_64", "Installed: virt-what-1.27-1.fc40.x86_64", "Installed: kernel-tools-6.10.10-200.fc40.x86_64", "Installed: kernel-tools-libs-6.10.10-200.fc40.x86_64", "Installed: ethtool-2:6.10-1.fc40.x86_64", "Installed: dmidecode-1:3.6-1.fc40.x86_64", "Installed: python3-pyudev-0.24.1-7.fc40.noarch"], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726772999.34099: 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-1726772960.981977-3206-104289625614011/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726772999.34103: _low_level_execute_command(): starting 3089 1726772999.34136: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772960.981977-3206-104289625614011/ > /dev/null 2>&1 && sleep 0' 3089 1726772999.34910: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726772999.34927: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772999.34955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772999.34979: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726772999.34997: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726772999.35049: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772999.35199: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772999.35231: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772999.35273: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772999.37755: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772999.37759: stdout chunk (state=3): >>><<< 3089 1726772999.37762: stderr chunk (state=3): >>><<< 3089 1726772999.37777: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772999.37783: handler run complete 3089 1726772999.37819: attempt loop complete, returning result 3089 1726772999.37822: _execute() done 3089 1726772999.37825: dumping result to json 3089 1726772999.37829: done dumping result, returning 3089 1726772999.37942: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [02b512f9-4fcf-c2f4-80d8-000000000025] 3089 1726772999.37946: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000025 3089 1726772999.38014: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000025 3089 1726772999.38017: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "rc": 0, "results": [ "Installed: pciutils-libs-3.13.0-1.fc40.x86_64", "Installed: python3-perf-6.10.10-200.fc40.x86_64", "Installed: tuned-2.24.0-1.fc40.noarch", "Installed: libtraceevent-1.8.2-2.fc40.x86_64", "Installed: hdparm-9.65-4.fc40.x86_64", "Installed: python3-linux-procfs-0.7.3-4.fc40.noarch", "Installed: numactl-libs-2.0.16-5.fc40.x86_64", "Installed: virt-what-1.27-1.fc40.x86_64", "Installed: kernel-tools-6.10.10-200.fc40.x86_64", "Installed: kernel-tools-libs-6.10.10-200.fc40.x86_64", "Installed: ethtool-2:6.10-1.fc40.x86_64", "Installed: dmidecode-1:3.6-1.fc40.x86_64", "Installed: python3-pyudev-0.24.1-7.fc40.noarch" ] } 3089 1726772999.38224: no more pending results, returning what we have 3089 1726772999.38228: results queue empty 3089 1726772999.38229: checking for any_errors_fatal 3089 1726772999.38237: done checking for any_errors_fatal 3089 1726772999.38238: checking for max_fail_percentage 3089 1726772999.38239: done checking for max_fail_percentage 3089 1726772999.38240: checking to see if all hosts have failed and the running result is not ok 3089 1726772999.38241: done checking to see if all hosts have failed 3089 1726772999.38242: getting the remaining hosts for this loop 3089 1726772999.38244: done getting the remaining hosts for this loop 3089 1726772999.38248: getting the next task for host managed_node3 3089 1726772999.38256: done getting next task for host managed_node3 3089 1726772999.38261: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 3089 1726772999.38264: ^ 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 3089 1726772999.38274: getting variables 3089 1726772999.38276: in VariableManager get_vars() 3089 1726772999.38315: Calling all_inventory to load vars for managed_node3 3089 1726772999.38319: Calling groups_inventory to load vars for managed_node3 3089 1726772999.38322: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772999.38333: Calling all_plugins_play to load vars for managed_node3 3089 1726772999.38556: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772999.38561: Calling groups_plugins_play to load vars for managed_node3 3089 1726772999.38611: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772999.38740: done with get_vars() 3089 1726772999.38751: done getting variables 3089 1726772999.38907: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:09:59 -0400 (0:00:38.477) 0:00:42.179 **** 3089 1726772999.38943: entering _queue_task() for managed_node3/debug 3089 1726772999.38945: Creating lock for debug 3089 1726772999.39330: worker is 1 (out of 1 available) 3089 1726772999.39344: exiting _queue_task() for managed_node3/debug 3089 1726772999.39355: done queuing things up, now waiting for results queue to drain 3089 1726772999.39357: waiting for pending results... 3089 1726772999.39661: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 3089 1726772999.39675: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000027 3089 1726772999.39698: variable 'ansible_search_path' from source: unknown 3089 1726772999.39706: variable 'ansible_search_path' from source: unknown 3089 1726772999.39762: calling self._execute() 3089 1726772999.39884: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772999.39888: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772999.39890: variable 'omit' from source: magic vars 3089 1726772999.40578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726772999.43208: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726772999.43412: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726772999.43469: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726772999.43511: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726772999.43553: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726772999.43737: 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) 3089 1726772999.43742: 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) 3089 1726772999.43745: 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) 3089 1726772999.43768: 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) 3089 1726772999.43790: 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) 3089 1726772999.43908: variable '__kernel_settings_is_transactional' from source: set_fact 3089 1726772999.43933: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3089 1726772999.43943: when evaluation is False, skipping this task 3089 1726772999.43950: _execute() done 3089 1726772999.43956: dumping result to json 3089 1726772999.43962: done dumping result, returning 3089 1726772999.43977: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [02b512f9-4fcf-c2f4-80d8-000000000027] 3089 1726772999.44078: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000027 3089 1726772999.44153: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000027 3089 1726772999.44156: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 3089 1726772999.44234: no more pending results, returning what we have 3089 1726772999.44240: results queue empty 3089 1726772999.44241: checking for any_errors_fatal 3089 1726772999.44246: done checking for any_errors_fatal 3089 1726772999.44247: checking for max_fail_percentage 3089 1726772999.44249: done checking for max_fail_percentage 3089 1726772999.44250: checking to see if all hosts have failed and the running result is not ok 3089 1726772999.44251: done checking to see if all hosts have failed 3089 1726772999.44252: getting the remaining hosts for this loop 3089 1726772999.44254: done getting the remaining hosts for this loop 3089 1726772999.44258: getting the next task for host managed_node3 3089 1726772999.44343: done getting next task for host managed_node3 3089 1726772999.44348: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 3089 1726772999.44351: ^ 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 3089 1726772999.44364: getting variables 3089 1726772999.44366: in VariableManager get_vars() 3089 1726772999.44406: Calling all_inventory to load vars for managed_node3 3089 1726772999.44409: Calling groups_inventory to load vars for managed_node3 3089 1726772999.44411: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772999.44422: Calling all_plugins_play to load vars for managed_node3 3089 1726772999.44425: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772999.44427: Calling groups_plugins_play to load vars for managed_node3 3089 1726772999.44537: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772999.44582: done with get_vars() 3089 1726772999.44591: done getting variables 3089 1726772999.44804: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:09:59 -0400 (0:00:00.058) 0:00:42.238 **** 3089 1726772999.44886: entering _queue_task() for managed_node3/reboot 3089 1726772999.44888: Creating lock for reboot 3089 1726772999.45263: worker is 1 (out of 1 available) 3089 1726772999.45366: exiting _queue_task() for managed_node3/reboot 3089 1726772999.45377: done queuing things up, now waiting for results queue to drain 3089 1726772999.45378: waiting for pending results... 3089 1726772999.45658: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 3089 1726772999.45675: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000028 3089 1726772999.45698: variable 'ansible_search_path' from source: unknown 3089 1726772999.45705: variable 'ansible_search_path' from source: unknown 3089 1726772999.45762: calling self._execute() 3089 1726772999.45847: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772999.45869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772999.45884: variable 'omit' from source: magic vars 3089 1726772999.46462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726772999.49095: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726772999.49231: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726772999.49240: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726772999.49281: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726772999.49314: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726772999.49412: 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) 3089 1726772999.49449: 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) 3089 1726772999.49488: 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) 3089 1726772999.49573: 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) 3089 1726772999.49576: 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) 3089 1726772999.49686: variable '__kernel_settings_is_transactional' from source: set_fact 3089 1726772999.49710: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3089 1726772999.49718: when evaluation is False, skipping this task 3089 1726772999.49726: _execute() done 3089 1726772999.49790: dumping result to json 3089 1726772999.49793: done dumping result, returning 3089 1726772999.49797: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [02b512f9-4fcf-c2f4-80d8-000000000028] 3089 1726772999.49799: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000028 3089 1726772999.49875: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000028 skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 3089 1726772999.49948: no more pending results, returning what we have 3089 1726772999.49952: results queue empty 3089 1726772999.49953: checking for any_errors_fatal 3089 1726772999.49958: done checking for any_errors_fatal 3089 1726772999.49959: checking for max_fail_percentage 3089 1726772999.49961: done checking for max_fail_percentage 3089 1726772999.49961: checking to see if all hosts have failed and the running result is not ok 3089 1726772999.49962: done checking to see if all hosts have failed 3089 1726772999.49964: getting the remaining hosts for this loop 3089 1726772999.49965: done getting the remaining hosts for this loop 3089 1726772999.49970: getting the next task for host managed_node3 3089 1726772999.49978: done getting next task for host managed_node3 3089 1726772999.49982: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 3089 1726772999.49985: ^ 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 3089 1726772999.50002: getting variables 3089 1726772999.50004: in VariableManager get_vars() 3089 1726772999.50047: Calling all_inventory to load vars for managed_node3 3089 1726772999.50050: Calling groups_inventory to load vars for managed_node3 3089 1726772999.50052: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772999.50064: Calling all_plugins_play to load vars for managed_node3 3089 1726772999.50068: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772999.50071: Calling groups_plugins_play to load vars for managed_node3 3089 1726772999.50128: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772999.50394: done with get_vars() 3089 1726772999.50404: done getting variables 3089 1726772999.50476: WORKER PROCESS EXITING 3089 1726772999.50517: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 15:09:59 -0400 (0:00:00.056) 0:00:42.295 **** 3089 1726772999.50554: entering _queue_task() for managed_node3/fail 3089 1726772999.50919: worker is 1 (out of 1 available) 3089 1726772999.50930: exiting _queue_task() for managed_node3/fail 3089 1726772999.50943: done queuing things up, now waiting for results queue to drain 3089 1726772999.50945: waiting for pending results... 3089 1726772999.51220: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 3089 1726772999.51347: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000029 3089 1726772999.51368: variable 'ansible_search_path' from source: unknown 3089 1726772999.51377: variable 'ansible_search_path' from source: unknown 3089 1726772999.51430: calling self._execute() 3089 1726772999.51509: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772999.51521: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772999.51532: variable 'omit' from source: magic vars 3089 1726772999.52116: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726772999.54781: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726772999.54865: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726772999.54905: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726772999.54950: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726772999.54980: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726772999.55075: 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) 3089 1726772999.55111: 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) 3089 1726772999.55147: 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) 3089 1726772999.55203: 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) 3089 1726772999.55225: 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) 3089 1726772999.55348: variable '__kernel_settings_is_transactional' from source: set_fact 3089 1726772999.55377: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3089 1726772999.55389: when evaluation is False, skipping this task 3089 1726772999.55396: _execute() done 3089 1726772999.55404: dumping result to json 3089 1726772999.55411: done dumping result, returning 3089 1726772999.55498: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [02b512f9-4fcf-c2f4-80d8-000000000029] 3089 1726772999.55502: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000029 3089 1726772999.55579: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000029 3089 1726772999.55582: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 3089 1726772999.55652: no more pending results, returning what we have 3089 1726772999.55656: results queue empty 3089 1726772999.55657: checking for any_errors_fatal 3089 1726772999.55661: done checking for any_errors_fatal 3089 1726772999.55662: checking for max_fail_percentage 3089 1726772999.55664: done checking for max_fail_percentage 3089 1726772999.55664: checking to see if all hosts have failed and the running result is not ok 3089 1726772999.55666: done checking to see if all hosts have failed 3089 1726772999.55667: getting the remaining hosts for this loop 3089 1726772999.55668: done getting the remaining hosts for this loop 3089 1726772999.55674: getting the next task for host managed_node3 3089 1726772999.55683: done getting next task for host managed_node3 3089 1726772999.55688: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 3089 1726772999.55691: ^ 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 3089 1726772999.55708: getting variables 3089 1726772999.55710: in VariableManager get_vars() 3089 1726772999.55752: Calling all_inventory to load vars for managed_node3 3089 1726772999.55755: Calling groups_inventory to load vars for managed_node3 3089 1726772999.55758: Calling all_plugins_inventory to load vars for managed_node3 3089 1726772999.55770: Calling all_plugins_play to load vars for managed_node3 3089 1726772999.55774: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726772999.55777: Calling groups_plugins_play to load vars for managed_node3 3089 1726772999.56053: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726772999.56098: done with get_vars() 3089 1726772999.56108: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 15:09:59 -0400 (0:00:00.056) 0:00:42.351 **** 3089 1726772999.56208: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 3089 1726772999.56210: Creating lock for fedora.linux_system_roles.kernel_settings_get_config 3089 1726772999.56601: worker is 1 (out of 1 available) 3089 1726772999.56612: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 3089 1726772999.56624: done queuing things up, now waiting for results queue to drain 3089 1726772999.56625: waiting for pending results... 3089 1726772999.56985: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 3089 1726772999.57013: in run() - task 02b512f9-4fcf-c2f4-80d8-00000000002b 3089 1726772999.57037: variable 'ansible_search_path' from source: unknown 3089 1726772999.57046: variable 'ansible_search_path' from source: unknown 3089 1726772999.57094: calling self._execute() 3089 1726772999.57168: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772999.57186: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772999.57204: variable 'omit' from source: magic vars 3089 1726772999.57326: variable 'omit' from source: magic vars 3089 1726772999.57382: variable 'omit' from source: magic vars 3089 1726772999.57424: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 3089 1726772999.57766: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 3089 1726772999.57864: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3089 1726772999.57913: variable 'omit' from source: magic vars 3089 1726772999.57975: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726772999.58022: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726772999.58052: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726772999.58173: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772999.58177: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726772999.58179: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726772999.58182: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772999.58185: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772999.58279: Set connection var ansible_shell_executable to /bin/sh 3089 1726772999.58292: Set connection var ansible_shell_type to sh 3089 1726772999.58304: Set connection var ansible_timeout to 10 3089 1726772999.58318: Set connection var ansible_pipelining to False 3089 1726772999.58330: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726772999.58340: Set connection var ansible_connection to ssh 3089 1726772999.58372: variable 'ansible_shell_executable' from source: unknown 3089 1726772999.58385: variable 'ansible_connection' from source: unknown 3089 1726772999.58398: variable 'ansible_module_compression' from source: unknown 3089 1726772999.58407: variable 'ansible_shell_type' from source: unknown 3089 1726772999.58414: variable 'ansible_shell_executable' from source: unknown 3089 1726772999.58421: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726772999.58429: variable 'ansible_pipelining' from source: unknown 3089 1726772999.58438: variable 'ansible_timeout' from source: unknown 3089 1726772999.58446: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726772999.58715: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3089 1726772999.58726: variable 'omit' from source: magic vars 3089 1726772999.58729: starting attempt loop 3089 1726772999.58731: running the handler 3089 1726772999.58734: _low_level_execute_command(): starting 3089 1726772999.58743: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726772999.59610: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772999.59664: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772999.59697: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772999.59821: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772999.59839: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772999.62000: stdout chunk (state=3): >>>/root <<< 3089 1726772999.62159: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772999.62201: stderr chunk (state=3): >>><<< 3089 1726772999.62205: stdout chunk (state=3): >>><<< 3089 1726772999.62219: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772999.62232: _low_level_execute_command(): starting 3089 1726772999.62238: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726772999.6221993-3721-127087299447023 `" && echo ansible-tmp-1726772999.6221993-3721-127087299447023="` echo /root/.ansible/tmp/ansible-tmp-1726772999.6221993-3721-127087299447023 `" ) && sleep 0' 3089 1726772999.62706: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772999.62709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726772999.62752: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772999.62808: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772999.62815: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772999.62817: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772999.62856: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772999.65019: stdout chunk (state=3): >>>ansible-tmp-1726772999.6221993-3721-127087299447023=/root/.ansible/tmp/ansible-tmp-1726772999.6221993-3721-127087299447023 <<< 3089 1726772999.65184: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772999.65242: stderr chunk (state=3): >>><<< 3089 1726772999.65245: stdout chunk (state=3): >>><<< 3089 1726772999.65261: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726772999.6221993-3721-127087299447023=/root/.ansible/tmp/ansible-tmp-1726772999.6221993-3721-127087299447023 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772999.65308: variable 'ansible_module_compression' from source: unknown 3089 1726772999.65344: ANSIBALLZ: Using lock for fedora.linux_system_roles.kernel_settings_get_config 3089 1726772999.65347: ANSIBALLZ: Acquiring lock 3089 1726772999.65350: ANSIBALLZ: Lock acquired: 139786186632864 3089 1726772999.65352: ANSIBALLZ: Creating module 3089 1726772999.79344: ANSIBALLZ: Writing module into payload 3089 1726772999.79389: ANSIBALLZ: Writing module 3089 1726772999.79421: ANSIBALLZ: Renaming module 3089 1726772999.79438: ANSIBALLZ: Done creating module 3089 1726772999.79466: variable 'ansible_facts' from source: unknown 3089 1726772999.79554: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726772999.6221993-3721-127087299447023/AnsiballZ_kernel_settings_get_config.py 3089 1726772999.79843: Sending initial data 3089 1726772999.79847: Sent initial data (173 bytes) 3089 1726772999.80439: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772999.80443: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772999.80460: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772999.80530: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726772999.80532: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772999.80541: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772999.80573: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772999.82862: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 3089 1726772999.82886: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726772999.82916: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726772999.82972: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpsdzsxywu /root/.ansible/tmp/ansible-tmp-1726772999.6221993-3721-127087299447023/AnsiballZ_kernel_settings_get_config.py <<< 3089 1726772999.82974: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726772999.6221993-3721-127087299447023/AnsiballZ_kernel_settings_get_config.py" <<< 3089 1726772999.83004: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpsdzsxywu" to remote "/root/.ansible/tmp/ansible-tmp-1726772999.6221993-3721-127087299447023/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726772999.6221993-3721-127087299447023/AnsiballZ_kernel_settings_get_config.py" <<< 3089 1726772999.83580: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772999.83588: stderr chunk (state=3): >>><<< 3089 1726772999.83684: stdout chunk (state=3): >>><<< 3089 1726772999.83688: done transferring module to remote 3089 1726772999.83690: _low_level_execute_command(): starting 3089 1726772999.83692: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726772999.6221993-3721-127087299447023/ /root/.ansible/tmp/ansible-tmp-1726772999.6221993-3721-127087299447023/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3089 1726772999.84118: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772999.84122: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726772999.84124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772999.84126: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772999.84129: 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.46.99 originally 10.31.46.99 <<< 3089 1726772999.84137: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772999.84187: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772999.84190: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772999.84194: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772999.84240: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726772999.86849: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726772999.86854: stdout chunk (state=3): >>><<< 3089 1726772999.86859: stderr chunk (state=3): >>><<< 3089 1726772999.86876: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726772999.86879: _low_level_execute_command(): starting 3089 1726772999.86882: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726772999.6221993-3721-127087299447023/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3089 1726772999.87379: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726772999.87386: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772999.87389: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726772999.87391: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726772999.87453: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726772999.87459: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726772999.87461: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726772999.87512: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773000.13742: 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"}}} <<< 3089 1726773000.15732: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773000.15783: stderr chunk (state=3): >>><<< 3089 1726773000.15787: stdout chunk (state=3): >>><<< 3089 1726773000.15802: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773000.15832: 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-1726772999.6221993-3721-127087299447023/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773000.15846: _low_level_execute_command(): starting 3089 1726773000.15849: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726772999.6221993-3721-127087299447023/ > /dev/null 2>&1 && sleep 0' 3089 1726773000.16320: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773000.16324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773000.16356: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773000.16359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726773000.16361: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773000.16368: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.16419: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773000.16423: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773000.16432: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773000.16481: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773000.19537: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773000.19541: stdout chunk (state=3): >>><<< 3089 1726773000.19543: stderr chunk (state=3): >>><<< 3089 1726773000.19546: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773000.19548: handler run complete 3089 1726773000.19550: attempt loop complete, returning result 3089 1726773000.19551: _execute() done 3089 1726773000.19553: dumping result to json 3089 1726773000.19555: done dumping result, returning 3089 1726773000.19557: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [02b512f9-4fcf-c2f4-80d8-00000000002b] 3089 1726773000.19559: sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000002b 3089 1726773000.19628: done sending task result for task 02b512f9-4fcf-c2f4-80d8-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" } } 3089 1726773000.19828: no more pending results, returning what we have 3089 1726773000.19832: results queue empty 3089 1726773000.19832: checking for any_errors_fatal 3089 1726773000.19839: done checking for any_errors_fatal 3089 1726773000.19840: checking for max_fail_percentage 3089 1726773000.19842: done checking for max_fail_percentage 3089 1726773000.19843: checking to see if all hosts have failed and the running result is not ok 3089 1726773000.19844: done checking to see if all hosts have failed 3089 1726773000.19844: getting the remaining hosts for this loop 3089 1726773000.19846: done getting the remaining hosts for this loop 3089 1726773000.19851: getting the next task for host managed_node3 3089 1726773000.19857: done getting next task for host managed_node3 3089 1726773000.19860: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 3089 1726773000.19863: ^ 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 3089 1726773000.19874: getting variables 3089 1726773000.19876: in VariableManager get_vars() 3089 1726773000.20039: Calling all_inventory to load vars for managed_node3 3089 1726773000.20042: Calling groups_inventory to load vars for managed_node3 3089 1726773000.20045: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773000.20052: WORKER PROCESS EXITING 3089 1726773000.20062: Calling all_plugins_play to load vars for managed_node3 3089 1726773000.20065: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773000.20068: Calling groups_plugins_play to load vars for managed_node3 3089 1726773000.20122: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773000.20436: done with get_vars() 3089 1726773000.20446: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 15:10:00 -0400 (0:00:00.645) 0:00:42.996 **** 3089 1726773000.20722: entering _queue_task() for managed_node3/stat 3089 1726773000.21017: worker is 1 (out of 1 available) 3089 1726773000.21030: exiting _queue_task() for managed_node3/stat 3089 1726773000.21079: done queuing things up, now waiting for results queue to drain 3089 1726773000.21082: waiting for pending results... 3089 1726773000.21366: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 3089 1726773000.21503: in run() - task 02b512f9-4fcf-c2f4-80d8-00000000002c 3089 1726773000.21533: variable 'ansible_search_path' from source: unknown 3089 1726773000.21598: variable 'ansible_search_path' from source: unknown 3089 1726773000.21617: variable '__prof_from_conf' from source: task vars 3089 1726773000.22021: variable '__prof_from_conf' from source: task vars 3089 1726773000.22301: variable '__data' from source: task vars 3089 1726773000.22305: variable '__kernel_settings_register_tuned_main' from source: set_fact 3089 1726773000.22688: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3089 1726773000.22692: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3089 1726773000.22698: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3089 1726773000.22701: variable 'omit' from source: magic vars 3089 1726773000.22807: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773000.22816: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773000.22827: variable 'omit' from source: magic vars 3089 1726773000.23130: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726773000.26319: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726773000.26388: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726773000.26431: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726773000.26468: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726773000.26500: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726773000.26588: 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) 3089 1726773000.26624: 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) 3089 1726773000.26653: 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) 3089 1726773000.26699: 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) 3089 1726773000.26711: 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) 3089 1726773000.26817: variable 'item' from source: unknown 3089 1726773000.26837: Evaluated conditional (item | length > 0): False 3089 1726773000.26840: when evaluation is False, skipping this task 3089 1726773000.26878: variable 'item' from source: unknown 3089 1726773000.26958: 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" } 3089 1726773000.27114: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773000.27118: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773000.27122: variable 'omit' from source: magic vars 3089 1726773000.27286: 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) 3089 1726773000.27290: 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) 3089 1726773000.27293: 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) 3089 1726773000.27331: 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) 3089 1726773000.27349: 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) 3089 1726773000.27436: variable 'item' from source: unknown 3089 1726773000.27443: Evaluated conditional (item | length > 0): True 3089 1726773000.27507: variable 'omit' from source: magic vars 3089 1726773000.27510: variable 'omit' from source: magic vars 3089 1726773000.27546: variable 'item' from source: unknown 3089 1726773000.27617: variable 'item' from source: unknown 3089 1726773000.27634: variable 'omit' from source: magic vars 3089 1726773000.27681: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773000.27714: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773000.27726: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773000.27746: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773000.27833: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773000.27838: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773000.27841: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773000.27843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773000.27917: Set connection var ansible_shell_executable to /bin/sh 3089 1726773000.27921: Set connection var ansible_shell_type to sh 3089 1726773000.27927: Set connection var ansible_timeout to 10 3089 1726773000.27941: Set connection var ansible_pipelining to False 3089 1726773000.27945: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773000.27948: Set connection var ansible_connection to ssh 3089 1726773000.27973: variable 'ansible_shell_executable' from source: unknown 3089 1726773000.27976: variable 'ansible_connection' from source: unknown 3089 1726773000.27979: variable 'ansible_module_compression' from source: unknown 3089 1726773000.27981: variable 'ansible_shell_type' from source: unknown 3089 1726773000.27984: variable 'ansible_shell_executable' from source: unknown 3089 1726773000.27986: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773000.27991: variable 'ansible_pipelining' from source: unknown 3089 1726773000.28001: variable 'ansible_timeout' from source: unknown 3089 1726773000.28055: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773000.28162: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3089 1726773000.28173: variable 'omit' from source: magic vars 3089 1726773000.28176: starting attempt loop 3089 1726773000.28178: running the handler 3089 1726773000.28188: _low_level_execute_command(): starting 3089 1726773000.28197: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773000.28932: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773000.28950: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773000.28958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773000.28974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773000.28989: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773000.28999: stderr chunk (state=3): >>>debug2: match not found <<< 3089 1726773000.29062: 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.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.29146: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773000.29149: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773000.29152: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773000.29208: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773000.31021: stdout chunk (state=3): >>>/root <<< 3089 1726773000.31099: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773000.31103: stdout chunk (state=3): >>><<< 3089 1726773000.31109: stderr chunk (state=3): >>><<< 3089 1726773000.31129: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773000.31142: _low_level_execute_command(): starting 3089 1726773000.31148: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773000.3112943-3741-108187181136157 `" && echo ansible-tmp-1726773000.3112943-3741-108187181136157="` echo /root/.ansible/tmp/ansible-tmp-1726773000.3112943-3741-108187181136157 `" ) && sleep 0' 3089 1726773000.31984: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773000.32017: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773000.32047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773000.32071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773000.32116: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773000.32148: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.32221: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773000.32249: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773000.32276: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773000.32350: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773000.35025: stdout chunk (state=3): >>>ansible-tmp-1726773000.3112943-3741-108187181136157=/root/.ansible/tmp/ansible-tmp-1726773000.3112943-3741-108187181136157 <<< 3089 1726773000.35244: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773000.35267: stderr chunk (state=3): >>><<< 3089 1726773000.35271: stdout chunk (state=3): >>><<< 3089 1726773000.35310: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773000.3112943-3741-108187181136157=/root/.ansible/tmp/ansible-tmp-1726773000.3112943-3741-108187181136157 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773000.35344: variable 'ansible_module_compression' from source: unknown 3089 1726773000.35380: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3089 1726773000.35410: variable 'ansible_facts' from source: unknown 3089 1726773000.35475: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773000.3112943-3741-108187181136157/AnsiballZ_stat.py 3089 1726773000.35621: Sending initial data 3089 1726773000.35624: Sent initial data (151 bytes) 3089 1726773000.36082: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773000.36092: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.36098: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773000.36101: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.36150: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773000.36153: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773000.36156: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773000.36202: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773000.38319: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773000.38429: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773000.38433: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpjn81ogne /root/.ansible/tmp/ansible-tmp-1726773000.3112943-3741-108187181136157/AnsiballZ_stat.py <<< 3089 1726773000.38455: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773000.3112943-3741-108187181136157/AnsiballZ_stat.py" <<< 3089 1726773000.38497: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpjn81ogne" to remote "/root/.ansible/tmp/ansible-tmp-1726773000.3112943-3741-108187181136157/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773000.3112943-3741-108187181136157/AnsiballZ_stat.py" <<< 3089 1726773000.39121: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773000.39169: stderr chunk (state=3): >>><<< 3089 1726773000.39172: stdout chunk (state=3): >>><<< 3089 1726773000.39191: done transferring module to remote 3089 1726773000.39204: _low_level_execute_command(): starting 3089 1726773000.39208: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773000.3112943-3741-108187181136157/ /root/.ansible/tmp/ansible-tmp-1726773000.3112943-3741-108187181136157/AnsiballZ_stat.py && sleep 0' 3089 1726773000.39701: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773000.39705: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.39708: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773000.39710: 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.46.99 originally 10.31.46.99 <<< 3089 1726773000.39712: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.39763: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773000.39772: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773000.39775: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773000.39810: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773000.42394: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773000.42458: stderr chunk (state=3): >>><<< 3089 1726773000.42462: stdout chunk (state=3): >>><<< 3089 1726773000.42476: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773000.42479: _low_level_execute_command(): starting 3089 1726773000.42484: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773000.3112943-3741-108187181136157/AnsiballZ_stat.py && sleep 0' 3089 1726773000.42988: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773000.42992: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.42995: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773000.42997: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.43042: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773000.43062: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773000.43065: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773000.43108: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773000.70638: stdout chunk (state=3): >>> <<< 3089 1726773000.70645: stdout chunk (state=3): >>>{"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 4096, "inode": 262608, "dev": 51714, "nlink": 2, "atime": 1722988800.0, "mtime": 1722988800.0, "ctime": 1726772993.9827693, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "301599549", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 3089 1726773000.73009: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773000.73070: stderr chunk (state=3): >>><<< 3089 1726773000.73073: stdout chunk (state=3): >>><<< 3089 1726773000.73088: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 4096, "inode": 262608, "dev": 51714, "nlink": 2, "atime": 1722988800.0, "mtime": 1722988800.0, "ctime": 1726772993.9827693, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "301599549", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773000.73141: 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-1726773000.3112943-3741-108187181136157/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773000.73145: _low_level_execute_command(): starting 3089 1726773000.73151: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773000.3112943-3741-108187181136157/ > /dev/null 2>&1 && sleep 0' 3089 1726773000.73642: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773000.73646: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.73649: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773000.73656: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.73703: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773000.73721: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773000.73763: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773000.76353: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773000.76415: stderr chunk (state=3): >>><<< 3089 1726773000.76421: stdout chunk (state=3): >>><<< 3089 1726773000.76433: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773000.76441: handler run complete 3089 1726773000.76476: attempt loop complete, returning result 3089 1726773000.76493: variable 'item' from source: unknown 3089 1726773000.76567: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1722988800.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1726772993.9827693, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262608, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1722988800.0, "nlink": 2, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "301599549", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 3089 1726773000.76768: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773000.76771: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773000.76773: variable 'omit' from source: magic vars 3089 1726773000.76836: 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) 3089 1726773000.76856: 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) 3089 1726773000.76879: 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) 3089 1726773000.76909: 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) 3089 1726773000.76920: 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) 3089 1726773000.76987: variable 'item' from source: unknown 3089 1726773000.76997: Evaluated conditional (item | length > 0): True 3089 1726773000.77000: variable 'omit' from source: magic vars 3089 1726773000.77013: variable 'omit' from source: magic vars 3089 1726773000.77045: variable 'item' from source: unknown 3089 1726773000.77100: variable 'item' from source: unknown 3089 1726773000.77111: variable 'omit' from source: magic vars 3089 1726773000.77130: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773000.77138: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773000.77145: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773000.77157: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773000.77160: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773000.77163: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773000.77259: Set connection var ansible_shell_executable to /bin/sh 3089 1726773000.77263: Set connection var ansible_shell_type to sh 3089 1726773000.77266: Set connection var ansible_timeout to 10 3089 1726773000.77274: Set connection var ansible_pipelining to False 3089 1726773000.77280: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773000.77340: Set connection var ansible_connection to ssh 3089 1726773000.77343: variable 'ansible_shell_executable' from source: unknown 3089 1726773000.77347: variable 'ansible_connection' from source: unknown 3089 1726773000.77350: variable 'ansible_module_compression' from source: unknown 3089 1726773000.77352: variable 'ansible_shell_type' from source: unknown 3089 1726773000.77354: variable 'ansible_shell_executable' from source: unknown 3089 1726773000.77356: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773000.77358: variable 'ansible_pipelining' from source: unknown 3089 1726773000.77360: variable 'ansible_timeout' from source: unknown 3089 1726773000.77361: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773000.77434: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773000.77464: variable 'omit' from source: magic vars 3089 1726773000.77467: starting attempt loop 3089 1726773000.77470: running the handler 3089 1726773000.77472: _low_level_execute_command(): starting 3089 1726773000.77474: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773000.78183: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773000.78187: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.78190: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773000.78192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773000.78197: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.78265: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773000.78272: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773000.78274: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773000.78379: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773000.80580: stdout chunk (state=3): >>>/root <<< 3089 1726773000.80730: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773000.80799: stderr chunk (state=3): >>><<< 3089 1726773000.80802: stdout chunk (state=3): >>><<< 3089 1726773000.80815: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773000.80826: _low_level_execute_command(): starting 3089 1726773000.80831: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773000.808162-3741-157212959585282 `" && echo ansible-tmp-1726773000.808162-3741-157212959585282="` echo /root/.ansible/tmp/ansible-tmp-1726773000.808162-3741-157212959585282 `" ) && sleep 0' 3089 1726773000.81525: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773000.81531: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.81534: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773000.81580: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773000.83548: stdout chunk (state=3): >>>ansible-tmp-1726773000.808162-3741-157212959585282=/root/.ansible/tmp/ansible-tmp-1726773000.808162-3741-157212959585282 <<< 3089 1726773000.83726: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773000.83786: stderr chunk (state=3): >>><<< 3089 1726773000.83790: stdout chunk (state=3): >>><<< 3089 1726773000.83809: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773000.808162-3741-157212959585282=/root/.ansible/tmp/ansible-tmp-1726773000.808162-3741-157212959585282 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773000.83848: variable 'ansible_module_compression' from source: unknown 3089 1726773000.83880: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3089 1726773000.83898: variable 'ansible_facts' from source: unknown 3089 1726773000.83952: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773000.808162-3741-157212959585282/AnsiballZ_stat.py 3089 1726773000.84057: Sending initial data 3089 1726773000.84060: Sent initial data (150 bytes) 3089 1726773000.84557: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773000.84560: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.84565: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address <<< 3089 1726773000.84567: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773000.84569: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.84627: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773000.84631: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773000.84637: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773000.84673: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773000.86348: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773000.86377: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773000.86418: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpqcan1mv0 /root/.ansible/tmp/ansible-tmp-1726773000.808162-3741-157212959585282/AnsiballZ_stat.py <<< 3089 1726773000.86425: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773000.808162-3741-157212959585282/AnsiballZ_stat.py" <<< 3089 1726773000.86461: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpqcan1mv0" to remote "/root/.ansible/tmp/ansible-tmp-1726773000.808162-3741-157212959585282/AnsiballZ_stat.py" <<< 3089 1726773000.86465: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773000.808162-3741-157212959585282/AnsiballZ_stat.py" <<< 3089 1726773000.87001: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773000.87081: stderr chunk (state=3): >>><<< 3089 1726773000.87085: stdout chunk (state=3): >>><<< 3089 1726773000.87108: done transferring module to remote 3089 1726773000.87117: _low_level_execute_command(): starting 3089 1726773000.87123: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773000.808162-3741-157212959585282/ /root/.ansible/tmp/ansible-tmp-1726773000.808162-3741-157212959585282/AnsiballZ_stat.py && sleep 0' 3089 1726773000.87653: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773000.87662: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773000.87666: 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.46.99 is address <<< 3089 1726773000.87669: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.87672: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773000.87674: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773000.87695: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773000.87749: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773000.89588: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773000.89651: stderr chunk (state=3): >>><<< 3089 1726773000.89654: stdout chunk (state=3): >>><<< 3089 1726773000.89669: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773000.89672: _low_level_execute_command(): starting 3089 1726773000.89677: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773000.808162-3741-157212959585282/AnsiballZ_stat.py && sleep 0' 3089 1726773000.90218: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773000.90223: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.90226: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773000.90228: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773000.90231: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773000.90233: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773000.90251: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773000.90307: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773001.08368: 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": 4096, "inode": 262603, "dev": 51714, "nlink": 4, "atime": 1726772994.4857726, "mtime": 1726772994.4837728, "ctime": 1726772994.4837728, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "2499906849", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 3089 1726773001.10166: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773001.10217: stderr chunk (state=3): >>><<< 3089 1726773001.10221: stdout chunk (state=3): >>><<< 3089 1726773001.10274: _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": 4096, "inode": 262603, "dev": 51714, "nlink": 4, "atime": 1726772994.4857726, "mtime": 1726772994.4837728, "ctime": 1726772994.4837728, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "2499906849", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773001.10364: 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-1726773000.808162-3741-157212959585282/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773001.10416: _low_level_execute_command(): starting 3089 1726773001.10420: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773000.808162-3741-157212959585282/ > /dev/null 2>&1 && sleep 0' 3089 1726773001.11262: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773001.11311: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773001.11353: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773001.13343: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773001.13377: stderr chunk (state=3): >>><<< 3089 1726773001.13403: stdout chunk (state=3): >>><<< 3089 1726773001.13421: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773001.13427: handler run complete 3089 1726773001.13492: attempt loop complete, returning result 3089 1726773001.13523: variable 'item' from source: unknown 3089 1726773001.13632: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726772994.4857726, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1726772994.4837728, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262603, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726772994.4837728, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "2499906849", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 3089 1726773001.14146: dumping result to json 3089 1726773001.14151: done dumping result, returning 3089 1726773001.14154: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [02b512f9-4fcf-c2f4-80d8-00000000002c] 3089 1726773001.14157: sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000002c 3089 1726773001.14222: done sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000002c 3089 1726773001.14225: WORKER PROCESS EXITING 3089 1726773001.14391: no more pending results, returning what we have 3089 1726773001.14395: results queue empty 3089 1726773001.14396: checking for any_errors_fatal 3089 1726773001.14399: done checking for any_errors_fatal 3089 1726773001.14400: checking for max_fail_percentage 3089 1726773001.14402: done checking for max_fail_percentage 3089 1726773001.14402: checking to see if all hosts have failed and the running result is not ok 3089 1726773001.14403: done checking to see if all hosts have failed 3089 1726773001.14404: getting the remaining hosts for this loop 3089 1726773001.14405: done getting the remaining hosts for this loop 3089 1726773001.14409: getting the next task for host managed_node3 3089 1726773001.14414: done getting next task for host managed_node3 3089 1726773001.14418: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 3089 1726773001.14421: ^ 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 3089 1726773001.14430: getting variables 3089 1726773001.14432: in VariableManager get_vars() 3089 1726773001.14496: Calling all_inventory to load vars for managed_node3 3089 1726773001.14499: Calling groups_inventory to load vars for managed_node3 3089 1726773001.14502: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773001.14537: Calling all_plugins_play to load vars for managed_node3 3089 1726773001.14541: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773001.14545: Calling groups_plugins_play to load vars for managed_node3 3089 1726773001.14609: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773001.14676: done with get_vars() 3089 1726773001.14683: done getting variables 3089 1726773001.14752: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 15:10:01 -0400 (0:00:00.940) 0:00:43.937 **** 3089 1726773001.14780: entering _queue_task() for managed_node3/set_fact 3089 1726773001.14990: worker is 1 (out of 1 available) 3089 1726773001.15001: exiting _queue_task() for managed_node3/set_fact 3089 1726773001.15016: done queuing things up, now waiting for results queue to drain 3089 1726773001.15018: waiting for pending results... 3089 1726773001.15178: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 3089 1726773001.15246: in run() - task 02b512f9-4fcf-c2f4-80d8-00000000002d 3089 1726773001.15264: variable 'ansible_search_path' from source: unknown 3089 1726773001.15268: variable 'ansible_search_path' from source: unknown 3089 1726773001.15301: calling self._execute() 3089 1726773001.15358: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773001.15368: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773001.15376: variable 'omit' from source: magic vars 3089 1726773001.15460: variable 'omit' from source: magic vars 3089 1726773001.15497: variable 'omit' from source: magic vars 3089 1726773001.15868: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726773001.18228: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726773001.18285: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726773001.18317: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726773001.18349: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726773001.18370: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726773001.18439: 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) 3089 1726773001.18475: 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) 3089 1726773001.18493: 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) 3089 1726773001.18524: 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) 3089 1726773001.18537: 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) 3089 1726773001.18577: 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) 3089 1726773001.18595: 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) 3089 1726773001.18615: 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) 3089 1726773001.18644: 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) 3089 1726773001.18655: 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) 3089 1726773001.18707: 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) 3089 1726773001.18726: 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) 3089 1726773001.18745: 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) 3089 1726773001.18773: 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) 3089 1726773001.18786: 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) 3089 1726773001.18956: variable '__kernel_settings_find_profile_dirs' from source: set_fact 3089 1726773001.19038: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773001.19165: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773001.19194: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773001.19223: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773001.19247: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773001.19284: 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) 3089 1726773001.19302: 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) 3089 1726773001.19324: 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) 3089 1726773001.19344: 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) 3089 1726773001.19386: variable 'omit' from source: magic vars 3089 1726773001.19409: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773001.19540: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773001.19543: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773001.19544: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773001.19546: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773001.19548: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773001.19550: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773001.19551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773001.19583: Set connection var ansible_shell_executable to /bin/sh 3089 1726773001.19587: Set connection var ansible_shell_type to sh 3089 1726773001.19592: Set connection var ansible_timeout to 10 3089 1726773001.19602: Set connection var ansible_pipelining to False 3089 1726773001.19612: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773001.19615: Set connection var ansible_connection to ssh 3089 1726773001.19634: variable 'ansible_shell_executable' from source: unknown 3089 1726773001.19639: variable 'ansible_connection' from source: unknown 3089 1726773001.19641: variable 'ansible_module_compression' from source: unknown 3089 1726773001.19644: variable 'ansible_shell_type' from source: unknown 3089 1726773001.19648: variable 'ansible_shell_executable' from source: unknown 3089 1726773001.19650: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773001.19653: variable 'ansible_pipelining' from source: unknown 3089 1726773001.19742: variable 'ansible_timeout' from source: unknown 3089 1726773001.19745: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773001.19748: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773001.19751: variable 'omit' from source: magic vars 3089 1726773001.19753: starting attempt loop 3089 1726773001.19755: running the handler 3089 1726773001.19760: handler run complete 3089 1726773001.19940: attempt loop complete, returning result 3089 1726773001.19944: _execute() done 3089 1726773001.19946: dumping result to json 3089 1726773001.19948: done dumping result, returning 3089 1726773001.19950: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [02b512f9-4fcf-c2f4-80d8-00000000002d] 3089 1726773001.19952: sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000002d 3089 1726773001.20016: done sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000002d 3089 1726773001.20019: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 3089 1726773001.20084: no more pending results, returning what we have 3089 1726773001.20087: results queue empty 3089 1726773001.20088: checking for any_errors_fatal 3089 1726773001.20094: done checking for any_errors_fatal 3089 1726773001.20096: checking for max_fail_percentage 3089 1726773001.20097: done checking for max_fail_percentage 3089 1726773001.20098: checking to see if all hosts have failed and the running result is not ok 3089 1726773001.20099: done checking to see if all hosts have failed 3089 1726773001.20099: getting the remaining hosts for this loop 3089 1726773001.20100: done getting the remaining hosts for this loop 3089 1726773001.20103: getting the next task for host managed_node3 3089 1726773001.20107: done getting next task for host managed_node3 3089 1726773001.20109: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 3089 1726773001.20111: ^ 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 3089 1726773001.20118: getting variables 3089 1726773001.20119: in VariableManager get_vars() 3089 1726773001.20166: Calling all_inventory to load vars for managed_node3 3089 1726773001.20173: Calling groups_inventory to load vars for managed_node3 3089 1726773001.20175: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773001.20183: Calling all_plugins_play to load vars for managed_node3 3089 1726773001.20185: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773001.20187: Calling groups_plugins_play to load vars for managed_node3 3089 1726773001.20225: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773001.20342: done with get_vars() 3089 1726773001.20352: done getting variables 3089 1726773001.20459: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:10:01 -0400 (0:00:00.057) 0:00:43.994 **** 3089 1726773001.20492: entering _queue_task() for managed_node3/service 3089 1726773001.20494: Creating lock for service 3089 1726773001.20778: worker is 1 (out of 1 available) 3089 1726773001.20792: exiting _queue_task() for managed_node3/service 3089 1726773001.20807: done queuing things up, now waiting for results queue to drain 3089 1726773001.20809: waiting for pending results... 3089 1726773001.21253: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 3089 1726773001.21258: in run() - task 02b512f9-4fcf-c2f4-80d8-00000000002e 3089 1726773001.21260: variable 'ansible_search_path' from source: unknown 3089 1726773001.21263: variable 'ansible_search_path' from source: unknown 3089 1726773001.21279: variable '__kernel_settings_services' from source: include_vars 3089 1726773001.21639: variable '__kernel_settings_services' from source: include_vars 3089 1726773001.21725: variable 'omit' from source: magic vars 3089 1726773001.21854: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773001.21869: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773001.21884: variable 'omit' from source: magic vars 3089 1726773001.22034: variable 'omit' from source: magic vars 3089 1726773001.22088: variable 'omit' from source: magic vars 3089 1726773001.22142: variable 'item' from source: unknown 3089 1726773001.22233: variable 'item' from source: unknown 3089 1726773001.22272: variable 'omit' from source: magic vars 3089 1726773001.22333: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773001.22386: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773001.22414: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773001.22440: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773001.22458: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773001.22578: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773001.22582: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773001.22584: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773001.22638: Set connection var ansible_shell_executable to /bin/sh 3089 1726773001.22647: Set connection var ansible_shell_type to sh 3089 1726773001.22658: Set connection var ansible_timeout to 10 3089 1726773001.22671: Set connection var ansible_pipelining to False 3089 1726773001.22688: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773001.22698: Set connection var ansible_connection to ssh 3089 1726773001.22729: variable 'ansible_shell_executable' from source: unknown 3089 1726773001.22740: variable 'ansible_connection' from source: unknown 3089 1726773001.22747: variable 'ansible_module_compression' from source: unknown 3089 1726773001.22754: variable 'ansible_shell_type' from source: unknown 3089 1726773001.22760: variable 'ansible_shell_executable' from source: unknown 3089 1726773001.22767: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773001.22775: variable 'ansible_pipelining' from source: unknown 3089 1726773001.22781: variable 'ansible_timeout' from source: unknown 3089 1726773001.22903: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773001.22961: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773001.22977: variable 'omit' from source: magic vars 3089 1726773001.22986: starting attempt loop 3089 1726773001.22992: running the handler 3089 1726773001.23102: variable 'ansible_facts' from source: unknown 3089 1726773001.23150: _low_level_execute_command(): starting 3089 1726773001.23162: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773001.24006: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773001.24077: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773001.24109: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773001.24188: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773001.26369: stdout chunk (state=3): >>>/root <<< 3089 1726773001.26374: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773001.26627: stderr chunk (state=3): >>><<< 3089 1726773001.26632: stdout chunk (state=3): >>><<< 3089 1726773001.26635: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773001.26641: _low_level_execute_command(): starting 3089 1726773001.26644: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987 `" && echo ansible-tmp-1726773001.2657533-3779-100210451082987="` echo /root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987 `" ) && sleep 0' 3089 1726773001.27801: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773001.27856: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773001.28072: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773001.28115: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773001.28118: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773001.30169: stdout chunk (state=3): >>>ansible-tmp-1726773001.2657533-3779-100210451082987=/root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987 <<< 3089 1726773001.30205: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773001.30288: stderr chunk (state=3): >>><<< 3089 1726773001.30357: stdout chunk (state=3): >>><<< 3089 1726773001.30542: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773001.2657533-3779-100210451082987=/root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773001.30546: variable 'ansible_module_compression' from source: unknown 3089 1726773001.30548: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 3089 1726773001.30551: variable 'ansible_facts' from source: unknown 3089 1726773001.30752: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/AnsiballZ_setup.py 3089 1726773001.31020: Sending initial data 3089 1726773001.31023: Sent initial data (152 bytes) 3089 1726773001.31651: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773001.31671: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773001.31687: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773001.31773: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773001.31812: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773001.31830: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773001.31857: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773001.31938: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773001.33564: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773001.33607: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773001.33664: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpokzz8ter /root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/AnsiballZ_setup.py <<< 3089 1726773001.33668: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/AnsiballZ_setup.py" <<< 3089 1726773001.33700: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpokzz8ter" to remote "/root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/AnsiballZ_setup.py" <<< 3089 1726773001.35373: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773001.35412: stderr chunk (state=3): >>><<< 3089 1726773001.35423: stdout chunk (state=3): >>><<< 3089 1726773001.35467: done transferring module to remote 3089 1726773001.35489: _low_level_execute_command(): starting 3089 1726773001.35500: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/ /root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/AnsiballZ_setup.py && sleep 0' 3089 1726773001.36209: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773001.36234: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773001.36329: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773001.36348: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773001.36385: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773001.36408: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773001.36425: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773001.36511: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773001.38473: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773001.38477: stdout chunk (state=3): >>><<< 3089 1726773001.38479: stderr chunk (state=3): >>><<< 3089 1726773001.38587: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773001.38592: _low_level_execute_command(): starting 3089 1726773001.38596: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/AnsiballZ_setup.py && sleep 0' 3089 1726773001.39220: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773001.39349: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773001.39399: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773001.39445: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773002.21975: 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"}}} <<< 3089 1726773002.23997: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773002.24058: stderr chunk (state=3): >>><<< 3089 1726773002.24061: stdout chunk (state=3): >>><<< 3089 1726773002.24079: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_service_mgr": "systemd"}, "invocation": {"module_args": {"gather_subset": ["!all"], "filter": ["ansible_service_mgr"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773002.24109: 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-1726773001.2657533-3779-100210451082987/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773002.24126: 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} 3089 1726773002.24184: variable 'ansible_module_compression' from source: unknown 3089 1726773002.24221: ANSIBALLZ: Using generic lock for ansible.legacy.systemd 3089 1726773002.24225: ANSIBALLZ: Acquiring lock 3089 1726773002.24228: ANSIBALLZ: Lock acquired: 139786188380672 3089 1726773002.24232: ANSIBALLZ: Creating module 3089 1726773002.48550: ANSIBALLZ: Writing module into payload 3089 1726773002.48672: ANSIBALLZ: Writing module 3089 1726773002.48704: ANSIBALLZ: Renaming module 3089 1726773002.48710: ANSIBALLZ: Done creating module 3089 1726773002.48742: variable 'ansible_facts' from source: unknown 3089 1726773002.48887: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/AnsiballZ_systemd.py 3089 1726773002.49008: Sending initial data 3089 1726773002.49011: Sent initial data (154 bytes) 3089 1726773002.49511: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773002.49517: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773002.49521: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773002.49523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773002.49526: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773002.49581: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773002.49584: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773002.49587: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773002.49797: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773002.51537: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773002.51578: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773002.51610: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmptbwsgwpk /root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/AnsiballZ_systemd.py <<< 3089 1726773002.51618: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/AnsiballZ_systemd.py" <<< 3089 1726773002.51653: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmptbwsgwpk" to remote "/root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/AnsiballZ_systemd.py" <<< 3089 1726773002.51655: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/AnsiballZ_systemd.py" <<< 3089 1726773002.52754: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773002.52829: stderr chunk (state=3): >>><<< 3089 1726773002.52833: stdout chunk (state=3): >>><<< 3089 1726773002.52856: done transferring module to remote 3089 1726773002.52864: _low_level_execute_command(): starting 3089 1726773002.52871: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/ /root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/AnsiballZ_systemd.py && sleep 0' 3089 1726773002.53379: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773002.53383: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773002.53385: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773002.53388: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773002.53445: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773002.53449: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773002.53492: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773002.55308: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773002.55372: stderr chunk (state=3): >>><<< 3089 1726773002.55376: stdout chunk (state=3): >>><<< 3089 1726773002.55390: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773002.55393: _low_level_execute_command(): starting 3089 1726773002.55401: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/AnsiballZ_systemd.py && sleep 0' 3089 1726773002.55909: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773002.55913: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726773002.55916: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773002.55919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773002.55968: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773002.55971: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773002.55973: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773002.56025: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773003.86750: stdout chunk (state=3): >>> {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3509915648", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust<<< 3089 1726773003.86803: stdout chunk (state=3): >>>": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "system.slice sysinit.target dbus-broker.service dbus.socket", "Conflicts": "tlp.service auto-cpufreq.service cpupower.service power-profiles-daemon.service shutdown.target", "Before": "shutdown.target", "After": "systemd-journald.socket polkit.service dbus-broker.service dbus.socket system.slice systemd-sysctl.service sysinit.target network.target basic.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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "disabled", "UnitFilePreset": "disabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 3089 1726773003.90143: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773003.90147: stdout chunk (state=3): >>><<< 3089 1726773003.90149: stderr chunk (state=3): >>><<< 3089 1726773003.90154: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryPeak": "[not set]", "MemorySwapCurrent": "[not set]", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryAvailable": "3509915648", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "system.slice sysinit.target dbus-broker.service dbus.socket", "Conflicts": "tlp.service auto-cpufreq.service cpupower.service power-profiles-daemon.service shutdown.target", "Before": "shutdown.target", "After": "systemd-journald.socket polkit.service dbus-broker.service dbus.socket system.slice systemd-sysctl.service sysinit.target network.target basic.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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "disabled", "UnitFilePreset": "disabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773003.90300: 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-1726773001.2657533-3779-100210451082987/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773003.90333: _low_level_execute_command(): starting 3089 1726773003.90347: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773001.2657533-3779-100210451082987/ > /dev/null 2>&1 && sleep 0' 3089 1726773003.90985: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773003.91003: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773003.91019: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773003.91046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773003.91069: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773003.91081: stderr chunk (state=3): >>>debug2: match not found <<< 3089 1726773003.91095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773003.91115: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3089 1726773003.91129: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address <<< 3089 1726773003.91143: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 3089 1726773003.91241: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773003.91253: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773003.91278: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773003.91412: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773003.93443: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773003.93517: stderr chunk (state=3): >>><<< 3089 1726773003.93521: stdout chunk (state=3): >>><<< 3089 1726773003.93536: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773003.93543: handler run complete 3089 1726773003.93584: attempt loop complete, returning result 3089 1726773003.93603: variable 'item' from source: unknown 3089 1726773003.93667: variable 'item' from source: unknown changed: [managed_node3] => (item=tuned) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket polkit.service dbus-broker.service dbus.socket system.slice systemd-sysctl.service sysinit.target network.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "tlp.service auto-cpufreq.service cpupower.service power-profiles-daemon.service shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "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": "3509915648", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target dbus-broker.service dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } 3089 1726773003.94290: dumping result to json 3089 1726773003.94293: done dumping result, returning 3089 1726773003.94296: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [02b512f9-4fcf-c2f4-80d8-00000000002e] 3089 1726773003.94298: sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000002e 3089 1726773003.94364: done sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000002e 3089 1726773003.94366: WORKER PROCESS EXITING 3089 1726773003.94476: no more pending results, returning what we have 3089 1726773003.94479: results queue empty 3089 1726773003.94479: checking for any_errors_fatal 3089 1726773003.94481: done checking for any_errors_fatal 3089 1726773003.94481: checking for max_fail_percentage 3089 1726773003.94482: done checking for max_fail_percentage 3089 1726773003.94483: checking to see if all hosts have failed and the running result is not ok 3089 1726773003.94483: done checking to see if all hosts have failed 3089 1726773003.94484: getting the remaining hosts for this loop 3089 1726773003.94485: done getting the remaining hosts for this loop 3089 1726773003.94487: getting the next task for host managed_node3 3089 1726773003.94491: done getting next task for host managed_node3 3089 1726773003.94493: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 3089 1726773003.94496: ^ 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 3089 1726773003.94502: getting variables 3089 1726773003.94503: in VariableManager get_vars() 3089 1726773003.94524: Calling all_inventory to load vars for managed_node3 3089 1726773003.94526: Calling groups_inventory to load vars for managed_node3 3089 1726773003.94527: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773003.94536: Calling all_plugins_play to load vars for managed_node3 3089 1726773003.94538: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773003.94540: Calling groups_plugins_play to load vars for managed_node3 3089 1726773003.94578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773003.94606: done with get_vars() 3089 1726773003.94612: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 15:10:03 -0400 (0:00:02.741) 0:00:46.736 **** 3089 1726773003.94683: entering _queue_task() for managed_node3/file 3089 1726773003.94909: worker is 1 (out of 1 available) 3089 1726773003.94923: exiting _queue_task() for managed_node3/file 3089 1726773003.94936: done queuing things up, now waiting for results queue to drain 3089 1726773003.94938: waiting for pending results... 3089 1726773003.95130: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 3089 1726773003.95312: in run() - task 02b512f9-4fcf-c2f4-80d8-00000000002f 3089 1726773003.95316: variable 'ansible_search_path' from source: unknown 3089 1726773003.95319: variable 'ansible_search_path' from source: unknown 3089 1726773003.95321: calling self._execute() 3089 1726773003.95421: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773003.95425: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773003.95428: variable 'omit' from source: magic vars 3089 1726773003.95485: variable 'omit' from source: magic vars 3089 1726773003.95543: variable 'omit' from source: magic vars 3089 1726773003.95746: variable '__kernel_settings_profile_dir' from source: role '' all vars 3089 1726773003.95895: variable '__kernel_settings_profile_dir' from source: role '' all vars 3089 1726773003.95997: variable '__kernel_settings_profile_parent' from source: set_fact 3089 1726773003.96007: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3089 1726773003.96055: variable 'omit' from source: magic vars 3089 1726773003.96096: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773003.96140: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773003.96174: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773003.96178: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773003.96193: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773003.96226: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773003.96230: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773003.96232: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773003.96345: Set connection var ansible_shell_executable to /bin/sh 3089 1726773003.96349: Set connection var ansible_shell_type to sh 3089 1726773003.96355: Set connection var ansible_timeout to 10 3089 1726773003.96364: Set connection var ansible_pipelining to False 3089 1726773003.96373: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773003.96375: Set connection var ansible_connection to ssh 3089 1726773003.96411: variable 'ansible_shell_executable' from source: unknown 3089 1726773003.96416: variable 'ansible_connection' from source: unknown 3089 1726773003.96419: variable 'ansible_module_compression' from source: unknown 3089 1726773003.96422: variable 'ansible_shell_type' from source: unknown 3089 1726773003.96424: variable 'ansible_shell_executable' from source: unknown 3089 1726773003.96426: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773003.96428: variable 'ansible_pipelining' from source: unknown 3089 1726773003.96431: variable 'ansible_timeout' from source: unknown 3089 1726773003.96433: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773003.96689: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3089 1726773003.96700: variable 'omit' from source: magic vars 3089 1726773003.96706: starting attempt loop 3089 1726773003.96709: running the handler 3089 1726773003.96720: _low_level_execute_command(): starting 3089 1726773003.96727: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773003.97326: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773003.97330: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726773003.97337: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773003.97340: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773003.97342: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773003.97363: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773003.97420: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773003.99085: stdout chunk (state=3): >>>/root <<< 3089 1726773003.99190: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773003.99414: stderr chunk (state=3): >>><<< 3089 1726773003.99418: stdout chunk (state=3): >>><<< 3089 1726773003.99443: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773003.99454: _low_level_execute_command(): starting 3089 1726773003.99460: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773003.9944043-3828-100214964846512 `" && echo ansible-tmp-1726773003.9944043-3828-100214964846512="` echo /root/.ansible/tmp/ansible-tmp-1726773003.9944043-3828-100214964846512 `" ) && sleep 0' 3089 1726773004.00187: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773004.00191: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.00206: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773004.00209: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.00282: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773004.00309: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773004.00312: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773004.00387: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773004.05149: stdout chunk (state=3): >>>ansible-tmp-1726773003.9944043-3828-100214964846512=/root/.ansible/tmp/ansible-tmp-1726773003.9944043-3828-100214964846512 <<< 3089 1726773004.05350: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773004.05355: stderr chunk (state=3): >>><<< 3089 1726773004.05358: stdout chunk (state=3): >>><<< 3089 1726773004.05459: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773003.9944043-3828-100214964846512=/root/.ansible/tmp/ansible-tmp-1726773003.9944043-3828-100214964846512 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773004.05640: variable 'ansible_module_compression' from source: unknown 3089 1726773004.05644: ANSIBALLZ: Using lock for file 3089 1726773004.05647: ANSIBALLZ: Acquiring lock 3089 1726773004.05649: ANSIBALLZ: Lock acquired: 139786188382928 3089 1726773004.05652: ANSIBALLZ: Creating module 3089 1726773004.20077: ANSIBALLZ: Writing module into payload 3089 1726773004.20193: ANSIBALLZ: Writing module 3089 1726773004.20215: ANSIBALLZ: Renaming module 3089 1726773004.20222: ANSIBALLZ: Done creating module 3089 1726773004.20240: variable 'ansible_facts' from source: unknown 3089 1726773004.20290: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773003.9944043-3828-100214964846512/AnsiballZ_file.py 3089 1726773004.20407: Sending initial data 3089 1726773004.20410: Sent initial data (151 bytes) 3089 1726773004.20971: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773004.20990: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773004.21052: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773004.22789: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773004.22845: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773004.22896: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmp5voh4vql /root/.ansible/tmp/ansible-tmp-1726773003.9944043-3828-100214964846512/AnsiballZ_file.py <<< 3089 1726773004.22899: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773003.9944043-3828-100214964846512/AnsiballZ_file.py" <<< 3089 1726773004.22951: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmp5voh4vql" to remote "/root/.ansible/tmp/ansible-tmp-1726773003.9944043-3828-100214964846512/AnsiballZ_file.py" <<< 3089 1726773004.22953: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773003.9944043-3828-100214964846512/AnsiballZ_file.py" <<< 3089 1726773004.23494: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773004.23577: stderr chunk (state=3): >>><<< 3089 1726773004.23580: stdout chunk (state=3): >>><<< 3089 1726773004.23602: done transferring module to remote 3089 1726773004.23616: _low_level_execute_command(): starting 3089 1726773004.23619: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773003.9944043-3828-100214964846512/ /root/.ansible/tmp/ansible-tmp-1726773003.9944043-3828-100214964846512/AnsiballZ_file.py && sleep 0' 3089 1726773004.24156: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773004.24160: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.24163: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773004.24173: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.24175: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773004.24177: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773004.24200: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773004.24253: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773004.26074: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773004.26137: stderr chunk (state=3): >>><<< 3089 1726773004.26141: stdout chunk (state=3): >>><<< 3089 1726773004.26155: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773004.26158: _low_level_execute_command(): starting 3089 1726773004.26164: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773003.9944043-3828-100214964846512/AnsiballZ_file.py && sleep 0' 3089 1726773004.26641: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773004.26682: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773004.26686: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.26688: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773004.26691: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773004.26693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.26746: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773004.26749: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773004.26760: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773004.26803: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773004.45357: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3089 1726773004.47256: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773004.47260: stderr chunk (state=3): >>><<< 3089 1726773004.47263: stdout chunk (state=3): >>><<< 3089 1726773004.47283: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773004.47319: done with _execute_module (file, {'path': '/etc/tuned/profiles/kernel_settings', 'state': 'directory', 'mode': '0755', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773003.9944043-3828-100214964846512/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773004.47328: _low_level_execute_command(): starting 3089 1726773004.47332: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773003.9944043-3828-100214964846512/ > /dev/null 2>&1 && sleep 0' 3089 1726773004.48204: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773004.48213: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.48264: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773004.48290: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773004.50262: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773004.50267: stdout chunk (state=3): >>><<< 3089 1726773004.50270: stderr chunk (state=3): >>><<< 3089 1726773004.50296: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773004.50300: handler run complete 3089 1726773004.50320: attempt loop complete, returning result 3089 1726773004.50323: _execute() done 3089 1726773004.50325: dumping result to json 3089 1726773004.50330: done dumping result, returning 3089 1726773004.50340: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [02b512f9-4fcf-c2f4-80d8-00000000002f] 3089 1726773004.50346: sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000002f changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } 3089 1726773004.50520: done sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000002f 3089 1726773004.50524: WORKER PROCESS EXITING 3089 1726773004.50544: no more pending results, returning what we have 3089 1726773004.50549: results queue empty 3089 1726773004.50549: checking for any_errors_fatal 3089 1726773004.50572: done checking for any_errors_fatal 3089 1726773004.50573: checking for max_fail_percentage 3089 1726773004.50574: done checking for max_fail_percentage 3089 1726773004.50575: checking to see if all hosts have failed and the running result is not ok 3089 1726773004.50576: done checking to see if all hosts have failed 3089 1726773004.50576: getting the remaining hosts for this loop 3089 1726773004.50578: done getting the remaining hosts for this loop 3089 1726773004.50582: getting the next task for host managed_node3 3089 1726773004.50589: done getting next task for host managed_node3 3089 1726773004.50592: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 3089 1726773004.50597: ^ 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 3089 1726773004.50609: getting variables 3089 1726773004.50611: in VariableManager get_vars() 3089 1726773004.50649: Calling all_inventory to load vars for managed_node3 3089 1726773004.50652: Calling groups_inventory to load vars for managed_node3 3089 1726773004.50655: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773004.50665: Calling all_plugins_play to load vars for managed_node3 3089 1726773004.50672: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773004.50675: Calling groups_plugins_play to load vars for managed_node3 3089 1726773004.50729: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773004.50774: done with get_vars() 3089 1726773004.50788: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 15:10:04 -0400 (0:00:00.561) 0:00:47.298 **** 3089 1726773004.50876: entering _queue_task() for managed_node3/slurp 3089 1726773004.51089: worker is 1 (out of 1 available) 3089 1726773004.51105: exiting _queue_task() for managed_node3/slurp 3089 1726773004.51119: done queuing things up, now waiting for results queue to drain 3089 1726773004.51121: waiting for pending results... 3089 1726773004.51283: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 3089 1726773004.51349: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000030 3089 1726773004.51367: variable 'ansible_search_path' from source: unknown 3089 1726773004.51371: variable 'ansible_search_path' from source: unknown 3089 1726773004.51403: calling self._execute() 3089 1726773004.51456: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773004.51466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773004.51475: variable 'omit' from source: magic vars 3089 1726773004.51557: variable 'omit' from source: magic vars 3089 1726773004.51599: variable 'omit' from source: magic vars 3089 1726773004.51619: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3089 1726773004.52142: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3089 1726773004.52146: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3089 1726773004.52171: variable 'omit' from source: magic vars 3089 1726773004.52210: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773004.52442: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773004.52445: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773004.52447: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773004.52450: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773004.52471: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773004.52474: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773004.52477: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773004.52500: Set connection var ansible_shell_executable to /bin/sh 3089 1726773004.52507: Set connection var ansible_shell_type to sh 3089 1726773004.52519: Set connection var ansible_timeout to 10 3089 1726773004.52530: Set connection var ansible_pipelining to False 3089 1726773004.52545: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773004.52552: Set connection var ansible_connection to ssh 3089 1726773004.52584: variable 'ansible_shell_executable' from source: unknown 3089 1726773004.52592: variable 'ansible_connection' from source: unknown 3089 1726773004.52599: variable 'ansible_module_compression' from source: unknown 3089 1726773004.52605: variable 'ansible_shell_type' from source: unknown 3089 1726773004.52611: variable 'ansible_shell_executable' from source: unknown 3089 1726773004.52617: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773004.52625: variable 'ansible_pipelining' from source: unknown 3089 1726773004.52630: variable 'ansible_timeout' from source: unknown 3089 1726773004.52640: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773004.52836: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3089 1726773004.52855: variable 'omit' from source: magic vars 3089 1726773004.52864: starting attempt loop 3089 1726773004.52871: running the handler 3089 1726773004.52886: _low_level_execute_command(): starting 3089 1726773004.52899: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773004.53538: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773004.53557: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.53607: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773004.53632: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773004.53668: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773004.55539: stdout chunk (state=3): >>>/root <<< 3089 1726773004.55703: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773004.55706: stdout chunk (state=3): >>><<< 3089 1726773004.55709: stderr chunk (state=3): >>><<< 3089 1726773004.55730: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773004.55840: _low_level_execute_command(): starting 3089 1726773004.55844: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773004.5574067-3852-124533653971065 `" && echo ansible-tmp-1726773004.5574067-3852-124533653971065="` echo /root/.ansible/tmp/ansible-tmp-1726773004.5574067-3852-124533653971065 `" ) && sleep 0' 3089 1726773004.56455: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773004.56478: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773004.56496: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773004.56611: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773004.56653: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773004.56724: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773004.58715: stdout chunk (state=3): >>>ansible-tmp-1726773004.5574067-3852-124533653971065=/root/.ansible/tmp/ansible-tmp-1726773004.5574067-3852-124533653971065 <<< 3089 1726773004.58898: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773004.58984: stderr chunk (state=3): >>><<< 3089 1726773004.58987: stdout chunk (state=3): >>><<< 3089 1726773004.59260: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773004.5574067-3852-124533653971065=/root/.ansible/tmp/ansible-tmp-1726773004.5574067-3852-124533653971065 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773004.59264: variable 'ansible_module_compression' from source: unknown 3089 1726773004.59266: ANSIBALLZ: Using lock for slurp 3089 1726773004.59268: ANSIBALLZ: Acquiring lock 3089 1726773004.59270: ANSIBALLZ: Lock acquired: 139786189858208 3089 1726773004.59272: ANSIBALLZ: Creating module 3089 1726773004.69898: ANSIBALLZ: Writing module into payload 3089 1726773004.69956: ANSIBALLZ: Writing module 3089 1726773004.69975: ANSIBALLZ: Renaming module 3089 1726773004.69981: ANSIBALLZ: Done creating module 3089 1726773004.70001: variable 'ansible_facts' from source: unknown 3089 1726773004.70047: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773004.5574067-3852-124533653971065/AnsiballZ_slurp.py 3089 1726773004.70163: Sending initial data 3089 1726773004.70168: Sent initial data (152 bytes) 3089 1726773004.70762: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773004.70774: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.70776: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773004.70778: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.70779: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773004.70781: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773004.70802: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773004.70861: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773004.72708: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773004.72729: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773004.5574067-3852-124533653971065/AnsiballZ_slurp.py" <<< 3089 1726773004.72733: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpyq9uixu3 /root/.ansible/tmp/ansible-tmp-1726773004.5574067-3852-124533653971065/AnsiballZ_slurp.py <<< 3089 1726773004.72751: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpyq9uixu3" to remote "/root/.ansible/tmp/ansible-tmp-1726773004.5574067-3852-124533653971065/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773004.5574067-3852-124533653971065/AnsiballZ_slurp.py" <<< 3089 1726773004.73275: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773004.73355: stderr chunk (state=3): >>><<< 3089 1726773004.73359: stdout chunk (state=3): >>><<< 3089 1726773004.73382: done transferring module to remote 3089 1726773004.73395: _low_level_execute_command(): starting 3089 1726773004.73399: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773004.5574067-3852-124533653971065/ /root/.ansible/tmp/ansible-tmp-1726773004.5574067-3852-124533653971065/AnsiballZ_slurp.py && sleep 0' 3089 1726773004.73901: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773004.73904: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.73907: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773004.73909: 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.46.99 originally 10.31.46.99 <<< 3089 1726773004.73912: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.73972: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773004.73976: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773004.73980: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773004.74018: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773004.75864: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773004.75927: stderr chunk (state=3): >>><<< 3089 1726773004.75931: stdout chunk (state=3): >>><<< 3089 1726773004.75947: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773004.75951: _low_level_execute_command(): starting 3089 1726773004.75955: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773004.5574067-3852-124533653971065/AnsiballZ_slurp.py && sleep 0' 3089 1726773004.76525: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773004.76530: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.76532: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773004.76534: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.76543: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773004.76545: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773004.76568: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773004.76624: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773004.93810: 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"}}} <<< 3089 1726773004.95151: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773004.95209: stderr chunk (state=3): >>><<< 3089 1726773004.95213: stdout chunk (state=3): >>><<< 3089 1726773004.95227: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdAo=", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773004.95254: 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-1726773004.5574067-3852-124533653971065/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773004.95269: _low_level_execute_command(): starting 3089 1726773004.95273: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773004.5574067-3852-124533653971065/ > /dev/null 2>&1 && sleep 0' 3089 1726773004.95773: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773004.95777: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.95780: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration <<< 3089 1726773004.95782: 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 <<< 3089 1726773004.95784: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773004.95841: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773004.95845: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773004.95847: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773004.95890: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773004.97803: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773004.97868: stderr chunk (state=3): >>><<< 3089 1726773004.97871: stdout chunk (state=3): >>><<< 3089 1726773004.97884: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773004.97890: handler run complete 3089 1726773004.97908: attempt loop complete, returning result 3089 1726773004.97911: _execute() done 3089 1726773004.97914: dumping result to json 3089 1726773004.97917: done dumping result, returning 3089 1726773004.97925: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [02b512f9-4fcf-c2f4-80d8-000000000030] 3089 1726773004.97932: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000030 3089 1726773004.98032: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000030 3089 1726773004.98037: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } 3089 1726773004.98105: no more pending results, returning what we have 3089 1726773004.98108: results queue empty 3089 1726773004.98109: checking for any_errors_fatal 3089 1726773004.98117: done checking for any_errors_fatal 3089 1726773004.98118: checking for max_fail_percentage 3089 1726773004.98119: done checking for max_fail_percentage 3089 1726773004.98120: checking to see if all hosts have failed and the running result is not ok 3089 1726773004.98120: done checking to see if all hosts have failed 3089 1726773004.98121: getting the remaining hosts for this loop 3089 1726773004.98123: done getting the remaining hosts for this loop 3089 1726773004.98127: getting the next task for host managed_node3 3089 1726773004.98133: done getting next task for host managed_node3 3089 1726773004.98145: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 3089 1726773004.98148: ^ 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 3089 1726773004.98159: getting variables 3089 1726773004.98161: in VariableManager get_vars() 3089 1726773004.98197: Calling all_inventory to load vars for managed_node3 3089 1726773004.98200: Calling groups_inventory to load vars for managed_node3 3089 1726773004.98203: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773004.98212: Calling all_plugins_play to load vars for managed_node3 3089 1726773004.98215: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773004.98218: Calling groups_plugins_play to load vars for managed_node3 3089 1726773004.98276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773004.98314: done with get_vars() 3089 1726773004.98321: done getting variables 3089 1726773004.98376: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 15:10:04 -0400 (0:00:00.475) 0:00:47.773 **** 3089 1726773004.98400: entering _queue_task() for managed_node3/set_fact 3089 1726773004.98604: worker is 1 (out of 1 available) 3089 1726773004.98618: exiting _queue_task() for managed_node3/set_fact 3089 1726773004.98631: done queuing things up, now waiting for results queue to drain 3089 1726773004.98633: waiting for pending results... 3089 1726773004.98808: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 3089 1726773004.98880: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000031 3089 1726773004.98893: variable 'ansible_search_path' from source: unknown 3089 1726773004.98896: variable 'ansible_search_path' from source: unknown 3089 1726773004.98932: calling self._execute() 3089 1726773004.98989: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773004.98993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773004.99005: variable 'omit' from source: magic vars 3089 1726773004.99088: variable 'omit' from source: magic vars 3089 1726773004.99126: variable 'omit' from source: magic vars 3089 1726773004.99462: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3089 1726773004.99540: variable '__cur_profile' from source: task vars 3089 1726773004.99597: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726773005.01228: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726773005.01279: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726773005.01314: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726773005.01339: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726773005.01361: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726773005.01431: 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) 3089 1726773005.01456: 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) 3089 1726773005.01474: 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) 3089 1726773005.01506: 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) 3089 1726773005.01518: 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) 3089 1726773005.01610: variable '__kernel_settings_tuned_current_profile' from source: set_fact 3089 1726773005.01653: variable 'omit' from source: magic vars 3089 1726773005.01676: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773005.01698: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773005.01715: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773005.01729: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773005.01742: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773005.01767: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773005.01770: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773005.01773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773005.01854: Set connection var ansible_shell_executable to /bin/sh 3089 1726773005.01859: Set connection var ansible_shell_type to sh 3089 1726773005.01862: Set connection var ansible_timeout to 10 3089 1726773005.01868: Set connection var ansible_pipelining to False 3089 1726773005.01876: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773005.01878: Set connection var ansible_connection to ssh 3089 1726773005.01903: variable 'ansible_shell_executable' from source: unknown 3089 1726773005.01906: variable 'ansible_connection' from source: unknown 3089 1726773005.01908: variable 'ansible_module_compression' from source: unknown 3089 1726773005.01911: variable 'ansible_shell_type' from source: unknown 3089 1726773005.01913: variable 'ansible_shell_executable' from source: unknown 3089 1726773005.01915: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773005.01922: variable 'ansible_pipelining' from source: unknown 3089 1726773005.01924: variable 'ansible_timeout' from source: unknown 3089 1726773005.01929: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773005.02011: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773005.02020: variable 'omit' from source: magic vars 3089 1726773005.02025: starting attempt loop 3089 1726773005.02028: running the handler 3089 1726773005.02038: handler run complete 3089 1726773005.02046: attempt loop complete, returning result 3089 1726773005.02049: _execute() done 3089 1726773005.02052: dumping result to json 3089 1726773005.02054: done dumping result, returning 3089 1726773005.02062: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [02b512f9-4fcf-c2f4-80d8-000000000031] 3089 1726773005.02072: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000031 3089 1726773005.02154: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000031 3089 1726773005.02157: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 3089 1726773005.02221: no more pending results, returning what we have 3089 1726773005.02225: results queue empty 3089 1726773005.02226: checking for any_errors_fatal 3089 1726773005.02232: done checking for any_errors_fatal 3089 1726773005.02232: checking for max_fail_percentage 3089 1726773005.02234: done checking for max_fail_percentage 3089 1726773005.02236: checking to see if all hosts have failed and the running result is not ok 3089 1726773005.02237: done checking to see if all hosts have failed 3089 1726773005.02238: getting the remaining hosts for this loop 3089 1726773005.02239: done getting the remaining hosts for this loop 3089 1726773005.02243: getting the next task for host managed_node3 3089 1726773005.02249: done getting next task for host managed_node3 3089 1726773005.02253: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 3089 1726773005.02255: ^ 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 3089 1726773005.02272: getting variables 3089 1726773005.02274: in VariableManager get_vars() 3089 1726773005.02305: Calling all_inventory to load vars for managed_node3 3089 1726773005.02308: Calling groups_inventory to load vars for managed_node3 3089 1726773005.02310: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773005.02319: Calling all_plugins_play to load vars for managed_node3 3089 1726773005.02321: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773005.02324: Calling groups_plugins_play to load vars for managed_node3 3089 1726773005.02378: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773005.02416: done with get_vars() 3089 1726773005.02422: done getting variables 3089 1726773005.02525: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:10:05 -0400 (0:00:00.041) 0:00:47.815 **** 3089 1726773005.02551: entering _queue_task() for managed_node3/copy 3089 1726773005.02841: worker is 1 (out of 1 available) 3089 1726773005.02853: exiting _queue_task() for managed_node3/copy 3089 1726773005.02866: done queuing things up, now waiting for results queue to drain 3089 1726773005.02868: waiting for pending results... 3089 1726773005.03073: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 3089 1726773005.03107: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000032 3089 1726773005.03132: variable 'ansible_search_path' from source: unknown 3089 1726773005.03168: variable 'ansible_search_path' from source: unknown 3089 1726773005.03197: calling self._execute() 3089 1726773005.03342: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773005.03346: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773005.03348: variable 'omit' from source: magic vars 3089 1726773005.03430: variable 'omit' from source: magic vars 3089 1726773005.03492: variable 'omit' from source: magic vars 3089 1726773005.03534: variable '__kernel_settings_active_profile' from source: set_fact 3089 1726773005.03879: variable '__kernel_settings_active_profile' from source: set_fact 3089 1726773005.03918: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3089 1726773005.04007: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3089 1726773005.04097: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3089 1726773005.04137: variable 'omit' from source: magic vars 3089 1726773005.04192: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773005.04241: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773005.04263: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773005.04281: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773005.04293: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773005.04320: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773005.04323: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773005.04328: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773005.04406: Set connection var ansible_shell_executable to /bin/sh 3089 1726773005.04409: Set connection var ansible_shell_type to sh 3089 1726773005.04415: Set connection var ansible_timeout to 10 3089 1726773005.04422: Set connection var ansible_pipelining to False 3089 1726773005.04429: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773005.04432: Set connection var ansible_connection to ssh 3089 1726773005.04476: variable 'ansible_shell_executable' from source: unknown 3089 1726773005.04479: variable 'ansible_connection' from source: unknown 3089 1726773005.04482: variable 'ansible_module_compression' from source: unknown 3089 1726773005.04484: variable 'ansible_shell_type' from source: unknown 3089 1726773005.04486: variable 'ansible_shell_executable' from source: unknown 3089 1726773005.04488: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773005.04490: variable 'ansible_pipelining' from source: unknown 3089 1726773005.04493: variable 'ansible_timeout' from source: unknown 3089 1726773005.04495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773005.04656: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773005.04666: variable 'omit' from source: magic vars 3089 1726773005.04671: starting attempt loop 3089 1726773005.04674: running the handler 3089 1726773005.04682: _low_level_execute_command(): starting 3089 1726773005.04689: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773005.05244: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773005.05249: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773005.05253: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.05311: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773005.05318: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773005.05320: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773005.05380: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773005.07419: stdout chunk (state=3): >>>/root <<< 3089 1726773005.07644: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773005.07648: stdout chunk (state=3): >>><<< 3089 1726773005.07651: stderr chunk (state=3): >>><<< 3089 1726773005.07669: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773005.07681: _low_level_execute_command(): starting 3089 1726773005.07688: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029 `" && echo ansible-tmp-1726773005.0767002-3866-170926272781029="` echo /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029 `" ) && sleep 0' 3089 1726773005.08194: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773005.08207: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.08209: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773005.08212: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.08264: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773005.08270: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773005.08310: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773005.10484: stdout chunk (state=3): >>>ansible-tmp-1726773005.0767002-3866-170926272781029=/root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029 <<< 3089 1726773005.10489: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773005.10491: stderr chunk (state=3): >>><<< 3089 1726773005.10494: stdout chunk (state=3): >>><<< 3089 1726773005.10506: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773005.0767002-3866-170926272781029=/root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773005.10743: variable 'ansible_module_compression' from source: unknown 3089 1726773005.10747: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3089 1726773005.10750: variable 'ansible_facts' from source: unknown 3089 1726773005.10773: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/AnsiballZ_stat.py 3089 1726773005.11012: Sending initial data 3089 1726773005.11016: Sent initial data (151 bytes) 3089 1726773005.11574: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773005.11583: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773005.11597: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773005.11651: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.11705: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773005.11722: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773005.11743: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773005.11854: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773005.13477: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773005.13526: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773005.13569: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpbd250qbs /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/AnsiballZ_stat.py <<< 3089 1726773005.13587: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/AnsiballZ_stat.py" <<< 3089 1726773005.13621: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 3089 1726773005.13653: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpbd250qbs" to remote "/root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/AnsiballZ_stat.py" <<< 3089 1726773005.14577: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773005.14623: stderr chunk (state=3): >>><<< 3089 1726773005.14634: stdout chunk (state=3): >>><<< 3089 1726773005.14711: done transferring module to remote 3089 1726773005.14714: _low_level_execute_command(): starting 3089 1726773005.14717: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/ /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/AnsiballZ_stat.py && sleep 0' 3089 1726773005.15420: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773005.15553: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773005.15571: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773005.15654: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773005.17466: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773005.17602: stderr chunk (state=3): >>><<< 3089 1726773005.17606: stdout chunk (state=3): >>><<< 3089 1726773005.17717: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773005.17721: _low_level_execute_command(): starting 3089 1726773005.17724: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/AnsiballZ_stat.py && sleep 0' 3089 1726773005.18367: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773005.18399: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773005.18417: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773005.18436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773005.18510: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.18563: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773005.18583: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773005.18617: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773005.18699: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773005.45844: 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": 262938, "dev": 51714, "nlink": 1, "atime": 1726773004.9358442, "mtime": 1726773003.8498368, "ctime": 1726773003.8498368, "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": "1176652503", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3089 1726773005.47479: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773005.47538: stderr chunk (state=3): >>><<< 3089 1726773005.47542: stdout chunk (state=3): >>><<< 3089 1726773005.47558: _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": 262938, "dev": 51714, "nlink": 1, "atime": 1726773004.9358442, "mtime": 1726773003.8498368, "ctime": 1726773003.8498368, "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": "1176652503", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773005.47619: 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-1726773005.0767002-3866-170926272781029/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3089 1726773005.47717: Sending initial data 3089 1726773005.47721: Sent initial data (139 bytes) 3089 1726773005.48225: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773005.48228: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.48231: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773005.48233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773005.48237: 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.46.99 originally 10.31.46.99 <<< 3089 1726773005.48239: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.48366: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773005.48371: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773005.48399: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773005.50046: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773005.50080: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773005.50122: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/.b2z_knbm /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/.source <<< 3089 1726773005.50126: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/.source" <<< 3089 1726773005.50159: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/.b2z_knbm" to remote "/root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/.source" <<< 3089 1726773005.50161: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/.source" <<< 3089 1726773005.50309: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773005.50388: stderr chunk (state=3): >>><<< 3089 1726773005.50391: stdout chunk (state=3): >>><<< 3089 1726773005.50411: _low_level_execute_command(): starting 3089 1726773005.50415: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/ /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/.source && sleep 0' 3089 1726773005.50945: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773005.50949: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.50953: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773005.50954: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.50956: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773005.50957: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773005.50977: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773005.51027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773005.52964: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773005.53035: stderr chunk (state=3): >>><<< 3089 1726773005.53049: stdout chunk (state=3): >>><<< 3089 1726773005.53241: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773005.53245: variable 'ansible_module_compression' from source: unknown 3089 1726773005.53248: ANSIBALLZ: Using generic lock for ansible.legacy.copy 3089 1726773005.53250: ANSIBALLZ: Acquiring lock 3089 1726773005.53252: ANSIBALLZ: Lock acquired: 139786188380672 3089 1726773005.53255: ANSIBALLZ: Creating module 3089 1726773005.65498: ANSIBALLZ: Writing module into payload 3089 1726773005.65636: ANSIBALLZ: Writing module 3089 1726773005.65665: ANSIBALLZ: Renaming module 3089 1726773005.65669: ANSIBALLZ: Done creating module 3089 1726773005.65678: variable 'ansible_facts' from source: unknown 3089 1726773005.65755: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/AnsiballZ_copy.py 3089 1726773005.65979: Sending initial data 3089 1726773005.66041: Sent initial data (151 bytes) 3089 1726773005.66508: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773005.66517: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773005.66527: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773005.66558: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773005.66562: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773005.66567: stderr chunk (state=3): >>>debug2: match not found <<< 3089 1726773005.66576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.66604: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773005.66608: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.66682: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773005.66721: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773005.68324: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773005.68355: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773005.68388: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpxuswg95a /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/AnsiballZ_copy.py <<< 3089 1726773005.68398: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/AnsiballZ_copy.py" <<< 3089 1726773005.68424: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpxuswg95a" to remote "/root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/AnsiballZ_copy.py" <<< 3089 1726773005.68427: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/AnsiballZ_copy.py" <<< 3089 1726773005.69342: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773005.69346: stdout chunk (state=3): >>><<< 3089 1726773005.69348: stderr chunk (state=3): >>><<< 3089 1726773005.69351: done transferring module to remote 3089 1726773005.69353: _low_level_execute_command(): starting 3089 1726773005.69355: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/ /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/AnsiballZ_copy.py && sleep 0' 3089 1726773005.69997: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773005.70000: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773005.70016: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773005.70019: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.70032: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration <<< 3089 1726773005.70044: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773005.70058: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773005.70118: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773005.70122: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773005.70179: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773005.71961: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773005.72023: stderr chunk (state=3): >>><<< 3089 1726773005.72026: stdout chunk (state=3): >>><<< 3089 1726773005.72043: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773005.72046: _low_level_execute_command(): starting 3089 1726773005.72051: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/AnsiballZ_copy.py && sleep 0' 3089 1726773005.72528: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773005.72560: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.72563: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773005.72566: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.72623: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773005.72626: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773005.72629: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773005.72677: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773005.90548: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/.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-1726773005.0767002-3866-170926272781029/.source", "_original_basename": ".b2z_knbm", "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}}} <<< 3089 1726773005.91863: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773005.91916: stderr chunk (state=3): >>><<< 3089 1726773005.91920: stdout chunk (state=3): >>><<< 3089 1726773005.91934: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/.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-1726773005.0767002-3866-170926272781029/.source", "_original_basename": ".b2z_knbm", "follow": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773005.91968: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/.source', '_original_basename': '.b2z_knbm', '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-1726773005.0767002-3866-170926272781029/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773005.91977: _low_level_execute_command(): starting 3089 1726773005.91982: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773005.0767002-3866-170926272781029/ > /dev/null 2>&1 && sleep 0' 3089 1726773005.92527: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773005.92531: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.92537: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration <<< 3089 1726773005.92540: 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 <<< 3089 1726773005.92543: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773005.92545: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773005.92548: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773005.92571: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773005.92619: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773005.94642: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773005.94647: stdout chunk (state=3): >>><<< 3089 1726773005.94651: stderr chunk (state=3): >>><<< 3089 1726773005.94655: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773005.94662: handler run complete 3089 1726773005.94665: attempt loop complete, returning result 3089 1726773005.94667: _execute() done 3089 1726773005.94669: dumping result to json 3089 1726773005.94671: done dumping result, returning 3089 1726773005.94677: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [02b512f9-4fcf-c2f4-80d8-000000000032] 3089 1726773005.94683: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000032 3089 1726773005.94802: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000032 3089 1726773005.94806: 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-1726773005.0767002-3866-170926272781029/.source", "state": "file", "uid": 0 } 3089 1726773005.94922: no more pending results, returning what we have 3089 1726773005.94927: results queue empty 3089 1726773005.94928: checking for any_errors_fatal 3089 1726773005.94932: done checking for any_errors_fatal 3089 1726773005.94933: checking for max_fail_percentage 3089 1726773005.94937: done checking for max_fail_percentage 3089 1726773005.95080: checking to see if all hosts have failed and the running result is not ok 3089 1726773005.95081: done checking to see if all hosts have failed 3089 1726773005.95081: getting the remaining hosts for this loop 3089 1726773005.95084: done getting the remaining hosts for this loop 3089 1726773005.95088: getting the next task for host managed_node3 3089 1726773005.95095: done getting next task for host managed_node3 3089 1726773005.95098: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 3089 1726773005.95101: ^ 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 3089 1726773005.95112: getting variables 3089 1726773005.95113: in VariableManager get_vars() 3089 1726773005.95149: Calling all_inventory to load vars for managed_node3 3089 1726773005.95152: Calling groups_inventory to load vars for managed_node3 3089 1726773005.95154: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773005.95164: Calling all_plugins_play to load vars for managed_node3 3089 1726773005.95167: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773005.95170: Calling groups_plugins_play to load vars for managed_node3 3089 1726773005.95219: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773005.95258: done with get_vars() 3089 1726773005.95266: done getting variables 3089 1726773005.95313: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 15:10:05 -0400 (0:00:00.927) 0:00:48.743 **** 3089 1726773005.95339: entering _queue_task() for managed_node3/copy 3089 1726773005.95537: worker is 1 (out of 1 available) 3089 1726773005.95551: exiting _queue_task() for managed_node3/copy 3089 1726773005.95565: done queuing things up, now waiting for results queue to drain 3089 1726773005.95567: waiting for pending results... 3089 1726773005.95738: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 3089 1726773005.95808: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000033 3089 1726773005.95820: variable 'ansible_search_path' from source: unknown 3089 1726773005.95825: variable 'ansible_search_path' from source: unknown 3089 1726773005.95855: calling self._execute() 3089 1726773005.95912: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773005.95917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773005.95926: variable 'omit' from source: magic vars 3089 1726773005.96010: variable 'omit' from source: magic vars 3089 1726773005.96046: variable 'omit' from source: magic vars 3089 1726773005.96067: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 3089 1726773005.96370: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 3089 1726773005.96437: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3089 1726773005.96466: variable 'omit' from source: magic vars 3089 1726773005.96513: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773005.96639: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773005.96642: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773005.96644: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773005.96645: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773005.96646: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773005.96648: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773005.96649: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773005.96704: Set connection var ansible_shell_executable to /bin/sh 3089 1726773005.96708: Set connection var ansible_shell_type to sh 3089 1726773005.96712: Set connection var ansible_timeout to 10 3089 1726773005.96720: Set connection var ansible_pipelining to False 3089 1726773005.96728: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773005.96730: Set connection var ansible_connection to ssh 3089 1726773005.96754: variable 'ansible_shell_executable' from source: unknown 3089 1726773005.96757: variable 'ansible_connection' from source: unknown 3089 1726773005.96760: variable 'ansible_module_compression' from source: unknown 3089 1726773005.96764: variable 'ansible_shell_type' from source: unknown 3089 1726773005.96766: variable 'ansible_shell_executable' from source: unknown 3089 1726773005.96769: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773005.96771: variable 'ansible_pipelining' from source: unknown 3089 1726773005.96773: variable 'ansible_timeout' from source: unknown 3089 1726773005.96841: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773005.96897: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773005.96908: variable 'omit' from source: magic vars 3089 1726773005.96913: starting attempt loop 3089 1726773005.96916: running the handler 3089 1726773005.96925: _low_level_execute_command(): starting 3089 1726773005.96931: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773005.97667: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773005.97684: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773005.97706: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773005.97726: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773005.97748: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773005.97853: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773005.97875: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773005.97948: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773005.99601: stdout chunk (state=3): >>>/root <<< 3089 1726773005.99752: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773005.99757: stdout chunk (state=3): >>><<< 3089 1726773005.99765: stderr chunk (state=3): >>><<< 3089 1726773005.99785: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773005.99799: _low_level_execute_command(): starting 3089 1726773005.99803: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666 `" && echo ansible-tmp-1726773005.9978647-3906-119746763232666="` echo /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666 `" ) && sleep 0' 3089 1726773006.00555: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773006.00586: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773006.02884: stdout chunk (state=3): >>>ansible-tmp-1726773005.9978647-3906-119746763232666=/root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666 <<< 3089 1726773006.03007: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773006.03080: stderr chunk (state=3): >>><<< 3089 1726773006.03082: stdout chunk (state=3): >>><<< 3089 1726773006.03098: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773005.9978647-3906-119746763232666=/root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773006.03180: variable 'ansible_module_compression' from source: unknown 3089 1726773006.03220: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3089 1726773006.03252: variable 'ansible_facts' from source: unknown 3089 1726773006.03318: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/AnsiballZ_stat.py 3089 1726773006.03422: Sending initial data 3089 1726773006.03426: Sent initial data (151 bytes) 3089 1726773006.03932: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773006.03939: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address <<< 3089 1726773006.03942: 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.46.99 originally 10.31.46.99 <<< 3089 1726773006.03946: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773006.03988: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773006.04041: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773006.04132: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773006.05931: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773006.05959: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773006.06019: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpg2hoi38m /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/AnsiballZ_stat.py <<< 3089 1726773006.06022: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/AnsiballZ_stat.py" <<< 3089 1726773006.06053: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpg2hoi38m" to remote "/root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/AnsiballZ_stat.py" <<< 3089 1726773006.06057: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/AnsiballZ_stat.py" <<< 3089 1726773006.06593: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773006.06674: stderr chunk (state=3): >>><<< 3089 1726773006.06677: stdout chunk (state=3): >>><<< 3089 1726773006.06698: done transferring module to remote 3089 1726773006.06709: _low_level_execute_command(): starting 3089 1726773006.06714: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/ /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/AnsiballZ_stat.py && sleep 0' 3089 1726773006.07214: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773006.07218: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773006.07220: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address <<< 3089 1726773006.07223: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773006.07225: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773006.07284: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773006.07291: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773006.07293: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773006.07326: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773006.09117: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773006.09179: stderr chunk (state=3): >>><<< 3089 1726773006.09183: stdout chunk (state=3): >>><<< 3089 1726773006.09202: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773006.09205: _low_level_execute_command(): starting 3089 1726773006.09210: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/AnsiballZ_stat.py && sleep 0' 3089 1726773006.09717: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773006.09721: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773006.09723: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773006.09725: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773006.09783: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773006.09786: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773006.09791: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773006.09836: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773006.29793: 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": 262607, "dev": 51714, "nlink": 1, "atime": 1726773003.6698356, "mtime": 1726773003.8498368, "ctime": 1726773003.8498368, "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": "2181037092", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3089 1726773006.31222: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773006.31251: stderr chunk (state=3): >>>Shared connection to 10.31.46.99 closed. <<< 3089 1726773006.31362: stderr chunk (state=3): >>><<< 3089 1726773006.31377: stdout chunk (state=3): >>><<< 3089 1726773006.31410: _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": 262607, "dev": 51714, "nlink": 1, "atime": 1726773003.6698356, "mtime": 1726773003.8498368, "ctime": 1726773003.8498368, "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": "2181037092", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773006.31510: 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-1726773005.9978647-3906-119746763232666/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3089 1726773006.31704: Sending initial data 3089 1726773006.31714: Sent initial data (139 bytes) 3089 1726773006.32418: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773006.32458: 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 <<< 3089 1726773006.32500: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773006.32606: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773006.32630: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773006.32712: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773006.34338: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773006.34406: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773006.34517: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/.w0_4ojs9 /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/.source <<< 3089 1726773006.34520: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/.source" <<< 3089 1726773006.34574: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/.w0_4ojs9" to remote "/root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/.source" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/.source" <<< 3089 1726773006.34724: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773006.34808: stderr chunk (state=3): >>><<< 3089 1726773006.34811: stdout chunk (state=3): >>><<< 3089 1726773006.34832: _low_level_execute_command(): starting 3089 1726773006.34837: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/ /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/.source && sleep 0' 3089 1726773006.35486: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773006.35554: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773006.35611: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773006.35631: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773006.35659: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773006.35728: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773006.37554: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773006.37613: stderr chunk (state=3): >>><<< 3089 1726773006.37617: stdout chunk (state=3): >>><<< 3089 1726773006.37634: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773006.37656: variable 'ansible_module_compression' from source: unknown 3089 1726773006.37690: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 3089 1726773006.37712: variable 'ansible_facts' from source: unknown 3089 1726773006.37760: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/AnsiballZ_copy.py 3089 1726773006.37942: Sending initial data 3089 1726773006.37946: Sent initial data (151 bytes) 3089 1726773006.38543: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773006.38547: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773006.38567: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773006.40142: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 3089 1726773006.40158: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773006.40204: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773006.40252: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmp_mov1ck8 /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/AnsiballZ_copy.py <<< 3089 1726773006.40255: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/AnsiballZ_copy.py" <<< 3089 1726773006.40289: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmp_mov1ck8" to remote "/root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/AnsiballZ_copy.py" <<< 3089 1726773006.40825: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773006.40904: stderr chunk (state=3): >>><<< 3089 1726773006.40908: stdout chunk (state=3): >>><<< 3089 1726773006.40927: done transferring module to remote 3089 1726773006.40937: _low_level_execute_command(): starting 3089 1726773006.40941: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/ /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/AnsiballZ_copy.py && sleep 0' 3089 1726773006.41502: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773006.41507: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773006.41520: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773006.41593: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773006.41596: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773006.41649: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773006.41740: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773006.71618: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773006.71683: stderr chunk (state=3): >>><<< 3089 1726773006.71687: stdout chunk (state=3): >>><<< 3089 1726773006.71703: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773006.71706: _low_level_execute_command(): starting 3089 1726773006.71711: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/AnsiballZ_copy.py && sleep 0' 3089 1726773006.72249: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773006.72254: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773006.72257: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration <<< 3089 1726773006.72259: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773006.72261: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773006.72292: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773006.72300: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773006.72349: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773006.91175: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/.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-1726773005.9978647-3906-119746763232666/.source", "_original_basename": ".w0_4ojs9", "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}}} <<< 3089 1726773006.92554: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773006.92618: stderr chunk (state=3): >>><<< 3089 1726773006.92622: stdout chunk (state=3): >>><<< 3089 1726773006.92639: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/.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-1726773005.9978647-3906-119746763232666/.source", "_original_basename": ".w0_4ojs9", "follow": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773006.92666: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/.source', '_original_basename': '.w0_4ojs9', '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-1726773005.9978647-3906-119746763232666/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773006.92675: _low_level_execute_command(): starting 3089 1726773006.92680: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773005.9978647-3906-119746763232666/ > /dev/null 2>&1 && sleep 0' 3089 1726773006.93186: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773006.93189: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773006.93192: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773006.93194: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773006.93196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773006.93246: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773006.93265: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773006.93268: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773006.93299: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773006.95343: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773006.95347: stdout chunk (state=3): >>><<< 3089 1726773006.95350: stderr chunk (state=3): >>><<< 3089 1726773006.95352: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773006.95355: handler run complete 3089 1726773006.95357: attempt loop complete, returning result 3089 1726773006.95359: _execute() done 3089 1726773006.95361: dumping result to json 3089 1726773006.95369: done dumping result, returning 3089 1726773006.95378: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [02b512f9-4fcf-c2f4-80d8-000000000033] 3089 1726773006.95385: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000033 3089 1726773006.95513: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000033 3089 1726773006.95517: 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-1726773005.9978647-3906-119746763232666/.source", "state": "file", "uid": 0 } 3089 1726773006.95624: no more pending results, returning what we have 3089 1726773006.95629: results queue empty 3089 1726773006.95630: checking for any_errors_fatal 3089 1726773006.95637: done checking for any_errors_fatal 3089 1726773006.95638: checking for max_fail_percentage 3089 1726773006.95644: done checking for max_fail_percentage 3089 1726773006.95644: checking to see if all hosts have failed and the running result is not ok 3089 1726773006.95645: done checking to see if all hosts have failed 3089 1726773006.95646: getting the remaining hosts for this loop 3089 1726773006.95648: done getting the remaining hosts for this loop 3089 1726773006.95652: getting the next task for host managed_node3 3089 1726773006.95660: done getting next task for host managed_node3 3089 1726773006.95663: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 3089 1726773006.95666: ^ 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 3089 1726773006.95677: getting variables 3089 1726773006.95679: in VariableManager get_vars() 3089 1726773006.95723: Calling all_inventory to load vars for managed_node3 3089 1726773006.95726: Calling groups_inventory to load vars for managed_node3 3089 1726773006.95729: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773006.95943: Calling all_plugins_play to load vars for managed_node3 3089 1726773006.95947: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773006.95958: Calling groups_plugins_play to load vars for managed_node3 3089 1726773006.96011: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773006.96054: done with get_vars() 3089 1726773006.96070: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 15:10:06 -0400 (0:00:01.008) 0:00:49.751 **** 3089 1726773006.96157: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 3089 1726773006.96478: worker is 1 (out of 1 available) 3089 1726773006.96610: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 3089 1726773006.96622: done queuing things up, now waiting for results queue to drain 3089 1726773006.96624: waiting for pending results... 3089 1726773006.96954: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config 3089 1726773006.96961: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000034 3089 1726773006.96965: variable 'ansible_search_path' from source: unknown 3089 1726773006.96972: variable 'ansible_search_path' from source: unknown 3089 1726773006.97021: calling self._execute() 3089 1726773006.97109: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773006.97123: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773006.97139: variable 'omit' from source: magic vars 3089 1726773006.97281: variable 'omit' from source: magic vars 3089 1726773006.97341: variable 'omit' from source: magic vars 3089 1726773006.97376: variable '__kernel_settings_profile_filename' from source: role '' all vars 3089 1726773006.97823: variable '__kernel_settings_profile_filename' from source: role '' all vars 3089 1726773006.97849: variable '__kernel_settings_profile_dir' from source: role '' all vars 3089 1726773006.97956: variable '__kernel_settings_profile_parent' from source: set_fact 3089 1726773006.97969: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3089 1726773006.98026: variable 'omit' from source: magic vars 3089 1726773006.98081: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773006.98128: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773006.98163: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773006.98187: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773006.98207: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773006.98251: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773006.98265: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773006.98274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773006.98470: Set connection var ansible_shell_executable to /bin/sh 3089 1726773006.98475: Set connection var ansible_shell_type to sh 3089 1726773006.98478: Set connection var ansible_timeout to 10 3089 1726773006.98480: Set connection var ansible_pipelining to False 3089 1726773006.98482: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773006.98485: Set connection var ansible_connection to ssh 3089 1726773006.98487: variable 'ansible_shell_executable' from source: unknown 3089 1726773006.98489: variable 'ansible_connection' from source: unknown 3089 1726773006.98491: variable 'ansible_module_compression' from source: unknown 3089 1726773006.98540: variable 'ansible_shell_type' from source: unknown 3089 1726773006.98543: variable 'ansible_shell_executable' from source: unknown 3089 1726773006.98545: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773006.98547: variable 'ansible_pipelining' from source: unknown 3089 1726773006.98550: variable 'ansible_timeout' from source: unknown 3089 1726773006.98552: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773006.98762: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3089 1726773006.98779: variable 'omit' from source: magic vars 3089 1726773006.98819: starting attempt loop 3089 1726773006.98826: running the handler 3089 1726773006.98829: _low_level_execute_command(): starting 3089 1726773006.98839: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773006.99669: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773006.99698: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773006.99813: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773006.99832: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773006.99854: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773006.99877: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773006.99960: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773007.01767: stdout chunk (state=3): >>>/root <<< 3089 1726773007.01959: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773007.01983: stdout chunk (state=3): >>><<< 3089 1726773007.02143: stderr chunk (state=3): >>><<< 3089 1726773007.02148: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773007.02151: _low_level_execute_command(): starting 3089 1726773007.02154: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773007.020611-3945-188898781725989 `" && echo ansible-tmp-1726773007.020611-3945-188898781725989="` echo /root/.ansible/tmp/ansible-tmp-1726773007.020611-3945-188898781725989 `" ) && sleep 0' 3089 1726773007.02778: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773007.02801: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773007.02806: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.02859: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773007.02877: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773007.02922: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773007.05129: stdout chunk (state=3): >>>ansible-tmp-1726773007.020611-3945-188898781725989=/root/.ansible/tmp/ansible-tmp-1726773007.020611-3945-188898781725989 <<< 3089 1726773007.05254: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773007.05321: stderr chunk (state=3): >>><<< 3089 1726773007.05325: stdout chunk (state=3): >>><<< 3089 1726773007.05339: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773007.020611-3945-188898781725989=/root/.ansible/tmp/ansible-tmp-1726773007.020611-3945-188898781725989 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773007.05394: variable 'ansible_module_compression' from source: unknown 3089 1726773007.05434: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 3089 1726773007.05585: variable 'ansible_facts' from source: unknown 3089 1726773007.05589: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773007.020611-3945-188898781725989/AnsiballZ_kernel_settings_get_config.py 3089 1726773007.05771: Sending initial data 3089 1726773007.05774: Sent initial data (172 bytes) 3089 1726773007.06447: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773007.06463: 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.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773007.06486: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773007.06565: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773007.08127: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773007.08153: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773007.08188: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpmqa7zbcu /root/.ansible/tmp/ansible-tmp-1726773007.020611-3945-188898781725989/AnsiballZ_kernel_settings_get_config.py <<< 3089 1726773007.08196: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773007.020611-3945-188898781725989/AnsiballZ_kernel_settings_get_config.py" <<< 3089 1726773007.08230: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpmqa7zbcu" to remote "/root/.ansible/tmp/ansible-tmp-1726773007.020611-3945-188898781725989/AnsiballZ_kernel_settings_get_config.py" <<< 3089 1726773007.08234: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773007.020611-3945-188898781725989/AnsiballZ_kernel_settings_get_config.py" <<< 3089 1726773007.08918: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773007.08970: stderr chunk (state=3): >>><<< 3089 1726773007.08984: stdout chunk (state=3): >>><<< 3089 1726773007.09098: done transferring module to remote 3089 1726773007.09102: _low_level_execute_command(): starting 3089 1726773007.09105: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773007.020611-3945-188898781725989/ /root/.ansible/tmp/ansible-tmp-1726773007.020611-3945-188898781725989/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3089 1726773007.09685: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773007.09713: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773007.09730: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.09759: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773007.09773: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773007.09822: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773007.11676: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773007.11738: stderr chunk (state=3): >>><<< 3089 1726773007.11742: stdout chunk (state=3): >>><<< 3089 1726773007.11759: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773007.11762: _low_level_execute_command(): starting 3089 1726773007.11767: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773007.020611-3945-188898781725989/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3089 1726773007.12268: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773007.12271: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.12274: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773007.12276: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.12340: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773007.12344: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773007.12348: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773007.12397: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773007.30067: stdout chunk (state=3): >>> {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 3089 1726773007.31463: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773007.31526: stderr chunk (state=3): >>><<< 3089 1726773007.31530: stdout chunk (state=3): >>><<< 3089 1726773007.31546: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773007.31568: done with _execute_module (fedora.linux_system_roles.kernel_settings_get_config, {'path': '/etc/tuned/profiles/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.kernel_settings_get_config', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773007.020611-3945-188898781725989/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773007.31576: _low_level_execute_command(): starting 3089 1726773007.31582: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773007.020611-3945-188898781725989/ > /dev/null 2>&1 && sleep 0' 3089 1726773007.32147: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773007.32151: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773007.32154: 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.46.99 originally 10.31.46.99 <<< 3089 1726773007.32156: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.32187: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773007.32219: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773007.32295: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773007.34208: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773007.34270: stderr chunk (state=3): >>><<< 3089 1726773007.34273: stdout chunk (state=3): >>><<< 3089 1726773007.34287: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773007.34293: handler run complete 3089 1726773007.34310: attempt loop complete, returning result 3089 1726773007.34313: _execute() done 3089 1726773007.34317: dumping result to json 3089 1726773007.34319: done dumping result, returning 3089 1726773007.34329: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config [02b512f9-4fcf-c2f4-80d8-000000000034] 3089 1726773007.34336: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000034 3089 1726773007.34432: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000034 3089 1726773007.34437: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "data": {} } 3089 1726773007.34493: no more pending results, returning what we have 3089 1726773007.34496: results queue empty 3089 1726773007.34497: checking for any_errors_fatal 3089 1726773007.34502: done checking for any_errors_fatal 3089 1726773007.34503: checking for max_fail_percentage 3089 1726773007.34504: done checking for max_fail_percentage 3089 1726773007.34504: checking to see if all hosts have failed and the running result is not ok 3089 1726773007.34505: done checking to see if all hosts have failed 3089 1726773007.34505: getting the remaining hosts for this loop 3089 1726773007.34506: done getting the remaining hosts for this loop 3089 1726773007.34510: getting the next task for host managed_node3 3089 1726773007.34516: done getting next task for host managed_node3 3089 1726773007.34519: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 3089 1726773007.34521: ^ 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 3089 1726773007.34529: getting variables 3089 1726773007.34530: in VariableManager get_vars() 3089 1726773007.34574: Calling all_inventory to load vars for managed_node3 3089 1726773007.34576: Calling groups_inventory to load vars for managed_node3 3089 1726773007.34579: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773007.34590: Calling all_plugins_play to load vars for managed_node3 3089 1726773007.34593: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773007.34596: Calling groups_plugins_play to load vars for managed_node3 3089 1726773007.34652: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773007.34699: done with get_vars() 3089 1726773007.34708: done getting variables 3089 1726773007.34806: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:10:07 -0400 (0:00:00.386) 0:00:50.138 **** 3089 1726773007.34829: entering _queue_task() for managed_node3/template 3089 1726773007.34831: Creating lock for template 3089 1726773007.35048: worker is 1 (out of 1 available) 3089 1726773007.35062: exiting _queue_task() for managed_node3/template 3089 1726773007.35077: done queuing things up, now waiting for results queue to drain 3089 1726773007.35079: waiting for pending results... 3089 1726773007.35258: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 3089 1726773007.35429: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000035 3089 1726773007.35433: variable 'ansible_search_path' from source: unknown 3089 1726773007.35439: variable 'ansible_search_path' from source: unknown 3089 1726773007.35442: calling self._execute() 3089 1726773007.35663: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773007.35666: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773007.35669: variable 'omit' from source: magic vars 3089 1726773007.35672: variable 'omit' from source: magic vars 3089 1726773007.35705: variable 'omit' from source: magic vars 3089 1726773007.36084: variable '__kernel_settings_profile_src' from source: role '' all vars 3089 1726773007.36102: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3089 1726773007.36189: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3089 1726773007.36224: variable '__kernel_settings_profile_filename' from source: role '' all vars 3089 1726773007.36299: variable '__kernel_settings_profile_filename' from source: role '' all vars 3089 1726773007.36379: variable '__kernel_settings_profile_dir' from source: role '' all vars 3089 1726773007.36473: variable '__kernel_settings_profile_parent' from source: set_fact 3089 1726773007.36485: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3089 1726773007.36531: variable 'omit' from source: magic vars 3089 1726773007.36585: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773007.36649: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773007.36686: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773007.36703: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773007.36761: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773007.36764: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773007.36767: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773007.36769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773007.36844: Set connection var ansible_shell_executable to /bin/sh 3089 1726773007.36856: Set connection var ansible_shell_type to sh 3089 1726773007.36863: Set connection var ansible_timeout to 10 3089 1726773007.36866: Set connection var ansible_pipelining to False 3089 1726773007.36868: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773007.36870: Set connection var ansible_connection to ssh 3089 1726773007.36892: variable 'ansible_shell_executable' from source: unknown 3089 1726773007.36894: variable 'ansible_connection' from source: unknown 3089 1726773007.36899: variable 'ansible_module_compression' from source: unknown 3089 1726773007.36902: variable 'ansible_shell_type' from source: unknown 3089 1726773007.36905: variable 'ansible_shell_executable' from source: unknown 3089 1726773007.36907: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773007.36912: variable 'ansible_pipelining' from source: unknown 3089 1726773007.36914: variable 'ansible_timeout' from source: unknown 3089 1726773007.36919: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773007.37045: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773007.37054: variable 'omit' from source: magic vars 3089 1726773007.37059: starting attempt loop 3089 1726773007.37062: running the handler 3089 1726773007.37076: _low_level_execute_command(): starting 3089 1726773007.37183: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773007.37629: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773007.37633: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.37638: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773007.37640: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.37681: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773007.37684: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773007.37704: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773007.37764: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773007.39431: stdout chunk (state=3): >>>/root <<< 3089 1726773007.39704: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773007.39708: stdout chunk (state=3): >>><<< 3089 1726773007.39711: stderr chunk (state=3): >>><<< 3089 1726773007.39733: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773007.39757: _low_level_execute_command(): starting 3089 1726773007.39844: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121 `" && echo ansible-tmp-1726773007.3974347-3960-48019629648121="` echo /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121 `" ) && sleep 0' 3089 1726773007.40385: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773007.40438: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773007.40460: 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.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.40486: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773007.40489: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773007.40491: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773007.40536: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773007.42511: stdout chunk (state=3): >>>ansible-tmp-1726773007.3974347-3960-48019629648121=/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121 <<< 3089 1726773007.42754: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773007.42758: stdout chunk (state=3): >>><<< 3089 1726773007.42761: stderr chunk (state=3): >>><<< 3089 1726773007.42781: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773007.3974347-3960-48019629648121=/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773007.42941: evaluation_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 3089 1726773007.42945: search_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 3089 1726773007.42948: variable 'ansible_search_path' from source: unknown 3089 1726773007.43760: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726773007.45228: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726773007.45289: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726773007.45317: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726773007.45347: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726773007.45369: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726773007.45589: 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) 3089 1726773007.45611: 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) 3089 1726773007.45630: 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) 3089 1726773007.45660: 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) 3089 1726773007.45675: 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) 3089 1726773007.45932: 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) 3089 1726773007.45951: 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) 3089 1726773007.45970: 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) 3089 1726773007.45999: 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) 3089 1726773007.46009: 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) 3089 1726773007.46293: variable 'ansible_managed' from source: unknown 3089 1726773007.46299: variable '__sections' from source: task vars 3089 1726773007.46539: 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) 3089 1726773007.46542: 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) 3089 1726773007.46543: 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) 3089 1726773007.46552: 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) 3089 1726773007.46554: 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) 3089 1726773007.46559: variable 'kernel_settings_sysctl' from source: role '' defaults 3089 1726773007.46642: variable '__kernel_settings_state_empty' from source: role '' all vars 3089 1726773007.46645: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3089 1726773007.46648: variable '__sysctl_old' from source: task vars 3089 1726773007.46739: variable '__sysctl_old' from source: task vars 3089 1726773007.46820: variable 'kernel_settings_purge' from source: role '' defaults 3089 1726773007.46824: variable 'kernel_settings_sysctl' from source: role '' defaults 3089 1726773007.46826: variable '__kernel_settings_state_empty' from source: role '' all vars 3089 1726773007.46832: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3089 1726773007.46941: variable '__kernel_settings_profile_contents' from source: set_fact 3089 1726773007.46989: variable 'kernel_settings_sysfs' from source: role '' defaults 3089 1726773007.46993: variable '__kernel_settings_state_empty' from source: role '' all vars 3089 1726773007.47000: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3089 1726773007.47016: variable '__sysfs_old' from source: task vars 3089 1726773007.47062: variable '__sysfs_old' from source: task vars 3089 1726773007.47213: variable 'kernel_settings_purge' from source: role '' defaults 3089 1726773007.47219: variable 'kernel_settings_sysfs' from source: role '' defaults 3089 1726773007.47222: variable '__kernel_settings_state_empty' from source: role '' all vars 3089 1726773007.47240: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3089 1726773007.47243: variable '__kernel_settings_profile_contents' from source: set_fact 3089 1726773007.47252: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 3089 1726773007.47259: variable '__systemd_old' from source: task vars 3089 1726773007.47306: variable '__systemd_old' from source: task vars 3089 1726773007.47450: variable 'kernel_settings_purge' from source: role '' defaults 3089 1726773007.47453: variable 'kernel_settings_systemd_cpu_affinity' from source: role '' defaults 3089 1726773007.47456: variable '__kernel_settings_state_absent' from source: role '' all vars 3089 1726773007.47539: variable '__kernel_settings_profile_contents' from source: set_fact 3089 1726773007.47541: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 3089 1726773007.47542: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 3089 1726773007.47544: variable '__trans_huge_old' from source: task vars 3089 1726773007.47545: variable '__trans_huge_old' from source: task vars 3089 1726773007.47677: variable 'kernel_settings_purge' from source: role '' defaults 3089 1726773007.47680: variable 'kernel_settings_transparent_hugepages' from source: role '' defaults 3089 1726773007.47683: variable '__kernel_settings_state_absent' from source: role '' all vars 3089 1726773007.47746: variable '__kernel_settings_profile_contents' from source: set_fact 3089 1726773007.47753: variable '__trans_defrag_old' from source: task vars 3089 1726773007.47755: variable '__trans_defrag_old' from source: task vars 3089 1726773007.47904: variable 'kernel_settings_purge' from source: role '' defaults 3089 1726773007.47907: variable 'kernel_settings_transparent_hugepages_defrag' from source: role '' defaults 3089 1726773007.47910: variable '__kernel_settings_state_absent' from source: role '' all vars 3089 1726773007.48139: variable '__kernel_settings_profile_contents' from source: set_fact 3089 1726773007.48142: variable '__kernel_settings_state_absent' from source: role '' all vars 3089 1726773007.48143: variable '__kernel_settings_state_absent' from source: role '' all vars 3089 1726773007.48145: variable '__kernel_settings_state_absent' from source: role '' all vars 3089 1726773007.48434: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773007.48480: variable 'ansible_module_compression' from source: unknown 3089 1726773007.48517: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3089 1726773007.48538: variable 'ansible_facts' from source: unknown 3089 1726773007.48604: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/AnsiballZ_stat.py 3089 1726773007.48710: Sending initial data 3089 1726773007.48713: Sent initial data (150 bytes) 3089 1726773007.49220: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773007.49224: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.49227: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773007.49229: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.49289: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773007.49297: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773007.49339: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773007.51045: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773007.51079: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773007.51114: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpi9vtrf7y /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/AnsiballZ_stat.py <<< 3089 1726773007.51151: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/AnsiballZ_stat.py" <<< 3089 1726773007.51182: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpi9vtrf7y" to remote "/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/AnsiballZ_stat.py" <<< 3089 1726773007.52150: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773007.52154: stdout chunk (state=3): >>><<< 3089 1726773007.52156: stderr chunk (state=3): >>><<< 3089 1726773007.52158: done transferring module to remote 3089 1726773007.52161: _low_level_execute_command(): starting 3089 1726773007.52163: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/ /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/AnsiballZ_stat.py && sleep 0' 3089 1726773007.52995: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773007.53000: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.53003: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.53069: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773007.53073: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773007.53084: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773007.53136: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773007.54978: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773007.55038: stderr chunk (state=3): >>><<< 3089 1726773007.55042: stdout chunk (state=3): >>><<< 3089 1726773007.55060: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773007.55063: _low_level_execute_command(): starting 3089 1726773007.55069: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/AnsiballZ_stat.py && sleep 0' 3089 1726773007.55556: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773007.55560: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773007.55563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726773007.55565: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773007.55568: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.55620: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773007.55623: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773007.55673: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773007.75959: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 3089 1726773007.77587: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773007.77651: stderr chunk (state=3): >>><<< 3089 1726773007.77654: stdout chunk (state=3): >>><<< 3089 1726773007.77670: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773007.77694: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3089 1726773007.77807: Sending initial data 3089 1726773007.77811: Sent initial data (164 bytes) 3089 1726773007.78325: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773007.78329: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773007.78332: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726773007.78334: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773007.78338: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.78395: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773007.78398: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773007.78403: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773007.78446: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773007.80499: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773007.80598: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773007.80603: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpeuj2fnvc/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/.source.conf <<< 3089 1726773007.80605: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/.source.conf" <<< 3089 1726773007.80647: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpeuj2fnvc/kernel_settings.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/.source.conf" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/.source.conf" <<< 3089 1726773007.80831: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773007.80908: stderr chunk (state=3): >>><<< 3089 1726773007.80912: stdout chunk (state=3): >>><<< 3089 1726773007.81007: _low_level_execute_command(): starting 3089 1726773007.81011: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/ /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/.source.conf && sleep 0' 3089 1726773007.81576: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.81755: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773007.83741: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773007.83803: stderr chunk (state=3): >>><<< 3089 1726773007.83807: stdout chunk (state=3): >>><<< 3089 1726773007.83824: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773007.83849: variable 'ansible_module_compression' from source: unknown 3089 1726773007.83884: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 3089 1726773007.83907: variable 'ansible_facts' from source: unknown 3089 1726773007.83953: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/AnsiballZ_copy.py 3089 1726773007.84058: Sending initial data 3089 1726773007.84062: Sent initial data (150 bytes) 3089 1726773007.84717: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773007.84742: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773007.84762: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773007.84837: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773007.86736: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773007.86773: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773007.86812: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpp57j_828 /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/AnsiballZ_copy.py <<< 3089 1726773007.86817: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/AnsiballZ_copy.py" <<< 3089 1726773007.86853: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpp57j_828" to remote "/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/AnsiballZ_copy.py" <<< 3089 1726773007.87426: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773007.87510: stderr chunk (state=3): >>><<< 3089 1726773007.87513: stdout chunk (state=3): >>><<< 3089 1726773007.87531: done transferring module to remote 3089 1726773007.87541: _low_level_execute_command(): starting 3089 1726773007.87546: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/ /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/AnsiballZ_copy.py && sleep 0' 3089 1726773007.88042: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773007.88046: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773007.88050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726773007.88053: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773007.88068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.88110: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773007.88113: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773007.88115: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773007.88162: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773007.90350: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773007.90409: stderr chunk (state=3): >>><<< 3089 1726773007.90413: stdout chunk (state=3): >>><<< 3089 1726773007.90434: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773007.90439: _low_level_execute_command(): starting 3089 1726773007.90442: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/AnsiballZ_copy.py && sleep 0' 3089 1726773007.90940: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773007.90944: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.90947: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773007.90949: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773007.90951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773007.91007: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773007.91014: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773007.91059: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773008.10454: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/.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-1726773007.3974347-3960-48019629648121/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3089 1726773008.12073: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773008.12078: stderr chunk (state=3): >>><<< 3089 1726773008.12086: stdout chunk (state=3): >>><<< 3089 1726773008.12105: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/.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-1726773007.3974347-3960-48019629648121/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773008.12141: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/.source.conf', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': 'e44ba7fc7046252a1b6772f7347d0e7b9b48a069', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773008.12171: _low_level_execute_command(): starting 3089 1726773008.12175: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/ > /dev/null 2>&1 && sleep 0' 3089 1726773008.12715: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773008.12719: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773008.12722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773008.12725: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773008.12727: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773008.12728: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773008.12729: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773008.12754: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773008.12806: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773008.15072: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773008.15077: stdout chunk (state=3): >>><<< 3089 1726773008.15080: stderr chunk (state=3): >>><<< 3089 1726773008.15098: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773008.15105: handler run complete 3089 1726773008.15127: attempt loop complete, returning result 3089 1726773008.15130: _execute() done 3089 1726773008.15132: dumping result to json 3089 1726773008.15143: done dumping result, returning 3089 1726773008.15153: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [02b512f9-4fcf-c2f4-80d8-000000000035] 3089 1726773008.15158: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000035 3089 1726773008.15304: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000035 3089 1726773008.15306: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "7d83891795eeb6debeff7e2812501630", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "src": "/root/.ansible/tmp/ansible-tmp-1726773007.3974347-3960-48019629648121/.source.conf", "state": "file", "uid": 0 } 3089 1726773008.15407: no more pending results, returning what we have 3089 1726773008.15416: results queue empty 3089 1726773008.15417: checking for any_errors_fatal 3089 1726773008.15422: done checking for any_errors_fatal 3089 1726773008.15423: checking for max_fail_percentage 3089 1726773008.15424: done checking for max_fail_percentage 3089 1726773008.15428: checking to see if all hosts have failed and the running result is not ok 3089 1726773008.15429: done checking to see if all hosts have failed 3089 1726773008.15429: getting the remaining hosts for this loop 3089 1726773008.15431: done getting the remaining hosts for this loop 3089 1726773008.15434: getting the next task for host managed_node3 3089 1726773008.15444: done getting next task for host managed_node3 3089 1726773008.15448: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 3089 1726773008.15451: ^ 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 3089 1726773008.15461: getting variables 3089 1726773008.15462: in VariableManager get_vars() 3089 1726773008.15497: Calling all_inventory to load vars for managed_node3 3089 1726773008.15500: Calling groups_inventory to load vars for managed_node3 3089 1726773008.15502: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773008.15511: Calling all_plugins_play to load vars for managed_node3 3089 1726773008.15513: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773008.15515: Calling groups_plugins_play to load vars for managed_node3 3089 1726773008.15558: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773008.15589: done with get_vars() 3089 1726773008.15598: done getting variables 3089 1726773008.15645: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 15:10:08 -0400 (0:00:00.808) 0:00:50.946 **** 3089 1726773008.15669: entering _queue_task() for managed_node3/service 3089 1726773008.15880: worker is 1 (out of 1 available) 3089 1726773008.15897: exiting _queue_task() for managed_node3/service 3089 1726773008.15911: done queuing things up, now waiting for results queue to drain 3089 1726773008.15912: waiting for pending results... 3089 1726773008.16081: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 3089 1726773008.16147: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000036 3089 1726773008.16164: variable 'ansible_search_path' from source: unknown 3089 1726773008.16168: variable 'ansible_search_path' from source: unknown 3089 1726773008.16208: variable '__kernel_settings_services' from source: include_vars 3089 1726773008.16466: variable '__kernel_settings_services' from source: include_vars 3089 1726773008.16524: variable 'omit' from source: magic vars 3089 1726773008.16602: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773008.16615: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773008.16623: variable 'omit' from source: magic vars 3089 1726773008.16866: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773008.17051: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773008.17084: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773008.17110: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773008.17239: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773008.17241: variable '__kernel_settings_register_profile' from source: set_fact 3089 1726773008.17244: variable '__kernel_settings_register_mode' from source: set_fact 3089 1726773008.17246: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): True 3089 1726773008.17255: variable 'omit' from source: magic vars 3089 1726773008.17286: variable 'omit' from source: magic vars 3089 1726773008.17317: variable 'item' from source: unknown 3089 1726773008.17372: variable 'item' from source: unknown 3089 1726773008.17388: variable 'omit' from source: magic vars 3089 1726773008.17416: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773008.17441: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773008.17457: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773008.17474: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773008.17483: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773008.17510: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773008.17514: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773008.17517: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773008.17639: Set connection var ansible_shell_executable to /bin/sh 3089 1726773008.17641: Set connection var ansible_shell_type to sh 3089 1726773008.17643: Set connection var ansible_timeout to 10 3089 1726773008.17644: Set connection var ansible_pipelining to False 3089 1726773008.17645: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773008.17646: Set connection var ansible_connection to ssh 3089 1726773008.17648: variable 'ansible_shell_executable' from source: unknown 3089 1726773008.17649: variable 'ansible_connection' from source: unknown 3089 1726773008.17651: variable 'ansible_module_compression' from source: unknown 3089 1726773008.17652: variable 'ansible_shell_type' from source: unknown 3089 1726773008.17653: variable 'ansible_shell_executable' from source: unknown 3089 1726773008.17654: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773008.17655: variable 'ansible_pipelining' from source: unknown 3089 1726773008.17656: variable 'ansible_timeout' from source: unknown 3089 1726773008.17658: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773008.17741: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773008.17757: variable 'omit' from source: magic vars 3089 1726773008.17760: starting attempt loop 3089 1726773008.17763: running the handler 3089 1726773008.17828: variable 'ansible_facts' from source: unknown 3089 1726773008.17858: _low_level_execute_command(): starting 3089 1726773008.17864: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773008.18423: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773008.18427: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773008.18430: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration <<< 3089 1726773008.18432: 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 <<< 3089 1726773008.18437: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773008.18490: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773008.18493: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773008.18496: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773008.18544: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773008.20426: stdout chunk (state=3): >>>/root <<< 3089 1726773008.20617: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773008.20621: stdout chunk (state=3): >>><<< 3089 1726773008.20629: stderr chunk (state=3): >>><<< 3089 1726773008.20651: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773008.20665: _low_level_execute_command(): starting 3089 1726773008.20671: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575 `" && echo ansible-tmp-1726773008.206517-3994-192225557266575="` echo /root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575 `" ) && sleep 0' 3089 1726773008.21179: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773008.21183: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773008.21186: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773008.21188: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773008.21242: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773008.21246: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773008.21248: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773008.21296: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773008.23600: stdout chunk (state=3): >>>ansible-tmp-1726773008.206517-3994-192225557266575=/root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575 <<< 3089 1726773008.23731: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773008.23795: stderr chunk (state=3): >>><<< 3089 1726773008.23800: stdout chunk (state=3): >>><<< 3089 1726773008.23820: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773008.206517-3994-192225557266575=/root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773008.23849: variable 'ansible_module_compression' from source: unknown 3089 1726773008.23893: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 3089 1726773008.23946: variable 'ansible_facts' from source: unknown 3089 1726773008.24083: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/AnsiballZ_setup.py 3089 1726773008.24212: Sending initial data 3089 1726773008.24215: Sent initial data (151 bytes) 3089 1726773008.24699: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773008.24703: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773008.24714: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773008.24733: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773008.24785: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773008.24789: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773008.24791: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773008.24837: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773008.26596: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773008.26628: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773008.26675: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpiqk1arvt /root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/AnsiballZ_setup.py <<< 3089 1726773008.26679: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/AnsiballZ_setup.py" <<< 3089 1726773008.26718: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpiqk1arvt" to remote "/root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/AnsiballZ_setup.py" <<< 3089 1726773008.26721: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/AnsiballZ_setup.py" <<< 3089 1726773008.27941: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773008.27945: stderr chunk (state=3): >>><<< 3089 1726773008.27948: stdout chunk (state=3): >>><<< 3089 1726773008.27950: done transferring module to remote 3089 1726773008.27952: _low_level_execute_command(): starting 3089 1726773008.27955: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/ /root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/AnsiballZ_setup.py && sleep 0' 3089 1726773008.28357: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773008.28374: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773008.28388: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773008.28433: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773008.28450: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773008.28495: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773008.30560: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773008.30566: stderr chunk (state=3): >>><<< 3089 1726773008.30569: stdout chunk (state=3): >>><<< 3089 1726773008.30585: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773008.30589: _low_level_execute_command(): starting 3089 1726773008.30593: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/AnsiballZ_setup.py && sleep 0' 3089 1726773008.31101: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773008.31105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773008.31108: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773008.31110: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773008.31167: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773008.31176: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773008.31179: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773008.31218: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773009.21677: 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"}}} <<< 3089 1726773009.23696: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773009.23758: stderr chunk (state=3): >>><<< 3089 1726773009.23762: stdout chunk (state=3): >>><<< 3089 1726773009.23778: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_service_mgr": "systemd"}, "invocation": {"module_args": {"gather_subset": ["!all"], "filter": ["ansible_service_mgr"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773009.23804: 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-1726773008.206517-3994-192225557266575/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773009.23819: 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} 3089 1726773009.23882: variable 'ansible_module_compression' from source: unknown 3089 1726773009.23912: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 3089 1726773009.23963: variable 'ansible_facts' from source: unknown 3089 1726773009.24100: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/AnsiballZ_systemd.py 3089 1726773009.24209: Sending initial data 3089 1726773009.24212: Sent initial data (153 bytes) 3089 1726773009.24711: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773009.24714: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773009.24718: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773009.24720: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773009.24774: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773009.24777: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773009.24780: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773009.24827: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773009.26642: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773009.26676: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773009.26720: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmplog35mwe /root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/AnsiballZ_systemd.py <<< 3089 1726773009.26722: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/AnsiballZ_systemd.py" <<< 3089 1726773009.26757: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmplog35mwe" to remote "/root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/AnsiballZ_systemd.py" <<< 3089 1726773009.26762: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/AnsiballZ_systemd.py" <<< 3089 1726773009.27840: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773009.27917: stderr chunk (state=3): >>><<< 3089 1726773009.27921: stdout chunk (state=3): >>><<< 3089 1726773009.27944: done transferring module to remote 3089 1726773009.27952: _low_level_execute_command(): starting 3089 1726773009.27962: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/ /root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/AnsiballZ_systemd.py && sleep 0' 3089 1726773009.28455: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773009.28459: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773009.28462: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration <<< 3089 1726773009.28466: 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 <<< 3089 1726773009.28468: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773009.28528: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773009.28531: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773009.28567: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773009.30521: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773009.30585: stderr chunk (state=3): >>><<< 3089 1726773009.30589: stdout chunk (state=3): >>><<< 3089 1726773009.30603: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773009.30606: _low_level_execute_command(): starting 3089 1726773009.30611: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/AnsiballZ_systemd.py && sleep 0' 3089 1726773009.31114: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773009.31118: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773009.31121: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773009.31128: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773009.31130: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773009.31179: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773009.31183: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773009.31185: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773009.31233: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773009.83152: stdout chunk (state=3): >>> {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "4343", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:03 EDT", "ExecMainStartTimestampMonotonic": "414649117", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "4343", "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:03 EDT] ; stop_time=[n/a] ; pid=4343 ; 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:03 EDT] ; stop_time=[n/a] ; pid=4343 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "5624", "MemoryCurrent": "16228352", "MemoryPeak": "17133568", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3485773824", "CPUUsageNSec": "353755000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket dbus-broker.service system.slice sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "tlp.service auto-cpufreq.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus.socket dbus-broker.service sysinit.target systemd-sysctl.service basic.target network.target polkit.service system.slice systemd-journald.socket", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:03 EDT", "StateChangeTimestampMonotonic": "415334228", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:03 EDT", "InactiveExitTimestampMonotonic": "414649411", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:03 EDT", "ActiveEnterTimestampMonotonic": "415334228", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:03 EDT", "ConditionTimestampMonotonic": "414642981", "AssertTimestamp": "Thu 2024-09-19 15:10:03 EDT", "AssertTimestampMonotonic": "414642984", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "02bf2b80d9674be0af9380b3188ad5e2", "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}}} <<< 3089 1726773009.85230: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773009.85296: stderr chunk (state=3): >>><<< 3089 1726773009.85300: stdout chunk (state=3): >>><<< 3089 1726773009.85321: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "4343", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:03 EDT", "ExecMainStartTimestampMonotonic": "414649117", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "4343", "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:03 EDT] ; stop_time=[n/a] ; pid=4343 ; 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:03 EDT] ; stop_time=[n/a] ; pid=4343 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "5624", "MemoryCurrent": "16228352", "MemoryPeak": "17133568", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3485773824", "CPUUsageNSec": "353755000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket dbus-broker.service system.slice sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "tlp.service auto-cpufreq.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus.socket dbus-broker.service sysinit.target systemd-sysctl.service basic.target network.target polkit.service system.slice systemd-journald.socket", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:03 EDT", "StateChangeTimestampMonotonic": "415334228", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:03 EDT", "InactiveExitTimestampMonotonic": "414649411", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:03 EDT", "ActiveEnterTimestampMonotonic": "415334228", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:03 EDT", "ConditionTimestampMonotonic": "414642981", "AssertTimestamp": "Thu 2024-09-19 15:10:03 EDT", "AssertTimestampMonotonic": "414642984", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "02bf2b80d9674be0af9380b3188ad5e2", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "restarted", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773009.85470: 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-1726773008.206517-3994-192225557266575/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773009.85488: _low_level_execute_command(): starting 3089 1726773009.85491: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773008.206517-3994-192225557266575/ > /dev/null 2>&1 && sleep 0' 3089 1726773009.86031: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773009.86037: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773009.86040: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration <<< 3089 1726773009.86042: 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.46.99 originally 10.31.46.99 <<< 3089 1726773009.86044: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773009.86045: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773009.86046: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773009.86068: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773009.86120: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773009.88132: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773009.88139: stdout chunk (state=3): >>><<< 3089 1726773009.88142: stderr chunk (state=3): >>><<< 3089 1726773009.88157: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773009.88167: handler run complete 3089 1726773009.88209: attempt loop complete, returning result 3089 1726773009.88226: variable 'item' from source: unknown 3089 1726773009.88642: 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:03 EDT", "ActiveEnterTimestampMonotonic": "415334228", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket dbus-broker.service sysinit.target systemd-sysctl.service basic.target network.target polkit.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:10:03 EDT", "AssertTimestampMonotonic": "414642984", "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": "353755000", "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:03 EDT", "ConditionTimestampMonotonic": "414642981", "ConfigurationDirectoryMode": "0755", "Conflicts": "tlp.service auto-cpufreq.service power-profiles-daemon.service cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "5624", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "4343", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:03 EDT", "ExecMainStartTimestampMonotonic": "414649117", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:03 EDT] ; stop_time=[n/a] ; pid=4343 ; 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:03 EDT] ; stop_time=[n/a] ; pid=4343 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:03 EDT", "InactiveExitTimestampMonotonic": "414649411", "InvocationID": "02bf2b80d9674be0af9380b3188ad5e2", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "4343", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3485773824", "MemoryCurrent": "16228352", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "17133568", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket dbus-broker.service system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 15:10:03 EDT", "StateChangeTimestampMonotonic": "415334228", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 3089 1726773009.89331: dumping result to json 3089 1726773009.89337: done dumping result, returning 3089 1726773009.89340: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [02b512f9-4fcf-c2f4-80d8-000000000036] 3089 1726773009.89342: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000036 3089 1726773009.89595: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000036 3089 1726773009.89607: WORKER PROCESS EXITING 3089 1726773009.89617: no more pending results, returning what we have 3089 1726773009.89620: results queue empty 3089 1726773009.89621: checking for any_errors_fatal 3089 1726773009.89628: done checking for any_errors_fatal 3089 1726773009.89629: checking for max_fail_percentage 3089 1726773009.89630: done checking for max_fail_percentage 3089 1726773009.89631: checking to see if all hosts have failed and the running result is not ok 3089 1726773009.89631: done checking to see if all hosts have failed 3089 1726773009.89632: getting the remaining hosts for this loop 3089 1726773009.89634: done getting the remaining hosts for this loop 3089 1726773009.89640: getting the next task for host managed_node3 3089 1726773009.89647: done getting next task for host managed_node3 3089 1726773009.89649: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 3089 1726773009.89651: ^ 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 3089 1726773009.89658: getting variables 3089 1726773009.89659: in VariableManager get_vars() 3089 1726773009.89681: Calling all_inventory to load vars for managed_node3 3089 1726773009.89683: Calling groups_inventory to load vars for managed_node3 3089 1726773009.89684: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773009.89691: Calling all_plugins_play to load vars for managed_node3 3089 1726773009.89693: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773009.89696: Calling groups_plugins_play to load vars for managed_node3 3089 1726773009.89738: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773009.89766: done with get_vars() 3089 1726773009.89772: done getting variables 3089 1726773009.89846: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 15:10:09 -0400 (0:00:01.741) 0:00:52.688 **** 3089 1726773009.89869: entering _queue_task() for managed_node3/command 3089 1726773009.89870: Creating lock for command 3089 1726773009.90080: worker is 1 (out of 1 available) 3089 1726773009.90095: exiting _queue_task() for managed_node3/command 3089 1726773009.90107: done queuing things up, now waiting for results queue to drain 3089 1726773009.90109: waiting for pending results... 3089 1726773009.90283: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 3089 1726773009.90359: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000037 3089 1726773009.90372: variable 'ansible_search_path' from source: unknown 3089 1726773009.90375: variable 'ansible_search_path' from source: unknown 3089 1726773009.90409: calling self._execute() 3089 1726773009.90464: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773009.90471: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773009.90481: variable 'omit' from source: magic vars 3089 1726773009.90895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773009.91080: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773009.91117: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773009.91147: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773009.91174: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773009.91267: variable '__kernel_settings_register_profile' from source: set_fact 3089 1726773009.91289: Evaluated conditional (not __kernel_settings_register_profile is changed): False 3089 1726773009.91292: when evaluation is False, skipping this task 3089 1726773009.91295: _execute() done 3089 1726773009.91300: dumping result to json 3089 1726773009.91302: done dumping result, returning 3089 1726773009.91311: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [02b512f9-4fcf-c2f4-80d8-000000000037] 3089 1726773009.91316: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000037 3089 1726773009.91405: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000037 3089 1726773009.91407: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_register_profile is changed", "skip_reason": "Conditional result was False" } 3089 1726773009.91463: no more pending results, returning what we have 3089 1726773009.91467: results queue empty 3089 1726773009.91468: checking for any_errors_fatal 3089 1726773009.91486: done checking for any_errors_fatal 3089 1726773009.91486: checking for max_fail_percentage 3089 1726773009.91488: done checking for max_fail_percentage 3089 1726773009.91489: checking to see if all hosts have failed and the running result is not ok 3089 1726773009.91490: done checking to see if all hosts have failed 3089 1726773009.91491: getting the remaining hosts for this loop 3089 1726773009.91492: done getting the remaining hosts for this loop 3089 1726773009.91495: getting the next task for host managed_node3 3089 1726773009.91501: done getting next task for host managed_node3 3089 1726773009.91504: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 3089 1726773009.91507: ^ 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 3089 1726773009.91522: getting variables 3089 1726773009.91524: in VariableManager get_vars() 3089 1726773009.91561: Calling all_inventory to load vars for managed_node3 3089 1726773009.91564: Calling groups_inventory to load vars for managed_node3 3089 1726773009.91566: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773009.91575: Calling all_plugins_play to load vars for managed_node3 3089 1726773009.91578: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773009.91581: Calling groups_plugins_play to load vars for managed_node3 3089 1726773009.91645: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773009.91687: done with get_vars() 3089 1726773009.91695: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:10:09 -0400 (0:00:00.019) 0:00:52.707 **** 3089 1726773009.91806: entering _queue_task() for managed_node3/include_tasks 3089 1726773009.92196: worker is 1 (out of 1 available) 3089 1726773009.92209: exiting _queue_task() for managed_node3/include_tasks 3089 1726773009.92221: done queuing things up, now waiting for results queue to drain 3089 1726773009.92222: waiting for pending results... 3089 1726773009.92532: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 3089 1726773009.92546: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000038 3089 1726773009.92565: variable 'ansible_search_path' from source: unknown 3089 1726773009.92571: variable 'ansible_search_path' from source: unknown 3089 1726773009.92628: calling self._execute() 3089 1726773009.92690: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773009.92737: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773009.92742: variable 'omit' from source: magic vars 3089 1726773009.93242: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773009.93519: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773009.93576: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773009.93718: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773009.93723: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773009.93801: variable '__kernel_settings_register_apply' from source: set_fact 3089 1726773009.93847: Evaluated conditional (__kernel_settings_register_apply is changed): True 3089 1726773009.93859: _execute() done 3089 1726773009.93867: dumping result to json 3089 1726773009.93874: done dumping result, returning 3089 1726773009.93885: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [02b512f9-4fcf-c2f4-80d8-000000000038] 3089 1726773009.93895: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000038 3089 1726773009.94059: no more pending results, returning what we have 3089 1726773009.94064: in VariableManager get_vars() 3089 1726773009.94112: Calling all_inventory to load vars for managed_node3 3089 1726773009.94115: Calling groups_inventory to load vars for managed_node3 3089 1726773009.94118: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773009.94131: Calling all_plugins_play to load vars for managed_node3 3089 1726773009.94136: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773009.94141: Calling groups_plugins_play to load vars for managed_node3 3089 1726773009.94202: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773009.94453: done with get_vars() 3089 1726773009.94465: variable 'ansible_search_path' from source: unknown 3089 1726773009.94466: variable 'ansible_search_path' from source: unknown 3089 1726773009.94481: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000038 3089 1726773009.94484: WORKER PROCESS EXITING 3089 1726773009.94512: we have included files to process 3089 1726773009.94514: generating all_blocks data 3089 1726773009.94519: done generating all_blocks data 3089 1726773009.94523: processing included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3089 1726773009.94525: loading included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3089 1726773009.94527: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 3089 1726773009.95133: done processing included file 3089 1726773009.95138: iterating over new_blocks loaded from include file 3089 1726773009.95140: in VariableManager get_vars() 3089 1726773009.95165: done with get_vars() 3089 1726773009.95167: filtering new block on tags 3089 1726773009.95194: done filtering new block on tags 3089 1726773009.95197: done iterating over new_blocks loaded from include file included: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node3 3089 1726773009.95203: extending task lists for all hosts with included blocks 3089 1726773009.95943: done extending task lists 3089 1726773009.95945: done processing included files 3089 1726773009.95946: results queue empty 3089 1726773009.95947: checking for any_errors_fatal 3089 1726773009.95951: done checking for any_errors_fatal 3089 1726773009.95952: checking for max_fail_percentage 3089 1726773009.95953: done checking for max_fail_percentage 3089 1726773009.95954: checking to see if all hosts have failed and the running result is not ok 3089 1726773009.95955: done checking to see if all hosts have failed 3089 1726773009.95956: getting the remaining hosts for this loop 3089 1726773009.95957: done getting the remaining hosts for this loop 3089 1726773009.95960: getting the next task for host managed_node3 3089 1726773009.95965: done getting next task for host managed_node3 3089 1726773009.95967: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 3089 1726773009.95971: ^ 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 3089 1726773009.95986: getting variables 3089 1726773009.95988: in VariableManager get_vars() 3089 1726773009.96006: Calling all_inventory to load vars for managed_node3 3089 1726773009.96009: Calling groups_inventory to load vars for managed_node3 3089 1726773009.96011: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773009.96017: Calling all_plugins_play to load vars for managed_node3 3089 1726773009.96019: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773009.96022: Calling groups_plugins_play to load vars for managed_node3 3089 1726773009.96065: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773009.96111: done with get_vars() 3089 1726773009.96119: done getting variables 3089 1726773009.96165: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 15:10:09 -0400 (0:00:00.043) 0:00:52.751 **** 3089 1726773009.96205: entering _queue_task() for managed_node3/command 3089 1726773009.96570: worker is 1 (out of 1 available) 3089 1726773009.96582: exiting _queue_task() for managed_node3/command 3089 1726773009.96594: done queuing things up, now waiting for results queue to drain 3089 1726773009.96595: waiting for pending results... 3089 1726773009.96812: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 3089 1726773009.96897: in run() - task 02b512f9-4fcf-c2f4-80d8-0000000000f5 3089 1726773009.96907: variable 'ansible_search_path' from source: unknown 3089 1726773009.96910: variable 'ansible_search_path' from source: unknown 3089 1726773009.96949: calling self._execute() 3089 1726773009.97083: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773009.97087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773009.97093: variable 'omit' from source: magic vars 3089 1726773009.97175: variable 'omit' from source: magic vars 3089 1726773009.97223: variable 'omit' from source: magic vars 3089 1726773009.97248: variable 'omit' from source: magic vars 3089 1726773009.97283: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773009.97320: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773009.97338: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773009.97356: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773009.97365: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773009.97392: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773009.97397: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773009.97400: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773009.97475: Set connection var ansible_shell_executable to /bin/sh 3089 1726773009.97480: Set connection var ansible_shell_type to sh 3089 1726773009.97483: Set connection var ansible_timeout to 10 3089 1726773009.97491: Set connection var ansible_pipelining to False 3089 1726773009.97497: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773009.97504: Set connection var ansible_connection to ssh 3089 1726773009.97528: variable 'ansible_shell_executable' from source: unknown 3089 1726773009.97531: variable 'ansible_connection' from source: unknown 3089 1726773009.97534: variable 'ansible_module_compression' from source: unknown 3089 1726773009.97539: variable 'ansible_shell_type' from source: unknown 3089 1726773009.97542: variable 'ansible_shell_executable' from source: unknown 3089 1726773009.97544: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773009.97547: variable 'ansible_pipelining' from source: unknown 3089 1726773009.97549: variable 'ansible_timeout' from source: unknown 3089 1726773009.97554: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773009.97669: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773009.97678: variable 'omit' from source: magic vars 3089 1726773009.97683: starting attempt loop 3089 1726773009.97686: running the handler 3089 1726773009.97699: _low_level_execute_command(): starting 3089 1726773009.97705: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773009.98273: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773009.98278: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773009.98281: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773009.98284: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773009.98342: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773009.98345: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773009.98358: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773009.98403: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773010.00146: stdout chunk (state=3): >>>/root <<< 3089 1726773010.00253: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773010.00320: stderr chunk (state=3): >>><<< 3089 1726773010.00323: stdout chunk (state=3): >>><<< 3089 1726773010.00350: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773010.00362: _low_level_execute_command(): starting 3089 1726773010.00368: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773010.0034924-4047-227517187843512 `" && echo ansible-tmp-1726773010.0034924-4047-227517187843512="` echo /root/.ansible/tmp/ansible-tmp-1726773010.0034924-4047-227517187843512 `" ) && sleep 0' 3089 1726773010.00868: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773010.00872: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773010.00876: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration <<< 3089 1726773010.00885: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773010.00888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773010.00934: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773010.00940: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773010.00947: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773010.00984: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773010.02941: stdout chunk (state=3): >>>ansible-tmp-1726773010.0034924-4047-227517187843512=/root/.ansible/tmp/ansible-tmp-1726773010.0034924-4047-227517187843512 <<< 3089 1726773010.03059: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773010.03129: stderr chunk (state=3): >>><<< 3089 1726773010.03132: stdout chunk (state=3): >>><<< 3089 1726773010.03149: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773010.0034924-4047-227517187843512=/root/.ansible/tmp/ansible-tmp-1726773010.0034924-4047-227517187843512 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773010.03175: variable 'ansible_module_compression' from source: unknown 3089 1726773010.03221: ANSIBALLZ: Using generic lock for ansible.legacy.command 3089 1726773010.03225: ANSIBALLZ: Acquiring lock 3089 1726773010.03227: ANSIBALLZ: Lock acquired: 139786188380672 3089 1726773010.03230: ANSIBALLZ: Creating module 3089 1726773010.13436: ANSIBALLZ: Writing module into payload 3089 1726773010.13504: ANSIBALLZ: Writing module 3089 1726773010.13533: ANSIBALLZ: Renaming module 3089 1726773010.13540: ANSIBALLZ: Done creating module 3089 1726773010.13557: variable 'ansible_facts' from source: unknown 3089 1726773010.13604: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773010.0034924-4047-227517187843512/AnsiballZ_command.py 3089 1726773010.13717: Sending initial data 3089 1726773010.13720: Sent initial data (154 bytes) 3089 1726773010.14223: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773010.14226: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773010.14229: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773010.14233: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773010.14291: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773010.14299: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773010.14301: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773010.14344: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773010.16041: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773010.16078: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773010.16115: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmp4p8anvlk /root/.ansible/tmp/ansible-tmp-1726773010.0034924-4047-227517187843512/AnsiballZ_command.py <<< 3089 1726773010.16119: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773010.0034924-4047-227517187843512/AnsiballZ_command.py" <<< 3089 1726773010.16157: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmp4p8anvlk" to remote "/root/.ansible/tmp/ansible-tmp-1726773010.0034924-4047-227517187843512/AnsiballZ_command.py" <<< 3089 1726773010.16159: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773010.0034924-4047-227517187843512/AnsiballZ_command.py" <<< 3089 1726773010.16754: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773010.16790: stderr chunk (state=3): >>><<< 3089 1726773010.16793: stdout chunk (state=3): >>><<< 3089 1726773010.16816: done transferring module to remote 3089 1726773010.16827: _low_level_execute_command(): starting 3089 1726773010.16832: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773010.0034924-4047-227517187843512/ /root/.ansible/tmp/ansible-tmp-1726773010.0034924-4047-227517187843512/AnsiballZ_command.py && sleep 0' 3089 1726773010.17316: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773010.17319: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773010.17324: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773010.17331: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773010.17382: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773010.17385: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773010.17428: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773010.19255: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773010.19318: stderr chunk (state=3): >>><<< 3089 1726773010.19322: stdout chunk (state=3): >>><<< 3089 1726773010.19337: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773010.19341: _low_level_execute_command(): starting 3089 1726773010.19346: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773010.0034924-4047-227517187843512/AnsiballZ_command.py && sleep 0' 3089 1726773010.19845: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773010.19850: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773010.19853: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773010.19855: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773010.19909: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773010.19913: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773010.19971: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773010.75341: 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:10.366397", "end": "2024-09-19 15:10:10.751814", "delta": "0:00:00.385417", "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}}} <<< 3089 1726773010.77085: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773010.77091: stdout chunk (state=3): >>><<< 3089 1726773010.77096: stderr chunk (state=3): >>><<< 3089 1726773010.77115: _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:10.366397", "end": "2024-09-19 15:10:10.751814", "delta": "0:00:00.385417", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm verify -i", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773010.77158: 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-1726773010.0034924-4047-227517187843512/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773010.77164: _low_level_execute_command(): starting 3089 1726773010.77169: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773010.0034924-4047-227517187843512/ > /dev/null 2>&1 && sleep 0' 3089 1726773010.77672: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773010.77675: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773010.77682: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773010.77685: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773010.77732: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773010.77738: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773010.77744: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773010.77782: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773010.79717: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773010.79721: stderr chunk (state=3): >>><<< 3089 1726773010.79724: stdout chunk (state=3): >>><<< 3089 1726773010.79739: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773010.79746: handler run complete 3089 1726773010.79765: Evaluated conditional (False): False 3089 1726773010.79775: attempt loop complete, returning result 3089 1726773010.79778: _execute() done 3089 1726773010.79781: dumping result to json 3089 1726773010.79787: done dumping result, returning 3089 1726773010.79794: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [02b512f9-4fcf-c2f4-80d8-0000000000f5] 3089 1726773010.79802: sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000000f5 3089 1726773010.79982: done sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000000f5 3089 1726773010.79985: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.385417", "end": "2024-09-19 15:10:10.751814", "rc": 0, "start": "2024-09-19 15:10:10.366397" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 3089 1726773010.80077: no more pending results, returning what we have 3089 1726773010.80080: results queue empty 3089 1726773010.80081: checking for any_errors_fatal 3089 1726773010.80082: done checking for any_errors_fatal 3089 1726773010.80083: checking for max_fail_percentage 3089 1726773010.80084: done checking for max_fail_percentage 3089 1726773010.80085: checking to see if all hosts have failed and the running result is not ok 3089 1726773010.80086: done checking to see if all hosts have failed 3089 1726773010.80087: getting the remaining hosts for this loop 3089 1726773010.80088: done getting the remaining hosts for this loop 3089 1726773010.80092: getting the next task for host managed_node3 3089 1726773010.80102: done getting next task for host managed_node3 3089 1726773010.80105: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 3089 1726773010.80108: ^ 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 3089 1726773010.80117: getting variables 3089 1726773010.80118: in VariableManager get_vars() 3089 1726773010.80151: Calling all_inventory to load vars for managed_node3 3089 1726773010.80153: Calling groups_inventory to load vars for managed_node3 3089 1726773010.80154: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773010.80162: Calling all_plugins_play to load vars for managed_node3 3089 1726773010.80164: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773010.80166: Calling groups_plugins_play to load vars for managed_node3 3089 1726773010.80202: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773010.80239: done with get_vars() 3089 1726773010.80245: done getting variables 3089 1726773010.80319: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 15:10:10 -0400 (0:00:00.841) 0:00:53.593 **** 3089 1726773010.80345: entering _queue_task() for managed_node3/shell 3089 1726773010.80347: Creating lock for shell 3089 1726773010.80558: worker is 1 (out of 1 available) 3089 1726773010.80572: exiting _queue_task() for managed_node3/shell 3089 1726773010.80587: done queuing things up, now waiting for results queue to drain 3089 1726773010.80588: waiting for pending results... 3089 1726773010.80760: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 3089 1726773010.80867: in run() - task 02b512f9-4fcf-c2f4-80d8-0000000000f6 3089 1726773010.80874: variable 'ansible_search_path' from source: unknown 3089 1726773010.80878: variable 'ansible_search_path' from source: unknown 3089 1726773010.80920: calling self._execute() 3089 1726773010.81009: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773010.81012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773010.81017: variable 'omit' from source: magic vars 3089 1726773010.81509: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773010.81764: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773010.81806: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773010.81856: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773010.81871: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773010.82039: variable '__kernel_settings_register_verify_values' from source: set_fact 3089 1726773010.82042: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 3089 1726773010.82044: when evaluation is False, skipping this task 3089 1726773010.82046: _execute() done 3089 1726773010.82048: dumping result to json 3089 1726773010.82050: done dumping result, returning 3089 1726773010.82052: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [02b512f9-4fcf-c2f4-80d8-0000000000f6] 3089 1726773010.82054: sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000000f6 skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 3089 1726773010.82213: no more pending results, returning what we have 3089 1726773010.82219: results queue empty 3089 1726773010.82220: checking for any_errors_fatal 3089 1726773010.82231: done checking for any_errors_fatal 3089 1726773010.82231: checking for max_fail_percentage 3089 1726773010.82234: done checking for max_fail_percentage 3089 1726773010.82235: checking to see if all hosts have failed and the running result is not ok 3089 1726773010.82236: done checking to see if all hosts have failed 3089 1726773010.82237: getting the remaining hosts for this loop 3089 1726773010.82238: done getting the remaining hosts for this loop 3089 1726773010.82243: getting the next task for host managed_node3 3089 1726773010.82250: done getting next task for host managed_node3 3089 1726773010.82253: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 3089 1726773010.82257: ^ 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 3089 1726773010.82271: getting variables 3089 1726773010.82273: in VariableManager get_vars() 3089 1726773010.82310: Calling all_inventory to load vars for managed_node3 3089 1726773010.82313: Calling groups_inventory to load vars for managed_node3 3089 1726773010.82316: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773010.82328: Calling all_plugins_play to load vars for managed_node3 3089 1726773010.82331: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773010.82334: Calling groups_plugins_play to load vars for managed_node3 3089 1726773010.82474: done sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000000f6 3089 1726773010.82478: WORKER PROCESS EXITING 3089 1726773010.82504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773010.82587: done with get_vars() 3089 1726773010.82597: done getting variables 3089 1726773010.82671: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 15:10:10 -0400 (0:00:00.023) 0:00:53.616 **** 3089 1726773010.82707: entering _queue_task() for managed_node3/fail 3089 1726773010.83041: worker is 1 (out of 1 available) 3089 1726773010.83056: exiting _queue_task() for managed_node3/fail 3089 1726773010.83075: done queuing things up, now waiting for results queue to drain 3089 1726773010.83077: waiting for pending results... 3089 1726773010.83323: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 3089 1726773010.83410: in run() - task 02b512f9-4fcf-c2f4-80d8-0000000000f7 3089 1726773010.83422: variable 'ansible_search_path' from source: unknown 3089 1726773010.83425: variable 'ansible_search_path' from source: unknown 3089 1726773010.83465: calling self._execute() 3089 1726773010.83520: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773010.83526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773010.83537: variable 'omit' from source: magic vars 3089 1726773010.83909: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773010.84100: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773010.84136: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773010.84202: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773010.84230: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773010.84315: variable '__kernel_settings_register_verify_values' from source: set_fact 3089 1726773010.84340: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 3089 1726773010.84344: when evaluation is False, skipping this task 3089 1726773010.84346: _execute() done 3089 1726773010.84349: dumping result to json 3089 1726773010.84351: done dumping result, returning 3089 1726773010.84358: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [02b512f9-4fcf-c2f4-80d8-0000000000f7] 3089 1726773010.84363: sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000000f7 3089 1726773010.84461: done sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000000f7 3089 1726773010.84464: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 3089 1726773010.84516: no more pending results, returning what we have 3089 1726773010.84519: results queue empty 3089 1726773010.84520: checking for any_errors_fatal 3089 1726773010.84524: done checking for any_errors_fatal 3089 1726773010.84525: checking for max_fail_percentage 3089 1726773010.84526: done checking for max_fail_percentage 3089 1726773010.84527: checking to see if all hosts have failed and the running result is not ok 3089 1726773010.84528: done checking to see if all hosts have failed 3089 1726773010.84529: getting the remaining hosts for this loop 3089 1726773010.84530: done getting the remaining hosts for this loop 3089 1726773010.84534: getting the next task for host managed_node3 3089 1726773010.84543: done getting next task for host managed_node3 3089 1726773010.84547: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 3089 1726773010.84550: ^ 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 3089 1726773010.84565: getting variables 3089 1726773010.84566: in VariableManager get_vars() 3089 1726773010.84600: Calling all_inventory to load vars for managed_node3 3089 1726773010.84603: Calling groups_inventory to load vars for managed_node3 3089 1726773010.84605: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773010.84614: Calling all_plugins_play to load vars for managed_node3 3089 1726773010.84617: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773010.84621: Calling groups_plugins_play to load vars for managed_node3 3089 1726773010.84661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773010.84691: done with get_vars() 3089 1726773010.84699: done getting variables 3089 1726773010.84750: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 15:10:10 -0400 (0:00:00.020) 0:00:53.637 **** 3089 1726773010.84774: entering _queue_task() for managed_node3/set_fact 3089 1726773010.84984: worker is 1 (out of 1 available) 3089 1726773010.84999: exiting _queue_task() for managed_node3/set_fact 3089 1726773010.85012: done queuing things up, now waiting for results queue to drain 3089 1726773010.85014: waiting for pending results... 3089 1726773010.85187: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 3089 1726773010.85341: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000039 3089 1726773010.85345: variable 'ansible_search_path' from source: unknown 3089 1726773010.85348: variable 'ansible_search_path' from source: unknown 3089 1726773010.85351: calling self._execute() 3089 1726773010.85401: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773010.85413: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773010.85427: variable 'omit' from source: magic vars 3089 1726773010.85539: variable 'omit' from source: magic vars 3089 1726773010.85595: variable 'omit' from source: magic vars 3089 1726773010.85636: variable 'omit' from source: magic vars 3089 1726773010.85689: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773010.85737: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773010.85764: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773010.85787: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773010.85803: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773010.85940: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773010.85943: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773010.85946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773010.85965: Set connection var ansible_shell_executable to /bin/sh 3089 1726773010.85977: Set connection var ansible_shell_type to sh 3089 1726773010.85987: Set connection var ansible_timeout to 10 3089 1726773010.86000: Set connection var ansible_pipelining to False 3089 1726773010.86011: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773010.86017: Set connection var ansible_connection to ssh 3089 1726773010.86050: variable 'ansible_shell_executable' from source: unknown 3089 1726773010.86058: variable 'ansible_connection' from source: unknown 3089 1726773010.86065: variable 'ansible_module_compression' from source: unknown 3089 1726773010.86071: variable 'ansible_shell_type' from source: unknown 3089 1726773010.86078: variable 'ansible_shell_executable' from source: unknown 3089 1726773010.86089: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773010.86097: variable 'ansible_pipelining' from source: unknown 3089 1726773010.86104: variable 'ansible_timeout' from source: unknown 3089 1726773010.86112: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773010.86279: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773010.86297: variable 'omit' from source: magic vars 3089 1726773010.86308: starting attempt loop 3089 1726773010.86320: running the handler 3089 1726773010.86334: handler run complete 3089 1726773010.86426: attempt loop complete, returning result 3089 1726773010.86429: _execute() done 3089 1726773010.86432: dumping result to json 3089 1726773010.86434: done dumping result, returning 3089 1726773010.86439: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [02b512f9-4fcf-c2f4-80d8-000000000039] 3089 1726773010.86441: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000039 3089 1726773010.86507: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000039 3089 1726773010.86510: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 3089 1726773010.86592: no more pending results, returning what we have 3089 1726773010.86595: results queue empty 3089 1726773010.86596: checking for any_errors_fatal 3089 1726773010.86600: done checking for any_errors_fatal 3089 1726773010.86601: checking for max_fail_percentage 3089 1726773010.86602: done checking for max_fail_percentage 3089 1726773010.86603: checking to see if all hosts have failed and the running result is not ok 3089 1726773010.86603: done checking to see if all hosts have failed 3089 1726773010.86604: getting the remaining hosts for this loop 3089 1726773010.86605: done getting the remaining hosts for this loop 3089 1726773010.86608: getting the next task for host managed_node3 3089 1726773010.86613: done getting next task for host managed_node3 3089 1726773010.86616: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 3089 1726773010.86619: ^ 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 3089 1726773010.86628: getting variables 3089 1726773010.86629: in VariableManager get_vars() 3089 1726773010.86662: Calling all_inventory to load vars for managed_node3 3089 1726773010.86665: Calling groups_inventory to load vars for managed_node3 3089 1726773010.86667: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773010.86676: Calling all_plugins_play to load vars for managed_node3 3089 1726773010.86678: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773010.86681: Calling groups_plugins_play to load vars for managed_node3 3089 1726773010.86746: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773010.86776: done with get_vars() 3089 1726773010.86783: done getting variables 3089 1726773010.86826: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 15:10:10 -0400 (0:00:00.020) 0:00:53.658 **** 3089 1726773010.86853: entering _queue_task() for managed_node3/set_fact 3089 1726773010.87059: worker is 1 (out of 1 available) 3089 1726773010.87071: exiting _queue_task() for managed_node3/set_fact 3089 1726773010.87085: done queuing things up, now waiting for results queue to drain 3089 1726773010.87086: waiting for pending results... 3089 1726773010.87246: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 3089 1726773010.87310: in run() - task 02b512f9-4fcf-c2f4-80d8-00000000003a 3089 1726773010.87327: variable 'ansible_search_path' from source: unknown 3089 1726773010.87331: variable 'ansible_search_path' from source: unknown 3089 1726773010.87359: calling self._execute() 3089 1726773010.87410: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773010.87413: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773010.87423: variable 'omit' from source: magic vars 3089 1726773010.87503: variable 'omit' from source: magic vars 3089 1726773010.87539: variable 'omit' from source: magic vars 3089 1726773010.87898: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773010.88075: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773010.88110: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773010.88137: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773010.88164: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773010.88268: variable '__kernel_settings_register_profile' from source: set_fact 3089 1726773010.88279: variable '__kernel_settings_register_mode' from source: set_fact 3089 1726773010.88286: variable '__kernel_settings_register_apply' from source: set_fact 3089 1726773010.88329: variable 'omit' from source: magic vars 3089 1726773010.88352: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773010.88378: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773010.88395: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773010.88409: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773010.88423: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773010.88447: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773010.88451: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773010.88453: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773010.88525: Set connection var ansible_shell_executable to /bin/sh 3089 1726773010.88528: Set connection var ansible_shell_type to sh 3089 1726773010.88531: Set connection var ansible_timeout to 10 3089 1726773010.88546: Set connection var ansible_pipelining to False 3089 1726773010.88549: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773010.88551: Set connection var ansible_connection to ssh 3089 1726773010.88571: variable 'ansible_shell_executable' from source: unknown 3089 1726773010.88574: variable 'ansible_connection' from source: unknown 3089 1726773010.88577: variable 'ansible_module_compression' from source: unknown 3089 1726773010.88579: variable 'ansible_shell_type' from source: unknown 3089 1726773010.88582: variable 'ansible_shell_executable' from source: unknown 3089 1726773010.88584: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773010.88590: variable 'ansible_pipelining' from source: unknown 3089 1726773010.88592: variable 'ansible_timeout' from source: unknown 3089 1726773010.88597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773010.88682: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773010.88690: variable 'omit' from source: magic vars 3089 1726773010.88698: starting attempt loop 3089 1726773010.88701: running the handler 3089 1726773010.88707: handler run complete 3089 1726773010.88716: attempt loop complete, returning result 3089 1726773010.88719: _execute() done 3089 1726773010.88722: dumping result to json 3089 1726773010.88724: done dumping result, returning 3089 1726773010.88734: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [02b512f9-4fcf-c2f4-80d8-00000000003a] 3089 1726773010.88737: sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000003a 3089 1726773010.88821: done sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000003a 3089 1726773010.88823: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 3089 1726773010.88901: no more pending results, returning what we have 3089 1726773010.88904: results queue empty 3089 1726773010.88905: checking for any_errors_fatal 3089 1726773010.88908: done checking for any_errors_fatal 3089 1726773010.88909: checking for max_fail_percentage 3089 1726773010.88910: done checking for max_fail_percentage 3089 1726773010.88911: checking to see if all hosts have failed and the running result is not ok 3089 1726773010.88912: done checking to see if all hosts have failed 3089 1726773010.88913: getting the remaining hosts for this loop 3089 1726773010.88914: done getting the remaining hosts for this loop 3089 1726773010.88917: getting the next task for host managed_node3 3089 1726773010.88925: done getting next task for host managed_node3 3089 1726773010.88927: ^ task is: TASK: meta (role_complete) 3089 1726773010.88930: ^ 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 3089 1726773010.88942: getting variables 3089 1726773010.88950: in VariableManager get_vars() 3089 1726773010.88982: Calling all_inventory to load vars for managed_node3 3089 1726773010.88985: Calling groups_inventory to load vars for managed_node3 3089 1726773010.88987: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773010.88997: Calling all_plugins_play to load vars for managed_node3 3089 1726773010.88999: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773010.89001: Calling groups_plugins_play to load vars for managed_node3 3089 1726773010.89039: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773010.89075: done with get_vars() 3089 1726773010.89081: done getting variables 3089 1726773010.89143: done queuing things up, now waiting for results queue to drain 3089 1726773010.89144: results queue empty 3089 1726773010.89145: checking for any_errors_fatal 3089 1726773010.89146: done checking for any_errors_fatal 3089 1726773010.89147: checking for max_fail_percentage 3089 1726773010.89147: done checking for max_fail_percentage 3089 1726773010.89153: checking to see if all hosts have failed and the running result is not ok 3089 1726773010.89153: done checking to see if all hosts have failed 3089 1726773010.89154: getting the remaining hosts for this loop 3089 1726773010.89154: done getting the remaining hosts for this loop 3089 1726773010.89156: getting the next task for host managed_node3 3089 1726773010.89159: done getting next task for host managed_node3 3089 1726773010.89160: ^ task is: TASK: Cleanup 3089 1726773010.89163: ^ 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 3089 1726773010.89166: getting variables 3089 1726773010.89167: in VariableManager get_vars() 3089 1726773010.89175: Calling all_inventory to load vars for managed_node3 3089 1726773010.89177: Calling groups_inventory to load vars for managed_node3 3089 1726773010.89178: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773010.89181: Calling all_plugins_play to load vars for managed_node3 3089 1726773010.89183: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773010.89184: Calling groups_plugins_play to load vars for managed_node3 3089 1726773010.89209: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773010.89227: done with get_vars() 3089 1726773010.89231: done getting variables TASK [Cleanup] ***************************************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml:14 Thursday 19 September 2024 15:10:10 -0400 (0:00:00.024) 0:00:53.682 **** 3089 1726773010.89320: entering _queue_task() for managed_node3/include_tasks 3089 1726773010.89523: worker is 1 (out of 1 available) 3089 1726773010.89538: exiting _queue_task() for managed_node3/include_tasks 3089 1726773010.89550: done queuing things up, now waiting for results queue to drain 3089 1726773010.89552: waiting for pending results... 3089 1726773010.89714: running TaskExecutor() for managed_node3/TASK: Cleanup 3089 1726773010.89771: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000007 3089 1726773010.89787: variable 'ansible_search_path' from source: unknown 3089 1726773010.89821: calling self._execute() 3089 1726773010.89876: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773010.89882: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773010.89892: variable 'omit' from source: magic vars 3089 1726773010.89977: _execute() done 3089 1726773010.89980: dumping result to json 3089 1726773010.89983: done dumping result, returning 3089 1726773010.89986: done running TaskExecutor() for managed_node3/TASK: Cleanup [02b512f9-4fcf-c2f4-80d8-000000000007] 3089 1726773010.89997: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000007 3089 1726773010.90090: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000007 3089 1726773010.90098: WORKER PROCESS EXITING 3089 1726773010.90138: no more pending results, returning what we have 3089 1726773010.90143: in VariableManager get_vars() 3089 1726773010.90177: Calling all_inventory to load vars for managed_node3 3089 1726773010.90179: Calling groups_inventory to load vars for managed_node3 3089 1726773010.90182: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773010.90191: Calling all_plugins_play to load vars for managed_node3 3089 1726773010.90197: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773010.90200: Calling groups_plugins_play to load vars for managed_node3 3089 1726773010.90243: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773010.90266: done with get_vars() 3089 1726773010.90270: variable 'ansible_search_path' from source: unknown 3089 1726773010.90280: we have included files to process 3089 1726773010.90281: generating all_blocks data 3089 1726773010.90282: done generating all_blocks data 3089 1726773010.90285: processing included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 3089 1726773010.90286: loading included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 3089 1726773010.90287: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 3089 1726773010.90965: done processing included file 3089 1726773010.90968: iterating over new_blocks loaded from include file 3089 1726773010.90969: in VariableManager get_vars() 3089 1726773010.90982: done with get_vars() 3089 1726773010.90983: filtering new block on tags 3089 1726773010.90993: done filtering new block on tags 3089 1726773010.90997: in VariableManager get_vars() 3089 1726773010.91020: done with get_vars() 3089 1726773010.91021: filtering new block on tags 3089 1726773010.91045: done filtering new block on tags 3089 1726773010.91047: done iterating over new_blocks loaded from include file included: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml for managed_node3 3089 1726773010.91051: extending task lists for all hosts with included blocks 3089 1726773010.91702: done extending task lists 3089 1726773010.91703: done processing included files 3089 1726773010.91703: results queue empty 3089 1726773010.91704: checking for any_errors_fatal 3089 1726773010.91705: done checking for any_errors_fatal 3089 1726773010.91706: checking for max_fail_percentage 3089 1726773010.91706: done checking for max_fail_percentage 3089 1726773010.91707: checking to see if all hosts have failed and the running result is not ok 3089 1726773010.91707: done checking to see if all hosts have failed 3089 1726773010.91708: getting the remaining hosts for this loop 3089 1726773010.91709: done getting the remaining hosts for this loop 3089 1726773010.91711: getting the next task for host managed_node3 3089 1726773010.91714: done getting next task for host managed_node3 3089 1726773010.91715: ^ task is: TASK: Show current tuned profile settings 3089 1726773010.91717: ^ 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 3089 1726773010.91719: getting variables 3089 1726773010.91719: in VariableManager get_vars() 3089 1726773010.91730: Calling all_inventory to load vars for managed_node3 3089 1726773010.91732: Calling groups_inventory to load vars for managed_node3 3089 1726773010.91733: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773010.91740: Calling all_plugins_play to load vars for managed_node3 3089 1726773010.91742: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773010.91745: Calling groups_plugins_play to load vars for managed_node3 3089 1726773010.91771: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773010.91791: done with get_vars() 3089 1726773010.91799: done getting variables 3089 1726773010.91828: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Show current tuned profile settings] ************************************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:2 Thursday 19 September 2024 15:10:10 -0400 (0:00:00.025) 0:00:53.708 **** 3089 1726773010.91853: entering _queue_task() for managed_node3/command 3089 1726773010.92080: worker is 1 (out of 1 available) 3089 1726773010.92097: exiting _queue_task() for managed_node3/command 3089 1726773010.92111: done queuing things up, now waiting for results queue to drain 3089 1726773010.92113: waiting for pending results... 3089 1726773010.92280: running TaskExecutor() for managed_node3/TASK: Show current tuned profile settings 3089 1726773010.92341: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000151 3089 1726773010.92355: variable 'ansible_search_path' from source: unknown 3089 1726773010.92359: variable 'ansible_search_path' from source: unknown 3089 1726773010.92389: calling self._execute() 3089 1726773010.92450: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773010.92456: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773010.92468: variable 'omit' from source: magic vars 3089 1726773010.92548: variable 'omit' from source: magic vars 3089 1726773010.92581: variable 'omit' from source: magic vars 3089 1726773010.92841: variable '__kernel_settings_profile_filename' from source: role '' exported vars 3089 1726773010.92906: variable '__kernel_settings_profile_dir' from source: role '' exported vars 3089 1726773010.93001: variable '__kernel_settings_profile_parent' from source: set_fact 3089 1726773010.93007: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 3089 1726773010.93045: variable 'omit' from source: magic vars 3089 1726773010.93077: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773010.93109: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773010.93130: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773010.93147: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773010.93158: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773010.93183: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773010.93186: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773010.93189: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773010.93267: Set connection var ansible_shell_executable to /bin/sh 3089 1726773010.93271: Set connection var ansible_shell_type to sh 3089 1726773010.93273: Set connection var ansible_timeout to 10 3089 1726773010.93281: Set connection var ansible_pipelining to False 3089 1726773010.93288: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773010.93291: Set connection var ansible_connection to ssh 3089 1726773010.93311: variable 'ansible_shell_executable' from source: unknown 3089 1726773010.93315: variable 'ansible_connection' from source: unknown 3089 1726773010.93317: variable 'ansible_module_compression' from source: unknown 3089 1726773010.93320: variable 'ansible_shell_type' from source: unknown 3089 1726773010.93323: variable 'ansible_shell_executable' from source: unknown 3089 1726773010.93325: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773010.93327: variable 'ansible_pipelining' from source: unknown 3089 1726773010.93330: variable 'ansible_timeout' from source: unknown 3089 1726773010.93337: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773010.93448: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773010.93460: variable 'omit' from source: magic vars 3089 1726773010.93463: starting attempt loop 3089 1726773010.93465: running the handler 3089 1726773010.93475: _low_level_execute_command(): starting 3089 1726773010.93482: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773010.94024: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773010.94104: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773010.94108: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773010.94111: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773010.94114: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773010.94115: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773010.94117: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773010.94118: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773010.94147: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773010.94198: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773010.95930: stdout chunk (state=3): >>>/root <<< 3089 1726773010.96036: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773010.96100: stderr chunk (state=3): >>><<< 3089 1726773010.96103: stdout chunk (state=3): >>><<< 3089 1726773010.96128: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773010.96140: _low_level_execute_command(): starting 3089 1726773010.96147: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773010.9612682-4089-46300358384748 `" && echo ansible-tmp-1726773010.9612682-4089-46300358384748="` echo /root/.ansible/tmp/ansible-tmp-1726773010.9612682-4089-46300358384748 `" ) && sleep 0' 3089 1726773010.96640: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773010.96644: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773010.96657: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726773010.96660: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773010.96681: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773010.96710: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773010.96713: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773010.96761: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773010.98741: stdout chunk (state=3): >>>ansible-tmp-1726773010.9612682-4089-46300358384748=/root/.ansible/tmp/ansible-tmp-1726773010.9612682-4089-46300358384748 <<< 3089 1726773010.98851: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773010.98911: stderr chunk (state=3): >>><<< 3089 1726773010.98915: stdout chunk (state=3): >>><<< 3089 1726773010.98933: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773010.9612682-4089-46300358384748=/root/.ansible/tmp/ansible-tmp-1726773010.9612682-4089-46300358384748 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773010.98962: variable 'ansible_module_compression' from source: unknown 3089 1726773010.99003: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3089 1726773010.99037: variable 'ansible_facts' from source: unknown 3089 1726773010.99094: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773010.9612682-4089-46300358384748/AnsiballZ_command.py 3089 1726773010.99213: Sending initial data 3089 1726773010.99217: Sent initial data (153 bytes) 3089 1726773010.99704: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773010.99708: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773010.99724: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773010.99780: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773010.99783: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773010.99827: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773011.01424: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773011.01461: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773011.01495: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmp5lijjjql /root/.ansible/tmp/ansible-tmp-1726773010.9612682-4089-46300358384748/AnsiballZ_command.py <<< 3089 1726773011.01503: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773010.9612682-4089-46300358384748/AnsiballZ_command.py" <<< 3089 1726773011.01558: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 3089 1726773011.01562: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmp5lijjjql" to remote "/root/.ansible/tmp/ansible-tmp-1726773010.9612682-4089-46300358384748/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773010.9612682-4089-46300358384748/AnsiballZ_command.py" <<< 3089 1726773011.02081: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773011.02162: stderr chunk (state=3): >>><<< 3089 1726773011.02165: stdout chunk (state=3): >>><<< 3089 1726773011.02185: done transferring module to remote 3089 1726773011.02201: _low_level_execute_command(): starting 3089 1726773011.02204: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773010.9612682-4089-46300358384748/ /root/.ansible/tmp/ansible-tmp-1726773010.9612682-4089-46300358384748/AnsiballZ_command.py && sleep 0' 3089 1726773011.02695: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773011.02700: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773011.02703: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773011.02706: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773011.02712: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773011.02774: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773011.02777: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773011.02779: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773011.02812: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773011.04634: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773011.04717: stderr chunk (state=3): >>><<< 3089 1726773011.04720: stdout chunk (state=3): >>><<< 3089 1726773011.04738: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773011.04741: _low_level_execute_command(): starting 3089 1726773011.04747: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773010.9612682-4089-46300358384748/AnsiballZ_command.py && sleep 0' 3089 1726773011.05242: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773011.05246: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773011.05250: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773011.05261: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773011.05318: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773011.05322: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773011.05369: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773011.22445: stdout chunk (state=3): >>> {"changed": true, "stdout": "#\n# Ansible managed\n#\n# system_role:kernel_settings\n\n[main]\nsummary = kernel settings", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/tuned/profiles/kernel_settings/tuned.conf"], "start": "2024-09-19 15:10:11.219815", "end": "2024-09-19 15:10:11.222987", "delta": "0:00:00.003172", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/tuned/profiles/kernel_settings/tuned.conf", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3089 1726773011.24066: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773011.24126: stderr chunk (state=3): >>><<< 3089 1726773011.24130: stdout chunk (state=3): >>><<< 3089 1726773011.24148: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "#\n# Ansible managed\n#\n# system_role:kernel_settings\n\n[main]\nsummary = kernel settings", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/tuned/profiles/kernel_settings/tuned.conf"], "start": "2024-09-19 15:10:11.219815", "end": "2024-09-19 15:10:11.222987", "delta": "0:00:00.003172", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/tuned/profiles/kernel_settings/tuned.conf", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773011.24187: done with _execute_module (ansible.legacy.command, {'_raw_params': 'cat /etc/tuned/profiles/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773010.9612682-4089-46300358384748/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773011.24193: _low_level_execute_command(): starting 3089 1726773011.24200: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773010.9612682-4089-46300358384748/ > /dev/null 2>&1 && sleep 0' 3089 1726773011.24697: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773011.24706: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773011.24708: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration <<< 3089 1726773011.24711: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773011.24713: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773011.24761: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773011.24765: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773011.24767: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773011.24810: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773011.26696: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773011.26761: stderr chunk (state=3): >>><<< 3089 1726773011.26767: stdout chunk (state=3): >>><<< 3089 1726773011.26780: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773011.26786: handler run complete 3089 1726773011.26808: Evaluated conditional (False): False 3089 1726773011.26816: attempt loop complete, returning result 3089 1726773011.26819: _execute() done 3089 1726773011.26821: dumping result to json 3089 1726773011.26827: done dumping result, returning 3089 1726773011.26834: done running TaskExecutor() for managed_node3/TASK: Show current tuned profile settings [02b512f9-4fcf-c2f4-80d8-000000000151] 3089 1726773011.26842: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000151 3089 1726773011.26947: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000151 3089 1726773011.26950: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/tuned/profiles/kernel_settings/tuned.conf" ], "delta": "0:00:00.003172", "end": "2024-09-19 15:10:11.222987", "rc": 0, "start": "2024-09-19 15:10:11.219815" } STDOUT: # # Ansible managed # # system_role:kernel_settings [main] summary = kernel settings 3089 1726773011.27023: no more pending results, returning what we have 3089 1726773011.27026: results queue empty 3089 1726773011.27027: checking for any_errors_fatal 3089 1726773011.27028: done checking for any_errors_fatal 3089 1726773011.27029: checking for max_fail_percentage 3089 1726773011.27031: done checking for max_fail_percentage 3089 1726773011.27032: checking to see if all hosts have failed and the running result is not ok 3089 1726773011.27033: done checking to see if all hosts have failed 3089 1726773011.27033: getting the remaining hosts for this loop 3089 1726773011.27037: done getting the remaining hosts for this loop 3089 1726773011.27041: getting the next task for host managed_node3 3089 1726773011.27049: done getting next task for host managed_node3 3089 1726773011.27052: ^ task is: TASK: Run role with purge to remove everything 3089 1726773011.27055: ^ 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 3089 1726773011.27058: getting variables 3089 1726773011.27060: in VariableManager get_vars() 3089 1726773011.27092: Calling all_inventory to load vars for managed_node3 3089 1726773011.27097: Calling groups_inventory to load vars for managed_node3 3089 1726773011.27099: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773011.27110: Calling all_plugins_play to load vars for managed_node3 3089 1726773011.27113: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773011.27116: Calling groups_plugins_play to load vars for managed_node3 3089 1726773011.27163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773011.27192: done with get_vars() 3089 1726773011.27201: done getting variables TASK [Run role with purge to remove everything] ******************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:9 Thursday 19 September 2024 15:10:11 -0400 (0:00:00.354) 0:00:54.062 **** 3089 1726773011.27276: entering _queue_task() for managed_node3/include_role 3089 1726773011.27483: worker is 1 (out of 1 available) 3089 1726773011.27500: exiting _queue_task() for managed_node3/include_role 3089 1726773011.27513: done queuing things up, now waiting for results queue to drain 3089 1726773011.27515: waiting for pending results... 3089 1726773011.27679: running TaskExecutor() for managed_node3/TASK: Run role with purge to remove everything 3089 1726773011.27741: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000153 3089 1726773011.27754: variable 'ansible_search_path' from source: unknown 3089 1726773011.27759: variable 'ansible_search_path' from source: unknown 3089 1726773011.27790: calling self._execute() 3089 1726773011.27892: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773011.27899: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773011.27907: variable 'omit' from source: magic vars 3089 1726773011.27989: _execute() done 3089 1726773011.27993: dumping result to json 3089 1726773011.27999: done dumping result, returning 3089 1726773011.28002: done running TaskExecutor() for managed_node3/TASK: Run role with purge to remove everything [02b512f9-4fcf-c2f4-80d8-000000000153] 3089 1726773011.28008: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000153 3089 1726773011.28117: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000153 3089 1726773011.28120: WORKER PROCESS EXITING 3089 1726773011.28153: no more pending results, returning what we have 3089 1726773011.28158: in VariableManager get_vars() 3089 1726773011.28236: Calling all_inventory to load vars for managed_node3 3089 1726773011.28239: Calling groups_inventory to load vars for managed_node3 3089 1726773011.28242: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773011.28250: Calling all_plugins_play to load vars for managed_node3 3089 1726773011.28252: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773011.28254: Calling groups_plugins_play to load vars for managed_node3 3089 1726773011.28290: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773011.28315: done with get_vars() 3089 1726773011.28319: variable 'ansible_search_path' from source: unknown 3089 1726773011.28320: variable 'ansible_search_path' from source: unknown 3089 1726773011.28525: variable 'omit' from source: magic vars 3089 1726773011.28551: variable 'omit' from source: magic vars 3089 1726773011.28562: variable 'omit' from source: magic vars 3089 1726773011.28566: we have included files to process 3089 1726773011.28566: generating all_blocks data 3089 1726773011.28568: done generating all_blocks data 3089 1726773011.28571: processing included file: fedora.linux_system_roles.kernel_settings 3089 1726773011.28586: in VariableManager get_vars() 3089 1726773011.28599: done with get_vars() 3089 1726773011.28619: in VariableManager get_vars() 3089 1726773011.28630: done with get_vars() 3089 1726773011.28658: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 3089 1726773011.28704: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 3089 1726773011.28720: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 3089 1726773011.28770: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 3089 1726773011.29132: in VariableManager get_vars() 3089 1726773011.29148: done with get_vars() 3089 1726773011.30067: in VariableManager get_vars() 3089 1726773011.30083: done with get_vars() 3089 1726773011.30204: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 3089 1726773011.30645: iterating over new_blocks loaded from include file 3089 1726773011.30647: in VariableManager get_vars() 3089 1726773011.30672: done with get_vars() 3089 1726773011.30673: filtering new block on tags 3089 1726773011.30685: done filtering new block on tags 3089 1726773011.30687: in VariableManager get_vars() 3089 1726773011.30700: done with get_vars() 3089 1726773011.30701: filtering new block on tags 3089 1726773011.30713: done filtering new block on tags 3089 1726773011.30714: in VariableManager get_vars() 3089 1726773011.30725: done with get_vars() 3089 1726773011.30726: filtering new block on tags 3089 1726773011.30765: done filtering new block on tags 3089 1726773011.30767: in VariableManager get_vars() 3089 1726773011.30779: done with get_vars() 3089 1726773011.30781: filtering new block on tags 3089 1726773011.30791: done filtering new block on tags 3089 1726773011.30792: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node3 3089 1726773011.30799: extending task lists for all hosts with included blocks 3089 1726773011.30981: done extending task lists 3089 1726773011.30983: done processing included files 3089 1726773011.30983: results queue empty 3089 1726773011.30983: checking for any_errors_fatal 3089 1726773011.30986: done checking for any_errors_fatal 3089 1726773011.30987: checking for max_fail_percentage 3089 1726773011.30988: done checking for max_fail_percentage 3089 1726773011.30988: checking to see if all hosts have failed and the running result is not ok 3089 1726773011.30989: done checking to see if all hosts have failed 3089 1726773011.30989: getting the remaining hosts for this loop 3089 1726773011.30990: done getting the remaining hosts for this loop 3089 1726773011.30992: getting the next task for host managed_node3 3089 1726773011.30996: done getting next task for host managed_node3 3089 1726773011.30998: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 3089 1726773011.31000: ^ 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 3089 1726773011.31007: getting variables 3089 1726773011.31008: in VariableManager get_vars() 3089 1726773011.31017: Calling all_inventory to load vars for managed_node3 3089 1726773011.31019: Calling groups_inventory to load vars for managed_node3 3089 1726773011.31020: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773011.31024: Calling all_plugins_play to load vars for managed_node3 3089 1726773011.31025: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773011.31027: Calling groups_plugins_play to load vars for managed_node3 3089 1726773011.31056: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773011.31085: done with get_vars() 3089 1726773011.31090: done getting variables 3089 1726773011.31122: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 15:10:11 -0400 (0:00:00.038) 0:00:54.101 **** 3089 1726773011.31151: entering _queue_task() for managed_node3/fail 3089 1726773011.31379: worker is 1 (out of 1 available) 3089 1726773011.31392: exiting _queue_task() for managed_node3/fail 3089 1726773011.31408: done queuing things up, now waiting for results queue to drain 3089 1726773011.31410: waiting for pending results... 3089 1726773011.31583: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 3089 1726773011.31662: in run() - task 02b512f9-4fcf-c2f4-80d8-0000000001f5 3089 1726773011.31675: variable 'ansible_search_path' from source: unknown 3089 1726773011.31678: variable 'ansible_search_path' from source: unknown 3089 1726773011.31710: calling self._execute() 3089 1726773011.31770: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773011.31774: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773011.31783: variable 'omit' from source: magic vars 3089 1726773011.32157: variable 'kernel_settings_sysctl' from source: include params 3089 1726773011.32164: variable '__kernel_settings_state_empty' from source: role '' all vars 3089 1726773011.32177: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 3089 1726773011.32436: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726773011.34098: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726773011.34148: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726773011.34177: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726773011.34206: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726773011.34226: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726773011.34300: 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) 3089 1726773011.34321: 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) 3089 1726773011.34341: 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) 3089 1726773011.34374: 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) 3089 1726773011.34386: 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) 3089 1726773011.34429: 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) 3089 1726773011.34449: 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) 3089 1726773011.34471: 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) 3089 1726773011.34498: 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) 3089 1726773011.34514: 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) 3089 1726773011.34553: 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) 3089 1726773011.34571: 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) 3089 1726773011.34592: 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) 3089 1726773011.34620: 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) 3089 1726773011.34631: 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) 3089 1726773011.34842: variable 'kernel_settings_sysctl' from source: include params 3089 1726773011.34865: 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 3089 1726773011.34869: when evaluation is False, skipping this task 3089 1726773011.34871: _execute() done 3089 1726773011.34874: dumping result to json 3089 1726773011.34876: done dumping result, returning 3089 1726773011.34884: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [02b512f9-4fcf-c2f4-80d8-0000000001f5] 3089 1726773011.34890: sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001f5 3089 1726773011.34982: done sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001f5 3089 1726773011.34985: 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" } 3089 1726773011.35049: no more pending results, returning what we have 3089 1726773011.35053: results queue empty 3089 1726773011.35054: checking for any_errors_fatal 3089 1726773011.35055: done checking for any_errors_fatal 3089 1726773011.35056: checking for max_fail_percentage 3089 1726773011.35058: done checking for max_fail_percentage 3089 1726773011.35058: checking to see if all hosts have failed and the running result is not ok 3089 1726773011.35059: done checking to see if all hosts have failed 3089 1726773011.35060: getting the remaining hosts for this loop 3089 1726773011.35062: done getting the remaining hosts for this loop 3089 1726773011.35066: getting the next task for host managed_node3 3089 1726773011.35072: done getting next task for host managed_node3 3089 1726773011.35075: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 3089 1726773011.35079: ^ 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 3089 1726773011.35104: getting variables 3089 1726773011.35106: in VariableManager get_vars() 3089 1726773011.35142: Calling all_inventory to load vars for managed_node3 3089 1726773011.35144: Calling groups_inventory to load vars for managed_node3 3089 1726773011.35146: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773011.35156: Calling all_plugins_play to load vars for managed_node3 3089 1726773011.35159: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773011.35161: Calling groups_plugins_play to load vars for managed_node3 3089 1726773011.35206: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773011.35249: done with get_vars() 3089 1726773011.35256: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 15:10:11 -0400 (0:00:00.041) 0:00:54.143 **** 3089 1726773011.35328: entering _queue_task() for managed_node3/include_tasks 3089 1726773011.35529: worker is 1 (out of 1 available) 3089 1726773011.35546: exiting _queue_task() for managed_node3/include_tasks 3089 1726773011.35559: done queuing things up, now waiting for results queue to drain 3089 1726773011.35561: waiting for pending results... 3089 1726773011.35736: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 3089 1726773011.35816: in run() - task 02b512f9-4fcf-c2f4-80d8-0000000001f6 3089 1726773011.35830: variable 'ansible_search_path' from source: unknown 3089 1726773011.35833: variable 'ansible_search_path' from source: unknown 3089 1726773011.35867: calling self._execute() 3089 1726773011.35927: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773011.35931: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773011.35943: variable 'omit' from source: magic vars 3089 1726773011.36025: _execute() done 3089 1726773011.36029: dumping result to json 3089 1726773011.36032: done dumping result, returning 3089 1726773011.36041: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [02b512f9-4fcf-c2f4-80d8-0000000001f6] 3089 1726773011.36047: sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001f6 3089 1726773011.36139: done sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001f6 3089 1726773011.36142: WORKER PROCESS EXITING 3089 1726773011.36190: no more pending results, returning what we have 3089 1726773011.36194: in VariableManager get_vars() 3089 1726773011.36229: Calling all_inventory to load vars for managed_node3 3089 1726773011.36232: Calling groups_inventory to load vars for managed_node3 3089 1726773011.36236: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773011.36246: Calling all_plugins_play to load vars for managed_node3 3089 1726773011.36248: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773011.36258: Calling groups_plugins_play to load vars for managed_node3 3089 1726773011.36300: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773011.36331: done with get_vars() 3089 1726773011.36338: variable 'ansible_search_path' from source: unknown 3089 1726773011.36339: variable 'ansible_search_path' from source: unknown 3089 1726773011.36367: we have included files to process 3089 1726773011.36368: generating all_blocks data 3089 1726773011.36369: done generating all_blocks data 3089 1726773011.36374: processing included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3089 1726773011.36375: loading included file: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3089 1726773011.36377: Loading data from /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 3089 1726773011.36904: done processing included file 3089 1726773011.36907: iterating over new_blocks loaded from include file 3089 1726773011.36909: in VariableManager get_vars() 3089 1726773011.36928: done with get_vars() 3089 1726773011.36929: filtering new block on tags 3089 1726773011.36943: done filtering new block on tags 3089 1726773011.36945: in VariableManager get_vars() 3089 1726773011.36959: done with get_vars() 3089 1726773011.36960: filtering new block on tags 3089 1726773011.36973: done filtering new block on tags 3089 1726773011.36974: in VariableManager get_vars() 3089 1726773011.36987: done with get_vars() 3089 1726773011.36988: filtering new block on tags 3089 1726773011.37001: done filtering new block on tags 3089 1726773011.37003: in VariableManager get_vars() 3089 1726773011.37018: done with get_vars() 3089 1726773011.37019: filtering new block on tags 3089 1726773011.37029: done filtering new block on tags 3089 1726773011.37030: done iterating over new_blocks loaded from include file included: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node3 3089 1726773011.37036: extending task lists for all hosts with included blocks 3089 1726773011.37202: done extending task lists 3089 1726773011.37203: done processing included files 3089 1726773011.37203: results queue empty 3089 1726773011.37204: checking for any_errors_fatal 3089 1726773011.37206: done checking for any_errors_fatal 3089 1726773011.37207: checking for max_fail_percentage 3089 1726773011.37207: done checking for max_fail_percentage 3089 1726773011.37208: checking to see if all hosts have failed and the running result is not ok 3089 1726773011.37208: done checking to see if all hosts have failed 3089 1726773011.37209: getting the remaining hosts for this loop 3089 1726773011.37210: done getting the remaining hosts for this loop 3089 1726773011.37212: getting the next task for host managed_node3 3089 1726773011.37214: done getting next task for host managed_node3 3089 1726773011.37216: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 3089 1726773011.37219: ^ 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 3089 1726773011.37226: getting variables 3089 1726773011.37226: in VariableManager get_vars() 3089 1726773011.37238: Calling all_inventory to load vars for managed_node3 3089 1726773011.37240: Calling groups_inventory to load vars for managed_node3 3089 1726773011.37241: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773011.37246: Calling all_plugins_play to load vars for managed_node3 3089 1726773011.37248: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773011.37250: Calling groups_plugins_play to load vars for managed_node3 3089 1726773011.37275: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773011.37302: done with get_vars() 3089 1726773011.37307: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 15:10:11 -0400 (0:00:00.020) 0:00:54.163 **** 3089 1726773011.37363: entering _queue_task() for managed_node3/setup 3089 1726773011.37581: worker is 1 (out of 1 available) 3089 1726773011.37594: exiting _queue_task() for managed_node3/setup 3089 1726773011.37607: done queuing things up, now waiting for results queue to drain 3089 1726773011.37608: waiting for pending results... 3089 1726773011.37789: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 3089 1726773011.37882: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000271 3089 1726773011.37893: variable 'ansible_search_path' from source: unknown 3089 1726773011.37896: variable 'ansible_search_path' from source: unknown 3089 1726773011.37929: calling self._execute() 3089 1726773011.37987: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773011.37991: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773011.38004: variable 'omit' from source: magic vars 3089 1726773011.38628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726773011.40624: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726773011.40673: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726773011.40715: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726773011.40746: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726773011.40766: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726773011.40837: 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) 3089 1726773011.40859: 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) 3089 1726773011.40877: 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) 3089 1726773011.40914: 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) 3089 1726773011.40923: 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) 3089 1726773011.40968: 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) 3089 1726773011.40985: 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) 3089 1726773011.41008: 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) 3089 1726773011.41039: 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) 3089 1726773011.41051: 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) 3089 1726773011.41185: variable '__kernel_settings_required_facts' from source: role '' all vars 3089 1726773011.41194: variable 'ansible_facts' from source: unknown 3089 1726773011.41230: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 3089 1726773011.41234: when evaluation is False, skipping this task 3089 1726773011.41236: _execute() done 3089 1726773011.41241: dumping result to json 3089 1726773011.41244: done dumping result, returning 3089 1726773011.41340: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [02b512f9-4fcf-c2f4-80d8-000000000271] 3089 1726773011.41342: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000271 3089 1726773011.41401: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000271 3089 1726773011.41404: 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" } 3089 1726773011.41456: no more pending results, returning what we have 3089 1726773011.41460: results queue empty 3089 1726773011.41461: checking for any_errors_fatal 3089 1726773011.41463: done checking for any_errors_fatal 3089 1726773011.41465: checking for max_fail_percentage 3089 1726773011.41467: done checking for max_fail_percentage 3089 1726773011.41468: checking to see if all hosts have failed and the running result is not ok 3089 1726773011.41469: done checking to see if all hosts have failed 3089 1726773011.41470: getting the remaining hosts for this loop 3089 1726773011.41472: done getting the remaining hosts for this loop 3089 1726773011.41476: getting the next task for host managed_node3 3089 1726773011.41485: done getting next task for host managed_node3 3089 1726773011.41489: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 3089 1726773011.41494: ^ 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 3089 1726773011.41508: getting variables 3089 1726773011.41510: in VariableManager get_vars() 3089 1726773011.41547: Calling all_inventory to load vars for managed_node3 3089 1726773011.41549: Calling groups_inventory to load vars for managed_node3 3089 1726773011.41551: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773011.41561: Calling all_plugins_play to load vars for managed_node3 3089 1726773011.41564: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773011.41566: Calling groups_plugins_play to load vars for managed_node3 3089 1726773011.41615: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773011.41656: done with get_vars() 3089 1726773011.41663: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 15:10:11 -0400 (0:00:00.043) 0:00:54.207 **** 3089 1726773011.41749: entering _queue_task() for managed_node3/stat 3089 1726773011.42076: worker is 1 (out of 1 available) 3089 1726773011.42090: exiting _queue_task() for managed_node3/stat 3089 1726773011.42104: done queuing things up, now waiting for results queue to drain 3089 1726773011.42105: waiting for pending results... 3089 1726773011.42560: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 3089 1726773011.42566: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000273 3089 1726773011.42570: variable 'ansible_search_path' from source: unknown 3089 1726773011.42572: variable 'ansible_search_path' from source: unknown 3089 1726773011.42575: calling self._execute() 3089 1726773011.42844: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773011.42855: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773011.43040: variable 'omit' from source: magic vars 3089 1726773011.43351: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773011.43600: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773011.43647: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773011.43682: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773011.43719: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773011.43810: 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) 3089 1726773011.43846: 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) 3089 1726773011.43881: 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) 3089 1726773011.43920: 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) 3089 1726773011.44052: variable '__kernel_settings_is_ostree' from source: set_fact 3089 1726773011.44069: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 3089 1726773011.44076: when evaluation is False, skipping this task 3089 1726773011.44084: _execute() done 3089 1726773011.44092: dumping result to json 3089 1726773011.44099: done dumping result, returning 3089 1726773011.44113: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [02b512f9-4fcf-c2f4-80d8-000000000273] 3089 1726773011.44123: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000273 3089 1726773011.44341: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000273 3089 1726773011.44345: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 3089 1726773011.44781: no more pending results, returning what we have 3089 1726773011.44784: results queue empty 3089 1726773011.44785: checking for any_errors_fatal 3089 1726773011.44788: done checking for any_errors_fatal 3089 1726773011.44789: checking for max_fail_percentage 3089 1726773011.44790: done checking for max_fail_percentage 3089 1726773011.44791: checking to see if all hosts have failed and the running result is not ok 3089 1726773011.44792: done checking to see if all hosts have failed 3089 1726773011.44793: getting the remaining hosts for this loop 3089 1726773011.44794: done getting the remaining hosts for this loop 3089 1726773011.44798: getting the next task for host managed_node3 3089 1726773011.44804: done getting next task for host managed_node3 3089 1726773011.44807: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 3089 1726773011.44812: ^ 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 3089 1726773011.44827: getting variables 3089 1726773011.44828: in VariableManager get_vars() 3089 1726773011.44859: Calling all_inventory to load vars for managed_node3 3089 1726773011.44862: Calling groups_inventory to load vars for managed_node3 3089 1726773011.44864: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773011.44874: Calling all_plugins_play to load vars for managed_node3 3089 1726773011.44877: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773011.44881: Calling groups_plugins_play to load vars for managed_node3 3089 1726773011.44933: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773011.44985: done with get_vars() 3089 1726773011.44992: done getting variables 3089 1726773011.45060: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 15:10:11 -0400 (0:00:00.033) 0:00:54.240 **** 3089 1726773011.45097: entering _queue_task() for managed_node3/set_fact 3089 1726773011.45357: worker is 1 (out of 1 available) 3089 1726773011.45370: exiting _queue_task() for managed_node3/set_fact 3089 1726773011.45384: done queuing things up, now waiting for results queue to drain 3089 1726773011.45386: waiting for pending results... 3089 1726773011.45684: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 3089 1726773011.45862: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000274 3089 1726773011.45867: variable 'ansible_search_path' from source: unknown 3089 1726773011.45871: variable 'ansible_search_path' from source: unknown 3089 1726773011.45970: calling self._execute() 3089 1726773011.46003: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773011.46015: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773011.46030: variable 'omit' from source: magic vars 3089 1726773011.46582: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773011.46868: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773011.46921: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773011.46972: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773011.47014: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773011.47242: 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) 3089 1726773011.47245: 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) 3089 1726773011.47248: 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) 3089 1726773011.47251: 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) 3089 1726773011.47363: variable '__kernel_settings_is_ostree' from source: set_fact 3089 1726773011.47369: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 3089 1726773011.47372: when evaluation is False, skipping this task 3089 1726773011.47375: _execute() done 3089 1726773011.47380: dumping result to json 3089 1726773011.47383: done dumping result, returning 3089 1726773011.47391: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [02b512f9-4fcf-c2f4-80d8-000000000274] 3089 1726773011.47394: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000274 3089 1726773011.47497: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000274 3089 1726773011.47501: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 3089 1726773011.47555: no more pending results, returning what we have 3089 1726773011.47559: results queue empty 3089 1726773011.47559: checking for any_errors_fatal 3089 1726773011.47564: done checking for any_errors_fatal 3089 1726773011.47565: checking for max_fail_percentage 3089 1726773011.47566: done checking for max_fail_percentage 3089 1726773011.47567: checking to see if all hosts have failed and the running result is not ok 3089 1726773011.47568: done checking to see if all hosts have failed 3089 1726773011.47569: getting the remaining hosts for this loop 3089 1726773011.47571: done getting the remaining hosts for this loop 3089 1726773011.47576: getting the next task for host managed_node3 3089 1726773011.47585: done getting next task for host managed_node3 3089 1726773011.47589: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 3089 1726773011.47594: ^ 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 3089 1726773011.47610: getting variables 3089 1726773011.47611: in VariableManager get_vars() 3089 1726773011.47647: Calling all_inventory to load vars for managed_node3 3089 1726773011.47650: Calling groups_inventory to load vars for managed_node3 3089 1726773011.47652: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773011.47662: Calling all_plugins_play to load vars for managed_node3 3089 1726773011.47664: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773011.47667: Calling groups_plugins_play to load vars for managed_node3 3089 1726773011.47712: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773011.47755: done with get_vars() 3089 1726773011.47762: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 15:10:11 -0400 (0:00:00.027) 0:00:54.268 **** 3089 1726773011.47841: entering _queue_task() for managed_node3/stat 3089 1726773011.48048: worker is 1 (out of 1 available) 3089 1726773011.48062: exiting _queue_task() for managed_node3/stat 3089 1726773011.48076: done queuing things up, now waiting for results queue to drain 3089 1726773011.48078: waiting for pending results... 3089 1726773011.48262: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 3089 1726773011.48344: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000276 3089 1726773011.48356: variable 'ansible_search_path' from source: unknown 3089 1726773011.48359: variable 'ansible_search_path' from source: unknown 3089 1726773011.48396: calling self._execute() 3089 1726773011.48459: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773011.48465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773011.48474: variable 'omit' from source: magic vars 3089 1726773011.48861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773011.49077: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773011.49241: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773011.49244: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773011.49256: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773011.49391: 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) 3089 1726773011.49426: 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) 3089 1726773011.49461: 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) 3089 1726773011.49498: 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) 3089 1726773011.49647: variable '__kernel_settings_is_transactional' from source: set_fact 3089 1726773011.49665: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 3089 1726773011.49672: when evaluation is False, skipping this task 3089 1726773011.49678: _execute() done 3089 1726773011.49685: dumping result to json 3089 1726773011.49692: done dumping result, returning 3089 1726773011.49706: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [02b512f9-4fcf-c2f4-80d8-000000000276] 3089 1726773011.49715: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000276 3089 1726773011.49942: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000276 3089 1726773011.49946: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 3089 1726773011.50004: no more pending results, returning what we have 3089 1726773011.50008: results queue empty 3089 1726773011.50009: checking for any_errors_fatal 3089 1726773011.50016: done checking for any_errors_fatal 3089 1726773011.50017: checking for max_fail_percentage 3089 1726773011.50018: done checking for max_fail_percentage 3089 1726773011.50019: checking to see if all hosts have failed and the running result is not ok 3089 1726773011.50020: done checking to see if all hosts have failed 3089 1726773011.50021: getting the remaining hosts for this loop 3089 1726773011.50023: done getting the remaining hosts for this loop 3089 1726773011.50028: getting the next task for host managed_node3 3089 1726773011.50039: done getting next task for host managed_node3 3089 1726773011.50042: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 3089 1726773011.50049: ^ 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 3089 1726773011.50067: getting variables 3089 1726773011.50069: in VariableManager get_vars() 3089 1726773011.50115: Calling all_inventory to load vars for managed_node3 3089 1726773011.50119: Calling groups_inventory to load vars for managed_node3 3089 1726773011.50121: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773011.50332: Calling all_plugins_play to load vars for managed_node3 3089 1726773011.50350: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773011.50353: Calling groups_plugins_play to load vars for managed_node3 3089 1726773011.50392: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773011.50434: done with get_vars() 3089 1726773011.50444: done getting variables 3089 1726773011.50488: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 15:10:11 -0400 (0:00:00.026) 0:00:54.294 **** 3089 1726773011.50523: entering _queue_task() for managed_node3/set_fact 3089 1726773011.50734: worker is 1 (out of 1 available) 3089 1726773011.50750: exiting _queue_task() for managed_node3/set_fact 3089 1726773011.50763: done queuing things up, now waiting for results queue to drain 3089 1726773011.50765: waiting for pending results... 3089 1726773011.50940: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 3089 1726773011.51027: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000277 3089 1726773011.51041: variable 'ansible_search_path' from source: unknown 3089 1726773011.51044: variable 'ansible_search_path' from source: unknown 3089 1726773011.51075: calling self._execute() 3089 1726773011.51139: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773011.51143: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773011.51152: variable 'omit' from source: magic vars 3089 1726773011.51531: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773011.51774: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773011.51808: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773011.51834: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773011.51865: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773011.51938: 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) 3089 1726773011.51956: 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) 3089 1726773011.51978: 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) 3089 1726773011.52001: 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) 3089 1726773011.52101: variable '__kernel_settings_is_transactional' from source: set_fact 3089 1726773011.52111: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 3089 1726773011.52114: when evaluation is False, skipping this task 3089 1726773011.52117: _execute() done 3089 1726773011.52119: dumping result to json 3089 1726773011.52122: done dumping result, returning 3089 1726773011.52129: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [02b512f9-4fcf-c2f4-80d8-000000000277] 3089 1726773011.52136: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000277 3089 1726773011.52232: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000277 3089 1726773011.52237: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 3089 1726773011.52285: no more pending results, returning what we have 3089 1726773011.52288: results queue empty 3089 1726773011.52289: checking for any_errors_fatal 3089 1726773011.52297: done checking for any_errors_fatal 3089 1726773011.52298: checking for max_fail_percentage 3089 1726773011.52299: done checking for max_fail_percentage 3089 1726773011.52300: checking to see if all hosts have failed and the running result is not ok 3089 1726773011.52301: done checking to see if all hosts have failed 3089 1726773011.52302: getting the remaining hosts for this loop 3089 1726773011.52304: done getting the remaining hosts for this loop 3089 1726773011.52308: getting the next task for host managed_node3 3089 1726773011.52318: done getting next task for host managed_node3 3089 1726773011.52321: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 3089 1726773011.52326: ^ 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 3089 1726773011.52343: getting variables 3089 1726773011.52345: in VariableManager get_vars() 3089 1726773011.52387: Calling all_inventory to load vars for managed_node3 3089 1726773011.52389: Calling groups_inventory to load vars for managed_node3 3089 1726773011.52392: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773011.52403: Calling all_plugins_play to load vars for managed_node3 3089 1726773011.52406: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773011.52412: Calling groups_plugins_play to load vars for managed_node3 3089 1726773011.52468: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773011.52529: done with get_vars() 3089 1726773011.52540: done getting variables 3089 1726773011.52599: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 15:10:11 -0400 (0:00:00.021) 0:00:54.316 **** 3089 1726773011.52641: entering _queue_task() for managed_node3/include_vars 3089 1726773011.52900: worker is 1 (out of 1 available) 3089 1726773011.52912: exiting _queue_task() for managed_node3/include_vars 3089 1726773011.52928: done queuing things up, now waiting for results queue to drain 3089 1726773011.52929: waiting for pending results... 3089 1726773011.53355: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 3089 1726773011.53370: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000279 3089 1726773011.53393: variable 'ansible_search_path' from source: unknown 3089 1726773011.53403: variable 'ansible_search_path' from source: unknown 3089 1726773011.53457: calling self._execute() 3089 1726773011.53543: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773011.53560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773011.53576: variable 'omit' from source: magic vars 3089 1726773011.53692: variable 'omit' from source: magic vars 3089 1726773011.53770: variable 'omit' from source: magic vars 3089 1726773011.54278: variable 'ffparams' from source: task vars 3089 1726773011.54383: variable 'ansible_facts' from source: unknown 3089 1726773011.54497: variable 'ansible_facts' from source: unknown 3089 1726773011.54563: variable 'ansible_facts' from source: unknown 3089 1726773011.54627: variable 'ansible_facts' from source: unknown 3089 1726773011.54684: variable 'role_path' from source: magic vars 3089 1726773011.54821: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 3089 1726773011.54975: Loaded config def from plugin (lookup/first_found) 3089 1726773011.54978: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 3089 1726773011.55012: variable 'ansible_search_path' from source: unknown 3089 1726773011.55028: variable 'ansible_search_path' from source: unknown 3089 1726773011.55037: variable 'ansible_search_path' from source: unknown 3089 1726773011.55045: variable 'ansible_search_path' from source: unknown 3089 1726773011.55052: variable 'ansible_search_path' from source: unknown 3089 1726773011.55070: variable 'omit' from source: magic vars 3089 1726773011.55095: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773011.55115: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773011.55130: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773011.55147: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773011.55156: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773011.55181: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773011.55185: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773011.55187: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773011.55262: Set connection var ansible_shell_executable to /bin/sh 3089 1726773011.55265: Set connection var ansible_shell_type to sh 3089 1726773011.55270: Set connection var ansible_timeout to 10 3089 1726773011.55277: Set connection var ansible_pipelining to False 3089 1726773011.55284: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773011.55287: Set connection var ansible_connection to ssh 3089 1726773011.55312: variable 'ansible_shell_executable' from source: unknown 3089 1726773011.55316: variable 'ansible_connection' from source: unknown 3089 1726773011.55318: variable 'ansible_module_compression' from source: unknown 3089 1726773011.55321: variable 'ansible_shell_type' from source: unknown 3089 1726773011.55323: variable 'ansible_shell_executable' from source: unknown 3089 1726773011.55325: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773011.55328: variable 'ansible_pipelining' from source: unknown 3089 1726773011.55330: variable 'ansible_timeout' from source: unknown 3089 1726773011.55335: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773011.55421: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773011.55430: variable 'omit' from source: magic vars 3089 1726773011.55436: starting attempt loop 3089 1726773011.55439: running the handler 3089 1726773011.55485: handler run complete 3089 1726773011.55495: attempt loop complete, returning result 3089 1726773011.55499: _execute() done 3089 1726773011.55501: dumping result to json 3089 1726773011.55503: done dumping result, returning 3089 1726773011.55510: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [02b512f9-4fcf-c2f4-80d8-000000000279] 3089 1726773011.55517: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000279 3089 1726773011.55622: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000279 3089 1726773011.55625: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 3089 1726773011.55727: no more pending results, returning what we have 3089 1726773011.55731: results queue empty 3089 1726773011.55731: checking for any_errors_fatal 3089 1726773011.55744: done checking for any_errors_fatal 3089 1726773011.55746: checking for max_fail_percentage 3089 1726773011.55747: done checking for max_fail_percentage 3089 1726773011.55748: checking to see if all hosts have failed and the running result is not ok 3089 1726773011.55749: done checking to see if all hosts have failed 3089 1726773011.55750: getting the remaining hosts for this loop 3089 1726773011.55751: done getting the remaining hosts for this loop 3089 1726773011.55754: getting the next task for host managed_node3 3089 1726773011.55761: done getting next task for host managed_node3 3089 1726773011.55765: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 3089 1726773011.55769: ^ 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 3089 1726773011.55779: getting variables 3089 1726773011.55780: in VariableManager get_vars() 3089 1726773011.55810: Calling all_inventory to load vars for managed_node3 3089 1726773011.55812: Calling groups_inventory to load vars for managed_node3 3089 1726773011.55813: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773011.55826: Calling all_plugins_play to load vars for managed_node3 3089 1726773011.55828: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773011.55829: Calling groups_plugins_play to load vars for managed_node3 3089 1726773011.55873: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773011.55922: done with get_vars() 3089 1726773011.55931: done getting variables 3089 1726773011.56003: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 15:10:11 -0400 (0:00:00.033) 0:00:54.350 **** 3089 1726773011.56042: entering _queue_task() for managed_node3/package 3089 1726773011.56299: worker is 1 (out of 1 available) 3089 1726773011.56313: exiting _queue_task() for managed_node3/package 3089 1726773011.56329: done queuing things up, now waiting for results queue to drain 3089 1726773011.56331: waiting for pending results... 3089 1726773011.56652: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 3089 1726773011.56683: in run() - task 02b512f9-4fcf-c2f4-80d8-0000000001f7 3089 1726773011.56705: variable 'ansible_search_path' from source: unknown 3089 1726773011.56743: variable 'ansible_search_path' from source: unknown 3089 1726773011.56770: calling self._execute() 3089 1726773011.56952: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773011.56956: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773011.56965: variable 'omit' from source: magic vars 3089 1726773011.57074: variable 'omit' from source: magic vars 3089 1726773011.57124: variable 'omit' from source: magic vars 3089 1726773011.57207: variable '__kernel_settings_packages' from source: include_vars 3089 1726773011.57525: variable '__kernel_settings_packages' from source: include_vars 3089 1726773011.57786: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726773011.59542: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726773011.59599: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726773011.59631: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726773011.59659: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726773011.59679: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726773011.59764: 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) 3089 1726773011.59784: 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) 3089 1726773011.59806: 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) 3089 1726773011.59841: 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) 3089 1726773011.59853: 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) 3089 1726773011.60040: variable '__kernel_settings_is_ostree' from source: set_fact 3089 1726773011.60043: variable 'omit' from source: magic vars 3089 1726773011.60045: variable 'omit' from source: magic vars 3089 1726773011.60046: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773011.60053: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773011.60055: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773011.60056: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773011.60062: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773011.60088: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773011.60091: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773011.60094: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773011.60173: Set connection var ansible_shell_executable to /bin/sh 3089 1726773011.60176: Set connection var ansible_shell_type to sh 3089 1726773011.60182: Set connection var ansible_timeout to 10 3089 1726773011.60189: Set connection var ansible_pipelining to False 3089 1726773011.60198: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773011.60201: Set connection var ansible_connection to ssh 3089 1726773011.60224: variable 'ansible_shell_executable' from source: unknown 3089 1726773011.60227: variable 'ansible_connection' from source: unknown 3089 1726773011.60229: variable 'ansible_module_compression' from source: unknown 3089 1726773011.60231: variable 'ansible_shell_type' from source: unknown 3089 1726773011.60234: variable 'ansible_shell_executable' from source: unknown 3089 1726773011.60238: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773011.60243: variable 'ansible_pipelining' from source: unknown 3089 1726773011.60246: variable 'ansible_timeout' from source: unknown 3089 1726773011.60250: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773011.60440: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773011.60443: variable 'omit' from source: magic vars 3089 1726773011.60446: starting attempt loop 3089 1726773011.60448: running the handler 3089 1726773011.60450: variable 'ansible_facts' from source: unknown 3089 1726773011.60453: _low_level_execute_command(): starting 3089 1726773011.60455: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773011.61157: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773011.61193: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773011.61214: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773011.61271: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773011.61350: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773011.63078: stdout chunk (state=3): >>>/root <<< 3089 1726773011.63180: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773011.63244: stderr chunk (state=3): >>><<< 3089 1726773011.63248: stdout chunk (state=3): >>><<< 3089 1726773011.63270: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773011.63283: _low_level_execute_command(): starting 3089 1726773011.63290: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381 `" && echo ansible-tmp-1726773011.6327102-4119-163211744201381="` echo /root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381 `" ) && sleep 0' 3089 1726773011.63786: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773011.63790: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773011.63796: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773011.63798: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773011.63851: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773011.63856: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773011.63861: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773011.63902: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773011.66076: stdout chunk (state=3): >>>ansible-tmp-1726773011.6327102-4119-163211744201381=/root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381 <<< 3089 1726773011.66081: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773011.66154: stderr chunk (state=3): >>><<< 3089 1726773011.66175: stdout chunk (state=3): >>><<< 3089 1726773011.66199: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773011.6327102-4119-163211744201381=/root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773011.66267: variable 'ansible_module_compression' from source: unknown 3089 1726773011.66345: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 3089 1726773011.66409: variable 'ansible_facts' from source: unknown 3089 1726773011.66645: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/AnsiballZ_setup.py 3089 1726773011.66941: Sending initial data 3089 1726773011.66945: Sent initial data (152 bytes) 3089 1726773011.67624: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773011.67642: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773011.67700: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773011.67720: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773011.67738: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773011.67810: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773011.67856: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773011.67873: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773011.67948: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773011.67993: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773011.69599: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773011.69627: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773011.69663: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpt0vfewqx /root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/AnsiballZ_setup.py <<< 3089 1726773011.69672: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/AnsiballZ_setup.py" <<< 3089 1726773011.69701: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpt0vfewqx" to remote "/root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/AnsiballZ_setup.py" <<< 3089 1726773011.70752: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773011.70827: stderr chunk (state=3): >>><<< 3089 1726773011.70831: stdout chunk (state=3): >>><<< 3089 1726773011.70855: done transferring module to remote 3089 1726773011.70865: _low_level_execute_command(): starting 3089 1726773011.70871: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/ /root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/AnsiballZ_setup.py && sleep 0' 3089 1726773011.71365: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773011.71369: 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.46.99 originally 10.31.46.99 <<< 3089 1726773011.71371: 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 <<< 3089 1726773011.71374: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773011.71389: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773011.71442: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773011.71445: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773011.71456: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773011.71495: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773011.73280: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773011.73347: stderr chunk (state=3): >>><<< 3089 1726773011.73350: stdout chunk (state=3): >>><<< 3089 1726773011.73365: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773011.73368: _low_level_execute_command(): starting 3089 1726773011.73374: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/AnsiballZ_setup.py && sleep 0' 3089 1726773011.73891: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773011.73896: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address <<< 3089 1726773011.73898: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773011.73901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773011.73960: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773011.73969: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773011.73974: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773011.74012: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773013.21656: 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"}}} <<< 3089 1726773013.23680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773013.23751: stderr chunk (state=3): >>><<< 3089 1726773013.23754: stdout chunk (state=3): >>><<< 3089 1726773013.23763: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773013.23792: 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-1726773011.6327102-4119-163211744201381/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773013.23858: variable 'ansible_module_compression' from source: unknown 3089 1726773013.23891: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 3089 1726773013.23921: variable 'ansible_facts' from source: unknown 3089 1726773013.24003: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/AnsiballZ_dnf.py 3089 1726773013.24110: Sending initial data 3089 1726773013.24113: Sent initial data (150 bytes) 3089 1726773013.24598: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773013.24601: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773013.24604: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773013.24606: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773013.24608: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773013.24664: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773013.24667: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773013.24669: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773013.24711: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773013.26359: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773013.26392: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773013.26430: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmp6i_vyero /root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/AnsiballZ_dnf.py <<< 3089 1726773013.26441: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/AnsiballZ_dnf.py" <<< 3089 1726773013.26472: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmp6i_vyero" to remote "/root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/AnsiballZ_dnf.py" <<< 3089 1726773013.26474: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/AnsiballZ_dnf.py" <<< 3089 1726773013.27129: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773013.27207: stderr chunk (state=3): >>><<< 3089 1726773013.27210: stdout chunk (state=3): >>><<< 3089 1726773013.27232: done transferring module to remote 3089 1726773013.27242: _low_level_execute_command(): starting 3089 1726773013.27247: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/ /root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/AnsiballZ_dnf.py && sleep 0' 3089 1726773013.27727: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773013.27730: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773013.27735: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773013.27737: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration <<< 3089 1726773013.27740: 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 <<< 3089 1726773013.27742: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773013.27795: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773013.27798: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773013.27802: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773013.27841: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773013.29648: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773013.29707: stderr chunk (state=3): >>><<< 3089 1726773013.29710: stdout chunk (state=3): >>><<< 3089 1726773013.29726: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773013.29729: _low_level_execute_command(): starting 3089 1726773013.29734: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/AnsiballZ_dnf.py && sleep 0' 3089 1726773013.30206: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773013.30210: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773013.30212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726773013.30220: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773013.30274: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773013.30281: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773013.30283: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773013.30323: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773014.38148: 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}}} <<< 3089 1726773014.42302: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773014.42384: stderr chunk (state=3): >>><<< 3089 1726773014.42388: stdout chunk (state=3): >>><<< 3089 1726773014.42405: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773014.42437: 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-1726773011.6327102-4119-163211744201381/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773014.42444: _low_level_execute_command(): starting 3089 1726773014.42449: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773011.6327102-4119-163211744201381/ > /dev/null 2>&1 && sleep 0' 3089 1726773014.43485: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773014.43489: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773014.43491: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773014.43494: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773014.43572: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773014.43575: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773014.43662: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773014.45609: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773014.45753: stderr chunk (state=3): >>><<< 3089 1726773014.45757: stdout chunk (state=3): >>><<< 3089 1726773014.45771: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773014.45778: handler run complete 3089 1726773014.45811: attempt loop complete, returning result 3089 1726773014.45815: _execute() done 3089 1726773014.45817: dumping result to json 3089 1726773014.45822: done dumping result, returning 3089 1726773014.45831: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [02b512f9-4fcf-c2f4-80d8-0000000001f7] 3089 1726773014.45837: sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001f7 3089 1726773014.46022: done sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001f7 3089 1726773014.46025: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 3089 1726773014.46145: no more pending results, returning what we have 3089 1726773014.46149: results queue empty 3089 1726773014.46150: checking for any_errors_fatal 3089 1726773014.46155: done checking for any_errors_fatal 3089 1726773014.46156: checking for max_fail_percentage 3089 1726773014.46157: done checking for max_fail_percentage 3089 1726773014.46158: checking to see if all hosts have failed and the running result is not ok 3089 1726773014.46159: done checking to see if all hosts have failed 3089 1726773014.46160: getting the remaining hosts for this loop 3089 1726773014.46161: done getting the remaining hosts for this loop 3089 1726773014.46166: getting the next task for host managed_node3 3089 1726773014.46174: done getting next task for host managed_node3 3089 1726773014.46177: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 3089 1726773014.46181: ^ 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 3089 1726773014.46190: getting variables 3089 1726773014.46192: in VariableManager get_vars() 3089 1726773014.46226: Calling all_inventory to load vars for managed_node3 3089 1726773014.46229: Calling groups_inventory to load vars for managed_node3 3089 1726773014.46231: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773014.46249: Calling all_plugins_play to load vars for managed_node3 3089 1726773014.46252: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773014.46256: Calling groups_plugins_play to load vars for managed_node3 3089 1726773014.46306: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773014.46359: done with get_vars() 3089 1726773014.46368: done getting variables 3089 1726773014.46433: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 15:10:14 -0400 (0:00:02.904) 0:00:57.254 **** 3089 1726773014.46479: entering _queue_task() for managed_node3/debug 3089 1726773014.47214: worker is 1 (out of 1 available) 3089 1726773014.47227: exiting _queue_task() for managed_node3/debug 3089 1726773014.47244: done queuing things up, now waiting for results queue to drain 3089 1726773014.47246: waiting for pending results... 3089 1726773014.47972: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 3089 1726773014.48178: in run() - task 02b512f9-4fcf-c2f4-80d8-0000000001f9 3089 1726773014.48183: variable 'ansible_search_path' from source: unknown 3089 1726773014.48186: variable 'ansible_search_path' from source: unknown 3089 1726773014.48189: calling self._execute() 3089 1726773014.48225: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773014.48229: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773014.48446: variable 'omit' from source: magic vars 3089 1726773014.49398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726773014.54888: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726773014.54950: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726773014.55041: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726773014.55146: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726773014.55245: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726773014.55458: 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) 3089 1726773014.55498: 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) 3089 1726773014.55535: 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) 3089 1726773014.55741: 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) 3089 1726773014.55744: 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) 3089 1726773014.55942: variable '__kernel_settings_is_transactional' from source: set_fact 3089 1726773014.56002: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3089 1726773014.56200: when evaluation is False, skipping this task 3089 1726773014.56203: _execute() done 3089 1726773014.56206: dumping result to json 3089 1726773014.56208: done dumping result, returning 3089 1726773014.56211: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [02b512f9-4fcf-c2f4-80d8-0000000001f9] 3089 1726773014.56212: sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001f9 3089 1726773014.56298: done sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001f9 3089 1726773014.56441: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 3089 1726773014.56499: no more pending results, returning what we have 3089 1726773014.56503: results queue empty 3089 1726773014.56504: checking for any_errors_fatal 3089 1726773014.56517: done checking for any_errors_fatal 3089 1726773014.56518: checking for max_fail_percentage 3089 1726773014.56520: done checking for max_fail_percentage 3089 1726773014.56521: checking to see if all hosts have failed and the running result is not ok 3089 1726773014.56522: done checking to see if all hosts have failed 3089 1726773014.56523: getting the remaining hosts for this loop 3089 1726773014.56524: done getting the remaining hosts for this loop 3089 1726773014.56529: getting the next task for host managed_node3 3089 1726773014.56538: done getting next task for host managed_node3 3089 1726773014.56542: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 3089 1726773014.56547: ^ 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 3089 1726773014.56563: getting variables 3089 1726773014.56565: in VariableManager get_vars() 3089 1726773014.56608: Calling all_inventory to load vars for managed_node3 3089 1726773014.56611: Calling groups_inventory to load vars for managed_node3 3089 1726773014.56614: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773014.56627: Calling all_plugins_play to load vars for managed_node3 3089 1726773014.56630: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773014.56633: Calling groups_plugins_play to load vars for managed_node3 3089 1726773014.57007: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773014.57186: done with get_vars() 3089 1726773014.57200: done getting variables 3089 1726773014.57440: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 15:10:14 -0400 (0:00:00.109) 0:00:57.364 **** 3089 1726773014.57477: entering _queue_task() for managed_node3/reboot 3089 1726773014.58013: worker is 1 (out of 1 available) 3089 1726773014.58027: exiting _queue_task() for managed_node3/reboot 3089 1726773014.58154: done queuing things up, now waiting for results queue to drain 3089 1726773014.58157: waiting for pending results... 3089 1726773014.58652: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 3089 1726773014.58659: in run() - task 02b512f9-4fcf-c2f4-80d8-0000000001fa 3089 1726773014.59042: variable 'ansible_search_path' from source: unknown 3089 1726773014.59046: variable 'ansible_search_path' from source: unknown 3089 1726773014.59049: calling self._execute() 3089 1726773014.59051: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773014.59054: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773014.59057: variable 'omit' from source: magic vars 3089 1726773014.60134: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726773014.64369: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726773014.64453: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726773014.64500: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726773014.64546: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726773014.64623: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726773014.64791: 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) 3089 1726773014.64906: 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) 3089 1726773014.64966: 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) 3089 1726773014.65241: 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) 3089 1726773014.65245: 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) 3089 1726773014.65351: variable '__kernel_settings_is_transactional' from source: set_fact 3089 1726773014.65541: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3089 1726773014.65544: when evaluation is False, skipping this task 3089 1726773014.65547: _execute() done 3089 1726773014.65549: dumping result to json 3089 1726773014.65551: done dumping result, returning 3089 1726773014.65554: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [02b512f9-4fcf-c2f4-80d8-0000000001fa] 3089 1726773014.65556: sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001fa skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 3089 1726773014.65690: no more pending results, returning what we have 3089 1726773014.65694: results queue empty 3089 1726773014.65695: checking for any_errors_fatal 3089 1726773014.65703: done checking for any_errors_fatal 3089 1726773014.65703: checking for max_fail_percentage 3089 1726773014.65705: done checking for max_fail_percentage 3089 1726773014.65706: checking to see if all hosts have failed and the running result is not ok 3089 1726773014.65707: done checking to see if all hosts have failed 3089 1726773014.65708: getting the remaining hosts for this loop 3089 1726773014.65709: done getting the remaining hosts for this loop 3089 1726773014.65714: getting the next task for host managed_node3 3089 1726773014.65721: done getting next task for host managed_node3 3089 1726773014.65725: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 3089 1726773014.65729: ^ 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 3089 1726773014.65754: getting variables 3089 1726773014.65756: in VariableManager get_vars() 3089 1726773014.65795: Calling all_inventory to load vars for managed_node3 3089 1726773014.65798: Calling groups_inventory to load vars for managed_node3 3089 1726773014.65800: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773014.65813: Calling all_plugins_play to load vars for managed_node3 3089 1726773014.65816: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773014.65820: Calling groups_plugins_play to load vars for managed_node3 3089 1726773014.66080: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773014.66139: done with get_vars() 3089 1726773014.66150: done getting variables 3089 1726773014.66276: done sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001fa 3089 1726773014.66280: WORKER PROCESS EXITING 3089 1726773014.66320: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 15:10:14 -0400 (0:00:00.088) 0:00:57.453 **** 3089 1726773014.66359: entering _queue_task() for managed_node3/fail 3089 1726773014.66994: worker is 1 (out of 1 available) 3089 1726773014.67008: exiting _queue_task() for managed_node3/fail 3089 1726773014.67022: done queuing things up, now waiting for results queue to drain 3089 1726773014.67024: waiting for pending results... 3089 1726773014.67627: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 3089 1726773014.68040: in run() - task 02b512f9-4fcf-c2f4-80d8-0000000001fb 3089 1726773014.68106: variable 'ansible_search_path' from source: unknown 3089 1726773014.68547: variable 'ansible_search_path' from source: unknown 3089 1726773014.68551: calling self._execute() 3089 1726773014.68554: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773014.68557: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773014.68561: variable 'omit' from source: magic vars 3089 1726773014.69451: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726773014.72538: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726773014.72823: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726773014.73141: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726773014.73146: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726773014.73342: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726773014.73350: 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) 3089 1726773014.73354: 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) 3089 1726773014.73356: 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) 3089 1726773014.73462: 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) 3089 1726773014.73478: 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) 3089 1726773014.73604: variable '__kernel_settings_is_transactional' from source: set_fact 3089 1726773014.73629: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 3089 1726773014.73638: when evaluation is False, skipping this task 3089 1726773014.73646: _execute() done 3089 1726773014.73653: dumping result to json 3089 1726773014.73660: done dumping result, returning 3089 1726773014.73673: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [02b512f9-4fcf-c2f4-80d8-0000000001fb] 3089 1726773014.73686: sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001fb skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 3089 1726773014.73846: no more pending results, returning what we have 3089 1726773014.73851: results queue empty 3089 1726773014.73851: checking for any_errors_fatal 3089 1726773014.73857: done checking for any_errors_fatal 3089 1726773014.73858: checking for max_fail_percentage 3089 1726773014.73859: done checking for max_fail_percentage 3089 1726773014.73860: checking to see if all hosts have failed and the running result is not ok 3089 1726773014.73861: done checking to see if all hosts have failed 3089 1726773014.73862: getting the remaining hosts for this loop 3089 1726773014.73864: done getting the remaining hosts for this loop 3089 1726773014.73868: getting the next task for host managed_node3 3089 1726773014.73879: done getting next task for host managed_node3 3089 1726773014.73999: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 3089 1726773014.74004: ^ 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 3089 1726773014.74016: done sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001fb 3089 1726773014.74019: WORKER PROCESS EXITING 3089 1726773014.74029: getting variables 3089 1726773014.74030: in VariableManager get_vars() 3089 1726773014.74067: Calling all_inventory to load vars for managed_node3 3089 1726773014.74070: Calling groups_inventory to load vars for managed_node3 3089 1726773014.74072: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773014.74084: Calling all_plugins_play to load vars for managed_node3 3089 1726773014.74087: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773014.74090: Calling groups_plugins_play to load vars for managed_node3 3089 1726773014.74155: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773014.74215: done with get_vars() 3089 1726773014.74225: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 15:10:14 -0400 (0:00:00.079) 0:00:57.532 **** 3089 1726773014.74314: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 3089 1726773014.74602: worker is 1 (out of 1 available) 3089 1726773014.74617: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 3089 1726773014.74632: done queuing things up, now waiting for results queue to drain 3089 1726773014.74634: waiting for pending results... 3089 1726773014.74952: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 3089 1726773014.75082: in run() - task 02b512f9-4fcf-c2f4-80d8-0000000001fd 3089 1726773014.75113: variable 'ansible_search_path' from source: unknown 3089 1726773014.75121: variable 'ansible_search_path' from source: unknown 3089 1726773014.75171: calling self._execute() 3089 1726773014.75261: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773014.75279: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773014.75295: variable 'omit' from source: magic vars 3089 1726773014.75430: variable 'omit' from source: magic vars 3089 1726773014.75500: variable 'omit' from source: magic vars 3089 1726773014.75550: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 3089 1726773014.75912: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 3089 1726773014.76042: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3089 1726773014.76079: variable 'omit' from source: magic vars 3089 1726773014.76180: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773014.76428: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773014.76457: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773014.76488: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773014.76513: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773014.76555: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773014.76588: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773014.76592: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773014.76705: Set connection var ansible_shell_executable to /bin/sh 3089 1726773014.76713: Set connection var ansible_shell_type to sh 3089 1726773014.76807: Set connection var ansible_timeout to 10 3089 1726773014.76810: Set connection var ansible_pipelining to False 3089 1726773014.76813: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773014.76815: Set connection var ansible_connection to ssh 3089 1726773014.76818: variable 'ansible_shell_executable' from source: unknown 3089 1726773014.76821: variable 'ansible_connection' from source: unknown 3089 1726773014.76824: variable 'ansible_module_compression' from source: unknown 3089 1726773014.76827: variable 'ansible_shell_type' from source: unknown 3089 1726773014.76830: variable 'ansible_shell_executable' from source: unknown 3089 1726773014.76832: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773014.76915: variable 'ansible_pipelining' from source: unknown 3089 1726773014.76918: variable 'ansible_timeout' from source: unknown 3089 1726773014.76920: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773014.77071: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3089 1726773014.77087: variable 'omit' from source: magic vars 3089 1726773014.77096: starting attempt loop 3089 1726773014.77103: running the handler 3089 1726773014.77119: _low_level_execute_command(): starting 3089 1726773014.77134: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773014.78033: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773014.78080: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773014.78131: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773014.78174: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773014.80045: stdout chunk (state=3): >>>/root <<< 3089 1726773014.80068: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773014.80223: stderr chunk (state=3): >>><<< 3089 1726773014.80425: stdout chunk (state=3): >>><<< 3089 1726773014.80431: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773014.80434: _low_level_execute_command(): starting 3089 1726773014.80437: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773014.803612-4246-74336044677717 `" && echo ansible-tmp-1726773014.803612-4246-74336044677717="` echo /root/.ansible/tmp/ansible-tmp-1726773014.803612-4246-74336044677717 `" ) && sleep 0' 3089 1726773014.81729: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773014.81742: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773014.81746: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773014.81757: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773014.82005: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773014.82009: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773014.82051: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773014.82090: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773014.84063: stdout chunk (state=3): >>>ansible-tmp-1726773014.803612-4246-74336044677717=/root/.ansible/tmp/ansible-tmp-1726773014.803612-4246-74336044677717 <<< 3089 1726773014.84168: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773014.84241: stderr chunk (state=3): >>><<< 3089 1726773014.84245: stdout chunk (state=3): >>><<< 3089 1726773014.84441: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773014.803612-4246-74336044677717=/root/.ansible/tmp/ansible-tmp-1726773014.803612-4246-74336044677717 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773014.84445: variable 'ansible_module_compression' from source: unknown 3089 1726773014.84448: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 3089 1726773014.84450: variable 'ansible_facts' from source: unknown 3089 1726773014.84519: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773014.803612-4246-74336044677717/AnsiballZ_kernel_settings_get_config.py 3089 1726773014.84696: Sending initial data 3089 1726773014.84706: Sent initial data (171 bytes) 3089 1726773014.85459: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773014.85573: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773014.85592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773014.85618: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773014.85632: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773014.85710: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773014.87304: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773014.87365: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773014.87446: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmp_nxx5ziv /root/.ansible/tmp/ansible-tmp-1726773014.803612-4246-74336044677717/AnsiballZ_kernel_settings_get_config.py <<< 3089 1726773014.87461: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773014.803612-4246-74336044677717/AnsiballZ_kernel_settings_get_config.py" <<< 3089 1726773014.87501: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmp_nxx5ziv" to remote "/root/.ansible/tmp/ansible-tmp-1726773014.803612-4246-74336044677717/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773014.803612-4246-74336044677717/AnsiballZ_kernel_settings_get_config.py" <<< 3089 1726773014.88408: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773014.88412: stdout chunk (state=3): >>><<< 3089 1726773014.88415: stderr chunk (state=3): >>><<< 3089 1726773014.88418: done transferring module to remote 3089 1726773014.88420: _low_level_execute_command(): starting 3089 1726773014.88423: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773014.803612-4246-74336044677717/ /root/.ansible/tmp/ansible-tmp-1726773014.803612-4246-74336044677717/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3089 1726773014.89158: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773014.89191: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773014.89298: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773014.89332: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773014.89416: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773014.91302: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773014.91344: stderr chunk (state=3): >>><<< 3089 1726773014.91348: stdout chunk (state=3): >>><<< 3089 1726773014.91378: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773014.91382: _low_level_execute_command(): starting 3089 1726773014.91386: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773014.803612-4246-74336044677717/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3089 1726773014.91877: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773014.91881: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773014.91884: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773014.91887: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773014.91931: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773014.91937: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773014.91955: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773014.92008: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773015.08642: 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"}}} <<< 3089 1726773015.10030: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773015.10095: stderr chunk (state=3): >>><<< 3089 1726773015.10099: stdout chunk (state=3): >>><<< 3089 1726773015.10116: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773015.10146: 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-1726773014.803612-4246-74336044677717/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773015.10153: _low_level_execute_command(): starting 3089 1726773015.10158: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773014.803612-4246-74336044677717/ > /dev/null 2>&1 && sleep 0' 3089 1726773015.10639: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773015.10643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773015.10717: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773015.10721: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726773015.10724: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773015.10727: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.10729: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773015.10742: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773015.10751: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773015.10804: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773015.12699: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773015.12760: stderr chunk (state=3): >>><<< 3089 1726773015.12764: stdout chunk (state=3): >>><<< 3089 1726773015.12778: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773015.12785: handler run complete 3089 1726773015.12803: attempt loop complete, returning result 3089 1726773015.12806: _execute() done 3089 1726773015.12808: dumping result to json 3089 1726773015.12811: done dumping result, returning 3089 1726773015.12823: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [02b512f9-4fcf-c2f4-80d8-0000000001fd] 3089 1726773015.12828: sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001fd 3089 1726773015.12939: done sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001fd 3089 1726773015.12942: 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" } } 3089 1726773015.13024: no more pending results, returning what we have 3089 1726773015.13027: results queue empty 3089 1726773015.13028: checking for any_errors_fatal 3089 1726773015.13032: done checking for any_errors_fatal 3089 1726773015.13033: checking for max_fail_percentage 3089 1726773015.13036: done checking for max_fail_percentage 3089 1726773015.13037: checking to see if all hosts have failed and the running result is not ok 3089 1726773015.13038: done checking to see if all hosts have failed 3089 1726773015.13039: getting the remaining hosts for this loop 3089 1726773015.13040: done getting the remaining hosts for this loop 3089 1726773015.13044: getting the next task for host managed_node3 3089 1726773015.13050: done getting next task for host managed_node3 3089 1726773015.13053: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 3089 1726773015.13057: ^ 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 3089 1726773015.13067: getting variables 3089 1726773015.13069: in VariableManager get_vars() 3089 1726773015.13104: Calling all_inventory to load vars for managed_node3 3089 1726773015.13107: Calling groups_inventory to load vars for managed_node3 3089 1726773015.13108: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773015.13118: Calling all_plugins_play to load vars for managed_node3 3089 1726773015.13120: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773015.13123: Calling groups_plugins_play to load vars for managed_node3 3089 1726773015.13175: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773015.13212: done with get_vars() 3089 1726773015.13219: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 15:10:15 -0400 (0:00:00.389) 0:00:57.922 **** 3089 1726773015.13302: entering _queue_task() for managed_node3/stat 3089 1726773015.13520: worker is 1 (out of 1 available) 3089 1726773015.13534: exiting _queue_task() for managed_node3/stat 3089 1726773015.13549: done queuing things up, now waiting for results queue to drain 3089 1726773015.13551: waiting for pending results... 3089 1726773015.13729: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 3089 1726773015.13801: in run() - task 02b512f9-4fcf-c2f4-80d8-0000000001fe 3089 1726773015.13821: variable 'ansible_search_path' from source: unknown 3089 1726773015.13825: variable 'ansible_search_path' from source: unknown 3089 1726773015.13867: variable '__prof_from_conf' from source: task vars 3089 1726773015.14240: variable '__prof_from_conf' from source: task vars 3089 1726773015.14358: variable '__data' from source: task vars 3089 1726773015.14413: variable '__kernel_settings_register_tuned_main' from source: set_fact 3089 1726773015.14639: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3089 1726773015.14642: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3089 1726773015.14644: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3089 1726773015.14646: variable 'omit' from source: magic vars 3089 1726773015.14713: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773015.14722: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773015.14730: variable 'omit' from source: magic vars 3089 1726773015.14931: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726773015.16531: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726773015.16583: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726773015.16613: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726773015.16643: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726773015.16664: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726773015.16840: 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) 3089 1726773015.16843: 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) 3089 1726773015.16846: 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) 3089 1726773015.16848: 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) 3089 1726773015.16849: 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) 3089 1726773015.16902: variable 'item' from source: unknown 3089 1726773015.16915: Evaluated conditional (item | length > 0): False 3089 1726773015.16918: when evaluation is False, skipping this task 3089 1726773015.16954: variable 'item' from source: unknown 3089 1726773015.17010: 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" } 3089 1726773015.17185: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773015.17188: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773015.17191: variable 'omit' from source: magic vars 3089 1726773015.17261: 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) 3089 1726773015.17279: 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) 3089 1726773015.17439: 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) 3089 1726773015.17441: 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) 3089 1726773015.17443: 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) 3089 1726773015.17444: variable 'item' from source: unknown 3089 1726773015.17445: Evaluated conditional (item | length > 0): True 3089 1726773015.17447: variable 'omit' from source: magic vars 3089 1726773015.17453: variable 'omit' from source: magic vars 3089 1726773015.17488: variable 'item' from source: unknown 3089 1726773015.17543: variable 'item' from source: unknown 3089 1726773015.17556: variable 'omit' from source: magic vars 3089 1726773015.17583: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773015.17606: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773015.17621: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773015.17648: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773015.17657: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773015.17682: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773015.17685: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773015.17688: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773015.17765: Set connection var ansible_shell_executable to /bin/sh 3089 1726773015.17768: Set connection var ansible_shell_type to sh 3089 1726773015.17774: Set connection var ansible_timeout to 10 3089 1726773015.17781: Set connection var ansible_pipelining to False 3089 1726773015.17788: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773015.17790: Set connection var ansible_connection to ssh 3089 1726773015.17811: variable 'ansible_shell_executable' from source: unknown 3089 1726773015.17814: variable 'ansible_connection' from source: unknown 3089 1726773015.17817: variable 'ansible_module_compression' from source: unknown 3089 1726773015.17819: variable 'ansible_shell_type' from source: unknown 3089 1726773015.17821: variable 'ansible_shell_executable' from source: unknown 3089 1726773015.17824: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773015.17829: variable 'ansible_pipelining' from source: unknown 3089 1726773015.17832: variable 'ansible_timeout' from source: unknown 3089 1726773015.17837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773015.17952: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3089 1726773015.17964: variable 'omit' from source: magic vars 3089 1726773015.17969: starting attempt loop 3089 1726773015.17971: running the handler 3089 1726773015.17984: _low_level_execute_command(): starting 3089 1726773015.17986: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773015.18529: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773015.18536: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773015.18539: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.18600: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773015.18607: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773015.18609: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773015.18646: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773015.20352: stdout chunk (state=3): >>>/root <<< 3089 1726773015.20492: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773015.20525: stderr chunk (state=3): >>><<< 3089 1726773015.20528: stdout chunk (state=3): >>><<< 3089 1726773015.20551: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773015.20562: _low_level_execute_command(): starting 3089 1726773015.20568: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773015.205516-4270-116517041934454 `" && echo ansible-tmp-1726773015.205516-4270-116517041934454="` echo /root/.ansible/tmp/ansible-tmp-1726773015.205516-4270-116517041934454 `" ) && sleep 0' 3089 1726773015.21081: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773015.21085: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.21088: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773015.21091: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.21154: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773015.21157: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773015.21162: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773015.21205: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773015.23205: stdout chunk (state=3): >>>ansible-tmp-1726773015.205516-4270-116517041934454=/root/.ansible/tmp/ansible-tmp-1726773015.205516-4270-116517041934454 <<< 3089 1726773015.23357: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773015.23375: stderr chunk (state=3): >>><<< 3089 1726773015.23378: stdout chunk (state=3): >>><<< 3089 1726773015.23394: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773015.205516-4270-116517041934454=/root/.ansible/tmp/ansible-tmp-1726773015.205516-4270-116517041934454 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773015.23440: variable 'ansible_module_compression' from source: unknown 3089 1726773015.23480: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3089 1726773015.23512: variable 'ansible_facts' from source: unknown 3089 1726773015.23575: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773015.205516-4270-116517041934454/AnsiballZ_stat.py 3089 1726773015.23685: Sending initial data 3089 1726773015.23688: Sent initial data (150 bytes) 3089 1726773015.24192: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773015.24195: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773015.24203: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.24206: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773015.24208: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.24266: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773015.24272: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773015.24310: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773015.25930: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773015.25964: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773015.26007: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpcbhgbquq /root/.ansible/tmp/ansible-tmp-1726773015.205516-4270-116517041934454/AnsiballZ_stat.py <<< 3089 1726773015.26013: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773015.205516-4270-116517041934454/AnsiballZ_stat.py" <<< 3089 1726773015.26046: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpcbhgbquq" to remote "/root/.ansible/tmp/ansible-tmp-1726773015.205516-4270-116517041934454/AnsiballZ_stat.py" <<< 3089 1726773015.26048: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773015.205516-4270-116517041934454/AnsiballZ_stat.py" <<< 3089 1726773015.26598: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773015.26676: stderr chunk (state=3): >>><<< 3089 1726773015.26680: stdout chunk (state=3): >>><<< 3089 1726773015.26699: done transferring module to remote 3089 1726773015.26709: _low_level_execute_command(): starting 3089 1726773015.26715: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773015.205516-4270-116517041934454/ /root/.ansible/tmp/ansible-tmp-1726773015.205516-4270-116517041934454/AnsiballZ_stat.py && sleep 0' 3089 1726773015.27222: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773015.27226: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.27228: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773015.27231: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773015.27233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.27286: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773015.27289: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773015.27292: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773015.27337: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773015.35512: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773015.35571: stderr chunk (state=3): >>><<< 3089 1726773015.35576: stdout chunk (state=3): >>><<< 3089 1726773015.35592: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773015.35595: _low_level_execute_command(): starting 3089 1726773015.35601: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773015.205516-4270-116517041934454/AnsiballZ_stat.py && sleep 0' 3089 1726773015.36089: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773015.36096: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.36099: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773015.36101: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.36158: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773015.36170: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773015.36217: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773015.53542: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 4096, "inode": 262608, "dev": 51714, "nlink": 3, "atime": 1726773009.8108776, "mtime": 1726773004.4488409, "ctime": 1726773004.4488409, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "301599549", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 3089 1726773015.55190: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773015.55255: stderr chunk (state=3): >>><<< 3089 1726773015.55259: stdout chunk (state=3): >>><<< 3089 1726773015.55276: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 4096, "inode": 262608, "dev": 51714, "nlink": 3, "atime": 1726773009.8108776, "mtime": 1726773004.4488409, "ctime": 1726773004.4488409, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "301599549", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773015.55346: 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-1726773015.205516-4270-116517041934454/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773015.55353: _low_level_execute_command(): starting 3089 1726773015.55359: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773015.205516-4270-116517041934454/ > /dev/null 2>&1 && sleep 0' 3089 1726773015.55842: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773015.55866: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.55870: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.55926: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773015.55929: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773015.55932: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773015.55976: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773015.57885: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773015.57954: stderr chunk (state=3): >>><<< 3089 1726773015.57957: stdout chunk (state=3): >>><<< 3089 1726773015.57969: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773015.57975: handler run complete 3089 1726773015.58017: attempt loop complete, returning result 3089 1726773015.58034: variable 'item' from source: unknown 3089 1726773015.58100: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1726773009.8108776, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1726773004.4488409, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262608, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726773004.4488409, "nlink": 3, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "301599549", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 3089 1726773015.58271: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773015.58274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773015.58276: variable 'omit' from source: magic vars 3089 1726773015.58370: 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) 3089 1726773015.58539: 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) 3089 1726773015.58541: 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) 3089 1726773015.58543: 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) 3089 1726773015.58544: 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) 3089 1726773015.58546: variable 'item' from source: unknown 3089 1726773015.58547: Evaluated conditional (item | length > 0): True 3089 1726773015.58548: variable 'omit' from source: magic vars 3089 1726773015.58550: variable 'omit' from source: magic vars 3089 1726773015.58576: variable 'item' from source: unknown 3089 1726773015.58632: variable 'item' from source: unknown 3089 1726773015.58646: variable 'omit' from source: magic vars 3089 1726773015.58662: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773015.58670: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773015.58676: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773015.58690: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773015.58695: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773015.58698: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773015.58756: Set connection var ansible_shell_executable to /bin/sh 3089 1726773015.58759: Set connection var ansible_shell_type to sh 3089 1726773015.58764: Set connection var ansible_timeout to 10 3089 1726773015.58771: Set connection var ansible_pipelining to False 3089 1726773015.58777: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773015.58780: Set connection var ansible_connection to ssh 3089 1726773015.58801: variable 'ansible_shell_executable' from source: unknown 3089 1726773015.58805: variable 'ansible_connection' from source: unknown 3089 1726773015.58807: variable 'ansible_module_compression' from source: unknown 3089 1726773015.58810: variable 'ansible_shell_type' from source: unknown 3089 1726773015.58812: variable 'ansible_shell_executable' from source: unknown 3089 1726773015.58814: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773015.58819: variable 'ansible_pipelining' from source: unknown 3089 1726773015.58821: variable 'ansible_timeout' from source: unknown 3089 1726773015.58941: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773015.58946: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773015.58949: variable 'omit' from source: magic vars 3089 1726773015.58951: starting attempt loop 3089 1726773015.58953: running the handler 3089 1726773015.58955: _low_level_execute_command(): starting 3089 1726773015.58957: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773015.59413: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773015.59427: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773015.59441: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.59487: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773015.59502: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773015.59556: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773015.61190: stdout chunk (state=3): >>>/root <<< 3089 1726773015.61290: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773015.61357: stderr chunk (state=3): >>><<< 3089 1726773015.61360: stdout chunk (state=3): >>><<< 3089 1726773015.61374: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773015.61386: _low_level_execute_command(): starting 3089 1726773015.61391: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773015.6137462-4270-31502066945503 `" && echo ansible-tmp-1726773015.6137462-4270-31502066945503="` echo /root/.ansible/tmp/ansible-tmp-1726773015.6137462-4270-31502066945503 `" ) && sleep 0' 3089 1726773015.61940: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773015.61945: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.61951: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773015.61953: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773015.61955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.61958: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773015.61960: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773015.61983: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773015.62043: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773015.63990: stdout chunk (state=3): >>>ansible-tmp-1726773015.6137462-4270-31502066945503=/root/.ansible/tmp/ansible-tmp-1726773015.6137462-4270-31502066945503 <<< 3089 1726773015.64089: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773015.64155: stderr chunk (state=3): >>><<< 3089 1726773015.64158: stdout chunk (state=3): >>><<< 3089 1726773015.64173: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773015.6137462-4270-31502066945503=/root/.ansible/tmp/ansible-tmp-1726773015.6137462-4270-31502066945503 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773015.64213: variable 'ansible_module_compression' from source: unknown 3089 1726773015.64249: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3089 1726773015.64266: variable 'ansible_facts' from source: unknown 3089 1726773015.64318: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773015.6137462-4270-31502066945503/AnsiballZ_stat.py 3089 1726773015.64426: Sending initial data 3089 1726773015.64429: Sent initial data (150 bytes) 3089 1726773015.64940: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773015.64944: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.64948: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773015.64950: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.65001: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773015.65005: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773015.65007: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773015.65057: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773015.66637: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773015.66670: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773015.66710: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpcgbm7hpe /root/.ansible/tmp/ansible-tmp-1726773015.6137462-4270-31502066945503/AnsiballZ_stat.py <<< 3089 1726773015.66717: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773015.6137462-4270-31502066945503/AnsiballZ_stat.py" <<< 3089 1726773015.66749: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpcgbm7hpe" to remote "/root/.ansible/tmp/ansible-tmp-1726773015.6137462-4270-31502066945503/AnsiballZ_stat.py" <<< 3089 1726773015.66751: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773015.6137462-4270-31502066945503/AnsiballZ_stat.py" <<< 3089 1726773015.67352: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773015.67373: stderr chunk (state=3): >>><<< 3089 1726773015.67377: stdout chunk (state=3): >>><<< 3089 1726773015.67398: done transferring module to remote 3089 1726773015.67405: _low_level_execute_command(): starting 3089 1726773015.67413: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773015.6137462-4270-31502066945503/ /root/.ansible/tmp/ansible-tmp-1726773015.6137462-4270-31502066945503/AnsiballZ_stat.py && sleep 0' 3089 1726773015.67909: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773015.67912: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.67915: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773015.67922: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773015.67924: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.67974: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773015.67977: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773015.68020: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773015.69820: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773015.69882: stderr chunk (state=3): >>><<< 3089 1726773015.69886: stdout chunk (state=3): >>><<< 3089 1726773015.69902: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773015.69906: _low_level_execute_command(): starting 3089 1726773015.69911: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773015.6137462-4270-31502066945503/AnsiballZ_stat.py && sleep 0' 3089 1726773015.70453: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773015.70457: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.70460: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773015.70462: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.70465: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773015.70467: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773015.70480: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773015.70541: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773015.87836: 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": 4096, "inode": 262603, "dev": 51714, "nlink": 4, "atime": 1726772994.4857726, "mtime": 1726773006.9068577, "ctime": 1726773006.9068577, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "2499906849", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 3089 1726773015.89455: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773015.89523: stderr chunk (state=3): >>><<< 3089 1726773015.89527: stdout chunk (state=3): >>><<< 3089 1726773015.89545: _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": 4096, "inode": 262603, "dev": 51714, "nlink": 4, "atime": 1726772994.4857726, "mtime": 1726773006.9068577, "ctime": 1726773006.9068577, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "2499906849", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773015.89586: 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-1726773015.6137462-4270-31502066945503/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773015.89597: _low_level_execute_command(): starting 3089 1726773015.89600: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773015.6137462-4270-31502066945503/ > /dev/null 2>&1 && sleep 0' 3089 1726773015.90093: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773015.90097: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.90099: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address <<< 3089 1726773015.90102: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773015.90104: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773015.90159: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773015.90162: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773015.90165: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773015.90209: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773015.92083: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773015.92144: stderr chunk (state=3): >>><<< 3089 1726773015.92149: stdout chunk (state=3): >>><<< 3089 1726773015.92166: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773015.92169: handler run complete 3089 1726773015.92203: attempt loop complete, returning result 3089 1726773015.92219: variable 'item' from source: unknown 3089 1726773015.92287: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726772994.4857726, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1726773006.9068577, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 262603, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726773006.9068577, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "2499906849", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 3089 1726773015.92448: dumping result to json 3089 1726773015.92451: done dumping result, returning 3089 1726773015.92453: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [02b512f9-4fcf-c2f4-80d8-0000000001fe] 3089 1726773015.92456: sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001fe 3089 1726773015.92512: done sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001fe 3089 1726773015.92515: WORKER PROCESS EXITING 3089 1726773015.92637: no more pending results, returning what we have 3089 1726773015.92641: results queue empty 3089 1726773015.92642: checking for any_errors_fatal 3089 1726773015.92648: done checking for any_errors_fatal 3089 1726773015.92648: checking for max_fail_percentage 3089 1726773015.92649: done checking for max_fail_percentage 3089 1726773015.92650: checking to see if all hosts have failed and the running result is not ok 3089 1726773015.92651: done checking to see if all hosts have failed 3089 1726773015.92652: getting the remaining hosts for this loop 3089 1726773015.92653: done getting the remaining hosts for this loop 3089 1726773015.92656: getting the next task for host managed_node3 3089 1726773015.92662: done getting next task for host managed_node3 3089 1726773015.92664: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 3089 1726773015.92668: ^ 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 3089 1726773015.92676: getting variables 3089 1726773015.92677: in VariableManager get_vars() 3089 1726773015.92712: Calling all_inventory to load vars for managed_node3 3089 1726773015.92714: Calling groups_inventory to load vars for managed_node3 3089 1726773015.92717: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773015.92726: Calling all_plugins_play to load vars for managed_node3 3089 1726773015.92728: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773015.92731: Calling groups_plugins_play to load vars for managed_node3 3089 1726773015.92780: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773015.92814: done with get_vars() 3089 1726773015.92821: done getting variables 3089 1726773015.92874: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 15:10:15 -0400 (0:00:00.796) 0:00:58.718 **** 3089 1726773015.92905: entering _queue_task() for managed_node3/set_fact 3089 1726773015.93124: worker is 1 (out of 1 available) 3089 1726773015.93140: exiting _queue_task() for managed_node3/set_fact 3089 1726773015.93154: done queuing things up, now waiting for results queue to drain 3089 1726773015.93156: waiting for pending results... 3089 1726773015.93337: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 3089 1726773015.93414: in run() - task 02b512f9-4fcf-c2f4-80d8-0000000001ff 3089 1726773015.93427: variable 'ansible_search_path' from source: unknown 3089 1726773015.93431: variable 'ansible_search_path' from source: unknown 3089 1726773015.93464: calling self._execute() 3089 1726773015.93528: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773015.93534: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773015.93545: variable 'omit' from source: magic vars 3089 1726773015.93629: variable 'omit' from source: magic vars 3089 1726773015.93667: variable 'omit' from source: magic vars 3089 1726773015.94126: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726773015.95683: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726773015.95733: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726773015.95764: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726773015.95796: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726773015.95824: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726773015.96040: 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) 3089 1726773015.96043: 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) 3089 1726773015.96044: 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) 3089 1726773015.96046: 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) 3089 1726773015.96047: 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) 3089 1726773015.96049: 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) 3089 1726773015.96050: 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) 3089 1726773015.96051: 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) 3089 1726773015.96074: 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) 3089 1726773015.96085: 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) 3089 1726773015.96139: 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) 3089 1726773015.96161: 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) 3089 1726773015.96179: 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) 3089 1726773015.96239: 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) 3089 1726773015.96241: 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) 3089 1726773015.96395: variable '__kernel_settings_find_profile_dirs' from source: set_fact 3089 1726773015.96479: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773015.96604: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773015.96632: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773015.96660: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773015.96683: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773015.96717: 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) 3089 1726773015.96734: 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) 3089 1726773015.96757: 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) 3089 1726773015.96779: 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) 3089 1726773015.96821: variable 'omit' from source: magic vars 3089 1726773015.96845: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773015.96871: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773015.96886: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773015.96901: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773015.96910: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773015.96936: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773015.96939: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773015.96942: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773015.97019: Set connection var ansible_shell_executable to /bin/sh 3089 1726773015.97023: Set connection var ansible_shell_type to sh 3089 1726773015.97027: Set connection var ansible_timeout to 10 3089 1726773015.97036: Set connection var ansible_pipelining to False 3089 1726773015.97048: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773015.97050: Set connection var ansible_connection to ssh 3089 1726773015.97071: variable 'ansible_shell_executable' from source: unknown 3089 1726773015.97074: variable 'ansible_connection' from source: unknown 3089 1726773015.97076: variable 'ansible_module_compression' from source: unknown 3089 1726773015.97079: variable 'ansible_shell_type' from source: unknown 3089 1726773015.97081: variable 'ansible_shell_executable' from source: unknown 3089 1726773015.97083: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773015.97142: variable 'ansible_pipelining' from source: unknown 3089 1726773015.97145: variable 'ansible_timeout' from source: unknown 3089 1726773015.97148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773015.97176: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773015.97185: variable 'omit' from source: magic vars 3089 1726773015.97190: starting attempt loop 3089 1726773015.97197: running the handler 3089 1726773015.97340: handler run complete 3089 1726773015.97343: attempt loop complete, returning result 3089 1726773015.97345: _execute() done 3089 1726773015.97347: dumping result to json 3089 1726773015.97349: done dumping result, returning 3089 1726773015.97351: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [02b512f9-4fcf-c2f4-80d8-0000000001ff] 3089 1726773015.97353: sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001ff 3089 1726773015.97424: done sending task result for task 02b512f9-4fcf-c2f4-80d8-0000000001ff 3089 1726773015.97428: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 3089 1726773015.97485: no more pending results, returning what we have 3089 1726773015.97487: results queue empty 3089 1726773015.97488: checking for any_errors_fatal 3089 1726773015.97497: done checking for any_errors_fatal 3089 1726773015.97497: checking for max_fail_percentage 3089 1726773015.97498: done checking for max_fail_percentage 3089 1726773015.97499: checking to see if all hosts have failed and the running result is not ok 3089 1726773015.97500: done checking to see if all hosts have failed 3089 1726773015.97500: getting the remaining hosts for this loop 3089 1726773015.97501: done getting the remaining hosts for this loop 3089 1726773015.97504: getting the next task for host managed_node3 3089 1726773015.97508: done getting next task for host managed_node3 3089 1726773015.97511: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 3089 1726773015.97514: ^ 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 3089 1726773015.97522: getting variables 3089 1726773015.97523: in VariableManager get_vars() 3089 1726773015.97553: Calling all_inventory to load vars for managed_node3 3089 1726773015.97555: Calling groups_inventory to load vars for managed_node3 3089 1726773015.97557: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773015.97564: Calling all_plugins_play to load vars for managed_node3 3089 1726773015.97566: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773015.97568: Calling groups_plugins_play to load vars for managed_node3 3089 1726773015.97608: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773015.97645: done with get_vars() 3089 1726773015.97653: done getting variables 3089 1726773015.97701: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 15:10:15 -0400 (0:00:00.048) 0:00:58.767 **** 3089 1726773015.97726: entering _queue_task() for managed_node3/service 3089 1726773015.97949: worker is 1 (out of 1 available) 3089 1726773015.97962: exiting _queue_task() for managed_node3/service 3089 1726773015.97973: done queuing things up, now waiting for results queue to drain 3089 1726773015.97976: waiting for pending results... 3089 1726773015.98161: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 3089 1726773015.98234: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000200 3089 1726773015.98251: variable 'ansible_search_path' from source: unknown 3089 1726773015.98262: variable 'ansible_search_path' from source: unknown 3089 1726773015.98298: variable '__kernel_settings_services' from source: include_vars 3089 1726773015.98563: variable '__kernel_settings_services' from source: include_vars 3089 1726773015.98625: variable 'omit' from source: magic vars 3089 1726773015.98829: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773015.98838: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773015.98848: variable 'omit' from source: magic vars 3089 1726773015.98907: variable 'omit' from source: magic vars 3089 1726773015.98949: variable 'omit' from source: magic vars 3089 1726773015.98982: variable 'item' from source: unknown 3089 1726773015.99048: variable 'item' from source: unknown 3089 1726773015.99069: variable 'omit' from source: magic vars 3089 1726773015.99109: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773015.99143: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773015.99160: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773015.99175: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773015.99184: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773015.99213: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773015.99217: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773015.99220: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773015.99293: Set connection var ansible_shell_executable to /bin/sh 3089 1726773015.99299: Set connection var ansible_shell_type to sh 3089 1726773015.99305: Set connection var ansible_timeout to 10 3089 1726773015.99313: Set connection var ansible_pipelining to False 3089 1726773015.99320: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773015.99322: Set connection var ansible_connection to ssh 3089 1726773015.99342: variable 'ansible_shell_executable' from source: unknown 3089 1726773015.99345: variable 'ansible_connection' from source: unknown 3089 1726773015.99349: variable 'ansible_module_compression' from source: unknown 3089 1726773015.99352: variable 'ansible_shell_type' from source: unknown 3089 1726773015.99354: variable 'ansible_shell_executable' from source: unknown 3089 1726773015.99356: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773015.99359: variable 'ansible_pipelining' from source: unknown 3089 1726773015.99361: variable 'ansible_timeout' from source: unknown 3089 1726773015.99370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773015.99482: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773015.99489: variable 'omit' from source: magic vars 3089 1726773015.99494: starting attempt loop 3089 1726773015.99500: running the handler 3089 1726773015.99575: variable 'ansible_facts' from source: unknown 3089 1726773015.99609: _low_level_execute_command(): starting 3089 1726773015.99614: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773016.00176: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773016.00180: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773016.00184: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773016.00187: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773016.00242: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773016.00245: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773016.00253: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773016.00292: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773016.02007: stdout chunk (state=3): >>>/root <<< 3089 1726773016.02118: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773016.02184: stderr chunk (state=3): >>><<< 3089 1726773016.02188: stdout chunk (state=3): >>><<< 3089 1726773016.02215: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773016.02227: _low_level_execute_command(): starting 3089 1726773016.02236: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463 `" && echo ansible-tmp-1726773016.022148-4293-74502070949463="` echo /root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463 `" ) && sleep 0' 3089 1726773016.02742: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773016.02748: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773016.02758: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773016.02761: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773016.02811: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773016.02814: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773016.02817: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773016.02862: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773016.04864: stdout chunk (state=3): >>>ansible-tmp-1726773016.022148-4293-74502070949463=/root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463 <<< 3089 1726773016.04976: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773016.05043: stderr chunk (state=3): >>><<< 3089 1726773016.05047: stdout chunk (state=3): >>><<< 3089 1726773016.05064: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773016.022148-4293-74502070949463=/root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773016.05091: variable 'ansible_module_compression' from source: unknown 3089 1726773016.05141: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 3089 1726773016.05191: variable 'ansible_facts' from source: unknown 3089 1726773016.05331: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/AnsiballZ_setup.py 3089 1726773016.05459: Sending initial data 3089 1726773016.05462: Sent initial data (150 bytes) 3089 1726773016.05975: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773016.05979: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773016.05981: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773016.05984: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773016.06046: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773016.06050: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773016.06054: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773016.06102: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773016.07694: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773016.07727: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773016.07768: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpdcxosbyp /root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/AnsiballZ_setup.py <<< 3089 1726773016.07772: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/AnsiballZ_setup.py" <<< 3089 1726773016.07809: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpdcxosbyp" to remote "/root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/AnsiballZ_setup.py" <<< 3089 1726773016.07812: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/AnsiballZ_setup.py" <<< 3089 1726773016.08885: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773016.08966: stderr chunk (state=3): >>><<< 3089 1726773016.08970: stdout chunk (state=3): >>><<< 3089 1726773016.08992: done transferring module to remote 3089 1726773016.09003: _low_level_execute_command(): starting 3089 1726773016.09008: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/ /root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/AnsiballZ_setup.py && sleep 0' 3089 1726773016.09519: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773016.09523: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726773016.09526: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773016.09534: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773016.09586: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773016.09590: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773016.09594: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773016.09634: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773016.11454: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773016.11514: stderr chunk (state=3): >>><<< 3089 1726773016.11519: stdout chunk (state=3): >>><<< 3089 1726773016.11536: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773016.11540: _low_level_execute_command(): starting 3089 1726773016.11545: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/AnsiballZ_setup.py && sleep 0' 3089 1726773016.12042: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773016.12046: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773016.12049: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773016.12059: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773016.12074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773016.12110: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773016.12113: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773016.12129: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773016.12175: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773017.96212: 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"}}} <<< 3089 1726773017.98388: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773017.98396: stdout chunk (state=3): >>><<< 3089 1726773017.98399: stderr chunk (state=3): >>><<< 3089 1726773017.98420: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_service_mgr": "systemd"}, "invocation": {"module_args": {"gather_subset": ["!all"], "filter": ["ansible_service_mgr"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773017.98495: 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-1726773016.022148-4293-74502070949463/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773017.98500: 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} 3089 1726773017.98603: variable 'ansible_module_compression' from source: unknown 3089 1726773017.98643: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 3089 1726773017.98725: variable 'ansible_facts' from source: unknown 3089 1726773017.98944: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/AnsiballZ_systemd.py 3089 1726773017.99160: Sending initial data 3089 1726773017.99173: Sent initial data (152 bytes) 3089 1726773017.99870: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773017.99988: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773018.00030: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773018.00108: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773018.01788: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773018.01832: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773018.01884: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpjk8o7ipl /root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/AnsiballZ_systemd.py <<< 3089 1726773018.01887: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/AnsiballZ_systemd.py" <<< 3089 1726773018.01944: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpjk8o7ipl" to remote "/root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/AnsiballZ_systemd.py" <<< 3089 1726773018.03676: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773018.03783: stderr chunk (state=3): >>><<< 3089 1726773018.03787: stdout chunk (state=3): >>><<< 3089 1726773018.03789: done transferring module to remote 3089 1726773018.03791: _low_level_execute_command(): starting 3089 1726773018.03797: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/ /root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/AnsiballZ_systemd.py && sleep 0' 3089 1726773018.04491: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773018.04562: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773018.04639: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773018.04699: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773018.04962: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773018.06991: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773018.06999: stdout chunk (state=3): >>><<< 3089 1726773018.07002: stderr chunk (state=3): >>><<< 3089 1726773018.07004: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773018.07007: _low_level_execute_command(): starting 3089 1726773018.07009: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/AnsiballZ_systemd.py && sleep 0' 3089 1726773018.07695: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773018.07700: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773018.07703: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773018.07705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773018.07809: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773018.07829: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773018.07860: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773018.07876: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773018.07968: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773018.39959: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "5686", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ExecMainStartTimestampMonotonic": "421189087", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5686", "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:09 EDT] ; stop_time=[n/a] ; pid=5686 ; 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:09 EDT] ; stop_time=[n/a] ; pid=5686 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "5722", "MemoryCurrent": "15196160", "MemoryPeak": "15450112", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3471138816", "CPUUsageNSec": "114047000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket dbus-broker.service system.slice sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "tlp.service auto-cpufreq.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus.socket dbus-broker.service sysinit.target systemd-sysctl.service basic.target network.target polkit.service system.slice systemd-journald.socket", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:09 EDT", "StateChangeTimestampMonotonic": "421300255", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:09 EDT", "InactiveExitTimestampMonotonic": "421189340", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ActiveEnterTimestampMonotonic": "421300255", "ActiveExitTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ActiveExitTimestampMonotonic": "421143902", "InactiveEnterTimestamp": "Thu 2024-09-19 15:10:09 EDT", "InactiveEnterTimestampMonotonic": "421175806", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ConditionTimestampMonotonic": "421176667", "AssertTimestamp": "Thu 2024-09-19 15:10:09 EDT", "AssertTimestampMonotonic": "421176670", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "25063373eabd4e8db7d65d8623e95bf5", "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}}} <<< 3089 1726773018.42273: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773018.42277: stdout chunk (state=3): >>><<< 3089 1726773018.42280: stderr chunk (state=3): >>><<< 3089 1726773018.42315: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "5686", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ExecMainStartTimestampMonotonic": "421189087", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5686", "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:09 EDT] ; stop_time=[n/a] ; pid=5686 ; 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:09 EDT] ; stop_time=[n/a] ; pid=5686 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "5722", "MemoryCurrent": "15196160", "MemoryPeak": "15450112", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3471138816", "CPUUsageNSec": "114047000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket dbus-broker.service system.slice sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "tlp.service auto-cpufreq.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus.socket dbus-broker.service sysinit.target systemd-sysctl.service basic.target network.target polkit.service system.slice systemd-journald.socket", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:09 EDT", "StateChangeTimestampMonotonic": "421300255", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:09 EDT", "InactiveExitTimestampMonotonic": "421189340", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ActiveEnterTimestampMonotonic": "421300255", "ActiveExitTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ActiveExitTimestampMonotonic": "421143902", "InactiveEnterTimestamp": "Thu 2024-09-19 15:10:09 EDT", "InactiveEnterTimestampMonotonic": "421175806", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ConditionTimestampMonotonic": "421176667", "AssertTimestamp": "Thu 2024-09-19 15:10:09 EDT", "AssertTimestampMonotonic": "421176670", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "25063373eabd4e8db7d65d8623e95bf5", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773018.42641: 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-1726773016.022148-4293-74502070949463/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773018.42645: _low_level_execute_command(): starting 3089 1726773018.42648: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773016.022148-4293-74502070949463/ > /dev/null 2>&1 && sleep 0' 3089 1726773018.43455: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773018.43459: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773018.43477: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773018.43498: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773018.43524: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773018.43604: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773018.45602: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773018.45606: stdout chunk (state=3): >>><<< 3089 1726773018.45612: stderr chunk (state=3): >>><<< 3089 1726773018.45641: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773018.45845: handler run complete 3089 1726773018.45848: attempt loop complete, returning result 3089 1726773018.45851: variable 'item' from source: unknown 3089 1726773018.45853: 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:09 EDT", "ActiveEnterTimestampMonotonic": "421300255", "ActiveExitTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ActiveExitTimestampMonotonic": "421143902", "ActiveState": "active", "After": "dbus.socket dbus-broker.service sysinit.target systemd-sysctl.service basic.target network.target polkit.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:10:09 EDT", "AssertTimestampMonotonic": "421176670", "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": "114047000", "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:09 EDT", "ConditionTimestampMonotonic": "421176667", "ConfigurationDirectoryMode": "0755", "Conflicts": "tlp.service auto-cpufreq.service power-profiles-daemon.service cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "5722", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5686", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ExecMainStartTimestampMonotonic": "421189087", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:09 EDT] ; stop_time=[n/a] ; pid=5686 ; 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:09 EDT] ; stop_time=[n/a] ; pid=5686 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 15:10:09 EDT", "InactiveEnterTimestampMonotonic": "421175806", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:09 EDT", "InactiveExitTimestampMonotonic": "421189340", "InvocationID": "25063373eabd4e8db7d65d8623e95bf5", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "5686", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3471138816", "MemoryCurrent": "15196160", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "15450112", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket dbus-broker.service system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 15:10:09 EDT", "StateChangeTimestampMonotonic": "421300255", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 3089 1726773018.46593: dumping result to json 3089 1726773018.46597: done dumping result, returning 3089 1726773018.46600: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [02b512f9-4fcf-c2f4-80d8-000000000200] 3089 1726773018.46602: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000200 3089 1726773018.46845: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000200 3089 1726773018.46849: WORKER PROCESS EXITING 3089 1726773018.46861: no more pending results, returning what we have 3089 1726773018.46864: results queue empty 3089 1726773018.46865: checking for any_errors_fatal 3089 1726773018.46869: done checking for any_errors_fatal 3089 1726773018.46869: checking for max_fail_percentage 3089 1726773018.46871: done checking for max_fail_percentage 3089 1726773018.46872: checking to see if all hosts have failed and the running result is not ok 3089 1726773018.46873: done checking to see if all hosts have failed 3089 1726773018.46873: getting the remaining hosts for this loop 3089 1726773018.46875: done getting the remaining hosts for this loop 3089 1726773018.46878: getting the next task for host managed_node3 3089 1726773018.46883: done getting next task for host managed_node3 3089 1726773018.46887: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 3089 1726773018.46890: ^ 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 3089 1726773018.46899: getting variables 3089 1726773018.46900: in VariableManager get_vars() 3089 1726773018.46938: Calling all_inventory to load vars for managed_node3 3089 1726773018.46941: Calling groups_inventory to load vars for managed_node3 3089 1726773018.46943: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773018.46952: Calling all_plugins_play to load vars for managed_node3 3089 1726773018.46955: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773018.46958: Calling groups_plugins_play to load vars for managed_node3 3089 1726773018.47007: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773018.47060: done with get_vars() 3089 1726773018.47069: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 15:10:18 -0400 (0:00:02.494) 0:01:01.261 **** 3089 1726773018.47168: entering _queue_task() for managed_node3/file 3089 1726773018.47438: worker is 1 (out of 1 available) 3089 1726773018.47452: exiting _queue_task() for managed_node3/file 3089 1726773018.47648: done queuing things up, now waiting for results queue to drain 3089 1726773018.47651: waiting for pending results... 3089 1726773018.47774: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 3089 1726773018.47916: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000201 3089 1726773018.47942: variable 'ansible_search_path' from source: unknown 3089 1726773018.47950: variable 'ansible_search_path' from source: unknown 3089 1726773018.48009: calling self._execute() 3089 1726773018.48101: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773018.48115: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773018.48130: variable 'omit' from source: magic vars 3089 1726773018.48260: variable 'omit' from source: magic vars 3089 1726773018.48339: variable 'omit' from source: magic vars 3089 1726773018.48375: variable '__kernel_settings_profile_dir' from source: role '' all vars 3089 1726773018.48763: variable '__kernel_settings_profile_dir' from source: role '' all vars 3089 1726773018.48941: variable '__kernel_settings_profile_parent' from source: set_fact 3089 1726773018.48945: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3089 1726773018.48958: variable 'omit' from source: magic vars 3089 1726773018.49066: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773018.49069: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773018.49090: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773018.49116: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773018.49133: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773018.49176: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773018.49192: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773018.49201: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773018.49642: Set connection var ansible_shell_executable to /bin/sh 3089 1726773018.49648: Set connection var ansible_shell_type to sh 3089 1726773018.49654: Set connection var ansible_timeout to 10 3089 1726773018.49657: Set connection var ansible_pipelining to False 3089 1726773018.49659: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773018.49662: Set connection var ansible_connection to ssh 3089 1726773018.49664: variable 'ansible_shell_executable' from source: unknown 3089 1726773018.49667: variable 'ansible_connection' from source: unknown 3089 1726773018.49670: variable 'ansible_module_compression' from source: unknown 3089 1726773018.49672: variable 'ansible_shell_type' from source: unknown 3089 1726773018.49674: variable 'ansible_shell_executable' from source: unknown 3089 1726773018.49677: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773018.49680: variable 'ansible_pipelining' from source: unknown 3089 1726773018.49682: variable 'ansible_timeout' from source: unknown 3089 1726773018.49685: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773018.50030: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3089 1726773018.50036: variable 'omit' from source: magic vars 3089 1726773018.50039: starting attempt loop 3089 1726773018.50042: running the handler 3089 1726773018.50044: _low_level_execute_command(): starting 3089 1726773018.50046: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773018.50639: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773018.50661: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773018.50678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773018.50704: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773018.50725: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773018.50836: stderr chunk (state=3): >>>debug2: match not found <<< 3089 1726773018.50853: 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.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773018.50880: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773018.50963: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773018.52645: stdout chunk (state=3): >>>/root <<< 3089 1726773018.52756: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773018.52864: stderr chunk (state=3): >>><<< 3089 1726773018.52883: stdout chunk (state=3): >>><<< 3089 1726773018.52915: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773018.52940: _low_level_execute_command(): starting 3089 1726773018.52952: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773018.5292332-4405-188792419945750 `" && echo ansible-tmp-1726773018.5292332-4405-188792419945750="` echo /root/.ansible/tmp/ansible-tmp-1726773018.5292332-4405-188792419945750 `" ) && sleep 0' 3089 1726773018.53689: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773018.53705: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773018.53725: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773018.53789: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773018.53793: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773018.53797: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773018.53842: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773018.55817: stdout chunk (state=3): >>>ansible-tmp-1726773018.5292332-4405-188792419945750=/root/.ansible/tmp/ansible-tmp-1726773018.5292332-4405-188792419945750 <<< 3089 1726773018.55938: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773018.56010: stderr chunk (state=3): >>><<< 3089 1726773018.56014: stdout chunk (state=3): >>><<< 3089 1726773018.56034: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773018.5292332-4405-188792419945750=/root/.ansible/tmp/ansible-tmp-1726773018.5292332-4405-188792419945750 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773018.56244: variable 'ansible_module_compression' from source: unknown 3089 1726773018.56247: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3089 1726773018.56250: variable 'ansible_facts' from source: unknown 3089 1726773018.56307: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773018.5292332-4405-188792419945750/AnsiballZ_file.py 3089 1726773018.56502: Sending initial data 3089 1726773018.56527: Sent initial data (151 bytes) 3089 1726773018.57023: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773018.57028: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773018.57045: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773018.57056: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773018.57099: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773018.57115: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773018.57163: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773018.58795: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773018.58882: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773018.58914: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpn254ahrx /root/.ansible/tmp/ansible-tmp-1726773018.5292332-4405-188792419945750/AnsiballZ_file.py <<< 3089 1726773018.58918: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773018.5292332-4405-188792419945750/AnsiballZ_file.py" <<< 3089 1726773018.58953: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpn254ahrx" to remote "/root/.ansible/tmp/ansible-tmp-1726773018.5292332-4405-188792419945750/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773018.5292332-4405-188792419945750/AnsiballZ_file.py" <<< 3089 1726773018.59743: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773018.59798: stderr chunk (state=3): >>><<< 3089 1726773018.59948: stdout chunk (state=3): >>><<< 3089 1726773018.59967: done transferring module to remote 3089 1726773018.59977: _low_level_execute_command(): starting 3089 1726773018.59981: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773018.5292332-4405-188792419945750/ /root/.ansible/tmp/ansible-tmp-1726773018.5292332-4405-188792419945750/AnsiballZ_file.py && sleep 0' 3089 1726773018.60578: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773018.60581: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773018.60587: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773018.60617: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773018.60641: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773018.60664: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773018.60700: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773018.62671: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773018.62675: stdout chunk (state=3): >>><<< 3089 1726773018.62678: stderr chunk (state=3): >>><<< 3089 1726773018.62694: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773018.62741: _low_level_execute_command(): starting 3089 1726773018.62745: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773018.5292332-4405-188792419945750/AnsiballZ_file.py && sleep 0' 3089 1726773018.63314: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773018.63416: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773018.63469: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773018.81549: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3089 1726773018.82986: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773018.83051: stderr chunk (state=3): >>><<< 3089 1726773018.83055: stdout chunk (state=3): >>><<< 3089 1726773018.83070: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773018.83108: done with _execute_module (file, {'path': '/etc/tuned/profiles/kernel_settings', 'state': 'directory', 'mode': '0755', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773018.5292332-4405-188792419945750/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773018.83117: _low_level_execute_command(): starting 3089 1726773018.83123: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773018.5292332-4405-188792419945750/ > /dev/null 2>&1 && sleep 0' 3089 1726773018.83640: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773018.83644: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773018.83651: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773018.83653: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773018.83710: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773018.83714: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773018.83718: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773018.83759: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773018.85755: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773018.85759: stdout chunk (state=3): >>><<< 3089 1726773018.85762: stderr chunk (state=3): >>><<< 3089 1726773018.85943: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773018.85947: handler run complete 3089 1726773018.85950: attempt loop complete, returning result 3089 1726773018.85952: _execute() done 3089 1726773018.85955: dumping result to json 3089 1726773018.85957: done dumping result, returning 3089 1726773018.85959: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [02b512f9-4fcf-c2f4-80d8-000000000201] 3089 1726773018.85961: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000201 3089 1726773018.86046: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000201 3089 1726773018.86050: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } 3089 1726773018.86169: no more pending results, returning what we have 3089 1726773018.86175: results queue empty 3089 1726773018.86175: checking for any_errors_fatal 3089 1726773018.86196: done checking for any_errors_fatal 3089 1726773018.86197: checking for max_fail_percentage 3089 1726773018.86198: done checking for max_fail_percentage 3089 1726773018.86199: checking to see if all hosts have failed and the running result is not ok 3089 1726773018.86200: done checking to see if all hosts have failed 3089 1726773018.86201: getting the remaining hosts for this loop 3089 1726773018.86203: done getting the remaining hosts for this loop 3089 1726773018.86207: getting the next task for host managed_node3 3089 1726773018.86214: done getting next task for host managed_node3 3089 1726773018.86217: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 3089 1726773018.86222: ^ 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 3089 1726773018.86232: getting variables 3089 1726773018.86234: in VariableManager get_vars() 3089 1726773018.86281: Calling all_inventory to load vars for managed_node3 3089 1726773018.86284: Calling groups_inventory to load vars for managed_node3 3089 1726773018.86287: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773018.86297: Calling all_plugins_play to load vars for managed_node3 3089 1726773018.86300: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773018.86308: Calling groups_plugins_play to load vars for managed_node3 3089 1726773018.86373: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773018.86416: done with get_vars() 3089 1726773018.86424: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 15:10:18 -0400 (0:00:00.393) 0:01:01.654 **** 3089 1726773018.86505: entering _queue_task() for managed_node3/slurp 3089 1726773018.86719: worker is 1 (out of 1 available) 3089 1726773018.86732: exiting _queue_task() for managed_node3/slurp 3089 1726773018.86748: done queuing things up, now waiting for results queue to drain 3089 1726773018.86750: waiting for pending results... 3089 1726773018.86937: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 3089 1726773018.87019: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000202 3089 1726773018.87032: variable 'ansible_search_path' from source: unknown 3089 1726773018.87037: variable 'ansible_search_path' from source: unknown 3089 1726773018.87069: calling self._execute() 3089 1726773018.87130: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773018.87134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773018.87146: variable 'omit' from source: magic vars 3089 1726773018.87231: variable 'omit' from source: magic vars 3089 1726773018.87275: variable 'omit' from source: magic vars 3089 1726773018.87307: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3089 1726773018.87558: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3089 1726773018.87626: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3089 1726773018.87659: variable 'omit' from source: magic vars 3089 1726773018.87696: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773018.87731: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773018.87754: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773018.87769: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773018.87779: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773018.87807: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773018.87811: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773018.87814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773018.87891: Set connection var ansible_shell_executable to /bin/sh 3089 1726773018.87894: Set connection var ansible_shell_type to sh 3089 1726773018.87901: Set connection var ansible_timeout to 10 3089 1726773018.87909: Set connection var ansible_pipelining to False 3089 1726773018.87917: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773018.87919: Set connection var ansible_connection to ssh 3089 1726773018.87941: variable 'ansible_shell_executable' from source: unknown 3089 1726773018.87944: variable 'ansible_connection' from source: unknown 3089 1726773018.87948: variable 'ansible_module_compression' from source: unknown 3089 1726773018.87950: variable 'ansible_shell_type' from source: unknown 3089 1726773018.87953: variable 'ansible_shell_executable' from source: unknown 3089 1726773018.87957: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773018.87960: variable 'ansible_pipelining' from source: unknown 3089 1726773018.87962: variable 'ansible_timeout' from source: unknown 3089 1726773018.87964: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773018.88240: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3089 1726773018.88244: variable 'omit' from source: magic vars 3089 1726773018.88247: starting attempt loop 3089 1726773018.88249: running the handler 3089 1726773018.88251: _low_level_execute_command(): starting 3089 1726773018.88253: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773018.88965: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773018.88983: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773018.88998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773018.89017: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773018.89032: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773018.89047: stderr chunk (state=3): >>>debug2: match not found <<< 3089 1726773018.89061: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773018.89160: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773018.89172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773018.89202: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773018.89275: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773018.90940: stdout chunk (state=3): >>>/root <<< 3089 1726773018.91282: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773018.91359: stderr chunk (state=3): >>><<< 3089 1726773018.91362: stdout chunk (state=3): >>><<< 3089 1726773018.91366: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773018.91372: _low_level_execute_command(): starting 3089 1726773018.91383: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773018.913405-4421-35995064116993 `" && echo ansible-tmp-1726773018.913405-4421-35995064116993="` echo /root/.ansible/tmp/ansible-tmp-1726773018.913405-4421-35995064116993 `" ) && sleep 0' 3089 1726773018.92606: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773018.92643: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773018.92732: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773018.94677: stdout chunk (state=3): >>>ansible-tmp-1726773018.913405-4421-35995064116993=/root/.ansible/tmp/ansible-tmp-1726773018.913405-4421-35995064116993 <<< 3089 1726773018.94879: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773018.94899: stdout chunk (state=3): >>><<< 3089 1726773018.94913: stderr chunk (state=3): >>><<< 3089 1726773018.94940: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773018.913405-4421-35995064116993=/root/.ansible/tmp/ansible-tmp-1726773018.913405-4421-35995064116993 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773018.95006: variable 'ansible_module_compression' from source: unknown 3089 1726773018.95057: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 3089 1726773018.95105: variable 'ansible_facts' from source: unknown 3089 1726773018.95200: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773018.913405-4421-35995064116993/AnsiballZ_slurp.py 3089 1726773018.95440: Sending initial data 3089 1726773018.95443: Sent initial data (150 bytes) 3089 1726773018.96228: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773018.96280: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773018.96303: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773018.96546: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773018.98061: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773018.98179: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773018.98241: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773018.913405-4421-35995064116993/AnsiballZ_slurp.py" <<< 3089 1726773018.98246: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpfuhdudcz /root/.ansible/tmp/ansible-tmp-1726773018.913405-4421-35995064116993/AnsiballZ_slurp.py <<< 3089 1726773018.98288: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpfuhdudcz" to remote "/root/.ansible/tmp/ansible-tmp-1726773018.913405-4421-35995064116993/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773018.913405-4421-35995064116993/AnsiballZ_slurp.py" <<< 3089 1726773018.99082: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773018.99182: stderr chunk (state=3): >>><<< 3089 1726773018.99203: stdout chunk (state=3): >>><<< 3089 1726773018.99234: done transferring module to remote 3089 1726773018.99303: _low_level_execute_command(): starting 3089 1726773018.99307: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773018.913405-4421-35995064116993/ /root/.ansible/tmp/ansible-tmp-1726773018.913405-4421-35995064116993/AnsiballZ_slurp.py && sleep 0' 3089 1726773019.00091: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773019.00119: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773019.00137: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773019.00219: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.00271: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773019.00288: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773019.00323: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773019.00390: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773019.02255: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773019.02281: stderr chunk (state=3): >>><<< 3089 1726773019.02284: stdout chunk (state=3): >>><<< 3089 1726773019.02380: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773019.02389: _low_level_execute_command(): starting 3089 1726773019.02398: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773018.913405-4421-35995064116993/AnsiballZ_slurp.py && sleep 0' 3089 1726773019.03760: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773019.03774: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773019.20090: 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"}}} <<< 3089 1726773019.21396: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773019.21462: stderr chunk (state=3): >>><<< 3089 1726773019.21465: stdout chunk (state=3): >>><<< 3089 1726773019.21480: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773019.21506: 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-1726773018.913405-4421-35995064116993/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773019.21514: _low_level_execute_command(): starting 3089 1726773019.21521: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773018.913405-4421-35995064116993/ > /dev/null 2>&1 && sleep 0' 3089 1726773019.22053: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773019.22057: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773019.22060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.22062: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration <<< 3089 1726773019.22114: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.22153: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773019.22173: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773019.22182: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773019.22234: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773019.24111: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773019.24171: stderr chunk (state=3): >>><<< 3089 1726773019.24176: stdout chunk (state=3): >>><<< 3089 1726773019.24191: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773019.24199: handler run complete 3089 1726773019.24214: attempt loop complete, returning result 3089 1726773019.24217: _execute() done 3089 1726773019.24219: dumping result to json 3089 1726773019.24223: done dumping result, returning 3089 1726773019.24233: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [02b512f9-4fcf-c2f4-80d8-000000000202] 3089 1726773019.24240: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000202 3089 1726773019.24339: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000202 3089 1726773019.24342: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 3089 1726773019.24414: no more pending results, returning what we have 3089 1726773019.24419: results queue empty 3089 1726773019.24420: checking for any_errors_fatal 3089 1726773019.24431: done checking for any_errors_fatal 3089 1726773019.24432: checking for max_fail_percentage 3089 1726773019.24433: done checking for max_fail_percentage 3089 1726773019.24434: checking to see if all hosts have failed and the running result is not ok 3089 1726773019.24437: done checking to see if all hosts have failed 3089 1726773019.24438: getting the remaining hosts for this loop 3089 1726773019.24440: done getting the remaining hosts for this loop 3089 1726773019.24444: getting the next task for host managed_node3 3089 1726773019.24450: done getting next task for host managed_node3 3089 1726773019.24458: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 3089 1726773019.24462: ^ 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 3089 1726773019.24473: getting variables 3089 1726773019.24475: in VariableManager get_vars() 3089 1726773019.24509: Calling all_inventory to load vars for managed_node3 3089 1726773019.24512: Calling groups_inventory to load vars for managed_node3 3089 1726773019.24514: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773019.24524: Calling all_plugins_play to load vars for managed_node3 3089 1726773019.24526: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773019.24529: Calling groups_plugins_play to load vars for managed_node3 3089 1726773019.24578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773019.24615: done with get_vars() 3089 1726773019.24622: done getting variables 3089 1726773019.24671: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 15:10:19 -0400 (0:00:00.381) 0:01:02.036 **** 3089 1726773019.24698: entering _queue_task() for managed_node3/set_fact 3089 1726773019.24911: worker is 1 (out of 1 available) 3089 1726773019.24925: exiting _queue_task() for managed_node3/set_fact 3089 1726773019.24942: done queuing things up, now waiting for results queue to drain 3089 1726773019.24944: waiting for pending results... 3089 1726773019.25124: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 3089 1726773019.25194: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000203 3089 1726773019.25210: variable 'ansible_search_path' from source: unknown 3089 1726773019.25214: variable 'ansible_search_path' from source: unknown 3089 1726773019.25247: calling self._execute() 3089 1726773019.25309: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773019.25314: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773019.25322: variable 'omit' from source: magic vars 3089 1726773019.25408: variable 'omit' from source: magic vars 3089 1726773019.25448: variable 'omit' from source: magic vars 3089 1726773019.25780: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3089 1726773019.25788: variable '__cur_profile' from source: task vars 3089 1726773019.25913: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726773019.27605: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726773019.27657: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726773019.27684: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726773019.27713: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726773019.27736: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726773019.27813: 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) 3089 1726773019.27941: 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) 3089 1726773019.27944: 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) 3089 1726773019.27960: 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) 3089 1726773019.27964: 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) 3089 1726773019.28040: variable '__kernel_settings_tuned_current_profile' from source: set_fact 3089 1726773019.28087: variable 'omit' from source: magic vars 3089 1726773019.28111: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773019.28136: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773019.28153: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773019.28169: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773019.28242: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773019.28246: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773019.28249: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773019.28251: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773019.28315: Set connection var ansible_shell_executable to /bin/sh 3089 1726773019.28319: Set connection var ansible_shell_type to sh 3089 1726773019.28324: Set connection var ansible_timeout to 10 3089 1726773019.28331: Set connection var ansible_pipelining to False 3089 1726773019.28340: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773019.28343: Set connection var ansible_connection to ssh 3089 1726773019.28365: variable 'ansible_shell_executable' from source: unknown 3089 1726773019.28371: variable 'ansible_connection' from source: unknown 3089 1726773019.28374: variable 'ansible_module_compression' from source: unknown 3089 1726773019.28377: variable 'ansible_shell_type' from source: unknown 3089 1726773019.28379: variable 'ansible_shell_executable' from source: unknown 3089 1726773019.28381: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773019.28384: variable 'ansible_pipelining' from source: unknown 3089 1726773019.28386: variable 'ansible_timeout' from source: unknown 3089 1726773019.28390: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773019.28468: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773019.28476: variable 'omit' from source: magic vars 3089 1726773019.28481: starting attempt loop 3089 1726773019.28484: running the handler 3089 1726773019.28493: handler run complete 3089 1726773019.28641: attempt loop complete, returning result 3089 1726773019.28644: _execute() done 3089 1726773019.28645: dumping result to json 3089 1726773019.28647: done dumping result, returning 3089 1726773019.28648: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [02b512f9-4fcf-c2f4-80d8-000000000203] 3089 1726773019.28650: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000203 3089 1726773019.28698: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000203 3089 1726773019.28700: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 3089 1726773019.28786: no more pending results, returning what we have 3089 1726773019.28789: results queue empty 3089 1726773019.28790: checking for any_errors_fatal 3089 1726773019.28795: done checking for any_errors_fatal 3089 1726773019.28795: checking for max_fail_percentage 3089 1726773019.28797: done checking for max_fail_percentage 3089 1726773019.28798: checking to see if all hosts have failed and the running result is not ok 3089 1726773019.28798: done checking to see if all hosts have failed 3089 1726773019.28799: getting the remaining hosts for this loop 3089 1726773019.28800: done getting the remaining hosts for this loop 3089 1726773019.28803: getting the next task for host managed_node3 3089 1726773019.28809: done getting next task for host managed_node3 3089 1726773019.28812: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 3089 1726773019.28816: ^ 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 3089 1726773019.28834: getting variables 3089 1726773019.28835: in VariableManager get_vars() 3089 1726773019.28865: Calling all_inventory to load vars for managed_node3 3089 1726773019.28867: Calling groups_inventory to load vars for managed_node3 3089 1726773019.28868: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773019.28876: Calling all_plugins_play to load vars for managed_node3 3089 1726773019.28877: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773019.28879: Calling groups_plugins_play to load vars for managed_node3 3089 1726773019.28916: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773019.28955: done with get_vars() 3089 1726773019.28963: done getting variables 3089 1726773019.29007: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 15:10:19 -0400 (0:00:00.043) 0:01:02.080 **** 3089 1726773019.29032: entering _queue_task() for managed_node3/copy 3089 1726773019.29246: worker is 1 (out of 1 available) 3089 1726773019.29261: exiting _queue_task() for managed_node3/copy 3089 1726773019.29275: done queuing things up, now waiting for results queue to drain 3089 1726773019.29277: waiting for pending results... 3089 1726773019.29454: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 3089 1726773019.29530: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000204 3089 1726773019.29545: variable 'ansible_search_path' from source: unknown 3089 1726773019.29548: variable 'ansible_search_path' from source: unknown 3089 1726773019.29584: calling self._execute() 3089 1726773019.29647: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773019.29652: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773019.29663: variable 'omit' from source: magic vars 3089 1726773019.29747: variable 'omit' from source: magic vars 3089 1726773019.29789: variable 'omit' from source: magic vars 3089 1726773019.29812: variable '__kernel_settings_active_profile' from source: set_fact 3089 1726773019.30063: variable '__kernel_settings_active_profile' from source: set_fact 3089 1726773019.30085: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3089 1726773019.30145: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 3089 1726773019.30219: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3089 1726773019.30253: variable 'omit' from source: magic vars 3089 1726773019.30287: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773019.30328: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773019.30341: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773019.30356: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773019.30366: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773019.30393: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773019.30398: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773019.30401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773019.30478: Set connection var ansible_shell_executable to /bin/sh 3089 1726773019.30482: Set connection var ansible_shell_type to sh 3089 1726773019.30485: Set connection var ansible_timeout to 10 3089 1726773019.30493: Set connection var ansible_pipelining to False 3089 1726773019.30502: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773019.30506: Set connection var ansible_connection to ssh 3089 1726773019.30525: variable 'ansible_shell_executable' from source: unknown 3089 1726773019.30528: variable 'ansible_connection' from source: unknown 3089 1726773019.30530: variable 'ansible_module_compression' from source: unknown 3089 1726773019.30532: variable 'ansible_shell_type' from source: unknown 3089 1726773019.30536: variable 'ansible_shell_executable' from source: unknown 3089 1726773019.30539: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773019.30639: variable 'ansible_pipelining' from source: unknown 3089 1726773019.30642: variable 'ansible_timeout' from source: unknown 3089 1726773019.30643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773019.30674: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773019.30683: variable 'omit' from source: magic vars 3089 1726773019.30689: starting attempt loop 3089 1726773019.30692: running the handler 3089 1726773019.30706: _low_level_execute_command(): starting 3089 1726773019.30712: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773019.31272: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773019.31276: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.31279: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773019.31283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.31337: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773019.31341: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773019.31400: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773019.33076: stdout chunk (state=3): >>>/root <<< 3089 1726773019.33174: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773019.33251: stderr chunk (state=3): >>><<< 3089 1726773019.33253: stdout chunk (state=3): >>><<< 3089 1726773019.33271: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773019.33284: _low_level_execute_command(): starting 3089 1726773019.33290: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015 `" && echo ansible-tmp-1726773019.332723-4449-22566526631015="` echo /root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015 `" ) && sleep 0' 3089 1726773019.33790: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773019.33797: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773019.33807: 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.46.99 is address debug1: re-parsing configuration <<< 3089 1726773019.33811: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773019.33813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.33854: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773019.33858: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773019.33906: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773019.35859: stdout chunk (state=3): >>>ansible-tmp-1726773019.332723-4449-22566526631015=/root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015 <<< 3089 1726773019.36071: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773019.36075: stdout chunk (state=3): >>><<< 3089 1726773019.36078: stderr chunk (state=3): >>><<< 3089 1726773019.36242: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773019.332723-4449-22566526631015=/root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773019.36247: variable 'ansible_module_compression' from source: unknown 3089 1726773019.36290: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3089 1726773019.36340: variable 'ansible_facts' from source: unknown 3089 1726773019.36446: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/AnsiballZ_stat.py 3089 1726773019.36816: Sending initial data 3089 1726773019.36831: Sent initial data (149 bytes) 3089 1726773019.37456: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773019.37481: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773019.37498: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773019.37576: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773019.39189: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773019.39273: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773019.39343: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmp3ulzxhts /root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/AnsiballZ_stat.py <<< 3089 1726773019.39365: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/AnsiballZ_stat.py" <<< 3089 1726773019.39406: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmp3ulzxhts" to remote "/root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/AnsiballZ_stat.py" <<< 3089 1726773019.40289: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773019.40293: stderr chunk (state=3): >>><<< 3089 1726773019.40317: stdout chunk (state=3): >>><<< 3089 1726773019.40441: done transferring module to remote 3089 1726773019.40445: _low_level_execute_command(): starting 3089 1726773019.40448: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/ /root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/AnsiballZ_stat.py && sleep 0' 3089 1726773019.41093: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773019.41210: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773019.41244: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773019.41317: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773019.43245: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773019.43250: stdout chunk (state=3): >>><<< 3089 1726773019.43252: stderr chunk (state=3): >>><<< 3089 1726773019.43364: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773019.43369: _low_level_execute_command(): starting 3089 1726773019.43372: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/AnsiballZ_stat.py && sleep 0' 3089 1726773019.43959: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773019.43977: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773019.44001: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773019.44022: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773019.44127: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773019.44156: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773019.44239: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773019.62001: 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": 262941, "dev": 51714, "nlink": 1, "atime": 1726773019.1989627, "mtime": 1726773009.8208776, "ctime": 1726773009.8208776, "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": "934144952", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3089 1726773019.63725: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773019.63730: stdout chunk (state=3): >>><<< 3089 1726773019.63732: stderr chunk (state=3): >>><<< 3089 1726773019.63854: _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": 262941, "dev": 51714, "nlink": 1, "atime": 1726773019.1989627, "mtime": 1726773009.8208776, "ctime": 1726773009.8208776, "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": "934144952", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773019.63859: 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-1726773019.332723-4449-22566526631015/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3089 1726773019.63986: variable 'ansible_module_compression' from source: unknown 3089 1726773019.64049: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3089 1726773019.64140: variable 'ansible_facts' from source: unknown 3089 1726773019.64164: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/AnsiballZ_file.py 3089 1726773019.64371: Sending initial data 3089 1726773019.64374: Sent initial data (149 bytes) 3089 1726773019.65224: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773019.65229: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.65250: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773019.65268: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773019.65291: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773019.65371: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773019.67043: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773019.67077: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773019.67116: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpnzq9glrz /root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/AnsiballZ_file.py <<< 3089 1726773019.67126: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/AnsiballZ_file.py" <<< 3089 1726773019.67162: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpnzq9glrz" to remote "/root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/AnsiballZ_file.py" <<< 3089 1726773019.67867: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773019.68090: stderr chunk (state=3): >>><<< 3089 1726773019.68096: stdout chunk (state=3): >>><<< 3089 1726773019.68098: done transferring module to remote 3089 1726773019.68101: _low_level_execute_command(): starting 3089 1726773019.68103: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/ /root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/AnsiballZ_file.py && sleep 0' 3089 1726773019.68697: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773019.68701: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773019.68704: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726773019.68741: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.68791: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773019.68823: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773019.68887: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773019.70726: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773019.70786: stderr chunk (state=3): >>><<< 3089 1726773019.70790: stdout chunk (state=3): >>><<< 3089 1726773019.70805: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773019.70808: _low_level_execute_command(): starting 3089 1726773019.70813: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/AnsiballZ_file.py && sleep 0' 3089 1726773019.71316: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773019.71320: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.71322: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3089 1726773019.71325: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773019.71331: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.71385: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773019.71388: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773019.71393: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773019.71437: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773019.89071: stdout chunk (state=3): >>> <<< 3089 1726773019.89076: 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": ".w15ej56c", "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}}} <<< 3089 1726773019.90525: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773019.90590: stderr chunk (state=3): >>><<< 3089 1726773019.90597: stdout chunk (state=3): >>><<< 3089 1726773019.90608: _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": ".w15ej56c", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773019.90638: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.w15ej56c', '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-1726773019.332723-4449-22566526631015/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773019.90647: _low_level_execute_command(): starting 3089 1726773019.90652: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773019.332723-4449-22566526631015/ > /dev/null 2>&1 && sleep 0' 3089 1726773019.91141: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773019.91159: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.91163: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.91216: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773019.91238: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773019.91276: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773019.93176: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773019.93232: stderr chunk (state=3): >>><<< 3089 1726773019.93238: stdout chunk (state=3): >>><<< 3089 1726773019.93252: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773019.93265: handler run complete 3089 1726773019.93289: attempt loop complete, returning result 3089 1726773019.93292: _execute() done 3089 1726773019.93295: dumping result to json 3089 1726773019.93302: done dumping result, returning 3089 1726773019.93311: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [02b512f9-4fcf-c2f4-80d8-000000000204] 3089 1726773019.93316: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000204 3089 1726773019.93426: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000204 3089 1726773019.93429: 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 } 3089 1726773019.93530: no more pending results, returning what we have 3089 1726773019.93533: results queue empty 3089 1726773019.93534: checking for any_errors_fatal 3089 1726773019.93547: done checking for any_errors_fatal 3089 1726773019.93548: checking for max_fail_percentage 3089 1726773019.93550: done checking for max_fail_percentage 3089 1726773019.93551: checking to see if all hosts have failed and the running result is not ok 3089 1726773019.93552: done checking to see if all hosts have failed 3089 1726773019.93552: getting the remaining hosts for this loop 3089 1726773019.93553: done getting the remaining hosts for this loop 3089 1726773019.93557: getting the next task for host managed_node3 3089 1726773019.93562: done getting next task for host managed_node3 3089 1726773019.93565: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 3089 1726773019.93568: ^ 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 3089 1726773019.93578: getting variables 3089 1726773019.93579: in VariableManager get_vars() 3089 1726773019.93611: Calling all_inventory to load vars for managed_node3 3089 1726773019.93614: Calling groups_inventory to load vars for managed_node3 3089 1726773019.93616: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773019.93626: Calling all_plugins_play to load vars for managed_node3 3089 1726773019.93628: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773019.93631: Calling groups_plugins_play to load vars for managed_node3 3089 1726773019.93685: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773019.93722: done with get_vars() 3089 1726773019.93729: done getting variables 3089 1726773019.93783: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 15:10:19 -0400 (0:00:00.647) 0:01:02.727 **** 3089 1726773019.93809: entering _queue_task() for managed_node3/copy 3089 1726773019.94021: worker is 1 (out of 1 available) 3089 1726773019.94039: exiting _queue_task() for managed_node3/copy 3089 1726773019.94054: done queuing things up, now waiting for results queue to drain 3089 1726773019.94056: waiting for pending results... 3089 1726773019.94237: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 3089 1726773019.94313: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000205 3089 1726773019.94328: variable 'ansible_search_path' from source: unknown 3089 1726773019.94331: variable 'ansible_search_path' from source: unknown 3089 1726773019.94365: calling self._execute() 3089 1726773019.94427: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773019.94433: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773019.94444: variable 'omit' from source: magic vars 3089 1726773019.94525: variable 'omit' from source: magic vars 3089 1726773019.94568: variable 'omit' from source: magic vars 3089 1726773019.94590: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 3089 1726773019.94842: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 3089 1726773019.94983: variable '__kernel_settings_tuned_dir' from source: role '' all vars 3089 1726773019.95015: variable 'omit' from source: magic vars 3089 1726773019.95051: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773019.95084: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773019.95103: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773019.95119: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773019.95128: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773019.95156: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773019.95159: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773019.95162: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773019.95237: Set connection var ansible_shell_executable to /bin/sh 3089 1726773019.95241: Set connection var ansible_shell_type to sh 3089 1726773019.95244: Set connection var ansible_timeout to 10 3089 1726773019.95252: Set connection var ansible_pipelining to False 3089 1726773019.95260: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773019.95263: Set connection var ansible_connection to ssh 3089 1726773019.95286: variable 'ansible_shell_executable' from source: unknown 3089 1726773019.95289: variable 'ansible_connection' from source: unknown 3089 1726773019.95294: variable 'ansible_module_compression' from source: unknown 3089 1726773019.95296: variable 'ansible_shell_type' from source: unknown 3089 1726773019.95298: variable 'ansible_shell_executable' from source: unknown 3089 1726773019.95301: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773019.95303: variable 'ansible_pipelining' from source: unknown 3089 1726773019.95305: variable 'ansible_timeout' from source: unknown 3089 1726773019.95307: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773019.95425: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773019.95432: variable 'omit' from source: magic vars 3089 1726773019.95439: starting attempt loop 3089 1726773019.95442: running the handler 3089 1726773019.95451: _low_level_execute_command(): starting 3089 1726773019.95458: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773019.96059: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773019.96064: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.96068: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773019.96072: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.96074: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773019.96077: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773019.96095: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773019.96150: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773019.97998: stdout chunk (state=3): >>>/root <<< 3089 1726773019.98004: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773019.98006: stderr chunk (state=3): >>><<< 3089 1726773019.98025: stdout chunk (state=3): >>><<< 3089 1726773019.98065: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773019.98090: _low_level_execute_command(): starting 3089 1726773019.98112: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940 `" && echo ansible-tmp-1726773019.9807394-4471-17231799101940="` echo /root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940 `" ) && sleep 0' 3089 1726773019.98821: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773019.98839: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773019.98855: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773019.98876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773019.98909: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773019.98921: stderr chunk (state=3): >>>debug2: match not found <<< 3089 1726773019.98938: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.98958: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3089 1726773019.99015: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773019.99066: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773019.99086: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773019.99119: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773019.99198: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773020.01177: stdout chunk (state=3): >>>ansible-tmp-1726773019.9807394-4471-17231799101940=/root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940 <<< 3089 1726773020.01444: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773020.01447: stdout chunk (state=3): >>><<< 3089 1726773020.01450: stderr chunk (state=3): >>><<< 3089 1726773020.01453: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773019.9807394-4471-17231799101940=/root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773020.01455: variable 'ansible_module_compression' from source: unknown 3089 1726773020.01497: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3089 1726773020.01532: variable 'ansible_facts' from source: unknown 3089 1726773020.01657: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/AnsiballZ_stat.py 3089 1726773020.01695: Sending initial data 3089 1726773020.01699: Sent initial data (150 bytes) 3089 1726773020.02215: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773020.02219: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773020.02223: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.02225: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773020.02228: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.02230: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773020.02232: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773020.02246: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773020.02301: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773020.03905: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773020.03939: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773020.03979: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpm6yv09q9 /root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/AnsiballZ_stat.py <<< 3089 1726773020.03981: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/AnsiballZ_stat.py" <<< 3089 1726773020.04016: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 3089 1726773020.04020: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpm6yv09q9" to remote "/root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/AnsiballZ_stat.py" <<< 3089 1726773020.04564: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773020.04646: stderr chunk (state=3): >>><<< 3089 1726773020.04650: stdout chunk (state=3): >>><<< 3089 1726773020.04669: done transferring module to remote 3089 1726773020.04681: _low_level_execute_command(): starting 3089 1726773020.04687: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/ /root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/AnsiballZ_stat.py && sleep 0' 3089 1726773020.05176: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773020.05180: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.05187: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773020.05189: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773020.05191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.05245: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773020.05252: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773020.05290: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773020.07152: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773020.07215: stderr chunk (state=3): >>><<< 3089 1726773020.07219: stdout chunk (state=3): >>><<< 3089 1726773020.07233: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773020.07238: _low_level_execute_command(): starting 3089 1726773020.07243: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/AnsiballZ_stat.py && sleep 0' 3089 1726773020.07736: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773020.07740: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.07743: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773020.07754: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.07802: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773020.07806: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773020.07808: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773020.07862: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773020.26183: 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": 262938, "dev": 51714, "nlink": 1, "atime": 1726773009.8108776, "mtime": 1726773009.8208776, "ctime": 1726773009.8208776, "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": "476841672", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3089 1726773020.27807: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773020.27866: stderr chunk (state=3): >>><<< 3089 1726773020.27870: stdout chunk (state=3): >>><<< 3089 1726773020.27886: _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": 262938, "dev": 51714, "nlink": 1, "atime": 1726773009.8108776, "mtime": 1726773009.8208776, "ctime": 1726773009.8208776, "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": "476841672", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773020.27946: 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-1726773019.9807394-4471-17231799101940/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3089 1726773020.27988: variable 'ansible_module_compression' from source: unknown 3089 1726773020.28018: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3089 1726773020.28033: variable 'ansible_facts' from source: unknown 3089 1726773020.28085: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/AnsiballZ_file.py 3089 1726773020.28188: Sending initial data 3089 1726773020.28191: Sent initial data (150 bytes) 3089 1726773020.28698: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773020.28702: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.28705: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773020.28707: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773020.28709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.28771: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773020.28776: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773020.28778: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773020.28816: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773020.30474: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773020.30512: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773020.30550: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmprs646urt /root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/AnsiballZ_file.py <<< 3089 1726773020.30553: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/AnsiballZ_file.py" <<< 3089 1726773020.30586: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmprs646urt" to remote "/root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/AnsiballZ_file.py" <<< 3089 1726773020.30595: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/AnsiballZ_file.py" <<< 3089 1726773020.31144: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773020.31223: stderr chunk (state=3): >>><<< 3089 1726773020.31227: stdout chunk (state=3): >>><<< 3089 1726773020.31248: done transferring module to remote 3089 1726773020.31257: _low_level_execute_command(): starting 3089 1726773020.31261: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/ /root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/AnsiballZ_file.py && sleep 0' 3089 1726773020.31751: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773020.31754: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773020.31757: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.31759: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773020.31763: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.31818: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773020.31825: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773020.31869: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773020.33687: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773020.33748: stderr chunk (state=3): >>><<< 3089 1726773020.33752: stdout chunk (state=3): >>><<< 3089 1726773020.33768: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773020.33771: _low_level_execute_command(): starting 3089 1726773020.33777: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/AnsiballZ_file.py && sleep 0' 3089 1726773020.34264: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773020.34269: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.34277: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773020.34279: 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.46.99 originally 10.31.46.99 <<< 3089 1726773020.34282: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.34330: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773020.34334: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773020.34343: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773020.34383: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773020.52380: 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": ".hklzo4fl", "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}}} <<< 3089 1726773020.53937: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773020.53943: stdout chunk (state=3): >>><<< 3089 1726773020.53946: stderr chunk (state=3): >>><<< 3089 1726773020.53949: _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": ".hklzo4fl", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773020.53951: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.hklzo4fl', '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-1726773019.9807394-4471-17231799101940/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773020.53961: _low_level_execute_command(): starting 3089 1726773020.53970: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773019.9807394-4471-17231799101940/ > /dev/null 2>&1 && sleep 0' 3089 1726773020.54582: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773020.54605: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.54666: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773020.54673: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773020.54676: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773020.54712: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773020.56747: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773020.56752: stdout chunk (state=3): >>><<< 3089 1726773020.56754: stderr chunk (state=3): >>><<< 3089 1726773020.56756: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773020.56876: handler run complete 3089 1726773020.56880: attempt loop complete, returning result 3089 1726773020.56883: _execute() done 3089 1726773020.56885: dumping result to json 3089 1726773020.56887: done dumping result, returning 3089 1726773020.56889: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [02b512f9-4fcf-c2f4-80d8-000000000205] 3089 1726773020.56892: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000205 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 } 3089 1726773020.57171: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000205 3089 1726773020.57174: WORKER PROCESS EXITING 3089 1726773020.57186: no more pending results, returning what we have 3089 1726773020.57190: results queue empty 3089 1726773020.57191: checking for any_errors_fatal 3089 1726773020.57197: done checking for any_errors_fatal 3089 1726773020.57198: checking for max_fail_percentage 3089 1726773020.57199: done checking for max_fail_percentage 3089 1726773020.57200: checking to see if all hosts have failed and the running result is not ok 3089 1726773020.57201: done checking to see if all hosts have failed 3089 1726773020.57202: getting the remaining hosts for this loop 3089 1726773020.57204: done getting the remaining hosts for this loop 3089 1726773020.57209: getting the next task for host managed_node3 3089 1726773020.57215: done getting next task for host managed_node3 3089 1726773020.57219: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 3089 1726773020.57222: ^ 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 3089 1726773020.57233: getting variables 3089 1726773020.57238: in VariableManager get_vars() 3089 1726773020.57290: Calling all_inventory to load vars for managed_node3 3089 1726773020.57293: Calling groups_inventory to load vars for managed_node3 3089 1726773020.57295: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773020.57305: Calling all_plugins_play to load vars for managed_node3 3089 1726773020.57308: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773020.57310: Calling groups_plugins_play to load vars for managed_node3 3089 1726773020.57358: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773020.57412: done with get_vars() 3089 1726773020.57420: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 15:10:20 -0400 (0:00:00.636) 0:01:03.364 **** 3089 1726773020.57493: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 3089 1726773020.57704: worker is 1 (out of 1 available) 3089 1726773020.57717: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 3089 1726773020.57730: done queuing things up, now waiting for results queue to drain 3089 1726773020.57731: waiting for pending results... 3089 1726773020.57911: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config 3089 1726773020.57990: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000206 3089 1726773020.58006: variable 'ansible_search_path' from source: unknown 3089 1726773020.58010: variable 'ansible_search_path' from source: unknown 3089 1726773020.58042: calling self._execute() 3089 1726773020.58187: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773020.58194: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773020.58205: variable 'omit' from source: magic vars 3089 1726773020.58284: variable 'omit' from source: magic vars 3089 1726773020.58326: variable 'omit' from source: magic vars 3089 1726773020.58348: variable '__kernel_settings_profile_filename' from source: role '' all vars 3089 1726773020.58588: variable '__kernel_settings_profile_filename' from source: role '' all vars 3089 1726773020.58654: variable '__kernel_settings_profile_dir' from source: role '' all vars 3089 1726773020.58718: variable '__kernel_settings_profile_parent' from source: set_fact 3089 1726773020.58723: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3089 1726773020.58764: variable 'omit' from source: magic vars 3089 1726773020.58799: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773020.58830: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773020.58850: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773020.58865: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773020.58875: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773020.58902: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773020.58906: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773020.58908: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773020.58986: Set connection var ansible_shell_executable to /bin/sh 3089 1726773020.58989: Set connection var ansible_shell_type to sh 3089 1726773020.58993: Set connection var ansible_timeout to 10 3089 1726773020.59003: Set connection var ansible_pipelining to False 3089 1726773020.59009: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773020.59013: Set connection var ansible_connection to ssh 3089 1726773020.59032: variable 'ansible_shell_executable' from source: unknown 3089 1726773020.59036: variable 'ansible_connection' from source: unknown 3089 1726773020.59039: variable 'ansible_module_compression' from source: unknown 3089 1726773020.59042: variable 'ansible_shell_type' from source: unknown 3089 1726773020.59045: variable 'ansible_shell_executable' from source: unknown 3089 1726773020.59047: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773020.59051: variable 'ansible_pipelining' from source: unknown 3089 1726773020.59055: variable 'ansible_timeout' from source: unknown 3089 1726773020.59058: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773020.59226: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3089 1726773020.59237: variable 'omit' from source: magic vars 3089 1726773020.59246: starting attempt loop 3089 1726773020.59249: running the handler 3089 1726773020.59350: _low_level_execute_command(): starting 3089 1726773020.59354: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773020.60002: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773020.60020: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773020.60040: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773020.60060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773020.60221: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773020.60246: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773020.61886: stdout chunk (state=3): >>>/root <<< 3089 1726773020.61988: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773020.62058: stderr chunk (state=3): >>><<< 3089 1726773020.62062: stdout chunk (state=3): >>><<< 3089 1726773020.62084: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773020.62142: _low_level_execute_command(): starting 3089 1726773020.62146: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773020.6208446-4495-253772244725005 `" && echo ansible-tmp-1726773020.6208446-4495-253772244725005="` echo /root/.ansible/tmp/ansible-tmp-1726773020.6208446-4495-253772244725005 `" ) && sleep 0' 3089 1726773020.62743: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773020.62787: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773020.62868: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773020.64833: stdout chunk (state=3): >>>ansible-tmp-1726773020.6208446-4495-253772244725005=/root/.ansible/tmp/ansible-tmp-1726773020.6208446-4495-253772244725005 <<< 3089 1726773020.64955: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773020.65021: stderr chunk (state=3): >>><<< 3089 1726773020.65023: stdout chunk (state=3): >>><<< 3089 1726773020.65039: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773020.6208446-4495-253772244725005=/root/.ansible/tmp/ansible-tmp-1726773020.6208446-4495-253772244725005 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773020.65087: variable 'ansible_module_compression' from source: unknown 3089 1726773020.65120: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 3089 1726773020.65155: variable 'ansible_facts' from source: unknown 3089 1726773020.65219: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773020.6208446-4495-253772244725005/AnsiballZ_kernel_settings_get_config.py 3089 1726773020.65331: Sending initial data 3089 1726773020.65337: Sent initial data (173 bytes) 3089 1726773020.65831: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773020.65840: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726773020.65844: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.65900: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773020.65907: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773020.65909: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773020.66042: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773020.67564: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773020.67600: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773020.67642: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmp9q6cycpd /root/.ansible/tmp/ansible-tmp-1726773020.6208446-4495-253772244725005/AnsiballZ_kernel_settings_get_config.py <<< 3089 1726773020.67647: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773020.6208446-4495-253772244725005/AnsiballZ_kernel_settings_get_config.py" <<< 3089 1726773020.67689: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmp9q6cycpd" to remote "/root/.ansible/tmp/ansible-tmp-1726773020.6208446-4495-253772244725005/AnsiballZ_kernel_settings_get_config.py" <<< 3089 1726773020.67696: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773020.6208446-4495-253772244725005/AnsiballZ_kernel_settings_get_config.py" <<< 3089 1726773020.68223: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773020.68300: stderr chunk (state=3): >>><<< 3089 1726773020.68305: stdout chunk (state=3): >>><<< 3089 1726773020.68325: done transferring module to remote 3089 1726773020.68336: _low_level_execute_command(): starting 3089 1726773020.68341: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773020.6208446-4495-253772244725005/ /root/.ansible/tmp/ansible-tmp-1726773020.6208446-4495-253772244725005/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3089 1726773020.68808: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773020.68812: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773020.68841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773020.68845: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.68847: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773020.68854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773020.68866: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.68906: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773020.68922: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773020.68980: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773020.70778: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773020.70842: stderr chunk (state=3): >>><<< 3089 1726773020.70849: stdout chunk (state=3): >>><<< 3089 1726773020.70860: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773020.70864: _low_level_execute_command(): starting 3089 1726773020.70868: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773020.6208446-4495-253772244725005/AnsiballZ_kernel_settings_get_config.py && sleep 0' 3089 1726773020.71372: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773020.71376: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.71378: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773020.71381: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773020.71385: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.71424: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773020.71428: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773020.71448: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773020.71513: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773020.88347: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 3089 1726773020.89755: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773020.89815: stderr chunk (state=3): >>><<< 3089 1726773020.89830: stdout chunk (state=3): >>><<< 3089 1726773020.89868: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773020.89874: done with _execute_module (fedora.linux_system_roles.kernel_settings_get_config, {'path': '/etc/tuned/profiles/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.kernel_settings_get_config', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773020.6208446-4495-253772244725005/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773020.90009: _low_level_execute_command(): starting 3089 1726773020.90013: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773020.6208446-4495-253772244725005/ > /dev/null 2>&1 && sleep 0' 3089 1726773020.91182: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773020.91208: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773020.91218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773020.91295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773020.91298: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773020.91301: stderr chunk (state=3): >>>debug2: match not found <<< 3089 1726773020.91304: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773020.91306: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3089 1726773020.91308: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address <<< 3089 1726773020.91311: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 3089 1726773020.91313: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773020.91384: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773020.91452: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773020.91477: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773020.93517: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773020.93522: stdout chunk (state=3): >>><<< 3089 1726773020.93741: stderr chunk (state=3): >>><<< 3089 1726773020.93746: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773020.93748: handler run complete 3089 1726773020.93751: attempt loop complete, returning result 3089 1726773020.93752: _execute() done 3089 1726773020.93754: dumping result to json 3089 1726773020.93756: done dumping result, returning 3089 1726773020.93758: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config [02b512f9-4fcf-c2f4-80d8-000000000206] 3089 1726773020.93760: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000206 3089 1726773020.93831: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000206 3089 1726773020.93837: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "data": { "main": { "summary": "kernel settings" } } } 3089 1726773020.94132: no more pending results, returning what we have 3089 1726773020.94278: results queue empty 3089 1726773020.94279: checking for any_errors_fatal 3089 1726773020.94284: done checking for any_errors_fatal 3089 1726773020.94285: checking for max_fail_percentage 3089 1726773020.94287: done checking for max_fail_percentage 3089 1726773020.94288: checking to see if all hosts have failed and the running result is not ok 3089 1726773020.94289: done checking to see if all hosts have failed 3089 1726773020.94289: getting the remaining hosts for this loop 3089 1726773020.94291: done getting the remaining hosts for this loop 3089 1726773020.94297: getting the next task for host managed_node3 3089 1726773020.94303: done getting next task for host managed_node3 3089 1726773020.94307: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 3089 1726773020.94311: ^ 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 3089 1726773020.94322: getting variables 3089 1726773020.94324: in VariableManager get_vars() 3089 1726773020.94356: Calling all_inventory to load vars for managed_node3 3089 1726773020.94359: Calling groups_inventory to load vars for managed_node3 3089 1726773020.94361: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773020.94371: Calling all_plugins_play to load vars for managed_node3 3089 1726773020.94374: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773020.94377: Calling groups_plugins_play to load vars for managed_node3 3089 1726773020.94432: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773020.94485: done with get_vars() 3089 1726773020.94496: done getting variables 3089 1726773020.94562: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 15:10:20 -0400 (0:00:00.370) 0:01:03.735 **** 3089 1726773020.94595: entering _queue_task() for managed_node3/template 3089 1726773020.94949: worker is 1 (out of 1 available) 3089 1726773020.94963: exiting _queue_task() for managed_node3/template 3089 1726773020.94977: done queuing things up, now waiting for results queue to drain 3089 1726773020.94979: waiting for pending results... 3089 1726773020.95470: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 3089 1726773020.95540: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000207 3089 1726773020.95561: variable 'ansible_search_path' from source: unknown 3089 1726773020.95672: variable 'ansible_search_path' from source: unknown 3089 1726773020.95677: calling self._execute() 3089 1726773020.95680: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773020.95683: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773020.95696: variable 'omit' from source: magic vars 3089 1726773020.95807: variable 'omit' from source: magic vars 3089 1726773020.95865: variable 'omit' from source: magic vars 3089 1726773020.96206: variable '__kernel_settings_profile_src' from source: role '' all vars 3089 1726773020.96235: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3089 1726773020.96301: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3089 1726773020.96342: variable '__kernel_settings_profile_filename' from source: role '' all vars 3089 1726773020.96621: variable '__kernel_settings_profile_filename' from source: role '' all vars 3089 1726773020.96663: variable '__kernel_settings_profile_dir' from source: role '' all vars 3089 1726773020.97015: variable '__kernel_settings_profile_parent' from source: set_fact 3089 1726773020.97018: variable '__kernel_settings_tuned_profile' from source: role '' all vars 3089 1726773020.97021: variable 'omit' from source: magic vars 3089 1726773020.97242: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773020.97285: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773020.97305: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773020.97324: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773020.97339: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773020.97374: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773020.97378: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773020.97381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773020.97500: Set connection var ansible_shell_executable to /bin/sh 3089 1726773020.97504: Set connection var ansible_shell_type to sh 3089 1726773020.97509: Set connection var ansible_timeout to 10 3089 1726773020.97519: Set connection var ansible_pipelining to False 3089 1726773020.97595: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773020.97599: Set connection var ansible_connection to ssh 3089 1726773020.97766: variable 'ansible_shell_executable' from source: unknown 3089 1726773020.97770: variable 'ansible_connection' from source: unknown 3089 1726773020.97773: variable 'ansible_module_compression' from source: unknown 3089 1726773020.97776: variable 'ansible_shell_type' from source: unknown 3089 1726773020.97779: variable 'ansible_shell_executable' from source: unknown 3089 1726773020.97782: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773020.97784: variable 'ansible_pipelining' from source: unknown 3089 1726773020.97786: variable 'ansible_timeout' from source: unknown 3089 1726773020.97794: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773020.98142: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773020.98341: variable 'omit' from source: magic vars 3089 1726773020.98344: starting attempt loop 3089 1726773020.98347: running the handler 3089 1726773020.98350: _low_level_execute_command(): starting 3089 1726773020.98352: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773020.99258: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773020.99364: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773020.99428: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773021.01455: stdout chunk (state=3): >>>/root <<< 3089 1726773021.01744: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773021.01749: stdout chunk (state=3): >>><<< 3089 1726773021.01751: stderr chunk (state=3): >>><<< 3089 1726773021.01754: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773021.01757: _low_level_execute_command(): starting 3089 1726773021.01761: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519 `" && echo ansible-tmp-1726773021.017051-4511-100661683298519="` echo /root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519 `" ) && sleep 0' 3089 1726773021.03157: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773021.03187: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773021.03203: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773021.03228: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773021.03332: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773021.05299: stdout chunk (state=3): >>>ansible-tmp-1726773021.017051-4511-100661683298519=/root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519 <<< 3089 1726773021.05497: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773021.05502: stdout chunk (state=3): >>><<< 3089 1726773021.05504: stderr chunk (state=3): >>><<< 3089 1726773021.05507: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773021.017051-4511-100661683298519=/root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773021.05646: evaluation_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 3089 1726773021.05653: search_path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 3089 1726773021.05656: variable 'ansible_search_path' from source: unknown 3089 1726773021.08146: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726773021.11255: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726773021.11332: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726773021.11389: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726773021.11431: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726773021.11466: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726773021.11783: 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) 3089 1726773021.11816: 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) 3089 1726773021.11850: 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) 3089 1726773021.11898: 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) 3089 1726773021.11919: 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) 3089 1726773021.12771: 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) 3089 1726773021.12841: 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) 3089 1726773021.13071: 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) 3089 1726773021.13240: 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) 3089 1726773021.13244: 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) 3089 1726773021.13676: variable 'ansible_managed' from source: unknown 3089 1726773021.13688: variable '__sections' from source: task vars 3089 1726773021.13849: 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) 3089 1726773021.13882: 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) 3089 1726773021.13916: 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) 3089 1726773021.13968: 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) 3089 1726773021.13989: 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) 3089 1726773021.14110: variable 'kernel_settings_sysctl' from source: include params 3089 1726773021.14120: variable '__kernel_settings_state_empty' from source: role '' all vars 3089 1726773021.14133: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3089 1726773021.14182: variable '__sysctl_old' from source: task vars 3089 1726773021.14259: variable '__sysctl_old' from source: task vars 3089 1726773021.14503: variable 'kernel_settings_purge' from source: include params 3089 1726773021.14514: variable 'kernel_settings_sysctl' from source: include params 3089 1726773021.14531: variable '__kernel_settings_state_empty' from source: role '' all vars 3089 1726773021.14545: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3089 1726773021.14556: variable '__kernel_settings_profile_contents' from source: set_fact 3089 1726773021.14770: variable 'kernel_settings_sysfs' from source: include params 3089 1726773021.14780: variable '__kernel_settings_state_empty' from source: role '' all vars 3089 1726773021.14790: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3089 1726773021.14811: variable '__sysfs_old' from source: task vars 3089 1726773021.14878: variable '__sysfs_old' from source: task vars 3089 1726773021.15116: variable 'kernel_settings_purge' from source: include params 3089 1726773021.15126: variable 'kernel_settings_sysfs' from source: include params 3089 1726773021.15133: variable '__kernel_settings_state_empty' from source: role '' all vars 3089 1726773021.15144: variable '__kernel_settings_previous_replaced' from source: role '' all vars 3089 1726773021.15152: variable '__kernel_settings_profile_contents' from source: set_fact 3089 1726773021.15175: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 3089 1726773021.15187: variable '__systemd_old' from source: task vars 3089 1726773021.15254: variable '__systemd_old' from source: task vars 3089 1726773021.15485: variable 'kernel_settings_purge' from source: include params 3089 1726773021.15499: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 3089 1726773021.15502: variable '__kernel_settings_state_absent' from source: role '' all vars 3089 1726773021.15506: variable '__kernel_settings_profile_contents' from source: set_fact 3089 1726773021.15524: variable 'kernel_settings_transparent_hugepages' from source: include params 3089 1726773021.15532: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 3089 1726773021.15541: variable '__trans_huge_old' from source: task vars 3089 1726773021.15739: variable '__trans_huge_old' from source: task vars 3089 1726773021.15818: variable 'kernel_settings_purge' from source: include params 3089 1726773021.15828: variable 'kernel_settings_transparent_hugepages' from source: include params 3089 1726773021.15844: variable '__kernel_settings_state_absent' from source: role '' all vars 3089 1726773021.15854: variable '__kernel_settings_profile_contents' from source: set_fact 3089 1726773021.15869: variable '__trans_defrag_old' from source: task vars 3089 1726773021.15934: variable '__trans_defrag_old' from source: task vars 3089 1726773021.16158: variable 'kernel_settings_purge' from source: include params 3089 1726773021.16179: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 3089 1726773021.16188: variable '__kernel_settings_state_absent' from source: role '' all vars 3089 1726773021.16198: variable '__kernel_settings_profile_contents' from source: set_fact 3089 1726773021.16227: variable '__kernel_settings_state_absent' from source: role '' all vars 3089 1726773021.16258: variable '__kernel_settings_state_absent' from source: role '' all vars 3089 1726773021.16270: variable '__kernel_settings_state_absent' from source: role '' all vars 3089 1726773021.17549: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773021.17614: variable 'ansible_module_compression' from source: unknown 3089 1726773021.17701: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3089 1726773021.17720: variable 'ansible_facts' from source: unknown 3089 1726773021.17807: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/AnsiballZ_stat.py 3089 1726773021.18087: Sending initial data 3089 1726773021.18090: Sent initial data (150 bytes) 3089 1726773021.18730: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773021.18794: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773021.18811: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773021.18898: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773021.18910: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773021.18980: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773021.19027: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773021.20716: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773021.20764: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773021.20809: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpk0gpfluy /root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/AnsiballZ_stat.py <<< 3089 1726773021.20811: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/AnsiballZ_stat.py" <<< 3089 1726773021.20840: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpk0gpfluy" to remote "/root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/AnsiballZ_stat.py" <<< 3089 1726773021.21389: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773021.21468: stderr chunk (state=3): >>><<< 3089 1726773021.21471: stdout chunk (state=3): >>><<< 3089 1726773021.21496: done transferring module to remote 3089 1726773021.21504: _low_level_execute_command(): starting 3089 1726773021.21510: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/ /root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/AnsiballZ_stat.py && sleep 0' 3089 1726773021.22013: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773021.22022: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773021.22025: 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.46.99 is address <<< 3089 1726773021.22027: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773021.22029: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773021.22031: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773021.22087: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773021.22090: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773021.22092: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773021.22138: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773021.23950: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773021.24011: stderr chunk (state=3): >>><<< 3089 1726773021.24014: stdout chunk (state=3): >>><<< 3089 1726773021.24027: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773021.24030: _low_level_execute_command(): starting 3089 1726773021.24037: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/AnsiballZ_stat.py && sleep 0' 3089 1726773021.24527: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773021.24532: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773021.24536: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773021.24539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773021.24591: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773021.24599: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773021.24601: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773021.24646: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773021.42477: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 86, "inode": 262607, "dev": 51714, "nlink": 1, "atime": 1726773009.8128774, "mtime": 1726773007.8058639, "ctime": 1726773008.1018658, "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": "2526913435", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 3089 1726773021.44097: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773021.44166: stderr chunk (state=3): >>><<< 3089 1726773021.44170: stdout chunk (state=3): >>><<< 3089 1726773021.44185: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 86, "inode": 262607, "dev": 51714, "nlink": 1, "atime": 1726773009.8128774, "mtime": 1726773007.8058639, "ctime": 1726773008.1018658, "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": "2526913435", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773021.44250: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'follow': False, 'get_checksum': True, 'get_size': False, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3089 1726773021.44297: variable 'ansible_module_compression' from source: unknown 3089 1726773021.44328: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3089 1726773021.44353: variable 'ansible_facts' from source: unknown 3089 1726773021.44398: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/AnsiballZ_file.py 3089 1726773021.44496: Sending initial data 3089 1726773021.44500: Sent initial data (150 bytes) 3089 1726773021.44986: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773021.44989: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773021.44992: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address <<< 3089 1726773021.44997: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773021.44999: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773021.45055: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773021.45062: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773021.45064: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773021.45099: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773021.46752: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773021.46825: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773021.46850: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpsst5h3b2 /root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/AnsiballZ_file.py <<< 3089 1726773021.46854: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/AnsiballZ_file.py" <<< 3089 1726773021.46887: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpsst5h3b2" to remote "/root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/AnsiballZ_file.py" <<< 3089 1726773021.47655: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773021.47744: stderr chunk (state=3): >>><<< 3089 1726773021.47747: stdout chunk (state=3): >>><<< 3089 1726773021.47750: done transferring module to remote 3089 1726773021.47757: _low_level_execute_command(): starting 3089 1726773021.47762: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/ /root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/AnsiballZ_file.py && sleep 0' 3089 1726773021.48241: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773021.48245: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773021.48247: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773021.48252: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773021.48262: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773021.48300: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773021.48316: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773021.48362: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773021.50242: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773021.50246: stdout chunk (state=3): >>><<< 3089 1726773021.50249: stderr chunk (state=3): >>><<< 3089 1726773021.50266: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773021.50275: _low_level_execute_command(): starting 3089 1726773021.50278: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/AnsiballZ_file.py && sleep 0' 3089 1726773021.50773: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773021.50777: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773021.50779: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726773021.50782: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773021.50784: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773021.50843: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773021.50848: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773021.50890: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773021.68659: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}, "after": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "_original_basename": "kernel_settings.j2", "recurse": false, "state": "file", "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3089 1726773021.70247: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773021.70251: stderr chunk (state=3): >>><<< 3089 1726773021.70257: stdout chunk (state=3): >>><<< 3089 1726773021.70442: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}, "after": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "_original_basename": "kernel_settings.j2", "recurse": false, "state": "file", "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773021.70447: done with _execute_module (ansible.legacy.file, {'mode': '0644', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', '_original_basename': 'kernel_settings.j2', 'recurse': False, 'state': 'file', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773021.70450: _low_level_execute_command(): starting 3089 1726773021.70452: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773021.017051-4511-100661683298519/ > /dev/null 2>&1 && sleep 0' 3089 1726773021.71149: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773021.71156: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773021.71174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773021.71219: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773021.71226: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773021.71248: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773021.71311: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773021.71378: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773021.71407: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773021.73339: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773021.73349: stderr chunk (state=3): >>><<< 3089 1726773021.73352: stdout chunk (state=3): >>><<< 3089 1726773021.73368: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773021.73383: handler run complete 3089 1726773021.73407: attempt loop complete, returning result 3089 1726773021.73410: _execute() done 3089 1726773021.73413: dumping result to json 3089 1726773021.73417: done dumping result, returning 3089 1726773021.73428: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [02b512f9-4fcf-c2f4-80d8-000000000207] 3089 1726773021.73432: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000207 3089 1726773021.73582: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000207 3089 1726773021.73585: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "state": "file", "uid": 0 } 3089 1726773021.73688: no more pending results, returning what we have 3089 1726773021.73692: results queue empty 3089 1726773021.73692: checking for any_errors_fatal 3089 1726773021.73704: done checking for any_errors_fatal 3089 1726773021.73705: checking for max_fail_percentage 3089 1726773021.73707: done checking for max_fail_percentage 3089 1726773021.73707: checking to see if all hosts have failed and the running result is not ok 3089 1726773021.73708: done checking to see if all hosts have failed 3089 1726773021.73709: getting the remaining hosts for this loop 3089 1726773021.73710: done getting the remaining hosts for this loop 3089 1726773021.73714: getting the next task for host managed_node3 3089 1726773021.73719: done getting next task for host managed_node3 3089 1726773021.73722: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 3089 1726773021.73726: ^ 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 3089 1726773021.73738: getting variables 3089 1726773021.73740: in VariableManager get_vars() 3089 1726773021.73772: Calling all_inventory to load vars for managed_node3 3089 1726773021.73775: Calling groups_inventory to load vars for managed_node3 3089 1726773021.73777: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773021.73786: Calling all_plugins_play to load vars for managed_node3 3089 1726773021.73788: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773021.73793: Calling groups_plugins_play to load vars for managed_node3 3089 1726773021.73841: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773021.73876: done with get_vars() 3089 1726773021.73883: done getting variables 3089 1726773021.73942: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 15:10:21 -0400 (0:00:00.793) 0:01:04.529 **** 3089 1726773021.73968: entering _queue_task() for managed_node3/service 3089 1726773021.74229: worker is 1 (out of 1 available) 3089 1726773021.74245: exiting _queue_task() for managed_node3/service 3089 1726773021.74259: done queuing things up, now waiting for results queue to drain 3089 1726773021.74261: waiting for pending results... 3089 1726773021.74667: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 3089 1726773021.74672: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000208 3089 1726773021.74675: variable 'ansible_search_path' from source: unknown 3089 1726773021.74678: variable 'ansible_search_path' from source: unknown 3089 1726773021.74688: variable '__kernel_settings_services' from source: include_vars 3089 1726773021.75153: variable '__kernel_settings_services' from source: include_vars 3089 1726773021.75249: variable 'omit' from source: magic vars 3089 1726773021.75540: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773021.75545: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773021.75547: variable 'omit' from source: magic vars 3089 1726773021.76278: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773021.76946: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773021.76950: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773021.76952: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773021.77017: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773021.77166: variable '__kernel_settings_register_profile' from source: set_fact 3089 1726773021.77184: variable '__kernel_settings_register_mode' from source: set_fact 3089 1726773021.77217: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 3089 1726773021.77225: when evaluation is False, skipping this task 3089 1726773021.77275: variable 'item' from source: unknown 3089 1726773021.77365: 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" } 3089 1726773021.77725: dumping result to json 3089 1726773021.77729: done dumping result, returning 3089 1726773021.77734: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [02b512f9-4fcf-c2f4-80d8-000000000208] 3089 1726773021.77742: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000208 3089 1726773021.77791: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000208 3089 1726773021.77797: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 3089 1726773021.77832: no more pending results, returning what we have 3089 1726773021.77836: results queue empty 3089 1726773021.77838: checking for any_errors_fatal 3089 1726773021.77852: done checking for any_errors_fatal 3089 1726773021.77853: checking for max_fail_percentage 3089 1726773021.77855: done checking for max_fail_percentage 3089 1726773021.77856: checking to see if all hosts have failed and the running result is not ok 3089 1726773021.77857: done checking to see if all hosts have failed 3089 1726773021.77858: getting the remaining hosts for this loop 3089 1726773021.77860: done getting the remaining hosts for this loop 3089 1726773021.77864: getting the next task for host managed_node3 3089 1726773021.77870: done getting next task for host managed_node3 3089 1726773021.77873: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 3089 1726773021.77877: ^ 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 3089 1726773021.77891: getting variables 3089 1726773021.77892: in VariableManager get_vars() 3089 1726773021.77926: Calling all_inventory to load vars for managed_node3 3089 1726773021.77929: Calling groups_inventory to load vars for managed_node3 3089 1726773021.77931: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773021.77995: Calling all_plugins_play to load vars for managed_node3 3089 1726773021.78000: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773021.78005: Calling groups_plugins_play to load vars for managed_node3 3089 1726773021.78071: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773021.78126: done with get_vars() 3089 1726773021.78139: done getting variables 3089 1726773021.78212: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 15:10:21 -0400 (0:00:00.042) 0:01:04.572 **** 3089 1726773021.78251: entering _queue_task() for managed_node3/command 3089 1726773021.78584: worker is 1 (out of 1 available) 3089 1726773021.78601: exiting _queue_task() for managed_node3/command 3089 1726773021.78689: done queuing things up, now waiting for results queue to drain 3089 1726773021.78692: waiting for pending results... 3089 1726773021.79062: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 3089 1726773021.79071: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000209 3089 1726773021.79087: variable 'ansible_search_path' from source: unknown 3089 1726773021.79095: variable 'ansible_search_path' from source: unknown 3089 1726773021.79146: calling self._execute() 3089 1726773021.79323: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773021.79333: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773021.79350: variable 'omit' from source: magic vars 3089 1726773021.79892: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773021.80179: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773021.80256: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773021.80306: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773021.80351: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773021.80550: variable '__kernel_settings_register_profile' from source: set_fact 3089 1726773021.80613: Evaluated conditional (not __kernel_settings_register_profile is changed): True 3089 1726773021.80772: variable '__kernel_settings_register_mode' from source: set_fact 3089 1726773021.80802: Evaluated conditional (not __kernel_settings_register_mode is changed): True 3089 1726773021.80940: variable '__kernel_settings_register_apply' from source: set_fact 3089 1726773021.81020: Evaluated conditional (__kernel_settings_register_apply is changed): False 3089 1726773021.81023: when evaluation is False, skipping this task 3089 1726773021.81026: _execute() done 3089 1726773021.81029: dumping result to json 3089 1726773021.81031: done dumping result, returning 3089 1726773021.81034: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [02b512f9-4fcf-c2f4-80d8-000000000209] 3089 1726773021.81042: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000209 3089 1726773021.81196: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000209 skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_apply is changed", "skip_reason": "Conditional result was False" } 3089 1726773021.81263: no more pending results, returning what we have 3089 1726773021.81267: results queue empty 3089 1726773021.81268: checking for any_errors_fatal 3089 1726773021.81276: done checking for any_errors_fatal 3089 1726773021.81277: checking for max_fail_percentage 3089 1726773021.81278: done checking for max_fail_percentage 3089 1726773021.81280: checking to see if all hosts have failed and the running result is not ok 3089 1726773021.81281: done checking to see if all hosts have failed 3089 1726773021.81281: getting the remaining hosts for this loop 3089 1726773021.81283: done getting the remaining hosts for this loop 3089 1726773021.81288: getting the next task for host managed_node3 3089 1726773021.81297: done getting next task for host managed_node3 3089 1726773021.81301: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 3089 1726773021.81306: ^ 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 3089 1726773021.81322: getting variables 3089 1726773021.81324: in VariableManager get_vars() 3089 1726773021.81387: Calling all_inventory to load vars for managed_node3 3089 1726773021.81390: Calling groups_inventory to load vars for managed_node3 3089 1726773021.81395: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773021.81400: WORKER PROCESS EXITING 3089 1726773021.81410: Calling all_plugins_play to load vars for managed_node3 3089 1726773021.81413: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773021.81416: Calling groups_plugins_play to load vars for managed_node3 3089 1726773021.81476: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773021.81520: done with get_vars() 3089 1726773021.81528: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 15:10:21 -0400 (0:00:00.033) 0:01:04.605 **** 3089 1726773021.81610: entering _queue_task() for managed_node3/include_tasks 3089 1726773021.81832: worker is 1 (out of 1 available) 3089 1726773021.81847: exiting _queue_task() for managed_node3/include_tasks 3089 1726773021.81862: done queuing things up, now waiting for results queue to drain 3089 1726773021.81863: waiting for pending results... 3089 1726773021.82082: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 3089 1726773021.82206: in run() - task 02b512f9-4fcf-c2f4-80d8-00000000020a 3089 1726773021.82228: variable 'ansible_search_path' from source: unknown 3089 1726773021.82238: variable 'ansible_search_path' from source: unknown 3089 1726773021.82283: calling self._execute() 3089 1726773021.82369: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773021.82383: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773021.82399: variable 'omit' from source: magic vars 3089 1726773021.82910: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773021.83242: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773021.83333: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773021.83404: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773021.83600: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773021.83734: variable '__kernel_settings_register_apply' from source: set_fact 3089 1726773021.83841: Evaluated conditional (__kernel_settings_register_apply is changed): False 3089 1726773021.83844: when evaluation is False, skipping this task 3089 1726773021.83847: _execute() done 3089 1726773021.83849: dumping result to json 3089 1726773021.83851: done dumping result, returning 3089 1726773021.83854: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [02b512f9-4fcf-c2f4-80d8-00000000020a] 3089 1726773021.83856: sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000020a skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_apply is changed", "skip_reason": "Conditional result was False" } 3089 1726773021.84016: no more pending results, returning what we have 3089 1726773021.84020: results queue empty 3089 1726773021.84020: checking for any_errors_fatal 3089 1726773021.84027: done checking for any_errors_fatal 3089 1726773021.84028: checking for max_fail_percentage 3089 1726773021.84029: done checking for max_fail_percentage 3089 1726773021.84030: checking to see if all hosts have failed and the running result is not ok 3089 1726773021.84031: done checking to see if all hosts have failed 3089 1726773021.84032: getting the remaining hosts for this loop 3089 1726773021.84033: done getting the remaining hosts for this loop 3089 1726773021.84040: getting the next task for host managed_node3 3089 1726773021.84047: done getting next task for host managed_node3 3089 1726773021.84050: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 3089 1726773021.84055: ^ 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 3089 1726773021.84068: done sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000020a 3089 1726773021.84070: WORKER PROCESS EXITING 3089 1726773021.84081: getting variables 3089 1726773021.84082: in VariableManager get_vars() 3089 1726773021.84129: Calling all_inventory to load vars for managed_node3 3089 1726773021.84132: Calling groups_inventory to load vars for managed_node3 3089 1726773021.84134: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773021.84146: Calling all_plugins_play to load vars for managed_node3 3089 1726773021.84149: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773021.84152: Calling groups_plugins_play to load vars for managed_node3 3089 1726773021.84220: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773021.84261: done with get_vars() 3089 1726773021.84269: done getting variables 3089 1726773021.84355: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 15:10:21 -0400 (0:00:00.027) 0:01:04.633 **** 3089 1726773021.84388: entering _queue_task() for managed_node3/set_fact 3089 1726773021.84679: worker is 1 (out of 1 available) 3089 1726773021.84693: exiting _queue_task() for managed_node3/set_fact 3089 1726773021.84710: done queuing things up, now waiting for results queue to drain 3089 1726773021.84711: waiting for pending results... 3089 1726773021.85154: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 3089 1726773021.85162: in run() - task 02b512f9-4fcf-c2f4-80d8-00000000020b 3089 1726773021.85185: variable 'ansible_search_path' from source: unknown 3089 1726773021.85197: variable 'ansible_search_path' from source: unknown 3089 1726773021.85244: calling self._execute() 3089 1726773021.85381: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773021.85389: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773021.85411: variable 'omit' from source: magic vars 3089 1726773021.85616: variable 'omit' from source: magic vars 3089 1726773021.85619: variable 'omit' from source: magic vars 3089 1726773021.85648: variable 'omit' from source: magic vars 3089 1726773021.85701: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773021.85748: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773021.85775: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773021.85802: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773021.85822: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773021.85863: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773021.85872: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773021.85880: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773021.85997: Set connection var ansible_shell_executable to /bin/sh 3089 1726773021.86007: Set connection var ansible_shell_type to sh 3089 1726773021.86019: Set connection var ansible_timeout to 10 3089 1726773021.86032: Set connection var ansible_pipelining to False 3089 1726773021.86047: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773021.86055: Set connection var ansible_connection to ssh 3089 1726773021.86087: variable 'ansible_shell_executable' from source: unknown 3089 1726773021.86240: variable 'ansible_connection' from source: unknown 3089 1726773021.86243: variable 'ansible_module_compression' from source: unknown 3089 1726773021.86246: variable 'ansible_shell_type' from source: unknown 3089 1726773021.86248: variable 'ansible_shell_executable' from source: unknown 3089 1726773021.86251: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773021.86253: variable 'ansible_pipelining' from source: unknown 3089 1726773021.86255: variable 'ansible_timeout' from source: unknown 3089 1726773021.86258: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773021.86309: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773021.86329: variable 'omit' from source: magic vars 3089 1726773021.86343: starting attempt loop 3089 1726773021.86352: running the handler 3089 1726773021.86369: handler run complete 3089 1726773021.86384: attempt loop complete, returning result 3089 1726773021.86394: _execute() done 3089 1726773021.86402: dumping result to json 3089 1726773021.86409: done dumping result, returning 3089 1726773021.86423: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [02b512f9-4fcf-c2f4-80d8-00000000020b] 3089 1726773021.86436: sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000020b ok: [managed_node3] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 3089 1726773021.86618: no more pending results, returning what we have 3089 1726773021.86622: results queue empty 3089 1726773021.86623: checking for any_errors_fatal 3089 1726773021.86629: done checking for any_errors_fatal 3089 1726773021.86630: checking for max_fail_percentage 3089 1726773021.86631: done checking for max_fail_percentage 3089 1726773021.86632: checking to see if all hosts have failed and the running result is not ok 3089 1726773021.86633: done checking to see if all hosts have failed 3089 1726773021.86639: getting the remaining hosts for this loop 3089 1726773021.86641: done getting the remaining hosts for this loop 3089 1726773021.86645: getting the next task for host managed_node3 3089 1726773021.86651: done getting next task for host managed_node3 3089 1726773021.86654: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 3089 1726773021.86659: ^ 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 3089 1726773021.86669: getting variables 3089 1726773021.86671: in VariableManager get_vars() 3089 1726773021.86711: Calling all_inventory to load vars for managed_node3 3089 1726773021.86715: Calling groups_inventory to load vars for managed_node3 3089 1726773021.86717: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773021.86727: Calling all_plugins_play to load vars for managed_node3 3089 1726773021.86730: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773021.86733: Calling groups_plugins_play to load vars for managed_node3 3089 1726773021.86800: done sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000020b 3089 1726773021.86803: WORKER PROCESS EXITING 3089 1726773021.86855: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773021.86910: done with get_vars() 3089 1726773021.86919: done getting variables 3089 1726773021.86985: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 15:10:21 -0400 (0:00:00.026) 0:01:04.659 **** 3089 1726773021.87022: entering _queue_task() for managed_node3/set_fact 3089 1726773021.87307: worker is 1 (out of 1 available) 3089 1726773021.87321: exiting _queue_task() for managed_node3/set_fact 3089 1726773021.87339: done queuing things up, now waiting for results queue to drain 3089 1726773021.87341: waiting for pending results... 3089 1726773021.87580: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 3089 1726773021.87715: in run() - task 02b512f9-4fcf-c2f4-80d8-00000000020c 3089 1726773021.87750: variable 'ansible_search_path' from source: unknown 3089 1726773021.87759: variable 'ansible_search_path' from source: unknown 3089 1726773021.87805: calling self._execute() 3089 1726773021.87897: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773021.87909: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773021.87925: variable 'omit' from source: magic vars 3089 1726773021.88052: variable 'omit' from source: magic vars 3089 1726773021.88115: variable 'omit' from source: magic vars 3089 1726773021.88572: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 3089 1726773021.89042: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 3089 1726773021.89046: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 3089 1726773021.89048: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 3089 1726773021.89079: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 3089 1726773021.89247: variable '__kernel_settings_register_profile' from source: set_fact 3089 1726773021.89276: variable '__kernel_settings_register_mode' from source: set_fact 3089 1726773021.89290: variable '__kernel_settings_register_apply' from source: set_fact 3089 1726773021.89357: variable 'omit' from source: magic vars 3089 1726773021.89403: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773021.89449: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773021.89480: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773021.89518: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773021.89528: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773021.89600: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773021.89603: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773021.89608: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773021.89674: Set connection var ansible_shell_executable to /bin/sh 3089 1726773021.89677: Set connection var ansible_shell_type to sh 3089 1726773021.89681: Set connection var ansible_timeout to 10 3089 1726773021.89690: Set connection var ansible_pipelining to False 3089 1726773021.89698: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773021.89701: Set connection var ansible_connection to ssh 3089 1726773021.89817: variable 'ansible_shell_executable' from source: unknown 3089 1726773021.89820: variable 'ansible_connection' from source: unknown 3089 1726773021.89822: variable 'ansible_module_compression' from source: unknown 3089 1726773021.89824: variable 'ansible_shell_type' from source: unknown 3089 1726773021.89826: variable 'ansible_shell_executable' from source: unknown 3089 1726773021.89828: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773021.89830: variable 'ansible_pipelining' from source: unknown 3089 1726773021.89832: variable 'ansible_timeout' from source: unknown 3089 1726773021.89834: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773021.89930: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773021.89948: variable 'omit' from source: magic vars 3089 1726773021.89958: starting attempt loop 3089 1726773021.89966: running the handler 3089 1726773021.89980: handler run complete 3089 1726773021.89993: attempt loop complete, returning result 3089 1726773021.90000: _execute() done 3089 1726773021.90007: dumping result to json 3089 1726773021.90015: done dumping result, returning 3089 1726773021.90146: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [02b512f9-4fcf-c2f4-80d8-00000000020c] 3089 1726773021.90149: sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000020c 3089 1726773021.90221: done sending task result for task 02b512f9-4fcf-c2f4-80d8-00000000020c 3089 1726773021.90226: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_changed": false }, "changed": false } 3089 1726773021.90298: no more pending results, returning what we have 3089 1726773021.90303: results queue empty 3089 1726773021.90304: checking for any_errors_fatal 3089 1726773021.90309: done checking for any_errors_fatal 3089 1726773021.90310: checking for max_fail_percentage 3089 1726773021.90312: done checking for max_fail_percentage 3089 1726773021.90312: checking to see if all hosts have failed and the running result is not ok 3089 1726773021.90313: done checking to see if all hosts have failed 3089 1726773021.90315: getting the remaining hosts for this loop 3089 1726773021.90317: done getting the remaining hosts for this loop 3089 1726773021.90321: getting the next task for host managed_node3 3089 1726773021.90330: done getting next task for host managed_node3 3089 1726773021.90332: ^ task is: TASK: meta (role_complete) 3089 1726773021.90340: ^ 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 3089 1726773021.90351: getting variables 3089 1726773021.90353: in VariableManager get_vars() 3089 1726773021.90389: Calling all_inventory to load vars for managed_node3 3089 1726773021.90394: Calling groups_inventory to load vars for managed_node3 3089 1726773021.90396: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773021.90405: Calling all_plugins_play to load vars for managed_node3 3089 1726773021.90407: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773021.90410: Calling groups_plugins_play to load vars for managed_node3 3089 1726773021.90511: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773021.90565: done with get_vars() 3089 1726773021.90581: done getting variables 3089 1726773021.90667: done queuing things up, now waiting for results queue to drain 3089 1726773021.90675: results queue empty 3089 1726773021.90676: checking for any_errors_fatal 3089 1726773021.90678: done checking for any_errors_fatal 3089 1726773021.90679: checking for max_fail_percentage 3089 1726773021.90680: done checking for max_fail_percentage 3089 1726773021.90681: checking to see if all hosts have failed and the running result is not ok 3089 1726773021.90689: done checking to see if all hosts have failed 3089 1726773021.90690: getting the remaining hosts for this loop 3089 1726773021.90691: done getting the remaining hosts for this loop 3089 1726773021.90693: getting the next task for host managed_node3 3089 1726773021.90698: done getting next task for host managed_node3 3089 1726773021.90700: ^ task is: TASK: Verify no settings 3089 1726773021.90703: ^ 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 3089 1726773021.90705: getting variables 3089 1726773021.90707: in VariableManager get_vars() 3089 1726773021.90721: Calling all_inventory to load vars for managed_node3 3089 1726773021.90723: Calling groups_inventory to load vars for managed_node3 3089 1726773021.90725: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773021.90731: Calling all_plugins_play to load vars for managed_node3 3089 1726773021.90733: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773021.90739: Calling groups_plugins_play to load vars for managed_node3 3089 1726773021.90775: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773021.90814: done with get_vars() 3089 1726773021.90820: done getting variables 3089 1726773021.90868: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify no settings] ****************************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:20 Thursday 19 September 2024 15:10:21 -0400 (0:00:00.038) 0:01:04.698 **** 3089 1726773021.90898: entering _queue_task() for managed_node3/shell 3089 1726773021.91198: worker is 1 (out of 1 available) 3089 1726773021.91212: exiting _queue_task() for managed_node3/shell 3089 1726773021.91225: done queuing things up, now waiting for results queue to drain 3089 1726773021.91232: waiting for pending results... 3089 1726773021.91410: running TaskExecutor() for managed_node3/TASK: Verify no settings 3089 1726773021.91483: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000154 3089 1726773021.91495: variable 'ansible_search_path' from source: unknown 3089 1726773021.91500: variable 'ansible_search_path' from source: unknown 3089 1726773021.91533: calling self._execute() 3089 1726773021.91703: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773021.91708: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773021.91716: variable 'omit' from source: magic vars 3089 1726773021.91811: variable 'omit' from source: magic vars 3089 1726773021.91841: variable 'omit' from source: magic vars 3089 1726773021.92106: variable '__kernel_settings_profile_filename' from source: role '' exported vars 3089 1726773021.92173: variable '__kernel_settings_profile_dir' from source: role '' exported vars 3089 1726773021.92243: variable '__kernel_settings_profile_parent' from source: set_fact 3089 1726773021.92247: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 3089 1726773021.92284: variable 'omit' from source: magic vars 3089 1726773021.92320: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773021.92355: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773021.92372: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773021.92386: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773021.92539: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773021.92542: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773021.92544: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773021.92545: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773021.92546: Set connection var ansible_shell_executable to /bin/sh 3089 1726773021.92548: Set connection var ansible_shell_type to sh 3089 1726773021.92549: Set connection var ansible_timeout to 10 3089 1726773021.92551: Set connection var ansible_pipelining to False 3089 1726773021.92554: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773021.92556: Set connection var ansible_connection to ssh 3089 1726773021.92558: variable 'ansible_shell_executable' from source: unknown 3089 1726773021.92561: variable 'ansible_connection' from source: unknown 3089 1726773021.92563: variable 'ansible_module_compression' from source: unknown 3089 1726773021.92568: variable 'ansible_shell_type' from source: unknown 3089 1726773021.92571: variable 'ansible_shell_executable' from source: unknown 3089 1726773021.92573: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773021.92575: variable 'ansible_pipelining' from source: unknown 3089 1726773021.92578: variable 'ansible_timeout' from source: unknown 3089 1726773021.92580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773021.92694: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773021.92698: variable 'omit' from source: magic vars 3089 1726773021.92739: starting attempt loop 3089 1726773021.92741: running the handler 3089 1726773021.92743: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773021.92745: _low_level_execute_command(): starting 3089 1726773021.92746: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773021.93472: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773021.93487: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773021.93502: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773021.93523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773021.93624: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773021.93660: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773021.93744: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773021.95503: stdout chunk (state=3): >>>/root <<< 3089 1726773021.95673: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773021.95686: stdout chunk (state=3): >>><<< 3089 1726773021.95695: stderr chunk (state=3): >>><<< 3089 1726773021.95713: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773021.95726: _low_level_execute_command(): starting 3089 1726773021.95732: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773021.9571378-4573-246001570956271 `" && echo ansible-tmp-1726773021.9571378-4573-246001570956271="` echo /root/.ansible/tmp/ansible-tmp-1726773021.9571378-4573-246001570956271 `" ) && sleep 0' 3089 1726773021.96246: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773021.96259: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773021.96262: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773021.96265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773021.96299: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773021.96302: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773021.96318: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773021.96365: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773021.98349: stdout chunk (state=3): >>>ansible-tmp-1726773021.9571378-4573-246001570956271=/root/.ansible/tmp/ansible-tmp-1726773021.9571378-4573-246001570956271 <<< 3089 1726773021.98455: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773021.98520: stderr chunk (state=3): >>><<< 3089 1726773021.98524: stdout chunk (state=3): >>><<< 3089 1726773021.98543: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773021.9571378-4573-246001570956271=/root/.ansible/tmp/ansible-tmp-1726773021.9571378-4573-246001570956271 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773021.98571: variable 'ansible_module_compression' from source: unknown 3089 1726773021.98618: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 3089 1726773021.98650: variable 'ansible_facts' from source: unknown 3089 1726773021.98710: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773021.9571378-4573-246001570956271/AnsiballZ_command.py 3089 1726773021.98825: Sending initial data 3089 1726773021.98829: Sent initial data (154 bytes) 3089 1726773021.99331: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773021.99337: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773021.99340: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773021.99342: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773021.99344: 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.46.99 originally 10.31.46.99 <<< 3089 1726773021.99347: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773021.99397: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773021.99400: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773021.99451: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773022.01051: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773022.01089: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773022.01129: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpiuy6uzq2 /root/.ansible/tmp/ansible-tmp-1726773021.9571378-4573-246001570956271/AnsiballZ_command.py <<< 3089 1726773022.01131: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773021.9571378-4573-246001570956271/AnsiballZ_command.py" <<< 3089 1726773022.01166: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpiuy6uzq2" to remote "/root/.ansible/tmp/ansible-tmp-1726773021.9571378-4573-246001570956271/AnsiballZ_command.py" <<< 3089 1726773022.01171: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773021.9571378-4573-246001570956271/AnsiballZ_command.py" <<< 3089 1726773022.01773: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773022.01784: stderr chunk (state=3): >>><<< 3089 1726773022.01788: stdout chunk (state=3): >>><<< 3089 1726773022.01808: done transferring module to remote 3089 1726773022.01818: _low_level_execute_command(): starting 3089 1726773022.01823: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773021.9571378-4573-246001570956271/ /root/.ansible/tmp/ansible-tmp-1726773021.9571378-4573-246001570956271/AnsiballZ_command.py && sleep 0' 3089 1726773022.02321: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773022.02324: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773022.02331: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773022.02333: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773022.02338: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773022.02390: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773022.02394: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773022.02451: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773022.04264: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773022.04327: stderr chunk (state=3): >>><<< 3089 1726773022.04331: stdout chunk (state=3): >>><<< 3089 1726773022.04347: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773022.04351: _low_level_execute_command(): starting 3089 1726773022.04356: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773021.9571378-4573-246001570956271/AnsiballZ_command.py && sleep 0' 3089 1726773022.04842: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773022.04859: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773022.04864: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773022.04924: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773022.04928: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773022.04932: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773022.04980: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773022.22489: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "start": "2024-09-19 15:10:22.214475", "end": "2024-09-19 15:10:22.223137", "delta": "0:00:00.008662", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 3089 1726773022.24161: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773022.24165: stderr chunk (state=3): >>><<< 3089 1726773022.24168: stdout chunk (state=3): >>><<< 3089 1726773022.24184: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "start": "2024-09-19 15:10:22.214475", "end": "2024-09-19 15:10:22.223137", "delta": "0:00:00.008662", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773022.24222: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\["$section"\\\\] "$conf"; then\n echo ERROR: "$section" settings present\n rc=1\n fi\ndone\nexit "$rc"\n', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773021.9571378-4573-246001570956271/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773022.24237: _low_level_execute_command(): starting 3089 1726773022.24241: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773021.9571378-4573-246001570956271/ > /dev/null 2>&1 && sleep 0' 3089 1726773022.24733: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773022.24738: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773022.24741: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address <<< 3089 1726773022.24743: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773022.24746: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773022.24794: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773022.24797: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773022.24847: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773022.26805: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773022.26809: stdout chunk (state=3): >>><<< 3089 1726773022.26842: stderr chunk (state=3): >>><<< 3089 1726773022.26845: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773022.26848: handler run complete 3089 1726773022.27040: Evaluated conditional (False): False 3089 1726773022.27044: attempt loop complete, returning result 3089 1726773022.27046: _execute() done 3089 1726773022.27048: dumping result to json 3089 1726773022.27050: done dumping result, returning 3089 1726773022.27052: done running TaskExecutor() for managed_node3/TASK: Verify no settings [02b512f9-4fcf-c2f4-80d8-000000000154] 3089 1726773022.27053: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000154 3089 1726773022.27265: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000154 3089 1726773022.27269: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "delta": "0:00:00.008662", "end": "2024-09-19 15:10:22.223137", "rc": 0, "start": "2024-09-19 15:10:22.214475" } STDERR: + exec + rc=0 + conf=/etc/tuned/profiles/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[sysctl\]' /etc/tuned/profiles/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[sysfs\]' /etc/tuned/profiles/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[systemd\]' /etc/tuned/profiles/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[vm\]' /etc/tuned/profiles/kernel_settings/tuned.conf + exit 0 3089 1726773022.27338: no more pending results, returning what we have 3089 1726773022.27342: results queue empty 3089 1726773022.27343: checking for any_errors_fatal 3089 1726773022.27344: done checking for any_errors_fatal 3089 1726773022.27345: checking for max_fail_percentage 3089 1726773022.27347: done checking for max_fail_percentage 3089 1726773022.27348: checking to see if all hosts have failed and the running result is not ok 3089 1726773022.27349: done checking to see if all hosts have failed 3089 1726773022.27350: getting the remaining hosts for this loop 3089 1726773022.27351: done getting the remaining hosts for this loop 3089 1726773022.27355: getting the next task for host managed_node3 3089 1726773022.27362: done getting next task for host managed_node3 3089 1726773022.27364: ^ task is: TASK: Remove kernel_settings tuned profile 3089 1726773022.27368: ^ 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 3089 1726773022.27371: getting variables 3089 1726773022.27372: in VariableManager get_vars() 3089 1726773022.27403: Calling all_inventory to load vars for managed_node3 3089 1726773022.27406: Calling groups_inventory to load vars for managed_node3 3089 1726773022.27409: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773022.27420: Calling all_plugins_play to load vars for managed_node3 3089 1726773022.27423: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773022.27426: Calling groups_plugins_play to load vars for managed_node3 3089 1726773022.27488: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773022.27531: done with get_vars() 3089 1726773022.27543: done getting variables TASK [Remove kernel_settings tuned profile] ************************************ task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36 Thursday 19 September 2024 15:10:22 -0400 (0:00:00.367) 0:01:05.066 **** 3089 1726773022.27649: entering _queue_task() for managed_node3/file 3089 1726773022.27913: worker is 1 (out of 1 available) 3089 1726773022.27930: exiting _queue_task() for managed_node3/file 3089 1726773022.27946: done queuing things up, now waiting for results queue to drain 3089 1726773022.27948: waiting for pending results... 3089 1726773022.28353: running TaskExecutor() for managed_node3/TASK: Remove kernel_settings tuned profile 3089 1726773022.28358: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000155 3089 1726773022.28381: variable 'ansible_search_path' from source: unknown 3089 1726773022.28390: variable 'ansible_search_path' from source: unknown 3089 1726773022.28439: calling self._execute() 3089 1726773022.28525: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773022.28541: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773022.28557: variable 'omit' from source: magic vars 3089 1726773022.28672: variable 'omit' from source: magic vars 3089 1726773022.28717: variable 'omit' from source: magic vars 3089 1726773022.28750: variable '__kernel_settings_profile_dir' from source: role '' exported vars 3089 1726773022.29093: variable '__kernel_settings_profile_dir' from source: role '' exported vars 3089 1726773022.29215: variable '__kernel_settings_profile_parent' from source: set_fact 3089 1726773022.29240: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 3089 1726773022.29281: variable 'omit' from source: magic vars 3089 1726773022.29432: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773022.29436: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773022.29440: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773022.29442: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773022.29445: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773022.29475: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773022.29483: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773022.29491: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773022.29606: Set connection var ansible_shell_executable to /bin/sh 3089 1726773022.29615: Set connection var ansible_shell_type to sh 3089 1726773022.29627: Set connection var ansible_timeout to 10 3089 1726773022.29642: Set connection var ansible_pipelining to False 3089 1726773022.29660: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773022.29667: Set connection var ansible_connection to ssh 3089 1726773022.29698: variable 'ansible_shell_executable' from source: unknown 3089 1726773022.29706: variable 'ansible_connection' from source: unknown 3089 1726773022.29714: variable 'ansible_module_compression' from source: unknown 3089 1726773022.29721: variable 'ansible_shell_type' from source: unknown 3089 1726773022.29728: variable 'ansible_shell_executable' from source: unknown 3089 1726773022.29737: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773022.29746: variable 'ansible_pipelining' from source: unknown 3089 1726773022.29756: variable 'ansible_timeout' from source: unknown 3089 1726773022.29768: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773022.29995: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3089 1726773022.30040: variable 'omit' from source: magic vars 3089 1726773022.30046: starting attempt loop 3089 1726773022.30049: running the handler 3089 1726773022.30052: _low_level_execute_command(): starting 3089 1726773022.30058: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773022.30858: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773022.30877: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773022.30892: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773022.30978: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773022.31020: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773022.31041: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773022.31064: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773022.31146: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773022.32810: stdout chunk (state=3): >>>/root <<< 3089 1726773022.33021: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773022.33026: stdout chunk (state=3): >>><<< 3089 1726773022.33030: stderr chunk (state=3): >>><<< 3089 1726773022.33055: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773022.33076: _low_level_execute_command(): starting 3089 1726773022.33128: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773022.3306303-4598-264098411401409 `" && echo ansible-tmp-1726773022.3306303-4598-264098411401409="` echo /root/.ansible/tmp/ansible-tmp-1726773022.3306303-4598-264098411401409 `" ) && sleep 0' 3089 1726773022.33794: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773022.33918: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773022.33936: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773022.33999: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773022.34047: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773022.49505: stdout chunk (state=3): >>>ansible-tmp-1726773022.3306303-4598-264098411401409=/root/.ansible/tmp/ansible-tmp-1726773022.3306303-4598-264098411401409 <<< 3089 1726773022.49743: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773022.49782: stderr chunk (state=3): >>><<< 3089 1726773022.49852: stdout chunk (state=3): >>><<< 3089 1726773022.49907: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773022.3306303-4598-264098411401409=/root/.ansible/tmp/ansible-tmp-1726773022.3306303-4598-264098411401409 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773022.50042: variable 'ansible_module_compression' from source: unknown 3089 1726773022.50152: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 3089 1726773022.50259: variable 'ansible_facts' from source: unknown 3089 1726773022.50754: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773022.3306303-4598-264098411401409/AnsiballZ_file.py 3089 1726773022.50961: Sending initial data 3089 1726773022.50975: Sent initial data (151 bytes) 3089 1726773022.51244: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773022.51248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773022.51251: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773022.51254: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773022.51256: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773022.51259: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773022.51304: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773022.51316: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773022.51374: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773022.53096: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773022.53116: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773022.53168: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpxoqky0mx /root/.ansible/tmp/ansible-tmp-1726773022.3306303-4598-264098411401409/AnsiballZ_file.py <<< 3089 1726773022.53185: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773022.3306303-4598-264098411401409/AnsiballZ_file.py" <<< 3089 1726773022.53274: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpxoqky0mx" to remote "/root/.ansible/tmp/ansible-tmp-1726773022.3306303-4598-264098411401409/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773022.3306303-4598-264098411401409/AnsiballZ_file.py" <<< 3089 1726773022.54575: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773022.55156: stderr chunk (state=3): >>><<< 3089 1726773022.55160: stdout chunk (state=3): >>><<< 3089 1726773022.55162: done transferring module to remote 3089 1726773022.55164: _low_level_execute_command(): starting 3089 1726773022.55166: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773022.3306303-4598-264098411401409/ /root/.ansible/tmp/ansible-tmp-1726773022.3306303-4598-264098411401409/AnsiballZ_file.py && sleep 0' 3089 1726773022.56344: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773022.56548: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773022.56656: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773022.56726: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773022.58643: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773022.58862: stderr chunk (state=3): >>><<< 3089 1726773022.58867: stdout chunk (state=3): >>><<< 3089 1726773022.58870: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773022.58878: _low_level_execute_command(): starting 3089 1726773022.58880: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773022.3306303-4598-264098411401409/AnsiballZ_file.py && sleep 0' 3089 1726773022.60347: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773022.60352: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773022.60354: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773022.60357: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773022.60359: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773022.60361: stderr chunk (state=3): >>>debug2: match not found <<< 3089 1726773022.60364: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773022.60454: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773022.60531: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773022.60576: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773022.60670: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773022.78310: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "path_content": {"directories": [], "files": ["/etc/tuned/profiles/kernel_settings/tuned.conf"]}}, "after": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 3089 1726773022.80144: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773022.80148: stdout chunk (state=3): >>><<< 3089 1726773022.80151: stderr chunk (state=3): >>><<< 3089 1726773022.80159: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "path_content": {"directories": [], "files": ["/etc/tuned/profiles/kernel_settings/tuned.conf"]}}, "after": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773022.80214: done with _execute_module (file, {'path': '/etc/tuned/profiles/kernel_settings', 'state': 'absent', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726773022.3306303-4598-264098411401409/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773022.80222: _low_level_execute_command(): starting 3089 1726773022.80228: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773022.3306303-4598-264098411401409/ > /dev/null 2>&1 && sleep 0' 3089 1726773022.81556: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773022.81577: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773022.81587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773022.81611: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773022.81620: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773022.81627: stderr chunk (state=3): >>>debug2: match not found <<< 3089 1726773022.81638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773022.81653: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 3089 1726773022.81661: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address <<< 3089 1726773022.81668: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 3089 1726773022.81676: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773022.81685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773022.81719: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773022.81726: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773022.81780: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773022.81917: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773022.82042: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773022.84544: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773022.84549: stdout chunk (state=3): >>><<< 3089 1726773022.84551: stderr chunk (state=3): >>><<< 3089 1726773022.84554: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773022.84556: handler run complete 3089 1726773022.84558: attempt loop complete, returning result 3089 1726773022.84560: _execute() done 3089 1726773022.84562: dumping result to json 3089 1726773022.84564: done dumping result, returning 3089 1726773022.84566: done running TaskExecutor() for managed_node3/TASK: Remove kernel_settings tuned profile [02b512f9-4fcf-c2f4-80d8-000000000155] 3089 1726773022.84568: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000155 changed: [managed_node3] => { "changed": true, "path": "/etc/tuned/profiles/kernel_settings", "state": "absent" } 3089 1726773022.84742: no more pending results, returning what we have 3089 1726773022.84749: results queue empty 3089 1726773022.84750: checking for any_errors_fatal 3089 1726773022.84770: done checking for any_errors_fatal 3089 1726773022.84771: checking for max_fail_percentage 3089 1726773022.84773: done checking for max_fail_percentage 3089 1726773022.84774: checking to see if all hosts have failed and the running result is not ok 3089 1726773022.84775: done checking to see if all hosts have failed 3089 1726773022.84776: getting the remaining hosts for this loop 3089 1726773022.84777: done getting the remaining hosts for this loop 3089 1726773022.84782: getting the next task for host managed_node3 3089 1726773022.84789: done getting next task for host managed_node3 3089 1726773022.84791: ^ task is: TASK: Get active_profile 3089 1726773022.84794: ^ 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 3089 1726773022.84798: getting variables 3089 1726773022.84799: in VariableManager get_vars() 3089 1726773022.84944: Calling all_inventory to load vars for managed_node3 3089 1726773022.84948: Calling groups_inventory to load vars for managed_node3 3089 1726773022.84951: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773022.84964: Calling all_plugins_play to load vars for managed_node3 3089 1726773022.84967: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773022.84970: Calling groups_plugins_play to load vars for managed_node3 3089 1726773022.85023: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773022.85064: done with get_vars() 3089 1726773022.85074: done getting variables 3089 1726773022.85263: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000155 3089 1726773022.85267: WORKER PROCESS EXITING TASK [Get active_profile] ****************************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:41 Thursday 19 September 2024 15:10:22 -0400 (0:00:00.576) 0:01:05.642 **** 3089 1726773022.85301: entering _queue_task() for managed_node3/slurp 3089 1726773022.85789: worker is 1 (out of 1 available) 3089 1726773022.85804: exiting _queue_task() for managed_node3/slurp 3089 1726773022.85817: done queuing things up, now waiting for results queue to drain 3089 1726773022.85819: waiting for pending results... 3089 1726773022.86340: running TaskExecutor() for managed_node3/TASK: Get active_profile 3089 1726773022.86623: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000156 3089 1726773022.86650: variable 'ansible_search_path' from source: unknown 3089 1726773022.86658: variable 'ansible_search_path' from source: unknown 3089 1726773022.86723: calling self._execute() 3089 1726773022.86813: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773022.86826: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773022.86843: variable 'omit' from source: magic vars 3089 1726773022.86968: variable 'omit' from source: magic vars 3089 1726773022.87021: variable 'omit' from source: magic vars 3089 1726773022.87066: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 3089 1726773022.87472: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 3089 1726773022.87543: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 3089 1726773022.87601: variable 'omit' from source: magic vars 3089 1726773022.87652: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773022.87706: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773022.87732: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773022.87801: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773022.87805: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773022.87821: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773022.87829: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773022.87839: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773022.87965: Set connection var ansible_shell_executable to /bin/sh 3089 1726773022.87974: Set connection var ansible_shell_type to sh 3089 1726773022.87986: Set connection var ansible_timeout to 10 3089 1726773022.88017: Set connection var ansible_pipelining to False 3089 1726773022.88022: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773022.88030: Set connection var ansible_connection to ssh 3089 1726773022.88127: variable 'ansible_shell_executable' from source: unknown 3089 1726773022.88137: variable 'ansible_connection' from source: unknown 3089 1726773022.88140: variable 'ansible_module_compression' from source: unknown 3089 1726773022.88142: variable 'ansible_shell_type' from source: unknown 3089 1726773022.88144: variable 'ansible_shell_executable' from source: unknown 3089 1726773022.88147: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773022.88149: variable 'ansible_pipelining' from source: unknown 3089 1726773022.88151: variable 'ansible_timeout' from source: unknown 3089 1726773022.88153: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773022.88377: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 3089 1726773022.88630: variable 'omit' from source: magic vars 3089 1726773022.88634: starting attempt loop 3089 1726773022.88640: running the handler 3089 1726773022.88642: _low_level_execute_command(): starting 3089 1726773022.88644: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773022.89554: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773022.89572: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773022.89671: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773022.89700: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773022.89724: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773022.89752: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773022.89887: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773022.91581: stdout chunk (state=3): >>>/root <<< 3089 1726773022.91683: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773022.91795: stderr chunk (state=3): >>><<< 3089 1726773022.91818: stdout chunk (state=3): >>><<< 3089 1726773022.91947: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773022.91950: _low_level_execute_command(): starting 3089 1726773022.91954: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773022.9184783-4625-270200962959208 `" && echo ansible-tmp-1726773022.9184783-4625-270200962959208="` echo /root/.ansible/tmp/ansible-tmp-1726773022.9184783-4625-270200962959208 `" ) && sleep 0' 3089 1726773022.92745: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773022.92799: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773022.92818: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773022.92848: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773022.92924: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773022.94927: stdout chunk (state=3): >>>ansible-tmp-1726773022.9184783-4625-270200962959208=/root/.ansible/tmp/ansible-tmp-1726773022.9184783-4625-270200962959208 <<< 3089 1726773022.95151: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773022.95155: stdout chunk (state=3): >>><<< 3089 1726773022.95157: stderr chunk (state=3): >>><<< 3089 1726773022.95176: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773022.9184783-4625-270200962959208=/root/.ansible/tmp/ansible-tmp-1726773022.9184783-4625-270200962959208 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773022.95245: variable 'ansible_module_compression' from source: unknown 3089 1726773022.95297: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 3089 1726773022.95365: variable 'ansible_facts' from source: unknown 3089 1726773022.95449: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773022.9184783-4625-270200962959208/AnsiballZ_slurp.py 3089 1726773022.95818: Sending initial data 3089 1726773022.95822: Sent initial data (152 bytes) 3089 1726773022.96559: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773022.96598: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773022.96614: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773022.96648: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773022.96722: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773022.98359: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773022.98414: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773022.98447: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpcjrfkmt6 /root/.ansible/tmp/ansible-tmp-1726773022.9184783-4625-270200962959208/AnsiballZ_slurp.py <<< 3089 1726773022.98451: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773022.9184783-4625-270200962959208/AnsiballZ_slurp.py" <<< 3089 1726773022.98500: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpcjrfkmt6" to remote "/root/.ansible/tmp/ansible-tmp-1726773022.9184783-4625-270200962959208/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773022.9184783-4625-270200962959208/AnsiballZ_slurp.py" <<< 3089 1726773022.99322: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773022.99452: stderr chunk (state=3): >>><<< 3089 1726773022.99456: stdout chunk (state=3): >>><<< 3089 1726773022.99458: done transferring module to remote 3089 1726773022.99461: _low_level_execute_command(): starting 3089 1726773022.99464: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773022.9184783-4625-270200962959208/ /root/.ansible/tmp/ansible-tmp-1726773022.9184783-4625-270200962959208/AnsiballZ_slurp.py && sleep 0' 3089 1726773023.00172: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773023.00189: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773023.00255: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.00324: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773023.00365: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773023.00383: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773023.00462: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773023.02403: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773023.02408: stdout chunk (state=3): >>><<< 3089 1726773023.02415: stderr chunk (state=3): >>><<< 3089 1726773023.02543: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773023.02546: _low_level_execute_command(): starting 3089 1726773023.02549: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773022.9184783-4625-270200962959208/AnsiballZ_slurp.py && sleep 0' 3089 1726773023.03031: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773023.03049: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773023.03060: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.03103: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773023.03126: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773023.03171: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773023.19513: 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"}}} <<< 3089 1726773023.20899: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773023.20962: stderr chunk (state=3): >>><<< 3089 1726773023.20966: stdout chunk (state=3): >>><<< 3089 1726773023.20982: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773023.21008: 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-1726773022.9184783-4625-270200962959208/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773023.21020: _low_level_execute_command(): starting 3089 1726773023.21024: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773022.9184783-4625-270200962959208/ > /dev/null 2>&1 && sleep 0' 3089 1726773023.21575: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773023.21579: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.21582: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address <<< 3089 1726773023.21584: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773023.21585: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.21587: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773023.21588: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773023.21614: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773023.21666: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773023.23657: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773023.23717: stderr chunk (state=3): >>><<< 3089 1726773023.23721: stdout chunk (state=3): >>><<< 3089 1726773023.23737: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773023.23745: handler run complete 3089 1726773023.23758: attempt loop complete, returning result 3089 1726773023.23761: _execute() done 3089 1726773023.23764: dumping result to json 3089 1726773023.23766: done dumping result, returning 3089 1726773023.23775: done running TaskExecutor() for managed_node3/TASK: Get active_profile [02b512f9-4fcf-c2f4-80d8-000000000156] 3089 1726773023.23781: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000156 ok: [managed_node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 3089 1726773023.23949: no more pending results, returning what we have 3089 1726773023.23953: results queue empty 3089 1726773023.23954: checking for any_errors_fatal 3089 1726773023.23963: done checking for any_errors_fatal 3089 1726773023.23964: checking for max_fail_percentage 3089 1726773023.23966: done checking for max_fail_percentage 3089 1726773023.23967: checking to see if all hosts have failed and the running result is not ok 3089 1726773023.23968: done checking to see if all hosts have failed 3089 1726773023.23968: getting the remaining hosts for this loop 3089 1726773023.23970: done getting the remaining hosts for this loop 3089 1726773023.23974: getting the next task for host managed_node3 3089 1726773023.23980: done getting next task for host managed_node3 3089 1726773023.23982: ^ task is: TASK: Ensure kernel_settings is not in active_profile 3089 1726773023.23986: ^ 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 3089 1726773023.23990: getting variables 3089 1726773023.23991: in VariableManager get_vars() 3089 1726773023.24027: Calling all_inventory to load vars for managed_node3 3089 1726773023.24029: Calling groups_inventory to load vars for managed_node3 3089 1726773023.24031: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773023.24044: Calling all_plugins_play to load vars for managed_node3 3089 1726773023.24046: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773023.24049: Calling groups_plugins_play to load vars for managed_node3 3089 1726773023.24096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773023.24124: done with get_vars() 3089 1726773023.24131: done getting variables 3089 1726773023.24167: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000156 3089 1726773023.24170: WORKER PROCESS EXITING 3089 1726773023.24197: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure kernel_settings is not in active_profile] ************************* task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 Thursday 19 September 2024 15:10:23 -0400 (0:00:00.389) 0:01:06.031 **** 3089 1726773023.24221: entering _queue_task() for managed_node3/copy 3089 1726773023.24439: worker is 1 (out of 1 available) 3089 1726773023.24453: exiting _queue_task() for managed_node3/copy 3089 1726773023.24466: done queuing things up, now waiting for results queue to drain 3089 1726773023.24468: waiting for pending results... 3089 1726773023.24651: running TaskExecutor() for managed_node3/TASK: Ensure kernel_settings is not in active_profile 3089 1726773023.24719: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000157 3089 1726773023.24731: variable 'ansible_search_path' from source: unknown 3089 1726773023.24736: variable 'ansible_search_path' from source: unknown 3089 1726773023.24774: calling self._execute() 3089 1726773023.24830: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773023.24839: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773023.24847: variable 'omit' from source: magic vars 3089 1726773023.24931: variable 'omit' from source: magic vars 3089 1726773023.24964: variable 'omit' from source: magic vars 3089 1726773023.24990: variable '__active_profile' from source: task vars 3089 1726773023.25239: variable '__active_profile' from source: task vars 3089 1726773023.25388: variable '__cur_profile' from source: task vars 3089 1726773023.25508: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 3089 1726773023.27101: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 3089 1726773023.27151: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 3089 1726773023.27183: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 3089 1726773023.27212: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 3089 1726773023.27232: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 3089 1726773023.27303: 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) 3089 1726773023.27325: 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) 3089 1726773023.27346: 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) 3089 1726773023.27375: 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) 3089 1726773023.27387: 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) 3089 1726773023.27474: variable '__kernel_settings_tuned_current_profile' from source: set_fact 3089 1726773023.27537: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 3089 1726773023.27590: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 3089 1726773023.27648: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 3089 1726773023.27669: variable 'omit' from source: magic vars 3089 1726773023.27695: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773023.27717: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773023.27741: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773023.27756: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773023.27764: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773023.27789: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773023.27795: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773023.27798: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773023.27874: Set connection var ansible_shell_executable to /bin/sh 3089 1726773023.27877: Set connection var ansible_shell_type to sh 3089 1726773023.27882: Set connection var ansible_timeout to 10 3089 1726773023.27890: Set connection var ansible_pipelining to False 3089 1726773023.27897: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773023.27900: Set connection var ansible_connection to ssh 3089 1726773023.27923: variable 'ansible_shell_executable' from source: unknown 3089 1726773023.27927: variable 'ansible_connection' from source: unknown 3089 1726773023.27930: variable 'ansible_module_compression' from source: unknown 3089 1726773023.27933: variable 'ansible_shell_type' from source: unknown 3089 1726773023.27935: variable 'ansible_shell_executable' from source: unknown 3089 1726773023.27945: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773023.27950: variable 'ansible_pipelining' from source: unknown 3089 1726773023.27953: variable 'ansible_timeout' from source: unknown 3089 1726773023.27955: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773023.28027: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773023.28037: variable 'omit' from source: magic vars 3089 1726773023.28042: starting attempt loop 3089 1726773023.28052: running the handler 3089 1726773023.28056: _low_level_execute_command(): starting 3089 1726773023.28063: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773023.28610: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773023.28614: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.28617: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773023.28620: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.28674: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773023.28678: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773023.28680: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773023.28732: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773023.30432: stdout chunk (state=3): >>>/root <<< 3089 1726773023.30557: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773023.30604: stderr chunk (state=3): >>><<< 3089 1726773023.30607: stdout chunk (state=3): >>><<< 3089 1726773023.30628: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773023.30641: _low_level_execute_command(): starting 3089 1726773023.30647: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810 `" && echo ansible-tmp-1726773023.3062873-4645-34161254819810="` echo /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810 `" ) && sleep 0' 3089 1726773023.31161: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773023.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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.31169: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773023.31172: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773023.31174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.31227: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773023.31230: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773023.31239: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773023.31273: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773023.33239: stdout chunk (state=3): >>>ansible-tmp-1726773023.3062873-4645-34161254819810=/root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810 <<< 3089 1726773023.33353: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773023.33416: stderr chunk (state=3): >>><<< 3089 1726773023.33419: stdout chunk (state=3): >>><<< 3089 1726773023.33440: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773023.3062873-4645-34161254819810=/root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773023.33518: variable 'ansible_module_compression' from source: unknown 3089 1726773023.33560: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3089 1726773023.33590: variable 'ansible_facts' from source: unknown 3089 1726773023.33658: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/AnsiballZ_stat.py 3089 1726773023.33760: Sending initial data 3089 1726773023.33763: Sent initial data (150 bytes) 3089 1726773023.34271: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773023.34275: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773023.34277: 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.46.99 is address <<< 3089 1726773023.34280: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773023.34282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.34329: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773023.34354: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773023.34385: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773023.35963: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773023.36000: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773023.36036: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpw3ttxfan /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/AnsiballZ_stat.py <<< 3089 1726773023.36043: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/AnsiballZ_stat.py" <<< 3089 1726773023.36084: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpw3ttxfan" to remote "/root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/AnsiballZ_stat.py" <<< 3089 1726773023.36086: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/AnsiballZ_stat.py" <<< 3089 1726773023.36609: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773023.36687: stderr chunk (state=3): >>><<< 3089 1726773023.36691: stdout chunk (state=3): >>><<< 3089 1726773023.36712: done transferring module to remote 3089 1726773023.36723: _low_level_execute_command(): starting 3089 1726773023.36728: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/ /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/AnsiballZ_stat.py && sleep 0' 3089 1726773023.37227: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773023.37231: 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.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773023.37233: 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.46.99 is address <<< 3089 1726773023.37245: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773023.37247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.37291: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773023.37295: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773023.37297: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773023.37342: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773023.39138: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773023.39195: stderr chunk (state=3): >>><<< 3089 1726773023.39199: stdout chunk (state=3): >>><<< 3089 1726773023.39216: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773023.39219: _low_level_execute_command(): starting 3089 1726773023.39225: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/AnsiballZ_stat.py && sleep 0' 3089 1726773023.39719: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773023.39725: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 3089 1726773023.39729: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773023.39732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.39786: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773023.39789: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773023.39796: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773023.39839: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773023.57558: 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": 262941, "dev": 51714, "nlink": 1, "atime": 1726773019.1989627, "mtime": 1726773009.8208776, "ctime": 1726773009.8208776, "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": "934144952", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3089 1726773023.59089: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773023.59117: stderr chunk (state=3): >>>Shared connection to 10.31.46.99 closed. <<< 3089 1726773023.59230: stderr chunk (state=3): >>><<< 3089 1726773023.59246: stdout chunk (state=3): >>><<< 3089 1726773023.59273: _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": 262941, "dev": 51714, "nlink": 1, "atime": 1726773019.1989627, "mtime": 1726773009.8208776, "ctime": 1726773009.8208776, "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": "934144952", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773023.59372: 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-1726773023.3062873-4645-34161254819810/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3089 1726773023.59638: Sending initial data 3089 1726773023.59641: Sent initial data (138 bytes) 3089 1726773023.60380: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773023.60440: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773023.60464: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773023.62154: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773023.62196: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773023.62256: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/.ziz3yi66 /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/.source <<< 3089 1726773023.62260: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/.source" <<< 3089 1726773023.62379: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/.ziz3yi66" to remote "/root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/.source" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/.source" <<< 3089 1726773023.62641: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773023.62677: stderr chunk (state=3): >>><<< 3089 1726773023.62689: stdout chunk (state=3): >>><<< 3089 1726773023.62723: _low_level_execute_command(): starting 3089 1726773023.62740: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/ /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/.source && sleep 0' 3089 1726773023.63452: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773023.63468: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773023.63484: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773023.63518: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773023.63539: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773023.63619: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.63662: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773023.63679: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773023.63711: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773023.63790: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773023.65770: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773023.65774: stdout chunk (state=3): >>><<< 3089 1726773023.65776: stderr chunk (state=3): >>><<< 3089 1726773023.65941: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773023.65945: variable 'ansible_module_compression' from source: unknown 3089 1726773023.65947: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 3089 1726773023.65949: variable 'ansible_facts' from source: unknown 3089 1726773023.65987: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/AnsiballZ_copy.py 3089 1726773023.66206: Sending initial data 3089 1726773023.66209: Sent initial data (150 bytes) 3089 1726773023.66901: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773023.66952: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.67040: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773023.67061: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773023.67084: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773023.67170: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773023.68788: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773023.68989: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/AnsiballZ_copy.py" <<< 3089 1726773023.68995: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpnyngps09 /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/AnsiballZ_copy.py <<< 3089 1726773023.68999: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpnyngps09" to remote "/root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/AnsiballZ_copy.py" <<< 3089 1726773023.69846: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773023.69923: stderr chunk (state=3): >>><<< 3089 1726773023.69926: stdout chunk (state=3): >>><<< 3089 1726773023.69946: done transferring module to remote 3089 1726773023.69959: _low_level_execute_command(): starting 3089 1726773023.69965: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/ /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/AnsiballZ_copy.py && sleep 0' 3089 1726773023.70450: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773023.70453: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.70457: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration <<< 3089 1726773023.70460: 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 <<< 3089 1726773023.70462: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.70505: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773023.70513: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773023.70566: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773023.72369: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773023.72542: stderr chunk (state=3): >>><<< 3089 1726773023.72546: stdout chunk (state=3): >>><<< 3089 1726773023.72549: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773023.72551: _low_level_execute_command(): starting 3089 1726773023.72553: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/AnsiballZ_copy.py && sleep 0' 3089 1726773023.73232: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773023.73296: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773023.73333: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773023.73349: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773023.73363: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773023.73410: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.73447: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773023.73450: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773023.73470: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773023.73521: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773023.90850: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/.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-1726773023.3062873-4645-34161254819810/.source", "_original_basename": ".ziz3yi66", "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}}} <<< 3089 1726773023.92255: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773023.92277: stderr chunk (state=3): >>><<< 3089 1726773023.92280: stdout chunk (state=3): >>><<< 3089 1726773023.92298: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/.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-1726773023.3062873-4645-34161254819810/.source", "_original_basename": ".ziz3yi66", "follow": false, "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773023.92326: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/.source', '_original_basename': '.ziz3yi66', '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-1726773023.3062873-4645-34161254819810/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773023.92338: _low_level_execute_command(): starting 3089 1726773023.92341: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773023.3062873-4645-34161254819810/ > /dev/null 2>&1 && sleep 0' 3089 1726773023.92833: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773023.92840: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.92843: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773023.92845: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.92902: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773023.92905: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773023.92953: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773023.94864: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773023.94921: stderr chunk (state=3): >>><<< 3089 1726773023.94924: stdout chunk (state=3): >>><<< 3089 1726773023.94941: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773023.94950: handler run complete 3089 1726773023.94973: attempt loop complete, returning result 3089 1726773023.94976: _execute() done 3089 1726773023.94979: dumping result to json 3089 1726773023.94985: done dumping result, returning 3089 1726773023.94995: done running TaskExecutor() for managed_node3/TASK: Ensure kernel_settings is not in active_profile [02b512f9-4fcf-c2f4-80d8-000000000157] 3089 1726773023.94998: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000157 3089 1726773023.95108: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000157 3089 1726773023.95111: 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-1726773023.3062873-4645-34161254819810/.source", "state": "file", "uid": 0 } 3089 1726773023.95186: no more pending results, returning what we have 3089 1726773023.95190: results queue empty 3089 1726773023.95190: checking for any_errors_fatal 3089 1726773023.95198: done checking for any_errors_fatal 3089 1726773023.95199: checking for max_fail_percentage 3089 1726773023.95201: done checking for max_fail_percentage 3089 1726773023.95201: checking to see if all hosts have failed and the running result is not ok 3089 1726773023.95202: done checking to see if all hosts have failed 3089 1726773023.95203: getting the remaining hosts for this loop 3089 1726773023.95205: done getting the remaining hosts for this loop 3089 1726773023.95209: getting the next task for host managed_node3 3089 1726773023.95214: done getting next task for host managed_node3 3089 1726773023.95217: ^ task is: TASK: Set profile_mode to auto 3089 1726773023.95220: ^ 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 3089 1726773023.95224: getting variables 3089 1726773023.95225: in VariableManager get_vars() 3089 1726773023.95259: Calling all_inventory to load vars for managed_node3 3089 1726773023.95262: Calling groups_inventory to load vars for managed_node3 3089 1726773023.95264: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773023.95275: Calling all_plugins_play to load vars for managed_node3 3089 1726773023.95278: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773023.95280: Calling groups_plugins_play to load vars for managed_node3 3089 1726773023.95336: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773023.95365: done with get_vars() 3089 1726773023.95372: done getting variables 3089 1726773023.95419: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set profile_mode to auto] ************************************************ task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 Thursday 19 September 2024 15:10:23 -0400 (0:00:00.712) 0:01:06.744 **** 3089 1726773023.95448: entering _queue_task() for managed_node3/copy 3089 1726773023.95670: worker is 1 (out of 1 available) 3089 1726773023.95683: exiting _queue_task() for managed_node3/copy 3089 1726773023.95699: done queuing things up, now waiting for results queue to drain 3089 1726773023.95702: waiting for pending results... 3089 1726773023.95880: running TaskExecutor() for managed_node3/TASK: Set profile_mode to auto 3089 1726773023.96041: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000158 3089 1726773023.96045: variable 'ansible_search_path' from source: unknown 3089 1726773023.96048: variable 'ansible_search_path' from source: unknown 3089 1726773023.96051: calling self._execute() 3089 1726773023.96054: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773023.96057: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773023.96070: variable 'omit' from source: magic vars 3089 1726773023.96157: variable 'omit' from source: magic vars 3089 1726773023.96190: variable 'omit' from source: magic vars 3089 1726773023.96215: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 3089 1726773023.96641: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 3089 1726773023.96669: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 3089 1726773023.96719: variable 'omit' from source: magic vars 3089 1726773023.96771: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773023.96818: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773023.96847: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773023.96872: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773023.96891: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773023.96934: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773023.96948: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773023.96956: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773023.97072: Set connection var ansible_shell_executable to /bin/sh 3089 1726773023.97080: Set connection var ansible_shell_type to sh 3089 1726773023.97241: Set connection var ansible_timeout to 10 3089 1726773023.97245: Set connection var ansible_pipelining to False 3089 1726773023.97247: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773023.97249: Set connection var ansible_connection to ssh 3089 1726773023.97251: variable 'ansible_shell_executable' from source: unknown 3089 1726773023.97253: variable 'ansible_connection' from source: unknown 3089 1726773023.97255: variable 'ansible_module_compression' from source: unknown 3089 1726773023.97257: variable 'ansible_shell_type' from source: unknown 3089 1726773023.97260: variable 'ansible_shell_executable' from source: unknown 3089 1726773023.97262: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773023.97265: variable 'ansible_pipelining' from source: unknown 3089 1726773023.97268: variable 'ansible_timeout' from source: unknown 3089 1726773023.97272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773023.97359: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773023.97378: variable 'omit' from source: magic vars 3089 1726773023.97390: starting attempt loop 3089 1726773023.97400: running the handler 3089 1726773023.97417: _low_level_execute_command(): starting 3089 1726773023.97429: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773023.98101: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773023.98118: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773023.98133: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773023.98176: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773023.98197: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773023.98232: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773023.99906: stdout chunk (state=3): >>>/root <<< 3089 1726773024.00115: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773024.00118: stdout chunk (state=3): >>><<< 3089 1726773024.00120: stderr chunk (state=3): >>><<< 3089 1726773024.00143: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773024.00162: _low_level_execute_command(): starting 3089 1726773024.00171: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606 `" && echo ansible-tmp-1726773024.001496-4668-35252762254606="` echo /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606 `" ) && sleep 0' 3089 1726773024.00847: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773024.00863: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773024.00879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.00905: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773024.00922: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773024.01015: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.01052: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773024.01067: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773024.01089: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773024.01166: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773024.03156: stdout chunk (state=3): >>>ansible-tmp-1726773024.001496-4668-35252762254606=/root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606 <<< 3089 1726773024.03443: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773024.03448: stdout chunk (state=3): >>><<< 3089 1726773024.03450: stderr chunk (state=3): >>><<< 3089 1726773024.03453: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773024.001496-4668-35252762254606=/root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773024.03486: variable 'ansible_module_compression' from source: unknown 3089 1726773024.03549: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 3089 1726773024.03601: variable 'ansible_facts' from source: unknown 3089 1726773024.03749: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/AnsiballZ_stat.py 3089 1726773024.03909: Sending initial data 3089 1726773024.03913: Sent initial data (149 bytes) 3089 1726773024.04414: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.04417: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.04420: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.04422: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.04486: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773024.04495: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773024.04497: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773024.04528: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773024.06165: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773024.06171: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773024.06222: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpk1n7flhh /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/AnsiballZ_stat.py <<< 3089 1726773024.06226: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/AnsiballZ_stat.py" <<< 3089 1726773024.06262: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpk1n7flhh" to remote "/root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/AnsiballZ_stat.py" <<< 3089 1726773024.07078: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773024.07082: stderr chunk (state=3): >>><<< 3089 1726773024.07084: stdout chunk (state=3): >>><<< 3089 1726773024.07086: done transferring module to remote 3089 1726773024.07089: _low_level_execute_command(): starting 3089 1726773024.07091: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/ /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/AnsiballZ_stat.py && sleep 0' 3089 1726773024.07504: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.07523: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773024.07553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.07592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773024.07595: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773024.07598: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773024.07647: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773024.09744: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773024.09749: stdout chunk (state=3): >>><<< 3089 1726773024.09752: stderr chunk (state=3): >>><<< 3089 1726773024.09755: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773024.09757: _low_level_execute_command(): starting 3089 1726773024.09760: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/AnsiballZ_stat.py && sleep 0' 3089 1726773024.10310: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773024.10331: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773024.10343: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.10361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773024.10441: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.10507: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773024.10582: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773024.28078: 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": 262938, "dev": 51714, "nlink": 1, "atime": 1726773020.2489767, "mtime": 1726773009.8208776, "ctime": 1726773009.8208776, "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": "476841672", "attributes": ["extents"], "attr_flags": "e"}, "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}}} <<< 3089 1726773024.29664: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773024.29722: stderr chunk (state=3): >>><<< 3089 1726773024.29726: stdout chunk (state=3): >>><<< 3089 1726773024.29751: _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": 262938, "dev": 51714, "nlink": 1, "atime": 1726773020.2489767, "mtime": 1726773009.8208776, "ctime": 1726773009.8208776, "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": "476841672", "attributes": ["extents"], "attr_flags": "e"}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773024.29809: 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-1726773024.001496-4668-35252762254606/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 3089 1726773024.29912: Sending initial data 3089 1726773024.29916: Sent initial data (137 bytes) 3089 1726773024.30427: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.30431: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.30434: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.30442: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.30489: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773024.30492: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773024.30495: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773024.30543: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773024.32201: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773024.32232: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773024.32277: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/.x9f25wtl /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/.source <<< 3089 1726773024.32280: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/.source" <<< 3089 1726773024.32310: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/.x9f25wtl" to remote "/root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/.source" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/.source" <<< 3089 1726773024.32468: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773024.32550: stderr chunk (state=3): >>><<< 3089 1726773024.32554: stdout chunk (state=3): >>><<< 3089 1726773024.32574: _low_level_execute_command(): starting 3089 1726773024.32579: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/ /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/.source && sleep 0' 3089 1726773024.33085: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773024.33089: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.33091: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773024.33094: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773024.33096: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.33157: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773024.33161: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773024.33165: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773024.33200: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773024.35013: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773024.35073: stderr chunk (state=3): >>><<< 3089 1726773024.35076: stdout chunk (state=3): >>><<< 3089 1726773024.35092: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773024.35119: variable 'ansible_module_compression' from source: unknown 3089 1726773024.35158: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 3089 1726773024.35174: variable 'ansible_facts' from source: unknown 3089 1726773024.35221: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/AnsiballZ_copy.py 3089 1726773024.35321: Sending initial data 3089 1726773024.35325: Sent initial data (149 bytes) 3089 1726773024.35831: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.35837: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.35840: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration <<< 3089 1726773024.35848: 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 <<< 3089 1726773024.35850: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.35896: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773024.35905: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773024.35949: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773024.37527: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773024.37559: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773024.37601: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpxsrdf_yz /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/AnsiballZ_copy.py <<< 3089 1726773024.37608: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/AnsiballZ_copy.py" <<< 3089 1726773024.37640: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpxsrdf_yz" to remote "/root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/AnsiballZ_copy.py" <<< 3089 1726773024.38209: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773024.38287: stderr chunk (state=3): >>><<< 3089 1726773024.38291: stdout chunk (state=3): >>><<< 3089 1726773024.38311: done transferring module to remote 3089 1726773024.38320: _low_level_execute_command(): starting 3089 1726773024.38325: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/ /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/AnsiballZ_copy.py && sleep 0' 3089 1726773024.38826: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.38830: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773024.38833: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.38840: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773024.38844: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.38897: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773024.38901: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773024.38905: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773024.38943: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773024.40797: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773024.40854: stderr chunk (state=3): >>><<< 3089 1726773024.40857: stdout chunk (state=3): >>><<< 3089 1726773024.40871: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773024.40874: _low_level_execute_command(): starting 3089 1726773024.40882: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/AnsiballZ_copy.py && sleep 0' 3089 1726773024.41376: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773024.41380: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.41382: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773024.41385: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.41443: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773024.41451: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773024.41455: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773024.41503: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773024.59062: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/.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-1726773024.001496-4668-35252762254606/.source", "_original_basename": ".x9f25wtl", "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}}} <<< 3089 1726773024.60433: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773024.60501: stderr chunk (state=3): >>><<< 3089 1726773024.60505: stdout chunk (state=3): >>><<< 3089 1726773024.60520: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/.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-1726773024.001496-4668-35252762254606/.source", "_original_basename": ".x9f25wtl", "follow": false, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773024.60549: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/.source', '_original_basename': '.x9f25wtl', '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-1726773024.001496-4668-35252762254606/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773024.60558: _low_level_execute_command(): starting 3089 1726773024.60563: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/ > /dev/null 2>&1 && sleep 0' 3089 1726773024.61036: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773024.61041: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773024.61115: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found <<< 3089 1726773024.61119: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.61122: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.61124: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.61127: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773024.61130: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773024.61155: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773024.61205: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773024.63142: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773024.63227: stderr chunk (state=3): >>><<< 3089 1726773024.63230: stdout chunk (state=3): >>><<< 3089 1726773024.63242: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773024.63249: handler run complete 3089 1726773024.63270: attempt loop complete, returning result 3089 1726773024.63273: _execute() done 3089 1726773024.63275: dumping result to json 3089 1726773024.63281: done dumping result, returning 3089 1726773024.63288: done running TaskExecutor() for managed_node3/TASK: Set profile_mode to auto [02b512f9-4fcf-c2f4-80d8-000000000158] 3089 1726773024.63296: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000158 3089 1726773024.63408: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000158 3089 1726773024.63411: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "md5sum": "451e20aff0f489cd2f7d4d73533aa961", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 5, "src": "/root/.ansible/tmp/ansible-tmp-1726773024.001496-4668-35252762254606/.source", "state": "file", "uid": 0 } 3089 1726773024.63490: no more pending results, returning what we have 3089 1726773024.63496: results queue empty 3089 1726773024.63497: checking for any_errors_fatal 3089 1726773024.63510: done checking for any_errors_fatal 3089 1726773024.63511: checking for max_fail_percentage 3089 1726773024.63513: done checking for max_fail_percentage 3089 1726773024.63513: checking to see if all hosts have failed and the running result is not ok 3089 1726773024.63515: done checking to see if all hosts have failed 3089 1726773024.63516: getting the remaining hosts for this loop 3089 1726773024.63517: done getting the remaining hosts for this loop 3089 1726773024.63521: getting the next task for host managed_node3 3089 1726773024.63527: done getting next task for host managed_node3 3089 1726773024.63529: ^ task is: TASK: Restart tuned 3089 1726773024.63532: ^ 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 3089 1726773024.63543: getting variables 3089 1726773024.63545: in VariableManager get_vars() 3089 1726773024.63578: Calling all_inventory to load vars for managed_node3 3089 1726773024.63581: Calling groups_inventory to load vars for managed_node3 3089 1726773024.63582: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773024.63595: Calling all_plugins_play to load vars for managed_node3 3089 1726773024.63598: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773024.63601: Calling groups_plugins_play to load vars for managed_node3 3089 1726773024.63645: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773024.63678: done with get_vars() 3089 1726773024.63685: done getting variables 3089 1726773024.63732: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Restart tuned] *********************************************************** task path: /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:64 Thursday 19 September 2024 15:10:24 -0400 (0:00:00.683) 0:01:07.427 **** 3089 1726773024.63759: entering _queue_task() for managed_node3/service 3089 1726773024.63976: worker is 1 (out of 1 available) 3089 1726773024.63990: exiting _queue_task() for managed_node3/service 3089 1726773024.64007: done queuing things up, now waiting for results queue to drain 3089 1726773024.64009: waiting for pending results... 3089 1726773024.64184: running TaskExecutor() for managed_node3/TASK: Restart tuned 3089 1726773024.64251: in run() - task 02b512f9-4fcf-c2f4-80d8-000000000159 3089 1726773024.64267: variable 'ansible_search_path' from source: unknown 3089 1726773024.64271: variable 'ansible_search_path' from source: unknown 3089 1726773024.64311: variable '__kernel_settings_services' from source: include_vars 3089 1726773024.64651: variable '__kernel_settings_services' from source: include_vars 3089 1726773024.64710: variable 'omit' from source: magic vars 3089 1726773024.64785: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773024.64939: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773024.64942: variable 'omit' from source: magic vars 3089 1726773024.64943: variable 'omit' from source: magic vars 3089 1726773024.64945: variable 'omit' from source: magic vars 3089 1726773024.64950: variable 'item' from source: unknown 3089 1726773024.65139: variable 'item' from source: unknown 3089 1726773024.65141: variable 'omit' from source: magic vars 3089 1726773024.65145: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 3089 1726773024.65150: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 3089 1726773024.65175: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 3089 1726773024.65203: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773024.65215: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 3089 1726773024.65269: variable 'inventory_hostname' from source: host vars for 'managed_node3' 3089 1726773024.65336: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773024.65339: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773024.65411: Set connection var ansible_shell_executable to /bin/sh 3089 1726773024.65419: Set connection var ansible_shell_type to sh 3089 1726773024.65436: Set connection var ansible_timeout to 10 3089 1726773024.65453: Set connection var ansible_pipelining to False 3089 1726773024.65465: Set connection var ansible_module_compression to ZIP_DEFLATED 3089 1726773024.65477: Set connection var ansible_connection to ssh 3089 1726773024.65506: variable 'ansible_shell_executable' from source: unknown 3089 1726773024.65514: variable 'ansible_connection' from source: unknown 3089 1726773024.65640: variable 'ansible_module_compression' from source: unknown 3089 1726773024.65643: variable 'ansible_shell_type' from source: unknown 3089 1726773024.65645: variable 'ansible_shell_executable' from source: unknown 3089 1726773024.65647: variable 'ansible_host' from source: host vars for 'managed_node3' 3089 1726773024.65649: variable 'ansible_pipelining' from source: unknown 3089 1726773024.65651: variable 'ansible_timeout' from source: unknown 3089 1726773024.65654: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 3089 1726773024.65720: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 3089 1726773024.65740: variable 'omit' from source: magic vars 3089 1726773024.65756: starting attempt loop 3089 1726773024.65763: running the handler 3089 1726773024.65859: variable 'ansible_facts' from source: unknown 3089 1726773024.66028: _low_level_execute_command(): starting 3089 1726773024.66037: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 3089 1726773024.66717: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773024.66734: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773024.66750: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.66771: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773024.66790: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773024.66858: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.66905: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773024.66924: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773024.66951: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773024.67029: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773024.68685: stdout chunk (state=3): >>>/root <<< 3089 1726773024.68841: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773024.68849: stderr chunk (state=3): >>><<< 3089 1726773024.68852: stdout chunk (state=3): >>><<< 3089 1726773024.68873: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773024.68885: _low_level_execute_command(): starting 3089 1726773024.68894: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943 `" && echo ansible-tmp-1726773024.6887307-4705-107896871374943="` echo /root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943 `" ) && sleep 0' 3089 1726773024.69583: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773024.69587: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.69602: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.69736: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773024.69771: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773024.71714: stdout chunk (state=3): >>>ansible-tmp-1726773024.6887307-4705-107896871374943=/root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943 <<< 3089 1726773024.71825: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773024.71891: stderr chunk (state=3): >>><<< 3089 1726773024.71895: stdout chunk (state=3): >>><<< 3089 1726773024.71917: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726773024.6887307-4705-107896871374943=/root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773024.71948: variable 'ansible_module_compression' from source: unknown 3089 1726773024.71987: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 3089 1726773024.72045: variable 'ansible_facts' from source: unknown 3089 1726773024.72181: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/AnsiballZ_setup.py 3089 1726773024.72303: Sending initial data 3089 1726773024.72307: Sent initial data (152 bytes) 3089 1726773024.72820: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.72824: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.72826: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration <<< 3089 1726773024.72829: 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.46.99 originally 10.31.46.99 debug2: match found <<< 3089 1726773024.72831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.72884: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773024.72887: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773024.72895: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773024.72933: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773024.74504: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773024.74541: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773024.74582: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmp4h9ju3ih /root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/AnsiballZ_setup.py <<< 3089 1726773024.74585: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/AnsiballZ_setup.py" <<< 3089 1726773024.74615: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmp4h9ju3ih" to remote "/root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/AnsiballZ_setup.py" <<< 3089 1726773024.74621: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/AnsiballZ_setup.py" <<< 3089 1726773024.75660: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773024.75740: stderr chunk (state=3): >>><<< 3089 1726773024.75744: stdout chunk (state=3): >>><<< 3089 1726773024.75768: done transferring module to remote 3089 1726773024.75780: _low_level_execute_command(): starting 3089 1726773024.75786: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/ /root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/AnsiballZ_setup.py && sleep 0' 3089 1726773024.76292: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.76296: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.76298: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.76305: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.76356: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773024.76360: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773024.76408: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773024.78211: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773024.78273: stderr chunk (state=3): >>><<< 3089 1726773024.78277: stdout chunk (state=3): >>><<< 3089 1726773024.78291: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773024.78294: _low_level_execute_command(): starting 3089 1726773024.78302: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/AnsiballZ_setup.py && sleep 0' 3089 1726773024.78810: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773024.78814: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.78816: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773024.78819: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773024.78876: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773024.78879: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773024.78884: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773024.78926: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773026.46621: 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"}}} <<< 3089 1726773026.48686: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773026.48740: stderr chunk (state=3): >>><<< 3089 1726773026.48744: stdout chunk (state=3): >>><<< 3089 1726773026.48762: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_service_mgr": "systemd"}, "invocation": {"module_args": {"gather_subset": ["!all"], "filter": ["ansible_service_mgr"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773026.48790: 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-1726773024.6887307-4705-107896871374943/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773026.48806: 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} 3089 1726773026.48877: variable 'ansible_module_compression' from source: unknown 3089 1726773026.48906: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3089im33ckyx/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 3089 1726773026.48956: variable 'ansible_facts' from source: unknown 3089 1726773026.49098: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/AnsiballZ_systemd.py 3089 1726773026.49211: Sending initial data 3089 1726773026.49215: Sent initial data (154 bytes) 3089 1726773026.49707: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773026.49711: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773026.49717: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773026.49720: 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.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773026.49773: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773026.49776: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773026.49778: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773026.49820: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773026.51476: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 3089 1726773026.51527: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 3089 1726773026.51576: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3089im33ckyx/tmpskp76api /root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/AnsiballZ_systemd.py <<< 3089 1726773026.51599: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/AnsiballZ_systemd.py" <<< 3089 1726773026.51643: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3089im33ckyx/tmpskp76api" to remote "/root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/AnsiballZ_systemd.py" <<< 3089 1726773026.53472: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773026.53507: stderr chunk (state=3): >>><<< 3089 1726773026.53641: stdout chunk (state=3): >>><<< 3089 1726773026.53644: done transferring module to remote 3089 1726773026.53647: _low_level_execute_command(): starting 3089 1726773026.53653: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/ /root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/AnsiballZ_systemd.py && sleep 0' 3089 1726773026.54253: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773026.54268: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773026.54316: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 3089 1726773026.54331: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 <<< 3089 1726773026.54349: stderr chunk (state=3): >>>debug2: match found <<< 3089 1726773026.54427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773026.54445: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773026.54470: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773026.54494: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773026.54606: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773026.56557: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773026.56562: stdout chunk (state=3): >>><<< 3089 1726773026.56564: stderr chunk (state=3): >>><<< 3089 1726773026.56584: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773026.56587: _low_level_execute_command(): starting 3089 1726773026.56590: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/AnsiballZ_systemd.py && sleep 0' 3089 1726773026.57257: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773026.57314: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773026.57368: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773026.57410: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773026.89685: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "5686", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ExecMainStartTimestampMonotonic": "421189087", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5686", "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:09 EDT] ; stop_time=[n/a] ; pid=5686 ; 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:09 EDT] ; stop_time=[n/a] ; pid=5686 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "5722", "MemoryCurrent": "15187968", "MemoryPeak": "15450112", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3501367296", "CPUUsageNSec": "115063000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "Limi<<< 3089 1726773026.89714: stdout chunk (state=3): >>>tRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket dbus-broker.service system.slice sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "tlp.service auto-cpufreq.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus.socket dbus-broker.service sysinit.target systemd-sysctl.service basic.target network.target polkit.service system.slice systemd-journald.socket", "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", "Fr<<< 3089 1726773026.89721: stdout chunk (state=3): >>>agmentPath": "/usr/lib/systemd/system/tuned.service", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:09 EDT", "StateChangeTimestampMonotonic": "421300255", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:09 EDT", "InactiveExitTimestampMonotonic": "421189340", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ActiveEnterTimestampMonotonic": "421300255", "ActiveExitTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ActiveExitTimestampMonotonic": "421143902", "InactiveEnterTimestamp": "Thu 2024-09-19 15:10:09 EDT", "InactiveEnterTimestampMonotonic": "421175806", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ConditionTimestampMonotonic": "421176667", "AssertTimestamp": "Thu 2024-09-19 15:10:09 EDT", "AssertTimestampMonotonic": "421176670", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "25063373eabd4e8db7d65d8623e95bf5", "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}}} <<< 3089 1726773026.91724: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.99 closed. <<< 3089 1726773026.91828: stderr chunk (state=3): >>><<< 3089 1726773026.91831: stdout chunk (state=3): >>><<< 3089 1726773026.91862: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "45s", "TimeoutStopUSec": "45s", "TimeoutAbortUSec": "45s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "abort", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "5686", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ExecMainStartTimestampMonotonic": "421189087", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5686", "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:09 EDT] ; stop_time=[n/a] ; pid=5686 ; 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:09 EDT] ; stop_time=[n/a] ; pid=5686 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "5722", "MemoryCurrent": "15187968", "MemoryPeak": "15450112", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3501367296", "CPUUsageNSec": "115063000", "TasksCurrent": "4", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "4416", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14721", "LimitNPROCSoft": "14721", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket dbus-broker.service system.slice sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "tlp.service auto-cpufreq.service power-profiles-daemon.service cpupower.service shutdown.target", "Before": "shutdown.target multi-user.target", "After": "dbus.socket dbus-broker.service sysinit.target systemd-sysctl.service basic.target network.target polkit.service system.slice systemd-journald.socket", "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", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestamp": "Thu 2024-09-19 15:10:09 EDT", "StateChangeTimestampMonotonic": "421300255", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:09 EDT", "InactiveExitTimestampMonotonic": "421189340", "ActiveEnterTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ActiveEnterTimestampMonotonic": "421300255", "ActiveExitTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ActiveExitTimestampMonotonic": "421143902", "InactiveEnterTimestamp": "Thu 2024-09-19 15:10:09 EDT", "InactiveEnterTimestampMonotonic": "421175806", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ConditionTimestampMonotonic": "421176667", "AssertTimestamp": "Thu 2024-09-19 15:10:09 EDT", "AssertTimestampMonotonic": "421176670", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "25063373eabd4e8db7d65d8623e95bf5", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK 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.46.99 closed. 3089 1726773026.92133: 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-1726773024.6887307-4705-107896871374943/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 3089 1726773026.92216: _low_level_execute_command(): starting 3089 1726773026.92221: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726773024.6887307-4705-107896871374943/ > /dev/null 2>&1 && sleep 0' 3089 1726773026.92803: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 3089 1726773026.92819: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 3089 1726773026.92837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 3089 1726773026.92897: 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.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 3089 1726773026.92956: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' <<< 3089 1726773026.92976: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 3089 1726773026.93003: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 3089 1726773026.93073: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 3089 1726773026.95040: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 3089 1726773026.95065: stderr chunk (state=3): >>><<< 3089 1726773026.95068: stdout chunk (state=3): >>><<< 3089 1726773026.95106: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.99 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.99 originally 10.31.46.99 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/aed6d4dedc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 3089 1726773026.95109: handler run complete 3089 1726773026.95160: attempt loop complete, returning result 3089 1726773026.95175: variable 'item' from source: unknown 3089 1726773026.95258: 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:09 EDT", "ActiveEnterTimestampMonotonic": "421300255", "ActiveExitTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ActiveExitTimestampMonotonic": "421143902", "ActiveState": "active", "After": "dbus.socket dbus-broker.service sysinit.target systemd-sysctl.service basic.target network.target polkit.service system.slice systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 15:10:09 EDT", "AssertTimestampMonotonic": "421176670", "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": "115063000", "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:09 EDT", "ConditionTimestampMonotonic": "421176667", "ConfigurationDirectoryMode": "0755", "Conflicts": "tlp.service auto-cpufreq.service power-profiles-daemon.service cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "5722", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5686", "ExecMainStartTimestamp": "Thu 2024-09-19 15:10:09 EDT", "ExecMainStartTimestampMonotonic": "421189087", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 15:10:09 EDT] ; stop_time=[n/a] ; pid=5686 ; 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:09 EDT] ; stop_time=[n/a] ; pid=5686 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 15:10:09 EDT", "InactiveEnterTimestampMonotonic": "421175806", "InactiveExitTimestamp": "Thu 2024-09-19 15:10:09 EDT", "InactiveExitTimestampMonotonic": "421189340", "InvocationID": "25063373eabd4e8db7d65d8623e95bf5", "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": "14721", "LimitNPROCSoft": "14721", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14721", "LimitSIGPENDINGSoft": "14721", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "5686", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3501367296", "MemoryCurrent": "15187968", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "15450112", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket dbus-broker.service system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 15:10:09 EDT", "StateChangeTimestampMonotonic": "421300255", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "4416", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 3089 1726773026.96138: dumping result to json 3089 1726773026.96142: done dumping result, returning 3089 1726773026.96145: done running TaskExecutor() for managed_node3/TASK: Restart tuned [02b512f9-4fcf-c2f4-80d8-000000000159] 3089 1726773026.96147: sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000159 3089 1726773026.96327: no more pending results, returning what we have 3089 1726773026.96329: results queue empty 3089 1726773026.96330: checking for any_errors_fatal 3089 1726773026.96333: done checking for any_errors_fatal 3089 1726773026.96334: checking for max_fail_percentage 3089 1726773026.96337: done checking for max_fail_percentage 3089 1726773026.96338: checking to see if all hosts have failed and the running result is not ok 3089 1726773026.96339: done checking to see if all hosts have failed 3089 1726773026.96339: getting the remaining hosts for this loop 3089 1726773026.96341: done getting the remaining hosts for this loop 3089 1726773026.96344: getting the next task for host managed_node3 3089 1726773026.96350: done getting next task for host managed_node3 3089 1726773026.96352: ^ task is: TASK: meta (flush_handlers) 3089 1726773026.96354: ^ 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 3089 1726773026.96359: getting variables 3089 1726773026.96361: in VariableManager get_vars() 3089 1726773026.96390: Calling all_inventory to load vars for managed_node3 3089 1726773026.96392: Calling groups_inventory to load vars for managed_node3 3089 1726773026.96394: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773026.96406: Calling all_plugins_play to load vars for managed_node3 3089 1726773026.96409: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773026.96412: Calling groups_plugins_play to load vars for managed_node3 3089 1726773026.96538: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773026.96604: done with get_vars() 3089 1726773026.96611: done getting variables 3089 1726773026.96690: done sending task result for task 02b512f9-4fcf-c2f4-80d8-000000000159 3089 1726773026.96697: WORKER PROCESS EXITING 3089 1726773026.96719: in VariableManager get_vars() 3089 1726773026.96729: Calling all_inventory to load vars for managed_node3 3089 1726773026.96731: Calling groups_inventory to load vars for managed_node3 3089 1726773026.96732: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773026.96738: Calling all_plugins_play to load vars for managed_node3 3089 1726773026.96740: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773026.96742: Calling groups_plugins_play to load vars for managed_node3 3089 1726773026.96767: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773026.96787: done with get_vars() 3089 1726773026.96796: done queuing things up, now waiting for results queue to drain 3089 1726773026.96797: results queue empty 3089 1726773026.96798: checking for any_errors_fatal 3089 1726773026.96803: done checking for any_errors_fatal 3089 1726773026.96803: checking for max_fail_percentage 3089 1726773026.96804: done checking for max_fail_percentage 3089 1726773026.96805: checking to see if all hosts have failed and the running result is not ok 3089 1726773026.96805: done checking to see if all hosts have failed 3089 1726773026.96806: getting the remaining hosts for this loop 3089 1726773026.96806: done getting the remaining hosts for this loop 3089 1726773026.96808: getting the next task for host managed_node3 3089 1726773026.96812: done getting next task for host managed_node3 3089 1726773026.96813: ^ task is: TASK: meta (flush_handlers) 3089 1726773026.96814: ^ 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 3089 1726773026.96817: getting variables 3089 1726773026.96817: in VariableManager get_vars() 3089 1726773026.96825: Calling all_inventory to load vars for managed_node3 3089 1726773026.96826: Calling groups_inventory to load vars for managed_node3 3089 1726773026.96827: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773026.96830: Calling all_plugins_play to load vars for managed_node3 3089 1726773026.96832: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773026.96834: Calling groups_plugins_play to load vars for managed_node3 3089 1726773026.96866: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773026.96886: done with get_vars() 3089 1726773026.96890: done getting variables 3089 1726773026.96922: in VariableManager get_vars() 3089 1726773026.96929: Calling all_inventory to load vars for managed_node3 3089 1726773026.96931: Calling groups_inventory to load vars for managed_node3 3089 1726773026.96932: Calling all_plugins_inventory to load vars for managed_node3 3089 1726773026.96937: Calling all_plugins_play to load vars for managed_node3 3089 1726773026.96938: Calling groups_plugins_inventory to load vars for managed_node3 3089 1726773026.96940: Calling groups_plugins_play to load vars for managed_node3 3089 1726773026.96961: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 3089 1726773026.96980: done with get_vars() 3089 1726773026.96987: done queuing things up, now waiting for results queue to drain 3089 1726773026.96989: results queue empty 3089 1726773026.96989: checking for any_errors_fatal 3089 1726773026.96990: done checking for any_errors_fatal 3089 1726773026.96991: checking for max_fail_percentage 3089 1726773026.96991: done checking for max_fail_percentage 3089 1726773026.96992: checking to see if all hosts have failed and the running result is not ok 3089 1726773026.96993: done checking to see if all hosts have failed 3089 1726773026.96993: getting the remaining hosts for this loop 3089 1726773026.96994: done getting the remaining hosts for this loop 3089 1726773026.96996: getting the next task for host managed_node3 3089 1726773026.96998: done getting next task for host managed_node3 3089 1726773026.96999: ^ task is: None 3089 1726773026.97000: ^ 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 3089 1726773026.97001: done queuing things up, now waiting for results queue to drain 3089 1726773026.97001: results queue empty 3089 1726773026.97002: checking for any_errors_fatal 3089 1726773026.97002: done checking for any_errors_fatal 3089 1726773026.97002: checking for max_fail_percentage 3089 1726773026.97003: done checking for max_fail_percentage 3089 1726773026.97004: checking to see if all hosts have failed and the running result is not ok 3089 1726773026.97004: done checking to see if all hosts have failed 3089 1726773026.97005: getting the next task for host managed_node3 3089 1726773026.97007: done getting next task for host managed_node3 3089 1726773026.97007: ^ task is: None 3089 1726773026.97008: ^ 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:10:26 -0400 (0:00:02.333) 0:01:09.760 **** =============================================================================== fedora.linux_system_roles.kernel_settings : Ensure required packages are installed -- 38.48s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 2.90s /tmp/collections-SA1/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 --- 2.74s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role --- 2.61s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started --- 2.49s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Restart tuned ----------------------------------------------------------- 2.33s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:64 fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes --- 1.74s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 fedora.linux_system_roles.kernel_settings : Set profile_mode to manual --- 1.01s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.94s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile --- 0.93s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly --- 0.84s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.81s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.80s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.79s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Ensure kernel_settings is not in active_profile ------------------------- 0.71s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 Set profile_mode to auto ------------------------------------------------ 0.68s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile --- 0.65s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 fedora.linux_system_roles.kernel_settings : Read tuned main config ------ 0.65s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 fedora.linux_system_roles.kernel_settings : Set profile_mode to manual --- 0.64s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Remove kernel_settings tuned profile ------------------------------------ 0.58s /tmp/collections-SA1/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36 3089 1726773026.97093: RUNNING CLEANUP