[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. 8222 1726776597.11020: starting run ansible-playbook [core 2.17.4] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-TXC executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 8222 1726776597.11309: Added group all to inventory 8222 1726776597.11311: Added group ungrouped to inventory 8222 1726776597.11314: Group all now contains ungrouped 8222 1726776597.11317: Examining possible inventory source: /tmp/kernel_settings-glV/inventory.yml 8222 1726776597.20579: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 8222 1726776597.20624: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 8222 1726776597.20642: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 8222 1726776597.20679: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 8222 1726776597.20728: Loaded config def from plugin (inventory/script) 8222 1726776597.20730: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 8222 1726776597.20759: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 8222 1726776597.20841: Loaded config def from plugin (inventory/yaml) 8222 1726776597.20843: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 8222 1726776597.20924: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 8222 1726776597.21339: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 8222 1726776597.21343: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 8222 1726776597.21345: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 8222 1726776597.21352: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 8222 1726776597.21355: Loading data from /tmp/kernel_settings-glV/inventory.yml 8222 1726776597.21422: /tmp/kernel_settings-glV/inventory.yml was not parsable by auto 8222 1726776597.21484: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 8222 1726776597.21528: Loading data from /tmp/kernel_settings-glV/inventory.yml 8222 1726776597.21609: group all already in inventory 8222 1726776597.21617: set inventory_file for managed_node1 8222 1726776597.21622: set inventory_dir for managed_node1 8222 1726776597.21623: Added host managed_node1 to inventory 8222 1726776597.21625: Added host managed_node1 to group all 8222 1726776597.21626: set ansible_host for managed_node1 8222 1726776597.21626: set ansible_ssh_extra_args for managed_node1 8222 1726776597.21629: set inventory_file for managed_node2 8222 1726776597.21632: set inventory_dir for managed_node2 8222 1726776597.21633: Added host managed_node2 to inventory 8222 1726776597.21634: Added host managed_node2 to group all 8222 1726776597.21635: set ansible_host for managed_node2 8222 1726776597.21636: set ansible_ssh_extra_args for managed_node2 8222 1726776597.21639: set inventory_file for managed_node3 8222 1726776597.21641: set inventory_dir for managed_node3 8222 1726776597.21642: Added host managed_node3 to inventory 8222 1726776597.21643: Added host managed_node3 to group all 8222 1726776597.21644: set ansible_host for managed_node3 8222 1726776597.21645: set ansible_ssh_extra_args for managed_node3 8222 1726776597.21647: Reconcile groups and hosts in inventory. 8222 1726776597.21651: Group ungrouped now contains managed_node1 8222 1726776597.21653: Group ungrouped now contains managed_node2 8222 1726776597.21654: Group ungrouped now contains managed_node3 8222 1726776597.21729: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 8222 1726776597.21851: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 8222 1726776597.21893: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 8222 1726776597.21926: Loaded config def from plugin (vars/host_group_vars) 8222 1726776597.21929: 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) 8222 1726776597.21935: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 8222 1726776597.21942: 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) 8222 1726776597.21970: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 8222 1726776597.22209: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776597.22273: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 8222 1726776597.22299: Loaded config def from plugin (connection/local) 8222 1726776597.22302: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 8222 1726776597.22682: Loaded config def from plugin (connection/paramiko_ssh) 8222 1726776597.22684: 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) 8222 1726776597.23298: 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) 8222 1726776597.23334: Loaded config def from plugin (connection/psrp) 8222 1726776597.23336: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 8222 1726776597.23788: 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) 8222 1726776597.23826: Loaded config def from plugin (connection/ssh) 8222 1726776597.23832: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 8222 1726776597.25694: 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) 8222 1726776597.25742: Loaded config def from plugin (connection/winrm) 8222 1726776597.25746: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 8222 1726776597.25783: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 8222 1726776597.25855: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 8222 1726776597.25926: Loaded config def from plugin (shell/cmd) 8222 1726776597.25928: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 8222 1726776597.25954: 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) 8222 1726776597.26011: Loaded config def from plugin (shell/powershell) 8222 1726776597.26013: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 8222 1726776597.26059: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 8222 1726776597.26235: Loaded config def from plugin (shell/sh) 8222 1726776597.26237: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 8222 1726776597.26271: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 8222 1726776597.26398: Loaded config def from plugin (become/runas) 8222 1726776597.26400: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 8222 1726776597.26583: Loaded config def from plugin (become/su) 8222 1726776597.26585: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 8222 1726776597.26743: Loaded config def from plugin (become/sudo) 8222 1726776597.26746: 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 8222 1726776597.26778: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml 8222 1726776597.27340: trying /usr/local/lib/python3.12/site-packages/ansible/modules 8222 1726776597.29874: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 8222 1726776597.30051: in VariableManager get_vars() 8222 1726776597.30066: done with get_vars() 8222 1726776597.30095: in VariableManager get_vars() 8222 1726776597.30111: done with get_vars() 8222 1726776597.30249: in VariableManager get_vars() 8222 1726776597.30259: done with get_vars() 8222 1726776597.30351: in VariableManager get_vars() 8222 1726776597.30359: done with get_vars() 8222 1726776597.30396: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 8222 1726776597.30413: 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 8222 1726776597.30574: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 8222 1726776597.30669: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 8222 1726776597.30671: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-TXC/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) 8222 1726776597.30695: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 8222 1726776597.30713: 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) 8222 1726776597.30814: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 8222 1726776597.30853: Loaded config def from plugin (callback/default) 8222 1726776597.30855: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 8222 1726776597.31948: Loaded config def from plugin (callback/junit) 8222 1726776597.31951: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 8222 1726776597.31992: 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) 8222 1726776597.32057: Loaded config def from plugin (callback/minimal) 8222 1726776597.32059: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 8222 1726776597.32105: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 8222 1726776597.32161: Loaded config def from plugin (callback/tree) 8222 1726776597.32163: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 8222 1726776597.32282: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 8222 1726776597.32285: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-TXC/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_simple_settings.yml ******************************************** 1 plays in /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml 8222 1726776597.32313: in VariableManager get_vars() 8222 1726776597.32324: done with get_vars() 8222 1726776597.32329: in VariableManager get_vars() 8222 1726776597.32336: done with get_vars() 8222 1726776597.32339: variable 'omit' from source: magic vars 8222 1726776597.32371: in VariableManager get_vars() 8222 1726776597.32382: done with get_vars() 8222 1726776597.32405: variable 'omit' from source: magic vars PLAY [Test simple kernel settings] ********************************************* 8222 1726776597.32916: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 8222 1726776597.32979: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 8222 1726776597.33009: getting the remaining hosts for this loop 8222 1726776597.33011: done getting the remaining hosts for this loop 8222 1726776597.33013: getting the next task for host managed_node3 8222 1726776597.33017: done getting next task for host managed_node3 8222 1726776597.33022: ^ task is: TASK: Gathering Facts 8222 1726776597.33024: ^ state is: HOST STATE: block=0, task=0, rescue=0, always=0, handlers=0, run_state=0, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=True, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8222 1726776597.33026: getting variables 8222 1726776597.33027: in VariableManager get_vars() 8222 1726776597.33035: Calling all_inventory to load vars for managed_node3 8222 1726776597.33148: Calling groups_inventory to load vars for managed_node3 8222 1726776597.33151: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776597.33163: Calling all_plugins_play to load vars for managed_node3 8222 1726776597.33172: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776597.33175: Calling groups_plugins_play to load vars for managed_node3 8222 1726776597.33208: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776597.33255: done with get_vars() 8222 1726776597.33261: done getting variables 8222 1726776597.33321: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (found_in_cache=False, class_only=True) TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:2 Thursday 19 September 2024 16:09:57 -0400 (0:00:00.011) 0:00:00.011 **** 8222 1726776597.33339: entering _queue_task() for managed_node3/gather_facts 8222 1726776597.33340: Creating lock for gather_facts 8222 1726776597.33658: worker is 1 (out of 1 available) 8222 1726776597.33667: exiting _queue_task() for managed_node3/gather_facts 8222 1726776597.33678: done queuing things up, now waiting for results queue to drain 8222 1726776597.33679: waiting for pending results... 8222 1726776597.33904: running TaskExecutor() for managed_node3/TASK: Gathering Facts 8222 1726776597.34050: in run() - task 12343ab9-b159-90b8-9460-000000000014 8222 1726776597.34055: variable 'ansible_search_path' from source: unknown 8222 1726776597.34057: calling self._execute() 8222 1726776597.34083: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776597.34088: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776597.34096: variable 'omit' from source: magic vars 8222 1726776597.34182: variable 'omit' from source: magic vars 8222 1726776597.34205: variable 'omit' from source: magic vars 8222 1726776597.34290: variable 'omit' from source: magic vars 8222 1726776597.34293: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776597.34326: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776597.34351: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776597.34372: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776597.34390: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776597.34426: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776597.34435: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776597.34442: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776597.34551: Set connection var ansible_timeout to 10 8222 1726776597.34564: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776597.34692: Set connection var ansible_connection to ssh 8222 1726776597.34696: Set connection var ansible_shell_executable to /bin/sh 8222 1726776597.34701: Set connection var ansible_shell_type to sh 8222 1726776597.34704: Set connection var ansible_pipelining to False 8222 1726776597.34706: variable 'ansible_shell_executable' from source: unknown 8222 1726776597.34708: variable 'ansible_connection' from source: unknown 8222 1726776597.34709: variable 'ansible_module_compression' from source: unknown 8222 1726776597.34712: variable 'ansible_shell_type' from source: unknown 8222 1726776597.34714: variable 'ansible_shell_executable' from source: unknown 8222 1726776597.34716: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776597.34718: variable 'ansible_pipelining' from source: unknown 8222 1726776597.34720: variable 'ansible_timeout' from source: unknown 8222 1726776597.34722: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776597.34848: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (found_in_cache=True, class_only=False) 8222 1726776597.34864: variable 'omit' from source: magic vars 8222 1726776597.34873: starting attempt loop 8222 1726776597.34879: running the handler 8222 1726776597.34903: variable 'ansible_facts' from source: unknown 8222 1726776597.34945: _low_level_execute_command(): starting 8222 1726776597.34948: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776597.35645: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776597.35712: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776597.35764: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776597.35768: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776597.35770: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776597.35834: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776597.37498: stdout chunk (state=3): >>>/root <<< 8222 1726776597.37602: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776597.37622: stderr chunk (state=3): >>><<< 8222 1726776597.37625: stdout chunk (state=3): >>><<< 8222 1726776597.37652: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776597.37691: _low_level_execute_command(): starting 8222 1726776597.37694: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776597.376489-8238-247500777686958 `" && echo ansible-tmp-1726776597.376489-8238-247500777686958="` echo /root/.ansible/tmp/ansible-tmp-1726776597.376489-8238-247500777686958 `" ) && sleep 0' 8222 1726776597.38227: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776597.38231: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776597.38233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776597.38309: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776597.38352: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776597.40235: stdout chunk (state=3): >>>ansible-tmp-1726776597.376489-8238-247500777686958=/root/.ansible/tmp/ansible-tmp-1726776597.376489-8238-247500777686958 <<< 8222 1726776597.40374: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776597.40377: stdout chunk (state=3): >>><<< 8222 1726776597.40378: stderr chunk (state=3): >>><<< 8222 1726776597.40395: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776597.376489-8238-247500777686958=/root/.ansible/tmp/ansible-tmp-1726776597.376489-8238-247500777686958 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776597.40492: variable 'ansible_module_compression' from source: unknown 8222 1726776597.40497: ANSIBALLZ: Using generic lock for ansible.legacy.setup 8222 1726776597.40499: ANSIBALLZ: Acquiring lock 8222 1726776597.40501: ANSIBALLZ: Lock acquired: 140312690217360 8222 1726776597.40503: ANSIBALLZ: Creating module 8222 1726776597.67694: ANSIBALLZ: Writing module into payload 8222 1726776597.67804: ANSIBALLZ: Writing module 8222 1726776597.67824: ANSIBALLZ: Renaming module 8222 1726776597.67827: ANSIBALLZ: Done creating module 8222 1726776597.67847: variable 'ansible_facts' from source: unknown 8222 1726776597.67852: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776597.67861: _low_level_execute_command(): starting 8222 1726776597.67868: _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' 8222 1726776597.68442: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776597.68478: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776597.68481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776597.68484: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776597.68489: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776597.68494: stderr chunk (state=3): >>>debug2: match not found <<< 8222 1726776597.68504: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776597.68581: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8222 1726776597.68584: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 8222 1726776597.68587: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8222 1726776597.68589: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776597.68592: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776597.68595: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776597.68599: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776597.68601: stderr chunk (state=3): >>>debug2: match found <<< 8222 1726776597.68603: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776597.68697: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776597.68700: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776597.68703: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776597.68762: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776597.70455: stdout chunk (state=3): >>>PLATFORM <<< 8222 1726776597.70552: stdout chunk (state=3): >>>Linux <<< 8222 1726776597.70563: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 8222 1726776597.70700: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776597.70753: stderr chunk (state=3): >>><<< 8222 1726776597.70756: stdout chunk (state=3): >>><<< 8222 1726776597.70882: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776597.70890 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 8222 1726776597.70894: _low_level_execute_command(): starting 8222 1726776597.70896: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 8222 1726776597.71118: Sending initial data 8222 1726776597.71121: Sent initial data (1181 bytes) 8222 1726776597.71435: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776597.71502: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776597.71561: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776597.71576: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776597.71601: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776597.71672: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776597.75127: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} <<< 8222 1726776597.75693: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776597.75697: stdout chunk (state=3): >>><<< 8222 1726776597.75699: stderr chunk (state=3): >>><<< 8222 1726776597.75702: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776597.75704: variable 'ansible_facts' from source: unknown 8222 1726776597.75706: variable 'ansible_facts' from source: unknown 8222 1726776597.75708: variable 'ansible_module_compression' from source: unknown 8222 1726776597.75710: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 8222 1726776597.75742: variable 'ansible_facts' from source: unknown 8222 1726776597.76072: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776597.376489-8238-247500777686958/AnsiballZ_setup.py 8222 1726776597.76172: Sending initial data 8222 1726776597.76275: Sent initial data (151 bytes) 8222 1726776597.77388: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776597.77617: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776597.77690: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776597.79273: stderr chunk (state=3): >>>debug2: Remote version: 3 <<< 8222 1726776597.79291: stderr chunk (state=3): >>>debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 8222 1726776597.79312: stderr chunk (state=3): >>>debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776597.79380: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776597.79462: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpnz2tt8lu /root/.ansible/tmp/ansible-tmp-1726776597.376489-8238-247500777686958/AnsiballZ_setup.py <<< 8222 1726776597.79472: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776597.376489-8238-247500777686958/AnsiballZ_setup.py" <<< 8222 1726776597.79508: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpnz2tt8lu" to remote "/root/.ansible/tmp/ansible-tmp-1726776597.376489-8238-247500777686958/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776597.376489-8238-247500777686958/AnsiballZ_setup.py" <<< 8222 1726776597.81106: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776597.81110: stdout chunk (state=3): >>><<< 8222 1726776597.81112: stderr chunk (state=3): >>><<< 8222 1726776597.81122: done transferring module to remote 8222 1726776597.81136: _low_level_execute_command(): starting 8222 1726776597.81145: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776597.376489-8238-247500777686958/ /root/.ansible/tmp/ansible-tmp-1726776597.376489-8238-247500777686958/AnsiballZ_setup.py && sleep 0' 8222 1726776597.81805: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776597.81822: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776597.81852: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776597.81871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776597.81972: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776597.82001: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776597.82090: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776597.83994: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776597.83998: stdout chunk (state=3): >>><<< 8222 1726776597.84000: stderr chunk (state=3): >>><<< 8222 1726776597.84018: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776597.84027: _low_level_execute_command(): starting 8222 1726776597.84108: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776597.376489-8238-247500777686958/AnsiballZ_setup.py && sleep 0' 8222 1726776597.84701: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776597.84762: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776597.84781: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776597.84831: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776597.84901: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776598.48709: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_fibre_channel_wwn": [], "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-9-172.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-9-172", "ansible_nodename": "ip-10-31-9-172.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec2937649a539f77b3cec526086ed7e4", "ansible_env": {"SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.10.251 34664 10.31.9.172 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.10.251 34664 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCtVnPYY//5yVJGrt9X82GXaRBmO6kPDpZ2qyXpZhiQIBmh855qhsufMR4dIBXmOyDqDkQvu7UiTjZGqcvrAHcwJHw5mM8iLiKt48/YltFeRDT+vvGGwAxPRRCQVsk6ukowIZmmtql1CayAnrrpFI7ILaNcDR5LQ6dkapcCjeacsS5amB6ukz8nNY15XT6X5+Xa6EXPEjxVkW1H1pZeBgJVSfF/oZm0ICrYqtEXBUcUbAdTnu08GnYO4F5vxRjEKrWZMSlrOQsoWS1pE/oD5XwrMegfgURUE/fhC2YPkztE+ODWneqHO2+FLFSKx3ZbBDwf9fZLMn6dAEKhs/9dbYliAovljmtMohXflDBk3bMFdTO1x8yWuERquGURCQcA6wb9K1z7nNLX5zZNo0dMltJnrhfVOiCZpPE9uUhm3ATDmRoOIS9YwwcJRhKkj4xpXtPQoAKe6l9LbnGUIoVir9amADMFSByzqLZ1E3YeDBjawMw6M0C6fSu0H0Px4tYIn1k=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOATL7xc13hWy6y/Sy0CZrSKM49C6ks/Utmet2wl5XIXEsIGs8Wq6dNw7rJ84a6i6FNbESpK8atbC2F9JmwJp/g=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPptQU6g/KxsxupgHnQ2CCVVu6lEQGKCEH9m6OAQYT3J", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_apparmor": {"status": "disabled"}, "ansible_lsb": {}, "ansible_local": {}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_loadavg": {"1m": 0.84521484375, "5m": 0.412109375, "15m": 0.16455078125}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_is_chroot": false, "ansible_pkg_mgr": "dnf", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "<<< 8222 1726776598.48727: stdout chunk (state=3): >>>16", "minute": "09", "second": "58", "epoch": "1726776598", "epoch_int": "1726776598", "date": "2024-09-19", "time": "16:09:58", "iso8601_micro": "2024-09-19T20:09:58.128789Z", "iso8601": "2024-09-19T20:09:58Z", "iso8601_basic": "20240919T160958128789", "iso8601_basic_short": "20240919T160958", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_iscsi_iqn": "", "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "12:02:82:5f:d9:29", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.9.172", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::1002:82ff:fe5f:d929", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.9.172", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:02:82:5f:d9:29", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.9.172"], "ansible_all_ipv6_addresses": ["fe80::1002:82ff:fe5f:d929"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.9.172", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::1002:82ff:fe5f:d929"]}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 2939, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 592, "free": 2939}, "nocache": {"free": 3275, "used": 256}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec293764-9a53-9f77-b3ce-c526086ed7e4", "ansible_product_uuid": "ec293764-9a53-9f77-b3ce-c526086ed7e4", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"id<<< 8222 1726776598.48757: stdout chunk (state=3): >>>s": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 204, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 268366229504, "size_available": 261790179328, "block_size": 4096, "block_total": 65519099, "block_available": 63913618, "block_used": 1605481, "inode_total": 131070960, "inode_available": 131028510, "inode_used": 42450, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_fips": false, "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 8222 1726776598.50690: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776598.50798: stderr chunk (state=3): >>>Shared connection to 10.31.9.172 closed. <<< 8222 1726776598.50802: stdout chunk (state=3): >>><<< 8222 1726776598.50804: stderr chunk (state=3): >>><<< 8222 1726776598.50807: _low_level_execute_command() done: rc=0, stdout= {"ansible_facts": {"ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_fibre_channel_wwn": [], "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-9-172.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-9-172", "ansible_nodename": "ip-10-31-9-172.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec2937649a539f77b3cec526086ed7e4", "ansible_env": {"SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.10.251 34664 10.31.9.172 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.10.251 34664 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCtVnPYY//5yVJGrt9X82GXaRBmO6kPDpZ2qyXpZhiQIBmh855qhsufMR4dIBXmOyDqDkQvu7UiTjZGqcvrAHcwJHw5mM8iLiKt48/YltFeRDT+vvGGwAxPRRCQVsk6ukowIZmmtql1CayAnrrpFI7ILaNcDR5LQ6dkapcCjeacsS5amB6ukz8nNY15XT6X5+Xa6EXPEjxVkW1H1pZeBgJVSfF/oZm0ICrYqtEXBUcUbAdTnu08GnYO4F5vxRjEKrWZMSlrOQsoWS1pE/oD5XwrMegfgURUE/fhC2YPkztE+ODWneqHO2+FLFSKx3ZbBDwf9fZLMn6dAEKhs/9dbYliAovljmtMohXflDBk3bMFdTO1x8yWuERquGURCQcA6wb9K1z7nNLX5zZNo0dMltJnrhfVOiCZpPE9uUhm3ATDmRoOIS9YwwcJRhKkj4xpXtPQoAKe6l9LbnGUIoVir9amADMFSByzqLZ1E3YeDBjawMw6M0C6fSu0H0Px4tYIn1k=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOATL7xc13hWy6y/Sy0CZrSKM49C6ks/Utmet2wl5XIXEsIGs8Wq6dNw7rJ84a6i6FNbESpK8atbC2F9JmwJp/g=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIPptQU6g/KxsxupgHnQ2CCVVu6lEQGKCEH9m6OAQYT3J", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_apparmor": {"status": "disabled"}, "ansible_lsb": {}, "ansible_local": {}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_loadavg": {"1m": 0.84521484375, "5m": 0.412109375, "15m": 0.16455078125}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_is_chroot": false, "ansible_pkg_mgr": "dnf", "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "16", "minute": "09", "second": "58", "epoch": "1726776598", "epoch_int": "1726776598", "date": "2024-09-19", "time": "16:09:58", "iso8601_micro": "2024-09-19T20:09:58.128789Z", "iso8601": "2024-09-19T20:09:58Z", "iso8601_basic": "20240919T160958128789", "iso8601_basic_short": "20240919T160958", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_iscsi_iqn": "", "ansible_interfaces": ["lo", "eth0"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "12:02:82:5f:d9:29", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.9.172", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::1002:82ff:fe5f:d929", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.9.172", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:02:82:5f:d9:29", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.9.172"], "ansible_all_ipv6_addresses": ["fe80::1002:82ff:fe5f:d929"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.9.172", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::1002:82ff:fe5f:d929"]}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 2939, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 592, "free": 2939}, "nocache": {"free": 3275, "used": 256}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec293764-9a53-9f77-b3ce-c526086ed7e4", "ansible_product_uuid": "ec293764-9a53-9f77-b3ce-c526086ed7e4", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 204, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 268366229504, "size_available": 261790179328, "block_size": 4096, "block_total": 65519099, "block_available": 63913618, "block_used": 1605481, "inode_total": 131070960, "inode_available": 131028510, "inode_used": 42450, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_fips": false, "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 8222 1726776598.51150: done with _execute_module (ansible.legacy.setup, {'_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-1726776597.376489-8238-247500777686958/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776598.51165: _low_level_execute_command(): starting 8222 1726776598.51175: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776597.376489-8238-247500777686958/ > /dev/null 2>&1 && sleep 0' 8222 1726776598.51831: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776598.51909: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776598.51945: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776598.51967: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776598.52042: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776598.54062: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776598.54066: stdout chunk (state=3): >>><<< 8222 1726776598.54073: stderr chunk (state=3): >>><<< 8222 1726776598.54090: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776598.54101: handler run complete 8222 1726776598.54291: variable 'ansible_facts' from source: unknown 8222 1726776598.54324: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776598.54676: variable 'ansible_facts' from source: unknown 8222 1726776598.54768: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776598.54908: attempt loop complete, returning result 8222 1726776598.54912: _execute() done 8222 1726776598.54914: dumping result to json 8222 1726776598.54952: done dumping result, returning 8222 1726776598.54965: done running TaskExecutor() for managed_node3/TASK: Gathering Facts [12343ab9-b159-90b8-9460-000000000014] 8222 1726776598.54972: sending task result for task 12343ab9-b159-90b8-9460-000000000014 8222 1726776598.58043: done sending task result for task 12343ab9-b159-90b8-9460-000000000014 8222 1726776598.58046: WORKER PROCESS EXITING ok: [managed_node3] 8222 1726776598.58388: no more pending results, returning what we have 8222 1726776598.58392: results queue empty 8222 1726776598.58393: checking for any_errors_fatal 8222 1726776598.58394: done checking for any_errors_fatal 8222 1726776598.58397: checking for max_fail_percentage 8222 1726776598.58398: done checking for max_fail_percentage 8222 1726776598.58399: checking to see if all hosts have failed and the running result is not ok 8222 1726776598.58400: done checking to see if all hosts have failed 8222 1726776598.58401: getting the remaining hosts for this loop 8222 1726776598.58402: done getting the remaining hosts for this loop 8222 1726776598.58405: getting the next task for host managed_node3 8222 1726776598.58410: done getting next task for host managed_node3 8222 1726776598.58411: ^ task is: TASK: meta (flush_handlers) 8222 1726776598.58413: ^ 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 8222 1726776598.58416: getting variables 8222 1726776598.58417: in VariableManager get_vars() 8222 1726776598.58429: Calling all_inventory to load vars for managed_node3 8222 1726776598.58432: Calling groups_inventory to load vars for managed_node3 8222 1726776598.58434: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776598.58448: Calling all_plugins_play to load vars for managed_node3 8222 1726776598.58451: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776598.58455: Calling groups_plugins_play to load vars for managed_node3 8222 1726776598.58627: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776598.58834: done with get_vars() 8222 1726776598.58843: done getting variables 8222 1726776598.58902: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 8222 1726776598.58955: in VariableManager get_vars() 8222 1726776598.58964: Calling all_inventory to load vars for managed_node3 8222 1726776598.58966: Calling groups_inventory to load vars for managed_node3 8222 1726776598.58968: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776598.58972: Calling all_plugins_play to load vars for managed_node3 8222 1726776598.58974: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776598.58977: Calling groups_plugins_play to load vars for managed_node3 8222 1726776598.59143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776598.59343: done with get_vars() 8222 1726776598.59358: done queuing things up, now waiting for results queue to drain 8222 1726776598.59360: results queue empty 8222 1726776598.59361: checking for any_errors_fatal 8222 1726776598.59363: done checking for any_errors_fatal 8222 1726776598.59363: checking for max_fail_percentage 8222 1726776598.59364: done checking for max_fail_percentage 8222 1726776598.59365: checking to see if all hosts have failed and the running result is not ok 8222 1726776598.59370: done checking to see if all hosts have failed 8222 1726776598.59371: getting the remaining hosts for this loop 8222 1726776598.59371: done getting the remaining hosts for this loop 8222 1726776598.59374: getting the next task for host managed_node3 8222 1726776598.59378: done getting next task for host managed_node3 8222 1726776598.59380: ^ task is: TASK: Set platform independent vars used by this test 8222 1726776598.59381: ^ 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 8222 1726776598.59383: getting variables 8222 1726776598.59384: in VariableManager get_vars() 8222 1726776598.59393: Calling all_inventory to load vars for managed_node3 8222 1726776598.59397: Calling groups_inventory to load vars for managed_node3 8222 1726776598.59400: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776598.59404: Calling all_plugins_play to load vars for managed_node3 8222 1726776598.59406: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776598.59409: Calling groups_plugins_play to load vars for managed_node3 8222 1726776598.59558: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776598.59747: done with get_vars() 8222 1726776598.59761: done getting variables 8222 1726776598.59843: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Set platform independent vars used by this test] ************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:10 Thursday 19 September 2024 16:09:58 -0400 (0:00:01.265) 0:00:01.276 **** 8222 1726776598.59880: entering _queue_task() for managed_node3/include_vars 8222 1726776598.59882: Creating lock for include_vars 8222 1726776598.60304: worker is 1 (out of 1 available) 8222 1726776598.60315: exiting _queue_task() for managed_node3/include_vars 8222 1726776598.60324: done queuing things up, now waiting for results queue to drain 8222 1726776598.60325: waiting for pending results... 8222 1726776598.60563: running TaskExecutor() for managed_node3/TASK: Set platform independent vars used by this test 8222 1726776598.60568: in run() - task 12343ab9-b159-90b8-9460-000000000006 8222 1726776598.60571: variable 'ansible_search_path' from source: unknown 8222 1726776598.60610: calling self._execute() 8222 1726776598.60692: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776598.60706: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776598.60721: variable 'omit' from source: magic vars 8222 1726776598.60834: variable 'omit' from source: magic vars 8222 1726776598.60868: variable 'omit' from source: magic vars 8222 1726776598.60922: variable 'omit' from source: magic vars 8222 1726776598.60965: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776598.61066: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776598.61102: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776598.61129: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776598.61145: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776598.61206: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776598.61209: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776598.61211: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776598.61311: Set connection var ansible_timeout to 10 8222 1726776598.61327: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776598.61340: Set connection var ansible_connection to ssh 8222 1726776598.61391: Set connection var ansible_shell_executable to /bin/sh 8222 1726776598.61396: Set connection var ansible_shell_type to sh 8222 1726776598.61399: Set connection var ansible_pipelining to False 8222 1726776598.61401: variable 'ansible_shell_executable' from source: unknown 8222 1726776598.61403: variable 'ansible_connection' from source: unknown 8222 1726776598.61405: variable 'ansible_module_compression' from source: unknown 8222 1726776598.61411: variable 'ansible_shell_type' from source: unknown 8222 1726776598.61427: variable 'ansible_shell_executable' from source: unknown 8222 1726776598.61435: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776598.61447: variable 'ansible_pipelining' from source: unknown 8222 1726776598.61531: variable 'ansible_timeout' from source: unknown 8222 1726776598.61535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776598.61615: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776598.61638: variable 'omit' from source: magic vars 8222 1726776598.61649: starting attempt loop 8222 1726776598.61660: running the handler 8222 1726776598.61677: evaluation_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings 8222 1726776598.61710: search_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/vars/vars_simple_settings.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/vars_simple_settings.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/vars/vars_simple_settings.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/vars_simple_settings.yml 8222 1726776598.61868: handler run complete 8222 1726776598.61888: attempt loop complete, returning result 8222 1726776598.61967: _execute() done 8222 1726776598.61970: dumping result to json 8222 1726776598.61972: done dumping result, returning 8222 1726776598.61974: done running TaskExecutor() for managed_node3/TASK: Set platform independent vars used by this test [12343ab9-b159-90b8-9460-000000000006] 8222 1726776598.61976: sending task result for task 12343ab9-b159-90b8-9460-000000000006 8222 1726776598.62055: done sending task result for task 12343ab9-b159-90b8-9460-000000000006 8222 1726776598.62058: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_profile_file": "# File managed by Ansible - DO NOT EDIT\n[main]\nsummary = kernel settings\n[sysctl]\nfs.epoll.max_user_watches = 785592\nfs.file-max = 379724\n[vm]\ntransparent_hugepages = madvise\n[sysfs]\n/sys/kernel/debug/x86/ibrs_enabled = 0\n/sys/kernel/debug/x86/pti_enabled = 0\n/sys/kernel/debug/x86/retp_enabled = 0\n{% if __kernel_settings_blcmdline_value | d() %}\n[bootloader]\ncmdline = {{ __kernel_settings_blcmdline_value }}\n{% endif %}\n", "kernel_settings_sysctl": [ { "name": "fs.epoll.max_user_watches", "value": 785592 }, { "name": "fs.file-max", "value": 379724 }, { "name": "no.such.param", "state": "absent" } ], "kernel_settings_sysfs": [ { "name": "/sys/kernel/debug/x86/pti_enabled", "value": 0 }, { "name": "/sys/kernel/debug/x86/retp_enabled", "value": 0 }, { "name": "/sys/kernel/debug/x86/ibrs_enabled", "value": 0 }, { "name": "/sys/not/found", "state": "absent" } ], "kernel_settings_systemd_cpu_affinity": { "state": "absent" }, "kernel_settings_transparent_hugepages": "madvise", "kernel_settings_transparent_hugepages_defrag": { "state": "absent" } }, "ansible_included_var_files": [ "/tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/vars_simple_settings.yml" ], "changed": false } 8222 1726776598.62218: no more pending results, returning what we have 8222 1726776598.62221: results queue empty 8222 1726776598.62222: checking for any_errors_fatal 8222 1726776598.62224: done checking for any_errors_fatal 8222 1726776598.62225: checking for max_fail_percentage 8222 1726776598.62226: done checking for max_fail_percentage 8222 1726776598.62227: checking to see if all hosts have failed and the running result is not ok 8222 1726776598.62228: done checking to see if all hosts have failed 8222 1726776598.62228: getting the remaining hosts for this loop 8222 1726776598.62230: done getting the remaining hosts for this loop 8222 1726776598.62234: getting the next task for host managed_node3 8222 1726776598.62238: done getting next task for host managed_node3 8222 1726776598.62241: ^ task is: TASK: Disable bootloader cmdline testing on Fedora 8222 1726776598.62243: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8222 1726776598.62246: getting variables 8222 1726776598.62247: in VariableManager get_vars() 8222 1726776598.62272: Calling all_inventory to load vars for managed_node3 8222 1726776598.62275: Calling groups_inventory to load vars for managed_node3 8222 1726776598.62278: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776598.62504: Calling all_plugins_play to load vars for managed_node3 8222 1726776598.62508: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776598.62512: Calling groups_plugins_play to load vars for managed_node3 8222 1726776598.62707: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776598.62906: done with get_vars() 8222 1726776598.62914: done getting variables 8222 1726776598.63009: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Disable bootloader cmdline testing on Fedora] **************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:14 Thursday 19 September 2024 16:09:58 -0400 (0:00:00.031) 0:00:01.308 **** 8222 1726776598.63033: entering _queue_task() for managed_node3/set_fact 8222 1726776598.63035: Creating lock for set_fact 8222 1726776598.63393: worker is 1 (out of 1 available) 8222 1726776598.63405: exiting _queue_task() for managed_node3/set_fact 8222 1726776598.63414: done queuing things up, now waiting for results queue to drain 8222 1726776598.63415: waiting for pending results... 8222 1726776598.63702: running TaskExecutor() for managed_node3/TASK: Disable bootloader cmdline testing on Fedora 8222 1726776598.63708: in run() - task 12343ab9-b159-90b8-9460-000000000007 8222 1726776598.63712: variable 'ansible_search_path' from source: unknown 8222 1726776598.63720: calling self._execute() 8222 1726776598.63743: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776598.63756: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776598.63770: variable 'omit' from source: magic vars 8222 1726776598.64253: variable 'ansible_distribution' from source: facts 8222 1726776598.64283: Evaluated conditional (ansible_distribution == "Fedora"): False 8222 1726776598.64297: when evaluation is False, skipping this task 8222 1726776598.64305: _execute() done 8222 1726776598.64313: dumping result to json 8222 1726776598.64320: done dumping result, returning 8222 1726776598.64329: done running TaskExecutor() for managed_node3/TASK: Disable bootloader cmdline testing on Fedora [12343ab9-b159-90b8-9460-000000000007] 8222 1726776598.64337: sending task result for task 12343ab9-b159-90b8-9460-000000000007 skipping: [managed_node3] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\"", "skip_reason": "Conditional result was False" } 8222 1726776598.64526: no more pending results, returning what we have 8222 1726776598.64529: results queue empty 8222 1726776598.64530: checking for any_errors_fatal 8222 1726776598.64535: done checking for any_errors_fatal 8222 1726776598.64536: checking for max_fail_percentage 8222 1726776598.64538: done checking for max_fail_percentage 8222 1726776598.64539: checking to see if all hosts have failed and the running result is not ok 8222 1726776598.64540: done checking to see if all hosts have failed 8222 1726776598.64540: getting the remaining hosts for this loop 8222 1726776598.64542: done getting the remaining hosts for this loop 8222 1726776598.64546: getting the next task for host managed_node3 8222 1726776598.64553: done getting next task for host managed_node3 8222 1726776598.64556: ^ task is: TASK: Apply the settings - call the role 8222 1726776598.64558: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8222 1726776598.64562: getting variables 8222 1726776598.64563: in VariableManager get_vars() 8222 1726776598.64602: Calling all_inventory to load vars for managed_node3 8222 1726776598.64605: Calling groups_inventory to load vars for managed_node3 8222 1726776598.64609: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776598.64620: Calling all_plugins_play to load vars for managed_node3 8222 1726776598.64623: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776598.64627: Calling groups_plugins_play to load vars for managed_node3 8222 1726776598.64987: done sending task result for task 12343ab9-b159-90b8-9460-000000000007 8222 1726776598.64991: WORKER PROCESS EXITING 8222 1726776598.65024: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776598.65229: done with get_vars() 8222 1726776598.65239: done getting variables TASK [Apply the settings - call the role] ************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:25 Thursday 19 September 2024 16:09:58 -0400 (0:00:00.022) 0:00:01.331 **** 8222 1726776598.65322: entering _queue_task() for managed_node3/include_role 8222 1726776598.65324: Creating lock for include_role 8222 1726776598.65675: worker is 1 (out of 1 available) 8222 1726776598.65684: exiting _queue_task() for managed_node3/include_role 8222 1726776598.65697: done queuing things up, now waiting for results queue to drain 8222 1726776598.65698: waiting for pending results... 8222 1726776598.65896: running TaskExecutor() for managed_node3/TASK: Apply the settings - call the role 8222 1726776598.65929: in run() - task 12343ab9-b159-90b8-9460-000000000008 8222 1726776598.65948: variable 'ansible_search_path' from source: unknown 8222 1726776598.65984: calling self._execute() 8222 1726776598.66066: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776598.66103: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776598.66106: variable 'omit' from source: magic vars 8222 1726776598.66212: _execute() done 8222 1726776598.66220: dumping result to json 8222 1726776598.66232: done dumping result, returning 8222 1726776598.66321: done running TaskExecutor() for managed_node3/TASK: Apply the settings - call the role [12343ab9-b159-90b8-9460-000000000008] 8222 1726776598.66324: sending task result for task 12343ab9-b159-90b8-9460-000000000008 8222 1726776598.66404: done sending task result for task 12343ab9-b159-90b8-9460-000000000008 8222 1726776598.66408: WORKER PROCESS EXITING 8222 1726776598.66438: no more pending results, returning what we have 8222 1726776598.66444: in VariableManager get_vars() 8222 1726776598.66557: Calling all_inventory to load vars for managed_node3 8222 1726776598.66560: Calling groups_inventory to load vars for managed_node3 8222 1726776598.66563: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776598.66579: Calling all_plugins_play to load vars for managed_node3 8222 1726776598.66582: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776598.66588: Calling groups_plugins_play to load vars for managed_node3 8222 1726776598.66843: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776598.67042: done with get_vars() 8222 1726776598.67049: variable 'ansible_search_path' from source: unknown 8222 1726776598.67319: variable 'omit' from source: magic vars 8222 1726776598.67348: variable 'omit' from source: magic vars 8222 1726776598.67362: variable 'omit' from source: magic vars 8222 1726776598.67367: we have included files to process 8222 1726776598.67367: generating all_blocks data 8222 1726776598.67369: done generating all_blocks data 8222 1726776598.67370: processing included file: fedora.linux_system_roles.kernel_settings 8222 1726776598.67393: in VariableManager get_vars() 8222 1726776598.67411: done with get_vars() 8222 1726776598.67479: in VariableManager get_vars() 8222 1726776598.67494: done with get_vars() 8222 1726776598.67536: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 8222 1726776598.67709: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 8222 1726776598.67777: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 8222 1726776598.67918: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 8222 1726776598.68801: in VariableManager get_vars() 8222 1726776598.68820: done with get_vars() 8222 1726776598.70398: in VariableManager get_vars() 8222 1726776598.70418: done with get_vars() 8222 1726776598.70593: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 8222 1726776598.71364: iterating over new_blocks loaded from include file 8222 1726776598.71367: in VariableManager get_vars() 8222 1726776598.71382: done with get_vars() 8222 1726776598.71384: filtering new block on tags 8222 1726776598.71427: done filtering new block on tags 8222 1726776598.71431: in VariableManager get_vars() 8222 1726776598.71452: done with get_vars() 8222 1726776598.71454: filtering new block on tags 8222 1726776598.71497: done filtering new block on tags 8222 1726776598.71499: in VariableManager get_vars() 8222 1726776598.71514: done with get_vars() 8222 1726776598.71515: filtering new block on tags 8222 1726776598.71682: done filtering new block on tags 8222 1726776598.71687: in VariableManager get_vars() 8222 1726776598.71703: done with get_vars() 8222 1726776598.71705: filtering new block on tags 8222 1726776598.71721: done filtering new block on tags 8222 1726776598.71724: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node3 8222 1726776598.71730: extending task lists for all hosts with included blocks 8222 1726776598.71948: done extending task lists 8222 1726776598.71950: done processing included files 8222 1726776598.71951: results queue empty 8222 1726776598.71951: checking for any_errors_fatal 8222 1726776598.71955: done checking for any_errors_fatal 8222 1726776598.71955: checking for max_fail_percentage 8222 1726776598.71957: done checking for max_fail_percentage 8222 1726776598.71957: checking to see if all hosts have failed and the running result is not ok 8222 1726776598.71958: done checking to see if all hosts have failed 8222 1726776598.71959: getting the remaining hosts for this loop 8222 1726776598.71960: done getting the remaining hosts for this loop 8222 1726776598.71962: getting the next task for host managed_node3 8222 1726776598.71966: done getting next task for host managed_node3 8222 1726776598.71968: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 8222 1726776598.71970: ^ 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 8222 1726776598.71979: getting variables 8222 1726776598.71980: in VariableManager get_vars() 8222 1726776598.72001: Calling all_inventory to load vars for managed_node3 8222 1726776598.72003: Calling groups_inventory to load vars for managed_node3 8222 1726776598.72005: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776598.72010: Calling all_plugins_play to load vars for managed_node3 8222 1726776598.72013: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776598.72016: Calling groups_plugins_play to load vars for managed_node3 8222 1726776598.72304: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776598.72513: done with get_vars() 8222 1726776598.72522: done getting variables 8222 1726776598.72600: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 16:09:58 -0400 (0:00:00.073) 0:00:01.404 **** 8222 1726776598.72628: entering _queue_task() for managed_node3/fail 8222 1726776598.72630: Creating lock for fail 8222 1726776598.72965: worker is 1 (out of 1 available) 8222 1726776598.73100: exiting _queue_task() for managed_node3/fail 8222 1726776598.73111: done queuing things up, now waiting for results queue to drain 8222 1726776598.73112: waiting for pending results... 8222 1726776598.73349: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 8222 1726776598.73365: in run() - task 12343ab9-b159-90b8-9460-000000000047 8222 1726776598.73385: variable 'ansible_search_path' from source: unknown 8222 1726776598.73399: variable 'ansible_search_path' from source: unknown 8222 1726776598.73439: calling self._execute() 8222 1726776598.73519: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776598.73556: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776598.73560: variable 'omit' from source: magic vars 8222 1726776598.74020: variable 'kernel_settings_sysctl' from source: include_vars 8222 1726776598.74100: variable '__kernel_settings_state_empty' from source: role '' all vars 8222 1726776598.74291: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 8222 1726776598.74414: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776598.76538: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776598.76622: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776598.76666: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776598.76713: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776598.76744: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776598.76835: 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) 8222 1726776598.76871: 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) 8222 1726776598.76914: 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) 8222 1726776598.76957: 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) 8222 1726776598.76976: 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) 8222 1726776598.77044: 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) 8222 1726776598.77070: 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) 8222 1726776598.77103: 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) 8222 1726776598.77149: 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) 8222 1726776598.77168: 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) 8222 1726776598.77220: 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) 8222 1726776598.77252: 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) 8222 1726776598.77282: 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) 8222 1726776598.77330: 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) 8222 1726776598.77354: 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) 8222 1726776598.77657: variable 'kernel_settings_sysctl' from source: include_vars 8222 1726776598.77736: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776598.77931: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776598.77970: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776598.78012: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776598.78045: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776598.78091: 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) 8222 1726776598.78124: 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) 8222 1726776598.78154: 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) 8222 1726776598.78184: 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) 8222 1726776598.78290: 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) 8222 1726776598.78296: 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) 8222 1726776598.78299: 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) 8222 1726776598.78325: 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) 8222 1726776598.78361: 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 8222 1726776598.78378: when evaluation is False, skipping this task 8222 1726776598.78385: _execute() done 8222 1726776598.78491: dumping result to json 8222 1726776598.78497: done dumping result, returning 8222 1726776598.78500: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [12343ab9-b159-90b8-9460-000000000047] 8222 1726776598.78502: sending task result for task 12343ab9-b159-90b8-9460-000000000047 8222 1726776598.78571: done sending task result for task 12343ab9-b159-90b8-9460-000000000047 8222 1726776598.78575: 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" } 8222 1726776598.78629: no more pending results, returning what we have 8222 1726776598.78632: results queue empty 8222 1726776598.78634: checking for any_errors_fatal 8222 1726776598.78636: done checking for any_errors_fatal 8222 1726776598.78636: checking for max_fail_percentage 8222 1726776598.78638: done checking for max_fail_percentage 8222 1726776598.78639: checking to see if all hosts have failed and the running result is not ok 8222 1726776598.78639: done checking to see if all hosts have failed 8222 1726776598.78640: getting the remaining hosts for this loop 8222 1726776598.78642: done getting the remaining hosts for this loop 8222 1726776598.78646: getting the next task for host managed_node3 8222 1726776598.78654: done getting next task for host managed_node3 8222 1726776598.78658: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 8222 1726776598.78662: ^ 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 8222 1726776598.78674: getting variables 8222 1726776598.78676: in VariableManager get_vars() 8222 1726776598.78716: Calling all_inventory to load vars for managed_node3 8222 1726776598.78719: Calling groups_inventory to load vars for managed_node3 8222 1726776598.78721: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776598.78732: Calling all_plugins_play to load vars for managed_node3 8222 1726776598.78735: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776598.78737: Calling groups_plugins_play to load vars for managed_node3 8222 1726776598.79140: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776598.79352: done with get_vars() 8222 1726776598.79364: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 16:09:58 -0400 (0:00:00.068) 0:00:01.472 **** 8222 1726776598.79462: entering _queue_task() for managed_node3/include_tasks 8222 1726776598.79464: Creating lock for include_tasks 8222 1726776598.79751: worker is 1 (out of 1 available) 8222 1726776598.79762: exiting _queue_task() for managed_node3/include_tasks 8222 1726776598.79774: done queuing things up, now waiting for results queue to drain 8222 1726776598.79775: waiting for pending results... 8222 1726776598.80039: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 8222 1726776598.80194: in run() - task 12343ab9-b159-90b8-9460-000000000048 8222 1726776598.80197: variable 'ansible_search_path' from source: unknown 8222 1726776598.80200: variable 'ansible_search_path' from source: unknown 8222 1726776598.80202: calling self._execute() 8222 1726776598.80258: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776598.80262: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776598.80403: variable 'omit' from source: magic vars 8222 1726776598.80409: _execute() done 8222 1726776598.80412: dumping result to json 8222 1726776598.80415: done dumping result, returning 8222 1726776598.80433: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [12343ab9-b159-90b8-9460-000000000048] 8222 1726776598.80436: sending task result for task 12343ab9-b159-90b8-9460-000000000048 8222 1726776598.80498: done sending task result for task 12343ab9-b159-90b8-9460-000000000048 8222 1726776598.80501: WORKER PROCESS EXITING 8222 1726776598.80563: no more pending results, returning what we have 8222 1726776598.80568: in VariableManager get_vars() 8222 1726776598.80615: Calling all_inventory to load vars for managed_node3 8222 1726776598.80620: Calling groups_inventory to load vars for managed_node3 8222 1726776598.80623: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776598.80637: Calling all_plugins_play to load vars for managed_node3 8222 1726776598.80641: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776598.80644: Calling groups_plugins_play to load vars for managed_node3 8222 1726776598.80996: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776598.81192: done with get_vars() 8222 1726776598.81203: variable 'ansible_search_path' from source: unknown 8222 1726776598.81204: variable 'ansible_search_path' from source: unknown 8222 1726776598.81238: we have included files to process 8222 1726776598.81239: generating all_blocks data 8222 1726776598.81241: done generating all_blocks data 8222 1726776598.81246: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 8222 1726776598.81247: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 8222 1726776598.81250: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 8222 1726776598.82063: done processing included file 8222 1726776598.82065: iterating over new_blocks loaded from include file 8222 1726776598.82067: in VariableManager get_vars() 8222 1726776598.82090: done with get_vars() 8222 1726776598.82092: filtering new block on tags 8222 1726776598.82119: done filtering new block on tags 8222 1726776598.82122: in VariableManager get_vars() 8222 1726776598.82141: done with get_vars() 8222 1726776598.82142: filtering new block on tags 8222 1726776598.82179: done filtering new block on tags 8222 1726776598.82181: in VariableManager get_vars() 8222 1726776598.82226: done with get_vars() 8222 1726776598.82228: filtering new block on tags 8222 1726776598.82263: done filtering new block on tags 8222 1726776598.82266: in VariableManager get_vars() 8222 1726776598.82284: done with get_vars() 8222 1726776598.82287: filtering new block on tags 8222 1726776598.82312: done filtering new block on tags 8222 1726776598.82315: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node3 8222 1726776598.82321: extending task lists for all hosts with included blocks 8222 1726776598.82469: done extending task lists 8222 1726776598.82470: done processing included files 8222 1726776598.82471: results queue empty 8222 1726776598.82471: checking for any_errors_fatal 8222 1726776598.82474: done checking for any_errors_fatal 8222 1726776598.82475: checking for max_fail_percentage 8222 1726776598.82476: done checking for max_fail_percentage 8222 1726776598.82477: checking to see if all hosts have failed and the running result is not ok 8222 1726776598.82478: done checking to see if all hosts have failed 8222 1726776598.82479: getting the remaining hosts for this loop 8222 1726776598.82480: done getting the remaining hosts for this loop 8222 1726776598.82483: getting the next task for host managed_node3 8222 1726776598.82489: done getting next task for host managed_node3 8222 1726776598.82491: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 8222 1726776598.82496: ^ 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? (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 8222 1726776598.82505: getting variables 8222 1726776598.82506: in VariableManager get_vars() 8222 1726776598.82517: Calling all_inventory to load vars for managed_node3 8222 1726776598.82519: Calling groups_inventory to load vars for managed_node3 8222 1726776598.82522: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776598.82526: Calling all_plugins_play to load vars for managed_node3 8222 1726776598.82529: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776598.82531: Calling groups_plugins_play to load vars for managed_node3 8222 1726776598.82667: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776598.82861: done with get_vars() 8222 1726776598.82869: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 16:09:58 -0400 (0:00:00.034) 0:00:01.507 **** 8222 1726776598.82941: entering _queue_task() for managed_node3/setup 8222 1726776598.83215: worker is 1 (out of 1 available) 8222 1726776598.83225: exiting _queue_task() for managed_node3/setup 8222 1726776598.83236: done queuing things up, now waiting for results queue to drain 8222 1726776598.83238: waiting for pending results... 8222 1726776598.83481: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 8222 1726776598.83675: in run() - task 12343ab9-b159-90b8-9460-0000000000bb 8222 1726776598.83679: variable 'ansible_search_path' from source: unknown 8222 1726776598.83682: variable 'ansible_search_path' from source: unknown 8222 1726776598.83685: calling self._execute() 8222 1726776598.83722: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776598.83728: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776598.83738: variable 'omit' from source: magic vars 8222 1726776598.84313: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776598.86513: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776598.86518: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776598.86521: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776598.86545: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776598.86570: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776598.87075: 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) 8222 1726776598.87080: 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) 8222 1726776598.87082: 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) 8222 1726776598.87085: 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) 8222 1726776598.87091: 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) 8222 1726776598.87102: 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) 8222 1726776598.87126: 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) 8222 1726776598.87150: 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) 8222 1726776598.87192: 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) 8222 1726776598.87209: 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) 8222 1726776598.87395: variable '__kernel_settings_required_facts' from source: role '' all vars 8222 1726776598.87411: variable 'ansible_facts' from source: unknown 8222 1726776598.87596: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 8222 1726776598.87599: when evaluation is False, skipping this task 8222 1726776598.87602: _execute() done 8222 1726776598.87605: dumping result to json 8222 1726776598.87607: done dumping result, returning 8222 1726776598.87609: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [12343ab9-b159-90b8-9460-0000000000bb] 8222 1726776598.87610: sending task result for task 12343ab9-b159-90b8-9460-0000000000bb 8222 1726776598.87674: done sending task result for task 12343ab9-b159-90b8-9460-0000000000bb 8222 1726776598.87677: 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" } 8222 1726776598.87729: no more pending results, returning what we have 8222 1726776598.87733: results queue empty 8222 1726776598.87734: checking for any_errors_fatal 8222 1726776598.87735: done checking for any_errors_fatal 8222 1726776598.87736: checking for max_fail_percentage 8222 1726776598.87738: done checking for max_fail_percentage 8222 1726776598.87738: checking to see if all hosts have failed and the running result is not ok 8222 1726776598.87739: done checking to see if all hosts have failed 8222 1726776598.87740: getting the remaining hosts for this loop 8222 1726776598.87742: done getting the remaining hosts for this loop 8222 1726776598.87747: getting the next task for host managed_node3 8222 1726776598.87757: done getting next task for host managed_node3 8222 1726776598.87761: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 8222 1726776598.87766: ^ 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? (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 8222 1726776598.87779: getting variables 8222 1726776598.87781: in VariableManager get_vars() 8222 1726776598.87824: Calling all_inventory to load vars for managed_node3 8222 1726776598.87828: Calling groups_inventory to load vars for managed_node3 8222 1726776598.87831: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776598.87842: Calling all_plugins_play to load vars for managed_node3 8222 1726776598.87846: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776598.87849: Calling groups_plugins_play to load vars for managed_node3 8222 1726776598.88276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776598.88495: done with get_vars() 8222 1726776598.88507: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 16:09:58 -0400 (0:00:00.056) 0:00:01.564 **** 8222 1726776598.88611: entering _queue_task() for managed_node3/stat 8222 1726776598.88901: worker is 1 (out of 1 available) 8222 1726776598.88913: exiting _queue_task() for managed_node3/stat 8222 1726776598.88924: done queuing things up, now waiting for results queue to drain 8222 1726776598.88925: waiting for pending results... 8222 1726776598.89404: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 8222 1726776598.89410: in run() - task 12343ab9-b159-90b8-9460-0000000000bd 8222 1726776598.89414: variable 'ansible_search_path' from source: unknown 8222 1726776598.89417: variable 'ansible_search_path' from source: unknown 8222 1726776598.89420: calling self._execute() 8222 1726776598.89448: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776598.89451: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776598.89454: variable 'omit' from source: magic vars 8222 1726776598.90194: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776598.90406: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776598.90449: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776598.90489: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776598.90553: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776598.90648: 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) 8222 1726776598.90666: 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) 8222 1726776598.90697: 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) 8222 1726776598.90758: 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) 8222 1726776598.90852: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 8222 1726776598.90865: variable 'omit' from source: magic vars 8222 1726776598.90932: variable 'omit' from source: magic vars 8222 1726776598.90974: variable 'omit' from source: magic vars 8222 1726776598.91083: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776598.91089: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776598.91091: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776598.91094: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776598.91096: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776598.91098: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776598.91104: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776598.91106: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776598.91214: Set connection var ansible_timeout to 10 8222 1726776598.91221: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776598.91227: Set connection var ansible_connection to ssh 8222 1726776598.91236: Set connection var ansible_shell_executable to /bin/sh 8222 1726776598.91239: Set connection var ansible_shell_type to sh 8222 1726776598.91244: Set connection var ansible_pipelining to False 8222 1726776598.91267: variable 'ansible_shell_executable' from source: unknown 8222 1726776598.91270: variable 'ansible_connection' from source: unknown 8222 1726776598.91273: variable 'ansible_module_compression' from source: unknown 8222 1726776598.91275: variable 'ansible_shell_type' from source: unknown 8222 1726776598.91278: variable 'ansible_shell_executable' from source: unknown 8222 1726776598.91280: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776598.91282: variable 'ansible_pipelining' from source: unknown 8222 1726776598.91284: variable 'ansible_timeout' from source: unknown 8222 1726776598.91291: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776598.91445: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776598.91519: variable 'omit' from source: magic vars 8222 1726776598.91523: starting attempt loop 8222 1726776598.91525: running the handler 8222 1726776598.91527: _low_level_execute_command(): starting 8222 1726776598.91529: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776598.92205: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776598.92306: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776598.92318: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776598.92336: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776598.92356: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776598.92449: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776598.94149: stdout chunk (state=3): >>>/root <<< 8222 1726776598.94397: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776598.94402: stdout chunk (state=3): >>><<< 8222 1726776598.94404: stderr chunk (state=3): >>><<< 8222 1726776598.94408: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776598.94418: _low_level_execute_command(): starting 8222 1726776598.94421: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776598.9431772-8352-189604303488398 `" && echo ansible-tmp-1726776598.9431772-8352-189604303488398="` echo /root/.ansible/tmp/ansible-tmp-1726776598.9431772-8352-189604303488398 `" ) && sleep 0' 8222 1726776598.95036: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776598.95054: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776598.95099: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776598.95153: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8222 1726776598.95168: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776598.95223: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776598.95241: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776598.95267: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776598.95361: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776598.97307: stdout chunk (state=3): >>>ansible-tmp-1726776598.9431772-8352-189604303488398=/root/.ansible/tmp/ansible-tmp-1726776598.9431772-8352-189604303488398 <<< 8222 1726776598.97466: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776598.97470: stdout chunk (state=3): >>><<< 8222 1726776598.97472: stderr chunk (state=3): >>><<< 8222 1726776598.97491: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776598.9431772-8352-189604303488398=/root/.ansible/tmp/ansible-tmp-1726776598.9431772-8352-189604303488398 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776598.97692: variable 'ansible_module_compression' from source: unknown 8222 1726776598.97698: ANSIBALLZ: Using lock for stat 8222 1726776598.97700: ANSIBALLZ: Acquiring lock 8222 1726776598.97702: ANSIBALLZ: Lock acquired: 140312690217984 8222 1726776598.97704: ANSIBALLZ: Creating module 8222 1726776599.10517: ANSIBALLZ: Writing module into payload 8222 1726776599.10610: ANSIBALLZ: Writing module 8222 1726776599.10626: ANSIBALLZ: Renaming module 8222 1726776599.10632: ANSIBALLZ: Done creating module 8222 1726776599.10648: variable 'ansible_facts' from source: unknown 8222 1726776599.10723: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776598.9431772-8352-189604303488398/AnsiballZ_stat.py 8222 1726776599.10943: Sending initial data 8222 1726776599.10948: Sent initial data (151 bytes) 8222 1726776599.11596: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776599.11600: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776599.11604: 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 <<< 8222 1726776599.11606: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776599.11609: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776599.11659: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776599.11718: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776599.13359: 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 <<< 8222 1726776599.13427: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776599.13473: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp_wp51930 /root/.ansible/tmp/ansible-tmp-1726776598.9431772-8352-189604303488398/AnsiballZ_stat.py <<< 8222 1726776599.13477: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776598.9431772-8352-189604303488398/AnsiballZ_stat.py" <<< 8222 1726776599.13520: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp_wp51930" to remote "/root/.ansible/tmp/ansible-tmp-1726776598.9431772-8352-189604303488398/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776598.9431772-8352-189604303488398/AnsiballZ_stat.py" <<< 8222 1726776599.14341: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776599.14344: stdout chunk (state=3): >>><<< 8222 1726776599.14347: stderr chunk (state=3): >>><<< 8222 1726776599.14368: done transferring module to remote 8222 1726776599.14384: _low_level_execute_command(): starting 8222 1726776599.14450: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776598.9431772-8352-189604303488398/ /root/.ansible/tmp/ansible-tmp-1726776598.9431772-8352-189604303488398/AnsiballZ_stat.py && sleep 0' 8222 1726776599.15110: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776599.15146: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776599.15166: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776599.15240: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776599.17128: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776599.17139: stdout chunk (state=3): >>><<< 8222 1726776599.17150: stderr chunk (state=3): >>><<< 8222 1726776599.17222: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776599.17225: _low_level_execute_command(): starting 8222 1726776599.17228: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776598.9431772-8352-189604303488398/AnsiballZ_stat.py && sleep 0' 8222 1726776599.17901: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776599.17938: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776599.17954: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776599.17975: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776599.18064: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776599.33592: 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"}}} <<< 8222 1726776599.35066: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776599.35071: stdout chunk (state=3): >>><<< 8222 1726776599.35073: stderr chunk (state=3): >>><<< 8222 1726776599.35076: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776599.35079: 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-1726776598.9431772-8352-189604303488398/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776599.35081: _low_level_execute_command(): starting 8222 1726776599.35083: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776598.9431772-8352-189604303488398/ > /dev/null 2>&1 && sleep 0' 8222 1726776599.35693: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776599.35701: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776599.35704: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776599.35707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776599.35730: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776599.35756: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776599.35837: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776599.37657: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776599.37667: stdout chunk (state=3): >>><<< 8222 1726776599.37680: stderr chunk (state=3): >>><<< 8222 1726776599.37702: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776599.37722: handler run complete 8222 1726776599.37892: attempt loop complete, returning result 8222 1726776599.37895: _execute() done 8222 1726776599.37897: dumping result to json 8222 1726776599.37899: done dumping result, returning 8222 1726776599.37902: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [12343ab9-b159-90b8-9460-0000000000bd] 8222 1726776599.37904: sending task result for task 12343ab9-b159-90b8-9460-0000000000bd 8222 1726776599.37972: done sending task result for task 12343ab9-b159-90b8-9460-0000000000bd 8222 1726776599.37975: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 8222 1726776599.38048: no more pending results, returning what we have 8222 1726776599.38051: results queue empty 8222 1726776599.38052: checking for any_errors_fatal 8222 1726776599.38057: done checking for any_errors_fatal 8222 1726776599.38057: checking for max_fail_percentage 8222 1726776599.38059: done checking for max_fail_percentage 8222 1726776599.38060: checking to see if all hosts have failed and the running result is not ok 8222 1726776599.38061: done checking to see if all hosts have failed 8222 1726776599.38062: getting the remaining hosts for this loop 8222 1726776599.38063: done getting the remaining hosts for this loop 8222 1726776599.38068: getting the next task for host managed_node3 8222 1726776599.38074: done getting next task for host managed_node3 8222 1726776599.38077: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 8222 1726776599.38081: ^ 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? (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 8222 1726776599.38093: getting variables 8222 1726776599.38096: in VariableManager get_vars() 8222 1726776599.38130: Calling all_inventory to load vars for managed_node3 8222 1726776599.38133: Calling groups_inventory to load vars for managed_node3 8222 1726776599.38135: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776599.38147: Calling all_plugins_play to load vars for managed_node3 8222 1726776599.38150: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776599.38153: Calling groups_plugins_play to load vars for managed_node3 8222 1726776599.38600: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776599.38819: done with get_vars() 8222 1726776599.38831: done getting variables 8222 1726776599.38898: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 16:09:59 -0400 (0:00:00.503) 0:00:02.067 **** 8222 1726776599.38931: entering _queue_task() for managed_node3/set_fact 8222 1726776599.39311: worker is 1 (out of 1 available) 8222 1726776599.39321: exiting _queue_task() for managed_node3/set_fact 8222 1726776599.39331: done queuing things up, now waiting for results queue to drain 8222 1726776599.39332: waiting for pending results... 8222 1726776599.39567: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 8222 1726776599.39628: in run() - task 12343ab9-b159-90b8-9460-0000000000be 8222 1726776599.39647: variable 'ansible_search_path' from source: unknown 8222 1726776599.39666: variable 'ansible_search_path' from source: unknown 8222 1726776599.39721: calling self._execute() 8222 1726776599.39855: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776599.39868: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776599.39939: variable 'omit' from source: magic vars 8222 1726776599.40377: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776599.40631: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776599.40682: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776599.40730: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776599.40771: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776599.40862: 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) 8222 1726776599.40895: 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) 8222 1726776599.40968: 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) 8222 1726776599.40971: 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) 8222 1726776599.41096: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 8222 1726776599.41107: variable 'omit' from source: magic vars 8222 1726776599.41178: variable 'omit' from source: magic vars 8222 1726776599.41304: variable '__ostree_booted_stat' from source: set_fact 8222 1726776599.41463: variable 'omit' from source: magic vars 8222 1726776599.41466: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776599.41469: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776599.41471: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776599.41473: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776599.41475: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776599.41502: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776599.41511: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776599.41519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776599.41633: Set connection var ansible_timeout to 10 8222 1726776599.41646: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776599.41655: Set connection var ansible_connection to ssh 8222 1726776599.41664: Set connection var ansible_shell_executable to /bin/sh 8222 1726776599.41671: Set connection var ansible_shell_type to sh 8222 1726776599.41701: Set connection var ansible_pipelining to False 8222 1726776599.41727: variable 'ansible_shell_executable' from source: unknown 8222 1726776599.41735: variable 'ansible_connection' from source: unknown 8222 1726776599.41742: variable 'ansible_module_compression' from source: unknown 8222 1726776599.41792: variable 'ansible_shell_type' from source: unknown 8222 1726776599.41795: variable 'ansible_shell_executable' from source: unknown 8222 1726776599.41797: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776599.41799: variable 'ansible_pipelining' from source: unknown 8222 1726776599.41804: variable 'ansible_timeout' from source: unknown 8222 1726776599.41809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776599.41898: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776599.41918: variable 'omit' from source: magic vars 8222 1726776599.41928: starting attempt loop 8222 1726776599.41991: running the handler 8222 1726776599.41996: handler run complete 8222 1726776599.41999: attempt loop complete, returning result 8222 1726776599.42001: _execute() done 8222 1726776599.42011: dumping result to json 8222 1726776599.42014: done dumping result, returning 8222 1726776599.42016: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [12343ab9-b159-90b8-9460-0000000000be] 8222 1726776599.42018: sending task result for task 12343ab9-b159-90b8-9460-0000000000be ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_is_ostree": false }, "changed": false } 8222 1726776599.42196: no more pending results, returning what we have 8222 1726776599.42199: results queue empty 8222 1726776599.42201: checking for any_errors_fatal 8222 1726776599.42207: done checking for any_errors_fatal 8222 1726776599.42208: checking for max_fail_percentage 8222 1726776599.42210: done checking for max_fail_percentage 8222 1726776599.42213: checking to see if all hosts have failed and the running result is not ok 8222 1726776599.42214: done checking to see if all hosts have failed 8222 1726776599.42215: getting the remaining hosts for this loop 8222 1726776599.42217: done getting the remaining hosts for this loop 8222 1726776599.42392: getting the next task for host managed_node3 8222 1726776599.42402: done getting next task for host managed_node3 8222 1726776599.42406: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 8222 1726776599.42409: ^ 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? (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 8222 1726776599.42419: getting variables 8222 1726776599.42420: in VariableManager get_vars() 8222 1726776599.42450: Calling all_inventory to load vars for managed_node3 8222 1726776599.42452: Calling groups_inventory to load vars for managed_node3 8222 1726776599.42515: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776599.42591: done sending task result for task 12343ab9-b159-90b8-9460-0000000000be 8222 1726776599.42594: WORKER PROCESS EXITING 8222 1726776599.42611: Calling all_plugins_play to load vars for managed_node3 8222 1726776599.42614: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776599.42617: Calling groups_plugins_play to load vars for managed_node3 8222 1726776599.42775: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776599.42997: done with get_vars() 8222 1726776599.43007: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 16:09:59 -0400 (0:00:00.041) 0:00:02.109 **** 8222 1726776599.43107: entering _queue_task() for managed_node3/stat 8222 1726776599.43481: worker is 1 (out of 1 available) 8222 1726776599.43493: exiting _queue_task() for managed_node3/stat 8222 1726776599.43502: done queuing things up, now waiting for results queue to drain 8222 1726776599.43503: waiting for pending results... 8222 1726776599.43645: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 8222 1726776599.43773: in run() - task 12343ab9-b159-90b8-9460-0000000000c0 8222 1726776599.43802: variable 'ansible_search_path' from source: unknown 8222 1726776599.43812: variable 'ansible_search_path' from source: unknown 8222 1726776599.43851: calling self._execute() 8222 1726776599.43931: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776599.43948: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776599.43962: variable 'omit' from source: magic vars 8222 1726776599.44443: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776599.44711: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776599.44789: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776599.44833: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776599.44870: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776599.44966: 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) 8222 1726776599.45004: 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) 8222 1726776599.45111: 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) 8222 1726776599.45115: 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) 8222 1726776599.45201: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 8222 1726776599.45219: variable 'omit' from source: magic vars 8222 1726776599.45281: variable 'omit' from source: magic vars 8222 1726776599.45330: variable 'omit' from source: magic vars 8222 1726776599.45360: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776599.45393: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776599.45421: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776599.45450: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776599.45465: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776599.45498: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776599.45507: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776599.45545: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776599.45631: Set connection var ansible_timeout to 10 8222 1726776599.45651: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776599.45663: Set connection var ansible_connection to ssh 8222 1726776599.45734: Set connection var ansible_shell_executable to /bin/sh 8222 1726776599.45737: Set connection var ansible_shell_type to sh 8222 1726776599.45739: Set connection var ansible_pipelining to False 8222 1726776599.45741: variable 'ansible_shell_executable' from source: unknown 8222 1726776599.45743: variable 'ansible_connection' from source: unknown 8222 1726776599.45747: variable 'ansible_module_compression' from source: unknown 8222 1726776599.45749: variable 'ansible_shell_type' from source: unknown 8222 1726776599.45751: variable 'ansible_shell_executable' from source: unknown 8222 1726776599.45753: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776599.45761: variable 'ansible_pipelining' from source: unknown 8222 1726776599.45763: variable 'ansible_timeout' from source: unknown 8222 1726776599.45765: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776599.45913: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776599.45929: variable 'omit' from source: magic vars 8222 1726776599.45939: starting attempt loop 8222 1726776599.45948: running the handler 8222 1726776599.45969: _low_level_execute_command(): starting 8222 1726776599.46062: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776599.46729: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776599.46806: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776599.46866: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776599.46883: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776599.46909: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776599.46994: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776599.48670: stdout chunk (state=3): >>>/root <<< 8222 1726776599.48823: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776599.48827: stdout chunk (state=3): >>><<< 8222 1726776599.48829: stderr chunk (state=3): >>><<< 8222 1726776599.48940: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776599.48952: _low_level_execute_command(): starting 8222 1726776599.48956: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776599.4885397-8390-130691374650372 `" && echo ansible-tmp-1726776599.4885397-8390-130691374650372="` echo /root/.ansible/tmp/ansible-tmp-1726776599.4885397-8390-130691374650372 `" ) && sleep 0' 8222 1726776599.49596: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776599.49611: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776599.49631: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776599.49706: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776599.51617: stdout chunk (state=3): >>>ansible-tmp-1726776599.4885397-8390-130691374650372=/root/.ansible/tmp/ansible-tmp-1726776599.4885397-8390-130691374650372 <<< 8222 1726776599.51762: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776599.51774: stdout chunk (state=3): >>><<< 8222 1726776599.51788: stderr chunk (state=3): >>><<< 8222 1726776599.51814: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776599.4885397-8390-130691374650372=/root/.ansible/tmp/ansible-tmp-1726776599.4885397-8390-130691374650372 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776599.51864: variable 'ansible_module_compression' from source: unknown 8222 1726776599.51937: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776599.51976: variable 'ansible_facts' from source: unknown 8222 1726776599.52089: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776599.4885397-8390-130691374650372/AnsiballZ_stat.py 8222 1726776599.52269: Sending initial data 8222 1726776599.52272: Sent initial data (151 bytes) 8222 1726776599.52915: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776599.52918: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776599.52970: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776599.54548: 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 <<< 8222 1726776599.54612: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776599.54657: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpqzretqwo /root/.ansible/tmp/ansible-tmp-1726776599.4885397-8390-130691374650372/AnsiballZ_stat.py <<< 8222 1726776599.54661: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776599.4885397-8390-130691374650372/AnsiballZ_stat.py" <<< 8222 1726776599.54703: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpqzretqwo" to remote "/root/.ansible/tmp/ansible-tmp-1726776599.4885397-8390-130691374650372/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776599.4885397-8390-130691374650372/AnsiballZ_stat.py" <<< 8222 1726776599.55643: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776599.55646: stdout chunk (state=3): >>><<< 8222 1726776599.55648: stderr chunk (state=3): >>><<< 8222 1726776599.55650: done transferring module to remote 8222 1726776599.55652: _low_level_execute_command(): starting 8222 1726776599.55654: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776599.4885397-8390-130691374650372/ /root/.ansible/tmp/ansible-tmp-1726776599.4885397-8390-130691374650372/AnsiballZ_stat.py && sleep 0' 8222 1726776599.56223: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776599.56226: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776599.56228: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776599.56240: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776599.56305: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776599.56321: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776599.56350: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776599.56426: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776599.58393: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776599.58397: stderr chunk (state=3): >>><<< 8222 1726776599.58399: stdout chunk (state=3): >>><<< 8222 1726776599.58401: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776599.58404: _low_level_execute_command(): starting 8222 1726776599.58406: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776599.4885397-8390-130691374650372/AnsiballZ_stat.py && sleep 0' 8222 1726776599.58940: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776599.58949: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776599.58961: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776599.58974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776599.58988: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776599.58995: stderr chunk (state=3): >>>debug2: match not found <<< 8222 1726776599.59008: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776599.59022: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8222 1726776599.59029: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 8222 1726776599.59068: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 8222 1726776599.59072: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776599.59074: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776599.59077: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776599.59079: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776599.59082: stderr chunk (state=3): >>>debug2: match found <<< 8222 1726776599.59084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776599.59152: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776599.59177: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776599.59180: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776599.59262: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776599.74476: 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"}}} <<< 8222 1726776599.75739: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776599.75766: stderr chunk (state=3): >>><<< 8222 1726776599.75770: stdout chunk (state=3): >>><<< 8222 1726776599.75789: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/sbin/transactional-update", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776599.75819: 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-1726776599.4885397-8390-130691374650372/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776599.75826: _low_level_execute_command(): starting 8222 1726776599.75831: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776599.4885397-8390-130691374650372/ > /dev/null 2>&1 && sleep 0' 8222 1726776599.76254: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776599.76258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776599.76284: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776599.76289: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776599.76292: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776599.76300: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776599.76351: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776599.76355: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776599.76358: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776599.76408: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776599.78232: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776599.78257: stderr chunk (state=3): >>><<< 8222 1726776599.78260: stdout chunk (state=3): >>><<< 8222 1726776599.78272: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776599.78278: handler run complete 8222 1726776599.78297: attempt loop complete, returning result 8222 1726776599.78300: _execute() done 8222 1726776599.78302: dumping result to json 8222 1726776599.78304: done dumping result, returning 8222 1726776599.78311: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [12343ab9-b159-90b8-9460-0000000000c0] 8222 1726776599.78313: sending task result for task 12343ab9-b159-90b8-9460-0000000000c0 8222 1726776599.78402: done sending task result for task 12343ab9-b159-90b8-9460-0000000000c0 8222 1726776599.78405: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 8222 1726776599.78466: no more pending results, returning what we have 8222 1726776599.78468: results queue empty 8222 1726776599.78469: checking for any_errors_fatal 8222 1726776599.78473: done checking for any_errors_fatal 8222 1726776599.78474: checking for max_fail_percentage 8222 1726776599.78475: done checking for max_fail_percentage 8222 1726776599.78476: checking to see if all hosts have failed and the running result is not ok 8222 1726776599.78477: done checking to see if all hosts have failed 8222 1726776599.78478: getting the remaining hosts for this loop 8222 1726776599.78479: done getting the remaining hosts for this loop 8222 1726776599.78484: getting the next task for host managed_node3 8222 1726776599.78494: done getting next task for host managed_node3 8222 1726776599.78498: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 8222 1726776599.78501: ^ 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? (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 8222 1726776599.78511: getting variables 8222 1726776599.78512: in VariableManager get_vars() 8222 1726776599.78544: Calling all_inventory to load vars for managed_node3 8222 1726776599.78547: Calling groups_inventory to load vars for managed_node3 8222 1726776599.78549: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776599.78558: Calling all_plugins_play to load vars for managed_node3 8222 1726776599.78560: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776599.78563: Calling groups_plugins_play to load vars for managed_node3 8222 1726776599.78714: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776599.78853: done with get_vars() 8222 1726776599.78862: done getting variables 8222 1726776599.78908: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 16:09:59 -0400 (0:00:00.358) 0:00:02.467 **** 8222 1726776599.78931: entering _queue_task() for managed_node3/set_fact 8222 1726776599.79117: worker is 1 (out of 1 available) 8222 1726776599.79130: exiting _queue_task() for managed_node3/set_fact 8222 1726776599.79142: done queuing things up, now waiting for results queue to drain 8222 1726776599.79143: waiting for pending results... 8222 1726776599.79283: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 8222 1726776599.79358: in run() - task 12343ab9-b159-90b8-9460-0000000000c1 8222 1726776599.79372: variable 'ansible_search_path' from source: unknown 8222 1726776599.79375: variable 'ansible_search_path' from source: unknown 8222 1726776599.79402: calling self._execute() 8222 1726776599.79456: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776599.79460: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776599.79469: variable 'omit' from source: magic vars 8222 1726776599.79787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776599.79956: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776599.79987: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776599.80014: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776599.80040: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776599.80101: 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) 8222 1726776599.80118: 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) 8222 1726776599.80138: 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) 8222 1726776599.80156: 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) 8222 1726776599.80243: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 8222 1726776599.80248: variable 'omit' from source: magic vars 8222 1726776599.80289: variable 'omit' from source: magic vars 8222 1726776599.80366: variable '__transactional_update_stat' from source: set_fact 8222 1726776599.80404: variable 'omit' from source: magic vars 8222 1726776599.80421: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776599.80441: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776599.80455: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776599.80472: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776599.80481: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776599.80505: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776599.80509: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776599.80512: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776599.80579: Set connection var ansible_timeout to 10 8222 1726776599.80587: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776599.80593: Set connection var ansible_connection to ssh 8222 1726776599.80601: Set connection var ansible_shell_executable to /bin/sh 8222 1726776599.80604: Set connection var ansible_shell_type to sh 8222 1726776599.80608: Set connection var ansible_pipelining to False 8222 1726776599.80622: variable 'ansible_shell_executable' from source: unknown 8222 1726776599.80626: variable 'ansible_connection' from source: unknown 8222 1726776599.80628: variable 'ansible_module_compression' from source: unknown 8222 1726776599.80630: variable 'ansible_shell_type' from source: unknown 8222 1726776599.80633: variable 'ansible_shell_executable' from source: unknown 8222 1726776599.80635: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776599.80639: variable 'ansible_pipelining' from source: unknown 8222 1726776599.80641: variable 'ansible_timeout' from source: unknown 8222 1726776599.80645: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776599.80719: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776599.80727: variable 'omit' from source: magic vars 8222 1726776599.80732: starting attempt loop 8222 1726776599.80735: running the handler 8222 1726776599.80743: handler run complete 8222 1726776599.80750: attempt loop complete, returning result 8222 1726776599.80753: _execute() done 8222 1726776599.80755: dumping result to json 8222 1726776599.80757: done dumping result, returning 8222 1726776599.80764: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [12343ab9-b159-90b8-9460-0000000000c1] 8222 1726776599.80767: sending task result for task 12343ab9-b159-90b8-9460-0000000000c1 8222 1726776599.80839: done sending task result for task 12343ab9-b159-90b8-9460-0000000000c1 8222 1726776599.80842: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_is_transactional": false }, "changed": false } 8222 1726776599.80936: no more pending results, returning what we have 8222 1726776599.80939: results queue empty 8222 1726776599.80940: checking for any_errors_fatal 8222 1726776599.80946: done checking for any_errors_fatal 8222 1726776599.80946: checking for max_fail_percentage 8222 1726776599.80947: done checking for max_fail_percentage 8222 1726776599.80948: checking to see if all hosts have failed and the running result is not ok 8222 1726776599.80949: done checking to see if all hosts have failed 8222 1726776599.80950: getting the remaining hosts for this loop 8222 1726776599.80951: done getting the remaining hosts for this loop 8222 1726776599.80954: getting the next task for host managed_node3 8222 1726776599.80961: done getting next task for host managed_node3 8222 1726776599.80964: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 8222 1726776599.80967: ^ 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? (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 8222 1726776599.80975: getting variables 8222 1726776599.80981: in VariableManager get_vars() 8222 1726776599.81006: Calling all_inventory to load vars for managed_node3 8222 1726776599.81008: Calling groups_inventory to load vars for managed_node3 8222 1726776599.81009: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776599.81015: Calling all_plugins_play to load vars for managed_node3 8222 1726776599.81017: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776599.81018: Calling groups_plugins_play to load vars for managed_node3 8222 1726776599.81118: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776599.81234: done with get_vars() 8222 1726776599.81241: done getting variables 8222 1726776599.81278: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 16:09:59 -0400 (0:00:00.023) 0:00:02.490 **** 8222 1726776599.81302: entering _queue_task() for managed_node3/include_vars 8222 1726776599.81480: worker is 1 (out of 1 available) 8222 1726776599.81494: exiting _queue_task() for managed_node3/include_vars 8222 1726776599.81505: done queuing things up, now waiting for results queue to drain 8222 1726776599.81507: waiting for pending results... 8222 1726776599.81643: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 8222 1726776599.81713: in run() - task 12343ab9-b159-90b8-9460-0000000000c3 8222 1726776599.81723: variable 'ansible_search_path' from source: unknown 8222 1726776599.81728: variable 'ansible_search_path' from source: unknown 8222 1726776599.81768: calling self._execute() 8222 1726776599.81817: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776599.81820: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776599.81828: variable 'omit' from source: magic vars 8222 1726776599.81903: variable 'omit' from source: magic vars 8222 1726776599.81942: variable 'omit' from source: magic vars 8222 1726776599.82199: variable 'ffparams' from source: task vars 8222 1726776599.82337: variable 'ansible_facts' from source: unknown 8222 1726776599.82470: variable 'ansible_facts' from source: unknown 8222 1726776599.82560: variable 'ansible_facts' from source: unknown 8222 1726776599.82650: variable 'ansible_facts' from source: unknown 8222 1726776599.82728: variable 'role_path' from source: magic vars 8222 1726776599.82841: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 8222 1726776599.82968: Loaded config def from plugin (lookup/first_found) 8222 1726776599.82971: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 8222 1726776599.83003: variable 'ansible_search_path' from source: unknown 8222 1726776599.83018: variable 'ansible_search_path' from source: unknown 8222 1726776599.83024: variable 'ansible_search_path' from source: unknown 8222 1726776599.83032: variable 'ansible_search_path' from source: unknown 8222 1726776599.83040: variable 'ansible_search_path' from source: unknown 8222 1726776599.83053: variable 'omit' from source: magic vars 8222 1726776599.83070: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776599.83090: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776599.83107: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776599.83119: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776599.83128: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776599.83148: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776599.83154: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776599.83157: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776599.83221: Set connection var ansible_timeout to 10 8222 1726776599.83228: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776599.83233: Set connection var ansible_connection to ssh 8222 1726776599.83238: Set connection var ansible_shell_executable to /bin/sh 8222 1726776599.83241: Set connection var ansible_shell_type to sh 8222 1726776599.83245: Set connection var ansible_pipelining to False 8222 1726776599.83265: variable 'ansible_shell_executable' from source: unknown 8222 1726776599.83268: variable 'ansible_connection' from source: unknown 8222 1726776599.83270: variable 'ansible_module_compression' from source: unknown 8222 1726776599.83272: variable 'ansible_shell_type' from source: unknown 8222 1726776599.83275: variable 'ansible_shell_executable' from source: unknown 8222 1726776599.83277: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776599.83279: variable 'ansible_pipelining' from source: unknown 8222 1726776599.83283: variable 'ansible_timeout' from source: unknown 8222 1726776599.83288: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776599.83360: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776599.83370: variable 'omit' from source: magic vars 8222 1726776599.83373: starting attempt loop 8222 1726776599.83375: running the handler 8222 1726776599.83422: handler run complete 8222 1726776599.83429: attempt loop complete, returning result 8222 1726776599.83432: _execute() done 8222 1726776599.83434: dumping result to json 8222 1726776599.83436: done dumping result, returning 8222 1726776599.83444: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [12343ab9-b159-90b8-9460-0000000000c3] 8222 1726776599.83446: sending task result for task 12343ab9-b159-90b8-9460-0000000000c3 ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 8222 1726776599.83655: no more pending results, returning what we have 8222 1726776599.83658: results queue empty 8222 1726776599.83658: checking for any_errors_fatal 8222 1726776599.83661: done checking for any_errors_fatal 8222 1726776599.83662: checking for max_fail_percentage 8222 1726776599.83664: done checking for max_fail_percentage 8222 1726776599.83664: checking to see if all hosts have failed and the running result is not ok 8222 1726776599.83665: done checking to see if all hosts have failed 8222 1726776599.83666: getting the remaining hosts for this loop 8222 1726776599.83667: done getting the remaining hosts for this loop 8222 1726776599.83670: getting the next task for host managed_node3 8222 1726776599.83676: done getting next task for host managed_node3 8222 1726776599.83679: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 8222 1726776599.83682: ^ 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 8222 1726776599.83695: getting variables 8222 1726776599.83696: in VariableManager get_vars() 8222 1726776599.83721: Calling all_inventory to load vars for managed_node3 8222 1726776599.83723: Calling groups_inventory to load vars for managed_node3 8222 1726776599.83724: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776599.83731: Calling all_plugins_play to load vars for managed_node3 8222 1726776599.83733: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776599.83736: Calling groups_plugins_play to load vars for managed_node3 8222 1726776599.83868: done sending task result for task 12343ab9-b159-90b8-9460-0000000000c3 8222 1726776599.83872: WORKER PROCESS EXITING 8222 1726776599.83880: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776599.84004: done with get_vars() 8222 1726776599.84011: done getting variables 8222 1726776599.84080: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 16:09:59 -0400 (0:00:00.028) 0:00:02.519 **** 8222 1726776599.84104: entering _queue_task() for managed_node3/package 8222 1726776599.84106: Creating lock for package 8222 1726776599.84296: worker is 1 (out of 1 available) 8222 1726776599.84309: exiting _queue_task() for managed_node3/package 8222 1726776599.84319: done queuing things up, now waiting for results queue to drain 8222 1726776599.84320: waiting for pending results... 8222 1726776599.84454: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 8222 1726776599.84517: in run() - task 12343ab9-b159-90b8-9460-000000000049 8222 1726776599.84528: variable 'ansible_search_path' from source: unknown 8222 1726776599.84531: variable 'ansible_search_path' from source: unknown 8222 1726776599.84559: calling self._execute() 8222 1726776599.84613: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776599.84617: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776599.84626: variable 'omit' from source: magic vars 8222 1726776599.84766: variable 'omit' from source: magic vars 8222 1726776599.84770: variable 'omit' from source: magic vars 8222 1726776599.84773: variable '__kernel_settings_packages' from source: include_vars 8222 1726776599.84947: variable '__kernel_settings_packages' from source: include_vars 8222 1726776599.85097: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776599.86400: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776599.86440: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776599.86465: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776599.86490: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776599.86512: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776599.86576: 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) 8222 1726776599.86612: 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) 8222 1726776599.86615: 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) 8222 1726776599.86641: 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) 8222 1726776599.86651: 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) 8222 1726776599.86725: variable '__kernel_settings_is_ostree' from source: set_fact 8222 1726776599.86728: variable 'omit' from source: magic vars 8222 1726776599.86748: variable 'omit' from source: magic vars 8222 1726776599.86766: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776599.86787: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776599.86803: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776599.86816: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776599.86828: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776599.86847: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776599.86850: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776599.86853: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776599.86918: Set connection var ansible_timeout to 10 8222 1726776599.86925: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776599.86931: Set connection var ansible_connection to ssh 8222 1726776599.86934: Set connection var ansible_shell_executable to /bin/sh 8222 1726776599.86936: Set connection var ansible_shell_type to sh 8222 1726776599.86943: Set connection var ansible_pipelining to False 8222 1726776599.86959: variable 'ansible_shell_executable' from source: unknown 8222 1726776599.86961: variable 'ansible_connection' from source: unknown 8222 1726776599.86964: variable 'ansible_module_compression' from source: unknown 8222 1726776599.86966: variable 'ansible_shell_type' from source: unknown 8222 1726776599.86968: variable 'ansible_shell_executable' from source: unknown 8222 1726776599.86970: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776599.86974: variable 'ansible_pipelining' from source: unknown 8222 1726776599.86977: variable 'ansible_timeout' from source: unknown 8222 1726776599.86981: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776599.87048: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776599.87057: variable 'omit' from source: magic vars 8222 1726776599.87060: starting attempt loop 8222 1726776599.87062: running the handler 8222 1726776599.87069: variable 'ansible_facts' from source: unknown 8222 1726776599.87071: variable 'ansible_facts' from source: unknown 8222 1726776599.87110: _low_level_execute_command(): starting 8222 1726776599.87116: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776599.87618: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776599.87622: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776599.87624: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776599.87626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776599.87629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776599.87678: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776599.87681: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776599.87683: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776599.87742: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776599.89419: stdout chunk (state=3): >>>/root <<< 8222 1726776599.89518: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776599.89554: stderr chunk (state=3): >>><<< 8222 1726776599.89556: stdout chunk (state=3): >>><<< 8222 1726776599.89568: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776599.89580: _low_level_execute_command(): starting 8222 1726776599.89595: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776599.8957238-8424-137754693180972 `" && echo ansible-tmp-1726776599.8957238-8424-137754693180972="` echo /root/.ansible/tmp/ansible-tmp-1726776599.8957238-8424-137754693180972 `" ) && sleep 0' 8222 1726776599.90279: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776599.90298: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776599.92158: stdout chunk (state=3): >>>ansible-tmp-1726776599.8957238-8424-137754693180972=/root/.ansible/tmp/ansible-tmp-1726776599.8957238-8424-137754693180972 <<< 8222 1726776599.92263: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776599.92291: stderr chunk (state=3): >>><<< 8222 1726776599.92294: stdout chunk (state=3): >>><<< 8222 1726776599.92312: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776599.8957238-8424-137754693180972=/root/.ansible/tmp/ansible-tmp-1726776599.8957238-8424-137754693180972 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776599.92360: variable 'ansible_module_compression' from source: unknown 8222 1726776599.92408: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 8222 1726776599.92412: ANSIBALLZ: Acquiring lock 8222 1726776599.92415: ANSIBALLZ: Lock acquired: 140312690217360 8222 1726776599.92417: ANSIBALLZ: Creating module 8222 1726776600.03766: ANSIBALLZ: Writing module into payload 8222 1726776600.03904: ANSIBALLZ: Writing module 8222 1726776600.03923: ANSIBALLZ: Renaming module 8222 1726776600.03928: ANSIBALLZ: Done creating module 8222 1726776600.03943: variable 'ansible_facts' from source: unknown 8222 1726776600.04012: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776599.8957238-8424-137754693180972/AnsiballZ_dnf.py 8222 1726776600.04114: Sending initial data 8222 1726776600.04117: Sent initial data (150 bytes) 8222 1726776600.04550: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776600.04583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776600.04588: stderr chunk (state=3): >>>debug2: match not found <<< 8222 1726776600.04591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 8222 1726776600.04593: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776600.04596: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.04645: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776600.04648: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776600.04650: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776600.04715: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776600.06371: 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 <<< 8222 1726776600.06421: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776600.06466: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpkq39hy92 /root/.ansible/tmp/ansible-tmp-1726776599.8957238-8424-137754693180972/AnsiballZ_dnf.py <<< 8222 1726776600.06469: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776599.8957238-8424-137754693180972/AnsiballZ_dnf.py" <<< 8222 1726776600.06514: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpkq39hy92" to remote "/root/.ansible/tmp/ansible-tmp-1726776599.8957238-8424-137754693180972/AnsiballZ_dnf.py" <<< 8222 1726776600.06520: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776599.8957238-8424-137754693180972/AnsiballZ_dnf.py" <<< 8222 1726776600.07192: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776600.07238: stderr chunk (state=3): >>><<< 8222 1726776600.07241: stdout chunk (state=3): >>><<< 8222 1726776600.07288: done transferring module to remote 8222 1726776600.07299: _low_level_execute_command(): starting 8222 1726776600.07304: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776599.8957238-8424-137754693180972/ /root/.ansible/tmp/ansible-tmp-1726776599.8957238-8424-137754693180972/AnsiballZ_dnf.py && sleep 0' 8222 1726776600.07750: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776600.07753: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776600.07756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.07758: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776600.07760: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.07809: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776600.07812: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776600.07862: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776600.09710: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776600.09732: stderr chunk (state=3): >>><<< 8222 1726776600.09736: stdout chunk (state=3): >>><<< 8222 1726776600.09751: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776600.09754: _low_level_execute_command(): starting 8222 1726776600.09759: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776599.8957238-8424-137754693180972/AnsiballZ_dnf.py && sleep 0' 8222 1726776600.10191: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776600.10226: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776600.10229: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.10232: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776600.10234: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776600.10236: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.10290: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776600.10296: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776600.10300: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776600.10348: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776600.52450: 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}}} <<< 8222 1726776600.56579: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776600.56609: stderr chunk (state=3): >>><<< 8222 1726776600.56612: stdout chunk (state=3): >>><<< 8222 1726776600.56631: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776600.56666: 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-1726776599.8957238-8424-137754693180972/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776600.56673: _low_level_execute_command(): starting 8222 1726776600.56677: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776599.8957238-8424-137754693180972/ > /dev/null 2>&1 && sleep 0' 8222 1726776600.57127: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776600.57131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.57134: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776600.57136: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776600.57138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.57180: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776600.57198: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776600.57242: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776600.59061: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776600.59085: stderr chunk (state=3): >>><<< 8222 1726776600.59091: stdout chunk (state=3): >>><<< 8222 1726776600.59105: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776600.59111: handler run complete 8222 1726776600.59134: attempt loop complete, returning result 8222 1726776600.59137: _execute() done 8222 1726776600.59140: dumping result to json 8222 1726776600.59144: done dumping result, returning 8222 1726776600.59153: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [12343ab9-b159-90b8-9460-000000000049] 8222 1726776600.59155: sending task result for task 12343ab9-b159-90b8-9460-000000000049 8222 1726776600.59247: done sending task result for task 12343ab9-b159-90b8-9460-000000000049 8222 1726776600.59249: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8222 1726776600.59338: no more pending results, returning what we have 8222 1726776600.59341: results queue empty 8222 1726776600.59342: checking for any_errors_fatal 8222 1726776600.59347: done checking for any_errors_fatal 8222 1726776600.59348: checking for max_fail_percentage 8222 1726776600.59349: done checking for max_fail_percentage 8222 1726776600.59350: checking to see if all hosts have failed and the running result is not ok 8222 1726776600.59351: done checking to see if all hosts have failed 8222 1726776600.59352: getting the remaining hosts for this loop 8222 1726776600.59354: done getting the remaining hosts for this loop 8222 1726776600.59357: getting the next task for host managed_node3 8222 1726776600.59366: done getting next task for host managed_node3 8222 1726776600.59370: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 8222 1726776600.59372: ^ 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 8222 1726776600.59381: getting variables 8222 1726776600.59382: in VariableManager get_vars() 8222 1726776600.59417: Calling all_inventory to load vars for managed_node3 8222 1726776600.59420: Calling groups_inventory to load vars for managed_node3 8222 1726776600.59421: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776600.59430: Calling all_plugins_play to load vars for managed_node3 8222 1726776600.59432: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776600.59435: Calling groups_plugins_play to load vars for managed_node3 8222 1726776600.59584: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776600.59711: done with get_vars() 8222 1726776600.59719: done getting variables 8222 1726776600.59785: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 16:10:00 -0400 (0:00:00.757) 0:00:03.276 **** 8222 1726776600.59811: entering _queue_task() for managed_node3/debug 8222 1726776600.59813: Creating lock for debug 8222 1726776600.60014: worker is 1 (out of 1 available) 8222 1726776600.60024: exiting _queue_task() for managed_node3/debug 8222 1726776600.60034: done queuing things up, now waiting for results queue to drain 8222 1726776600.60035: waiting for pending results... 8222 1726776600.60179: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 8222 1726776600.60245: in run() - task 12343ab9-b159-90b8-9460-00000000004b 8222 1726776600.60258: variable 'ansible_search_path' from source: unknown 8222 1726776600.60261: variable 'ansible_search_path' from source: unknown 8222 1726776600.60289: calling self._execute() 8222 1726776600.60353: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776600.60357: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776600.60364: variable 'omit' from source: magic vars 8222 1726776600.60762: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776600.62124: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776600.62169: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776600.62206: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776600.62234: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776600.62254: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776600.62312: 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) 8222 1726776600.62334: 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) 8222 1726776600.62352: 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) 8222 1726776600.62376: 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) 8222 1726776600.62389: 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) 8222 1726776600.62472: variable '__kernel_settings_is_transactional' from source: set_fact 8222 1726776600.62695: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 8222 1726776600.62698: when evaluation is False, skipping this task 8222 1726776600.62700: _execute() done 8222 1726776600.62702: dumping result to json 8222 1726776600.62704: done dumping result, returning 8222 1726776600.62706: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [12343ab9-b159-90b8-9460-00000000004b] 8222 1726776600.62708: sending task result for task 12343ab9-b159-90b8-9460-00000000004b 8222 1726776600.62765: done sending task result for task 12343ab9-b159-90b8-9460-00000000004b 8222 1726776600.62767: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 8222 1726776600.62831: no more pending results, returning what we have 8222 1726776600.62833: results queue empty 8222 1726776600.62834: checking for any_errors_fatal 8222 1726776600.62839: done checking for any_errors_fatal 8222 1726776600.62839: checking for max_fail_percentage 8222 1726776600.62841: done checking for max_fail_percentage 8222 1726776600.62841: checking to see if all hosts have failed and the running result is not ok 8222 1726776600.62843: done checking to see if all hosts have failed 8222 1726776600.62843: getting the remaining hosts for this loop 8222 1726776600.62844: done getting the remaining hosts for this loop 8222 1726776600.62847: getting the next task for host managed_node3 8222 1726776600.62853: done getting next task for host managed_node3 8222 1726776600.62856: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 8222 1726776600.62858: ^ 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=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 8222 1726776600.62869: getting variables 8222 1726776600.62871: in VariableManager get_vars() 8222 1726776600.62901: Calling all_inventory to load vars for managed_node3 8222 1726776600.62907: Calling groups_inventory to load vars for managed_node3 8222 1726776600.62909: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776600.62917: Calling all_plugins_play to load vars for managed_node3 8222 1726776600.62919: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776600.62922: Calling groups_plugins_play to load vars for managed_node3 8222 1726776600.63112: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776600.63299: done with get_vars() 8222 1726776600.63308: done getting variables 8222 1726776600.63424: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 16:10:00 -0400 (0:00:00.036) 0:00:03.312 **** 8222 1726776600.63454: entering _queue_task() for managed_node3/reboot 8222 1726776600.63456: Creating lock for reboot 8222 1726776600.63905: worker is 1 (out of 1 available) 8222 1726776600.63912: exiting _queue_task() for managed_node3/reboot 8222 1726776600.63920: done queuing things up, now waiting for results queue to drain 8222 1726776600.63921: waiting for pending results... 8222 1726776600.63945: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 8222 1726776600.64044: in run() - task 12343ab9-b159-90b8-9460-00000000004c 8222 1726776600.64061: variable 'ansible_search_path' from source: unknown 8222 1726776600.64067: variable 'ansible_search_path' from source: unknown 8222 1726776600.64101: calling self._execute() 8222 1726776600.64173: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776600.64182: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776600.64194: variable 'omit' from source: magic vars 8222 1726776600.64591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776600.65905: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776600.65946: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776600.65971: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776600.66000: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776600.66021: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776600.66073: 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) 8222 1726776600.66097: 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) 8222 1726776600.66113: 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) 8222 1726776600.66138: 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) 8222 1726776600.66150: 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) 8222 1726776600.66226: variable '__kernel_settings_is_transactional' from source: set_fact 8222 1726776600.66239: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 8222 1726776600.66242: when evaluation is False, skipping this task 8222 1726776600.66245: _execute() done 8222 1726776600.66247: dumping result to json 8222 1726776600.66250: done dumping result, returning 8222 1726776600.66255: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [12343ab9-b159-90b8-9460-00000000004c] 8222 1726776600.66260: sending task result for task 12343ab9-b159-90b8-9460-00000000004c 8222 1726776600.66338: done sending task result for task 12343ab9-b159-90b8-9460-00000000004c 8222 1726776600.66340: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 8222 1726776600.66383: no more pending results, returning what we have 8222 1726776600.66388: results queue empty 8222 1726776600.66389: checking for any_errors_fatal 8222 1726776600.66396: done checking for any_errors_fatal 8222 1726776600.66396: checking for max_fail_percentage 8222 1726776600.66398: done checking for max_fail_percentage 8222 1726776600.66399: checking to see if all hosts have failed and the running result is not ok 8222 1726776600.66400: done checking to see if all hosts have failed 8222 1726776600.66401: getting the remaining hosts for this loop 8222 1726776600.66402: done getting the remaining hosts for this loop 8222 1726776600.66406: getting the next task for host managed_node3 8222 1726776600.66412: done getting next task for host managed_node3 8222 1726776600.66415: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 8222 1726776600.66417: ^ 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=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 8222 1726776600.66429: getting variables 8222 1726776600.66430: in VariableManager get_vars() 8222 1726776600.66460: Calling all_inventory to load vars for managed_node3 8222 1726776600.66462: Calling groups_inventory to load vars for managed_node3 8222 1726776600.66464: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776600.66472: Calling all_plugins_play to load vars for managed_node3 8222 1726776600.66474: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776600.66476: Calling groups_plugins_play to load vars for managed_node3 8222 1726776600.66612: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776600.66730: done with get_vars() 8222 1726776600.66737: done getting variables 8222 1726776600.66774: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 16:10:00 -0400 (0:00:00.033) 0:00:03.345 **** 8222 1726776600.66799: entering _queue_task() for managed_node3/fail 8222 1726776600.66983: worker is 1 (out of 1 available) 8222 1726776600.66999: exiting _queue_task() for managed_node3/fail 8222 1726776600.67009: done queuing things up, now waiting for results queue to drain 8222 1726776600.67010: waiting for pending results... 8222 1726776600.67153: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 8222 1726776600.67221: in run() - task 12343ab9-b159-90b8-9460-00000000004d 8222 1726776600.67232: variable 'ansible_search_path' from source: unknown 8222 1726776600.67235: variable 'ansible_search_path' from source: unknown 8222 1726776600.67263: calling self._execute() 8222 1726776600.67319: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776600.67323: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776600.67331: variable 'omit' from source: magic vars 8222 1726776600.67713: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776600.69024: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776600.69073: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776600.69104: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776600.69129: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776600.69149: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776600.69207: 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) 8222 1726776600.69227: 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) 8222 1726776600.69244: 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) 8222 1726776600.69268: 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) 8222 1726776600.69279: 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) 8222 1726776600.69356: variable '__kernel_settings_is_transactional' from source: set_fact 8222 1726776600.69369: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 8222 1726776600.69372: when evaluation is False, skipping this task 8222 1726776600.69374: _execute() done 8222 1726776600.69378: dumping result to json 8222 1726776600.69380: done dumping result, returning 8222 1726776600.69388: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [12343ab9-b159-90b8-9460-00000000004d] 8222 1726776600.69421: sending task result for task 12343ab9-b159-90b8-9460-00000000004d 8222 1726776600.69479: done sending task result for task 12343ab9-b159-90b8-9460-00000000004d 8222 1726776600.69482: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 8222 1726776600.69562: no more pending results, returning what we have 8222 1726776600.69565: results queue empty 8222 1726776600.69566: checking for any_errors_fatal 8222 1726776600.69570: done checking for any_errors_fatal 8222 1726776600.69570: checking for max_fail_percentage 8222 1726776600.69572: done checking for max_fail_percentage 8222 1726776600.69573: checking to see if all hosts have failed and the running result is not ok 8222 1726776600.69574: done checking to see if all hosts have failed 8222 1726776600.69574: getting the remaining hosts for this loop 8222 1726776600.69576: done getting the remaining hosts for this loop 8222 1726776600.69579: getting the next task for host managed_node3 8222 1726776600.69587: done getting next task for host managed_node3 8222 1726776600.69591: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 8222 1726776600.69593: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776600.69604: getting variables 8222 1726776600.69605: in VariableManager get_vars() 8222 1726776600.69634: Calling all_inventory to load vars for managed_node3 8222 1726776600.69637: Calling groups_inventory to load vars for managed_node3 8222 1726776600.69639: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776600.69646: Calling all_plugins_play to load vars for managed_node3 8222 1726776600.69649: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776600.69651: Calling groups_plugins_play to load vars for managed_node3 8222 1726776600.69781: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776600.69898: done with get_vars() 8222 1726776600.69905: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 16:10:00 -0400 (0:00:00.031) 0:00:03.377 **** 8222 1726776600.69957: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 8222 1726776600.69958: Creating lock for fedora.linux_system_roles.kernel_settings_get_config 8222 1726776600.70148: worker is 1 (out of 1 available) 8222 1726776600.70162: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 8222 1726776600.70172: done queuing things up, now waiting for results queue to drain 8222 1726776600.70172: waiting for pending results... 8222 1726776600.70322: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 8222 1726776600.70382: in run() - task 12343ab9-b159-90b8-9460-00000000004f 8222 1726776600.70397: variable 'ansible_search_path' from source: unknown 8222 1726776600.70401: variable 'ansible_search_path' from source: unknown 8222 1726776600.70429: calling self._execute() 8222 1726776600.70480: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776600.70483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776600.70493: variable 'omit' from source: magic vars 8222 1726776600.70567: variable 'omit' from source: magic vars 8222 1726776600.70600: variable 'omit' from source: magic vars 8222 1726776600.70621: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 8222 1726776600.70821: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 8222 1726776600.70879: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776600.70908: variable 'omit' from source: magic vars 8222 1726776600.70939: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776600.70966: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776600.70982: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776600.70998: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776600.71007: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776600.71028: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776600.71030: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776600.71033: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776600.71103: Set connection var ansible_timeout to 10 8222 1726776600.71109: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776600.71114: Set connection var ansible_connection to ssh 8222 1726776600.71119: Set connection var ansible_shell_executable to /bin/sh 8222 1726776600.71121: Set connection var ansible_shell_type to sh 8222 1726776600.71126: Set connection var ansible_pipelining to False 8222 1726776600.71141: variable 'ansible_shell_executable' from source: unknown 8222 1726776600.71144: variable 'ansible_connection' from source: unknown 8222 1726776600.71146: variable 'ansible_module_compression' from source: unknown 8222 1726776600.71149: variable 'ansible_shell_type' from source: unknown 8222 1726776600.71151: variable 'ansible_shell_executable' from source: unknown 8222 1726776600.71153: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776600.71155: variable 'ansible_pipelining' from source: unknown 8222 1726776600.71158: variable 'ansible_timeout' from source: unknown 8222 1726776600.71162: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776600.71281: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776600.71297: variable 'omit' from source: magic vars 8222 1726776600.71300: starting attempt loop 8222 1726776600.71303: running the handler 8222 1726776600.71313: _low_level_execute_command(): starting 8222 1726776600.71320: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776600.71832: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776600.71835: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776600.71838: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776600.71842: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776600.71844: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.71890: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776600.71894: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776600.71897: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776600.71960: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776600.73637: stdout chunk (state=3): >>>/root <<< 8222 1726776600.73736: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776600.73765: stderr chunk (state=3): >>><<< 8222 1726776600.73769: stdout chunk (state=3): >>><<< 8222 1726776600.73791: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776600.73806: _low_level_execute_command(): starting 8222 1726776600.73812: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776600.7379415-8479-140422136709663 `" && echo ansible-tmp-1726776600.7379415-8479-140422136709663="` echo /root/.ansible/tmp/ansible-tmp-1726776600.7379415-8479-140422136709663 `" ) && sleep 0' 8222 1726776600.74263: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776600.74267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776600.74276: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.74279: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776600.74281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.74333: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776600.74338: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776600.74341: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776600.74384: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776600.76334: stdout chunk (state=3): >>>ansible-tmp-1726776600.7379415-8479-140422136709663=/root/.ansible/tmp/ansible-tmp-1726776600.7379415-8479-140422136709663 <<< 8222 1726776600.76438: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776600.76463: stderr chunk (state=3): >>><<< 8222 1726776600.76466: stdout chunk (state=3): >>><<< 8222 1726776600.76480: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776600.7379415-8479-140422136709663=/root/.ansible/tmp/ansible-tmp-1726776600.7379415-8479-140422136709663 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776600.76524: variable 'ansible_module_compression' from source: unknown 8222 1726776600.76556: ANSIBALLZ: Using lock for fedora.linux_system_roles.kernel_settings_get_config 8222 1726776600.76559: ANSIBALLZ: Acquiring lock 8222 1726776600.76562: ANSIBALLZ: Lock acquired: 140312690448608 8222 1726776600.76564: ANSIBALLZ: Creating module 8222 1726776600.84054: ANSIBALLZ: Writing module into payload 8222 1726776600.84105: ANSIBALLZ: Writing module 8222 1726776600.84128: ANSIBALLZ: Renaming module 8222 1726776600.84133: ANSIBALLZ: Done creating module 8222 1726776600.84151: variable 'ansible_facts' from source: unknown 8222 1726776600.84193: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776600.7379415-8479-140422136709663/AnsiballZ_kernel_settings_get_config.py 8222 1726776600.84289: Sending initial data 8222 1726776600.84295: Sent initial data (173 bytes) 8222 1726776600.84724: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776600.84727: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776600.84729: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.84731: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776600.84733: 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 <<< 8222 1726776600.84735: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.84773: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776600.84783: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776600.84851: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776600.86514: 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 <<< 8222 1726776600.86517: stderr chunk (state=3): >>>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 <<< 8222 1726776600.86559: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776600.86610: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp_nabnhe4 /root/.ansible/tmp/ansible-tmp-1726776600.7379415-8479-140422136709663/AnsiballZ_kernel_settings_get_config.py <<< 8222 1726776600.86613: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776600.7379415-8479-140422136709663/AnsiballZ_kernel_settings_get_config.py" <<< 8222 1726776600.86652: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp_nabnhe4" to remote "/root/.ansible/tmp/ansible-tmp-1726776600.7379415-8479-140422136709663/AnsiballZ_kernel_settings_get_config.py" <<< 8222 1726776600.86658: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776600.7379415-8479-140422136709663/AnsiballZ_kernel_settings_get_config.py" <<< 8222 1726776600.87201: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776600.87237: stderr chunk (state=3): >>><<< 8222 1726776600.87240: stdout chunk (state=3): >>><<< 8222 1726776600.87281: done transferring module to remote 8222 1726776600.87291: _low_level_execute_command(): starting 8222 1726776600.87296: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776600.7379415-8479-140422136709663/ /root/.ansible/tmp/ansible-tmp-1726776600.7379415-8479-140422136709663/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8222 1726776600.87721: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776600.87728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776600.87730: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.87732: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776600.87734: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.87781: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776600.87785: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776600.87835: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776600.89635: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776600.89659: stderr chunk (state=3): >>><<< 8222 1726776600.89663: stdout chunk (state=3): >>><<< 8222 1726776600.89679: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776600.89682: _low_level_execute_command(): starting 8222 1726776600.89688: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776600.7379415-8479-140422136709663/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8222 1726776600.90111: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776600.90114: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776600.90117: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.90119: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776600.90121: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776600.90168: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776600.90172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776600.90238: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.05723: 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"}}} <<< 8222 1726776601.07142: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776601.07171: stderr chunk (state=3): >>><<< 8222 1726776601.07174: stdout chunk (state=3): >>><<< 8222 1726776601.07194: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776601.07221: 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-1726776600.7379415-8479-140422136709663/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776601.07228: _low_level_execute_command(): starting 8222 1726776601.07233: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776600.7379415-8479-140422136709663/ > /dev/null 2>&1 && sleep 0' 8222 1726776601.07660: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776601.07664: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776601.07698: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776601.07701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.07703: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776601.07705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.07758: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776601.07761: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776601.07765: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776601.07813: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.09662: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776601.09684: stderr chunk (state=3): >>><<< 8222 1726776601.09689: stdout chunk (state=3): >>><<< 8222 1726776601.09702: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776601.09707: handler run complete 8222 1726776601.09720: attempt loop complete, returning result 8222 1726776601.09723: _execute() done 8222 1726776601.09725: dumping result to json 8222 1726776601.09728: done dumping result, returning 8222 1726776601.09737: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [12343ab9-b159-90b8-9460-00000000004f] 8222 1726776601.09739: sending task result for task 12343ab9-b159-90b8-9460-00000000004f 8222 1726776601.09832: done sending task result for task 12343ab9-b159-90b8-9460-00000000004f 8222 1726776601.09834: 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" } } 8222 1726776601.09920: no more pending results, returning what we have 8222 1726776601.09923: results queue empty 8222 1726776601.09924: checking for any_errors_fatal 8222 1726776601.09928: done checking for any_errors_fatal 8222 1726776601.09929: checking for max_fail_percentage 8222 1726776601.09930: done checking for max_fail_percentage 8222 1726776601.09931: checking to see if all hosts have failed and the running result is not ok 8222 1726776601.09932: done checking to see if all hosts have failed 8222 1726776601.09932: getting the remaining hosts for this loop 8222 1726776601.09934: done getting the remaining hosts for this loop 8222 1726776601.09937: getting the next task for host managed_node3 8222 1726776601.09942: done getting next task for host managed_node3 8222 1726776601.09945: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 8222 1726776601.09948: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776601.09955: getting variables 8222 1726776601.09957: in VariableManager get_vars() 8222 1726776601.09990: Calling all_inventory to load vars for managed_node3 8222 1726776601.09999: Calling groups_inventory to load vars for managed_node3 8222 1726776601.10001: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776601.10011: Calling all_plugins_play to load vars for managed_node3 8222 1726776601.10013: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776601.10015: Calling groups_plugins_play to load vars for managed_node3 8222 1726776601.10146: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776601.10287: done with get_vars() 8222 1726776601.10297: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 16:10:01 -0400 (0:00:00.404) 0:00:03.781 **** 8222 1726776601.10362: entering _queue_task() for managed_node3/stat 8222 1726776601.10551: worker is 1 (out of 1 available) 8222 1726776601.10563: exiting _queue_task() for managed_node3/stat 8222 1726776601.10574: done queuing things up, now waiting for results queue to drain 8222 1726776601.10575: waiting for pending results... 8222 1726776601.10729: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 8222 1726776601.10790: in run() - task 12343ab9-b159-90b8-9460-000000000050 8222 1726776601.10803: variable 'ansible_search_path' from source: unknown 8222 1726776601.10806: variable 'ansible_search_path' from source: unknown 8222 1726776601.10841: variable '__prof_from_conf' from source: task vars 8222 1726776601.11060: variable '__prof_from_conf' from source: task vars 8222 1726776601.11187: variable '__data' from source: task vars 8222 1726776601.11238: variable '__kernel_settings_register_tuned_main' from source: set_fact 8222 1726776601.11369: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776601.11376: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776601.11419: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776601.11435: variable 'omit' from source: magic vars 8222 1726776601.11510: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776601.11517: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776601.11525: variable 'omit' from source: magic vars 8222 1726776601.11685: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776601.13223: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776601.13261: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776601.13289: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776601.13315: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776601.13335: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776601.13389: 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) 8222 1726776601.13411: 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) 8222 1726776601.13429: 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) 8222 1726776601.13454: 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) 8222 1726776601.13464: 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) 8222 1726776601.13527: variable 'item' from source: unknown 8222 1726776601.13536: Evaluated conditional (item | length > 0): False 8222 1726776601.13539: when evaluation is False, skipping this task 8222 1726776601.13560: variable 'item' from source: unknown 8222 1726776601.13605: 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" } 8222 1726776601.13747: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776601.13751: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776601.13753: variable 'omit' from source: magic vars 8222 1726776601.13807: 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) 8222 1726776601.13823: 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) 8222 1726776601.13840: 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) 8222 1726776601.13866: 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) 8222 1726776601.13877: 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) 8222 1726776601.13929: variable 'item' from source: unknown 8222 1726776601.13935: Evaluated conditional (item | length > 0): True 8222 1726776601.13941: variable 'omit' from source: magic vars 8222 1726776601.13967: variable 'omit' from source: magic vars 8222 1726776601.14001: variable 'item' from source: unknown 8222 1726776601.14042: variable 'item' from source: unknown 8222 1726776601.14054: variable 'omit' from source: magic vars 8222 1726776601.14072: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776601.14096: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776601.14110: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776601.14122: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776601.14130: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776601.14152: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776601.14155: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776601.14157: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776601.14224: Set connection var ansible_timeout to 10 8222 1726776601.14230: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776601.14235: Set connection var ansible_connection to ssh 8222 1726776601.14240: Set connection var ansible_shell_executable to /bin/sh 8222 1726776601.14242: Set connection var ansible_shell_type to sh 8222 1726776601.14247: Set connection var ansible_pipelining to False 8222 1726776601.14260: variable 'ansible_shell_executable' from source: unknown 8222 1726776601.14262: variable 'ansible_connection' from source: unknown 8222 1726776601.14264: variable 'ansible_module_compression' from source: unknown 8222 1726776601.14267: variable 'ansible_shell_type' from source: unknown 8222 1726776601.14269: variable 'ansible_shell_executable' from source: unknown 8222 1726776601.14271: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776601.14276: variable 'ansible_pipelining' from source: unknown 8222 1726776601.14278: variable 'ansible_timeout' from source: unknown 8222 1726776601.14282: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776601.14374: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776601.14384: variable 'omit' from source: magic vars 8222 1726776601.14389: starting attempt loop 8222 1726776601.14394: running the handler 8222 1726776601.14404: _low_level_execute_command(): starting 8222 1726776601.14409: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776601.14911: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776601.14914: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.14916: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776601.14919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776601.14921: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.14964: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776601.14982: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776601.15043: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.16717: stdout chunk (state=3): >>>/root <<< 8222 1726776601.16820: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776601.16846: stderr chunk (state=3): >>><<< 8222 1726776601.16849: stdout chunk (state=3): >>><<< 8222 1726776601.16865: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776601.16874: _low_level_execute_command(): starting 8222 1726776601.16879: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776601.168648-8499-235846881281118 `" && echo ansible-tmp-1726776601.168648-8499-235846881281118="` echo /root/.ansible/tmp/ansible-tmp-1726776601.168648-8499-235846881281118 `" ) && sleep 0' 8222 1726776601.17277: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776601.17290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776601.17296: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776601.17299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.17322: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776601.17325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776601.17328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.17377: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776601.17380: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776601.17432: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.19342: stdout chunk (state=3): >>>ansible-tmp-1726776601.168648-8499-235846881281118=/root/.ansible/tmp/ansible-tmp-1726776601.168648-8499-235846881281118 <<< 8222 1726776601.19436: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776601.19458: stderr chunk (state=3): >>><<< 8222 1726776601.19461: stdout chunk (state=3): >>><<< 8222 1726776601.19476: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776601.168648-8499-235846881281118=/root/.ansible/tmp/ansible-tmp-1726776601.168648-8499-235846881281118 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776601.19512: variable 'ansible_module_compression' from source: unknown 8222 1726776601.19547: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776601.19574: variable 'ansible_facts' from source: unknown 8222 1726776601.19638: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776601.168648-8499-235846881281118/AnsiballZ_stat.py 8222 1726776601.19729: Sending initial data 8222 1726776601.19733: Sent initial data (150 bytes) 8222 1726776601.20163: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776601.20167: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.20173: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776601.20175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776601.20177: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.20220: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776601.20223: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776601.20275: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.21846: 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 <<< 8222 1726776601.21851: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776601.21889: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776601.21934: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpjbzb1b_z /root/.ansible/tmp/ansible-tmp-1726776601.168648-8499-235846881281118/AnsiballZ_stat.py <<< 8222 1726776601.21941: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776601.168648-8499-235846881281118/AnsiballZ_stat.py" <<< 8222 1726776601.21980: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpjbzb1b_z" to remote "/root/.ansible/tmp/ansible-tmp-1726776601.168648-8499-235846881281118/AnsiballZ_stat.py" <<< 8222 1726776601.21983: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776601.168648-8499-235846881281118/AnsiballZ_stat.py" <<< 8222 1726776601.22523: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776601.22561: stderr chunk (state=3): >>><<< 8222 1726776601.22564: stdout chunk (state=3): >>><<< 8222 1726776601.22612: done transferring module to remote 8222 1726776601.22620: _low_level_execute_command(): starting 8222 1726776601.22625: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776601.168648-8499-235846881281118/ /root/.ansible/tmp/ansible-tmp-1726776601.168648-8499-235846881281118/AnsiballZ_stat.py && sleep 0' 8222 1726776601.23046: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776601.23049: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776601.23051: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.23053: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776601.23055: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.23106: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776601.23109: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776601.23158: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.24953: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776601.24976: stderr chunk (state=3): >>><<< 8222 1726776601.24979: stdout chunk (state=3): >>><<< 8222 1726776601.24999: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776601.25002: _low_level_execute_command(): starting 8222 1726776601.25004: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776601.168648-8499-235846881281118/AnsiballZ_stat.py && sleep 0' 8222 1726776601.25421: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776601.25424: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.25427: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776601.25429: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.25476: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776601.25479: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776601.25535: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.42129: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 6, "inode": 348127424, "dev": 51714, "nlink": 2, "atime": 1726776584.7708995, "mtime": 1726776593.5059657, "ctime": 1726776593.5059657, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3830244823", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 8222 1726776601.43772: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776601.43804: stderr chunk (state=3): >>><<< 8222 1726776601.43807: stdout chunk (state=3): >>><<< 8222 1726776601.43819: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 6, "inode": 348127424, "dev": 51714, "nlink": 2, "atime": 1726776584.7708995, "mtime": 1726776593.5059657, "ctime": 1726776593.5059657, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3830244823", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776601.43879: 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-1726776601.168648-8499-235846881281118/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776601.43888: _low_level_execute_command(): starting 8222 1726776601.43895: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776601.168648-8499-235846881281118/ > /dev/null 2>&1 && sleep 0' 8222 1726776601.44345: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776601.44349: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776601.44351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776601.44353: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776601.44355: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.44407: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776601.44411: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776601.44471: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.46351: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776601.46376: stderr chunk (state=3): >>><<< 8222 1726776601.46380: stdout chunk (state=3): >>><<< 8222 1726776601.46398: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776601.46404: handler run complete 8222 1726776601.46433: attempt loop complete, returning result 8222 1726776601.46447: variable 'item' from source: unknown 8222 1726776601.46510: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1726776584.7708995, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776593.5059657, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 348127424, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776593.5059657, "nlink": 2, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 6, "uid": 0, "version": "3830244823", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 8222 1726776601.46658: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776601.46660: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776601.46663: variable 'omit' from source: magic vars 8222 1726776601.46743: 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) 8222 1726776601.46761: 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) 8222 1726776601.46779: 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) 8222 1726776601.46814: 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) 8222 1726776601.46825: 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) 8222 1726776601.46882: variable 'item' from source: unknown 8222 1726776601.46897: Evaluated conditional (item | length > 0): True 8222 1726776601.46900: variable 'omit' from source: magic vars 8222 1726776601.46910: variable 'omit' from source: magic vars 8222 1726776601.46938: variable 'item' from source: unknown 8222 1726776601.46981: variable 'item' from source: unknown 8222 1726776601.46994: variable 'omit' from source: magic vars 8222 1726776601.47013: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776601.47020: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776601.47026: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776601.47036: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776601.47038: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776601.47041: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776601.47089: Set connection var ansible_timeout to 10 8222 1726776601.47097: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776601.47102: Set connection var ansible_connection to ssh 8222 1726776601.47112: Set connection var ansible_shell_executable to /bin/sh 8222 1726776601.47114: Set connection var ansible_shell_type to sh 8222 1726776601.47116: Set connection var ansible_pipelining to False 8222 1726776601.47128: variable 'ansible_shell_executable' from source: unknown 8222 1726776601.47131: variable 'ansible_connection' from source: unknown 8222 1726776601.47133: variable 'ansible_module_compression' from source: unknown 8222 1726776601.47135: variable 'ansible_shell_type' from source: unknown 8222 1726776601.47138: variable 'ansible_shell_executable' from source: unknown 8222 1726776601.47140: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776601.47144: variable 'ansible_pipelining' from source: unknown 8222 1726776601.47147: variable 'ansible_timeout' from source: unknown 8222 1726776601.47151: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776601.47224: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776601.47232: variable 'omit' from source: magic vars 8222 1726776601.47236: starting attempt loop 8222 1726776601.47238: running the handler 8222 1726776601.47245: _low_level_execute_command(): starting 8222 1726776601.47248: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776601.47672: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776601.47675: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776601.47678: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776601.47680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776601.47682: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.47734: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776601.47737: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776601.47741: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776601.47792: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.49457: stdout chunk (state=3): >>>/root <<< 8222 1726776601.49557: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776601.49581: stderr chunk (state=3): >>><<< 8222 1726776601.49584: stdout chunk (state=3): >>><<< 8222 1726776601.49598: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776601.49609: _low_level_execute_command(): starting 8222 1726776601.49612: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776601.4959836-8499-182685616507409 `" && echo ansible-tmp-1726776601.4959836-8499-182685616507409="` echo /root/.ansible/tmp/ansible-tmp-1726776601.4959836-8499-182685616507409 `" ) && sleep 0' 8222 1726776601.50035: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776601.50043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776601.50046: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.50048: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776601.50050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.50095: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776601.50098: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776601.50166: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.52121: stdout chunk (state=3): >>>ansible-tmp-1726776601.4959836-8499-182685616507409=/root/.ansible/tmp/ansible-tmp-1726776601.4959836-8499-182685616507409 <<< 8222 1726776601.52231: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776601.52253: stderr chunk (state=3): >>><<< 8222 1726776601.52256: stdout chunk (state=3): >>><<< 8222 1726776601.52267: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776601.4959836-8499-182685616507409=/root/.ansible/tmp/ansible-tmp-1726776601.4959836-8499-182685616507409 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776601.52302: variable 'ansible_module_compression' from source: unknown 8222 1726776601.52334: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776601.52348: variable 'ansible_facts' from source: unknown 8222 1726776601.52395: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776601.4959836-8499-182685616507409/AnsiballZ_stat.py 8222 1726776601.52477: Sending initial data 8222 1726776601.52480: Sent initial data (151 bytes) 8222 1726776601.52913: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776601.52916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776601.52918: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776601.52920: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776601.52922: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.52972: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776601.52975: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776601.53025: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.54656: 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 <<< 8222 1726776601.54667: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776601.54710: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776601.54756: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpz7bg0f6s /root/.ansible/tmp/ansible-tmp-1726776601.4959836-8499-182685616507409/AnsiballZ_stat.py <<< 8222 1726776601.54763: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776601.4959836-8499-182685616507409/AnsiballZ_stat.py" <<< 8222 1726776601.54819: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpz7bg0f6s" to remote "/root/.ansible/tmp/ansible-tmp-1726776601.4959836-8499-182685616507409/AnsiballZ_stat.py" <<< 8222 1726776601.54821: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776601.4959836-8499-182685616507409/AnsiballZ_stat.py" <<< 8222 1726776601.55369: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776601.55407: stderr chunk (state=3): >>><<< 8222 1726776601.55410: stdout chunk (state=3): >>><<< 8222 1726776601.55458: done transferring module to remote 8222 1726776601.55465: _low_level_execute_command(): starting 8222 1726776601.55469: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776601.4959836-8499-182685616507409/ /root/.ansible/tmp/ansible-tmp-1726776601.4959836-8499-182685616507409/AnsiballZ_stat.py && sleep 0' 8222 1726776601.55889: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776601.55894: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.55900: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776601.55902: 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 <<< 8222 1726776601.55904: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.55945: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776601.55948: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776601.56006: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.57865: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776601.57888: stderr chunk (state=3): >>><<< 8222 1726776601.57891: stdout chunk (state=3): >>><<< 8222 1726776601.57903: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776601.57906: _low_level_execute_command(): starting 8222 1726776601.57911: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776601.4959836-8499-182685616507409/AnsiballZ_stat.py && sleep 0' 8222 1726776601.58323: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776601.58326: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776601.58328: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.58330: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776601.58332: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776601.58334: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.58380: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776601.58383: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776601.58438: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.74933: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 152, "inode": 346030272, "dev": 51714, "nlink": 4, "atime": 1726776570.1627889, "mtime": 1726776595.1469781, "ctime": 1726776595.1469781, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1686699488", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 8222 1726776601.76645: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776601.76674: stderr chunk (state=3): >>><<< 8222 1726776601.76678: stdout chunk (state=3): >>><<< 8222 1726776601.76698: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 152, "inode": 346030272, "dev": 51714, "nlink": 4, "atime": 1726776570.1627889, "mtime": 1726776595.1469781, "ctime": 1726776595.1469781, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1686699488", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776601.76730: 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-1726776601.4959836-8499-182685616507409/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776601.76738: _low_level_execute_command(): starting 8222 1726776601.76740: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776601.4959836-8499-182685616507409/ > /dev/null 2>&1 && sleep 0' 8222 1726776601.77165: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776601.77205: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776601.77208: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776601.77214: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.77216: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776601.77218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776601.77220: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.77262: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776601.77265: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776601.77269: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776601.77317: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.79167: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776601.79190: stderr chunk (state=3): >>><<< 8222 1726776601.79196: stdout chunk (state=3): >>><<< 8222 1726776601.79207: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776601.79212: handler run complete 8222 1726776601.79244: attempt loop complete, returning result 8222 1726776601.79261: variable 'item' from source: unknown 8222 1726776601.79319: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726776570.1627889, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776595.1469781, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 346030272, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776595.1469781, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "1686699488", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 8222 1726776601.79463: dumping result to json 8222 1726776601.79466: done dumping result, returning 8222 1726776601.79468: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [12343ab9-b159-90b8-9460-000000000050] 8222 1726776601.79469: sending task result for task 12343ab9-b159-90b8-9460-000000000050 8222 1726776601.79519: done sending task result for task 12343ab9-b159-90b8-9460-000000000050 8222 1726776601.79522: WORKER PROCESS EXITING 8222 1726776601.79613: no more pending results, returning what we have 8222 1726776601.79616: results queue empty 8222 1726776601.79617: checking for any_errors_fatal 8222 1726776601.79621: done checking for any_errors_fatal 8222 1726776601.79622: checking for max_fail_percentage 8222 1726776601.79623: done checking for max_fail_percentage 8222 1726776601.79624: checking to see if all hosts have failed and the running result is not ok 8222 1726776601.79624: done checking to see if all hosts have failed 8222 1726776601.79625: getting the remaining hosts for this loop 8222 1726776601.79627: done getting the remaining hosts for this loop 8222 1726776601.79630: getting the next task for host managed_node3 8222 1726776601.79635: done getting next task for host managed_node3 8222 1726776601.79637: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 8222 1726776601.79640: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776601.79648: getting variables 8222 1726776601.79649: in VariableManager get_vars() 8222 1726776601.79677: Calling all_inventory to load vars for managed_node3 8222 1726776601.79680: Calling groups_inventory to load vars for managed_node3 8222 1726776601.79682: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776601.79696: Calling all_plugins_play to load vars for managed_node3 8222 1726776601.79699: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776601.79702: Calling groups_plugins_play to load vars for managed_node3 8222 1726776601.79833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776601.79951: done with get_vars() 8222 1726776601.79959: done getting variables 8222 1726776601.80004: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 16:10:01 -0400 (0:00:00.696) 0:00:04.478 **** 8222 1726776601.80030: entering _queue_task() for managed_node3/set_fact 8222 1726776601.80214: worker is 1 (out of 1 available) 8222 1726776601.80226: exiting _queue_task() for managed_node3/set_fact 8222 1726776601.80235: done queuing things up, now waiting for results queue to drain 8222 1726776601.80236: waiting for pending results... 8222 1726776601.80387: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 8222 1726776601.80446: in run() - task 12343ab9-b159-90b8-9460-000000000051 8222 1726776601.80459: variable 'ansible_search_path' from source: unknown 8222 1726776601.80462: variable 'ansible_search_path' from source: unknown 8222 1726776601.80489: calling self._execute() 8222 1726776601.80543: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776601.80547: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776601.80556: variable 'omit' from source: magic vars 8222 1726776601.80632: variable 'omit' from source: magic vars 8222 1726776601.80664: variable 'omit' from source: magic vars 8222 1726776601.80964: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776601.82463: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776601.82504: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776601.82531: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776601.82567: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776601.82587: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776601.82641: 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) 8222 1726776601.82661: 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) 8222 1726776601.82678: 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) 8222 1726776601.82708: 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) 8222 1726776601.82720: 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) 8222 1726776601.82754: 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) 8222 1726776601.82770: 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) 8222 1726776601.82789: 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) 8222 1726776601.82814: 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) 8222 1726776601.82824: 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) 8222 1726776601.82864: 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) 8222 1726776601.82880: 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) 8222 1726776601.82898: 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) 8222 1726776601.82922: 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) 8222 1726776601.82933: 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) 8222 1726776601.83074: variable '__kernel_settings_find_profile_dirs' from source: set_fact 8222 1726776601.83131: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776601.83235: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776601.83260: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776601.83280: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776601.83304: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776601.83333: 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) 8222 1726776601.83349: 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) 8222 1726776601.83366: 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) 8222 1726776601.83382: 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) 8222 1726776601.83421: variable 'omit' from source: magic vars 8222 1726776601.83438: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776601.83456: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776601.83471: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776601.83484: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776601.83496: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776601.83517: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776601.83520: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776601.83523: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776601.83584: Set connection var ansible_timeout to 10 8222 1726776601.83591: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776601.83596: Set connection var ansible_connection to ssh 8222 1726776601.83601: Set connection var ansible_shell_executable to /bin/sh 8222 1726776601.83612: Set connection var ansible_shell_type to sh 8222 1726776601.83615: Set connection var ansible_pipelining to False 8222 1726776601.83627: variable 'ansible_shell_executable' from source: unknown 8222 1726776601.83629: variable 'ansible_connection' from source: unknown 8222 1726776601.83632: variable 'ansible_module_compression' from source: unknown 8222 1726776601.83634: variable 'ansible_shell_type' from source: unknown 8222 1726776601.83636: variable 'ansible_shell_executable' from source: unknown 8222 1726776601.83638: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776601.83643: variable 'ansible_pipelining' from source: unknown 8222 1726776601.83645: variable 'ansible_timeout' from source: unknown 8222 1726776601.83649: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776601.83715: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776601.83724: variable 'omit' from source: magic vars 8222 1726776601.83727: starting attempt loop 8222 1726776601.83729: running the handler 8222 1726776601.83740: handler run complete 8222 1726776601.83748: attempt loop complete, returning result 8222 1726776601.83750: _execute() done 8222 1726776601.83753: dumping result to json 8222 1726776601.83755: done dumping result, returning 8222 1726776601.83761: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [12343ab9-b159-90b8-9460-000000000051] 8222 1726776601.83764: sending task result for task 12343ab9-b159-90b8-9460-000000000051 8222 1726776601.83835: done sending task result for task 12343ab9-b159-90b8-9460-000000000051 8222 1726776601.83840: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 8222 1726776601.83897: no more pending results, returning what we have 8222 1726776601.83900: results queue empty 8222 1726776601.83901: checking for any_errors_fatal 8222 1726776601.83907: done checking for any_errors_fatal 8222 1726776601.83908: checking for max_fail_percentage 8222 1726776601.83909: done checking for max_fail_percentage 8222 1726776601.83910: checking to see if all hosts have failed and the running result is not ok 8222 1726776601.83911: done checking to see if all hosts have failed 8222 1726776601.83912: getting the remaining hosts for this loop 8222 1726776601.83914: done getting the remaining hosts for this loop 8222 1726776601.83917: getting the next task for host managed_node3 8222 1726776601.83923: done getting next task for host managed_node3 8222 1726776601.83926: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 8222 1726776601.83928: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776601.83936: getting variables 8222 1726776601.83938: in VariableManager get_vars() 8222 1726776601.83963: Calling all_inventory to load vars for managed_node3 8222 1726776601.83965: Calling groups_inventory to load vars for managed_node3 8222 1726776601.83967: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776601.83974: Calling all_plugins_play to load vars for managed_node3 8222 1726776601.83976: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776601.83979: Calling groups_plugins_play to load vars for managed_node3 8222 1726776601.84096: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776601.84215: done with get_vars() 8222 1726776601.84223: done getting variables 8222 1726776601.84284: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 16:10:01 -0400 (0:00:00.042) 0:00:04.521 **** 8222 1726776601.84309: entering _queue_task() for managed_node3/service 8222 1726776601.84310: Creating lock for service 8222 1726776601.84490: worker is 1 (out of 1 available) 8222 1726776601.84508: exiting _queue_task() for managed_node3/service 8222 1726776601.84518: done queuing things up, now waiting for results queue to drain 8222 1726776601.84519: waiting for pending results... 8222 1726776601.84657: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 8222 1726776601.84722: in run() - task 12343ab9-b159-90b8-9460-000000000052 8222 1726776601.84733: variable 'ansible_search_path' from source: unknown 8222 1726776601.84737: variable 'ansible_search_path' from source: unknown 8222 1726776601.84772: variable '__kernel_settings_services' from source: include_vars 8222 1726776601.84990: variable '__kernel_settings_services' from source: include_vars 8222 1726776601.85045: variable 'omit' from source: magic vars 8222 1726776601.85124: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776601.85130: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776601.85139: variable 'omit' from source: magic vars 8222 1726776601.85194: variable 'omit' from source: magic vars 8222 1726776601.85222: variable 'omit' from source: magic vars 8222 1726776601.85250: variable 'item' from source: unknown 8222 1726776601.85347: variable 'item' from source: unknown 8222 1726776601.85366: variable 'omit' from source: magic vars 8222 1726776601.85398: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776601.85426: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776601.85442: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776601.85454: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776601.85462: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776601.85483: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776601.85488: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776601.85490: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776601.85561: Set connection var ansible_timeout to 10 8222 1726776601.85567: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776601.85572: Set connection var ansible_connection to ssh 8222 1726776601.85577: Set connection var ansible_shell_executable to /bin/sh 8222 1726776601.85580: Set connection var ansible_shell_type to sh 8222 1726776601.85584: Set connection var ansible_pipelining to False 8222 1726776601.85602: variable 'ansible_shell_executable' from source: unknown 8222 1726776601.85605: variable 'ansible_connection' from source: unknown 8222 1726776601.85608: variable 'ansible_module_compression' from source: unknown 8222 1726776601.85611: variable 'ansible_shell_type' from source: unknown 8222 1726776601.85613: variable 'ansible_shell_executable' from source: unknown 8222 1726776601.85615: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776601.85621: variable 'ansible_pipelining' from source: unknown 8222 1726776601.85624: variable 'ansible_timeout' from source: unknown 8222 1726776601.85626: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776601.85719: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776601.85728: variable 'omit' from source: magic vars 8222 1726776601.85733: starting attempt loop 8222 1726776601.85738: running the handler 8222 1726776601.85800: variable 'ansible_facts' from source: unknown 8222 1726776601.85874: _low_level_execute_command(): starting 8222 1726776601.85880: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776601.86364: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776601.86368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.86371: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776601.86373: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.86428: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776601.86431: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776601.86433: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776601.86519: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.88215: stdout chunk (state=3): >>>/root <<< 8222 1726776601.88318: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776601.88346: stderr chunk (state=3): >>><<< 8222 1726776601.88349: stdout chunk (state=3): >>><<< 8222 1726776601.88366: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776601.88376: _low_level_execute_command(): starting 8222 1726776601.88380: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776601.883648-8515-114870029214028 `" && echo ansible-tmp-1726776601.883648-8515-114870029214028="` echo /root/.ansible/tmp/ansible-tmp-1726776601.883648-8515-114870029214028 `" ) && sleep 0' 8222 1726776601.88811: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776601.88816: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776601.88825: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776601.88827: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776601.88829: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776601.88876: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776601.88883: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776601.88888: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776601.88929: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776601.90878: stdout chunk (state=3): >>>ansible-tmp-1726776601.883648-8515-114870029214028=/root/.ansible/tmp/ansible-tmp-1726776601.883648-8515-114870029214028 <<< 8222 1726776601.90988: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776601.91015: stderr chunk (state=3): >>><<< 8222 1726776601.91019: stdout chunk (state=3): >>><<< 8222 1726776601.91036: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776601.883648-8515-114870029214028=/root/.ansible/tmp/ansible-tmp-1726776601.883648-8515-114870029214028 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776601.91063: variable 'ansible_module_compression' from source: unknown 8222 1726776601.91110: ANSIBALLZ: Using generic lock for ansible.legacy.systemd 8222 1726776601.91114: ANSIBALLZ: Acquiring lock 8222 1726776601.91117: ANSIBALLZ: Lock acquired: 140312690217360 8222 1726776601.91119: ANSIBALLZ: Creating module 8222 1726776602.09992: ANSIBALLZ: Writing module into payload 8222 1726776602.10100: ANSIBALLZ: Writing module 8222 1726776602.10123: ANSIBALLZ: Renaming module 8222 1726776602.10128: ANSIBALLZ: Done creating module 8222 1726776602.10148: variable 'ansible_facts' from source: unknown 8222 1726776602.10267: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776601.883648-8515-114870029214028/AnsiballZ_systemd.py 8222 1726776602.10373: Sending initial data 8222 1726776602.10377: Sent initial data (153 bytes) 8222 1726776602.10824: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776602.10828: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.10845: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.10888: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776602.10901: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776602.10968: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776602.12608: 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 <<< 8222 1726776602.12651: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776602.12700: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmptphrse2p /root/.ansible/tmp/ansible-tmp-1726776601.883648-8515-114870029214028/AnsiballZ_systemd.py <<< 8222 1726776602.12704: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776601.883648-8515-114870029214028/AnsiballZ_systemd.py" <<< 8222 1726776602.12746: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmptphrse2p" to remote "/root/.ansible/tmp/ansible-tmp-1726776601.883648-8515-114870029214028/AnsiballZ_systemd.py" <<< 8222 1726776602.12752: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776601.883648-8515-114870029214028/AnsiballZ_systemd.py" <<< 8222 1726776602.13827: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776602.13873: stderr chunk (state=3): >>><<< 8222 1726776602.13876: stdout chunk (state=3): >>><<< 8222 1726776602.13921: done transferring module to remote 8222 1726776602.13929: _low_level_execute_command(): starting 8222 1726776602.13934: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776601.883648-8515-114870029214028/ /root/.ansible/tmp/ansible-tmp-1726776601.883648-8515-114870029214028/AnsiballZ_systemd.py && sleep 0' 8222 1726776602.14384: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776602.14390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776602.14392: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.14398: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776602.14401: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.14452: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776602.14459: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776602.14461: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776602.14508: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776602.16351: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776602.16376: stderr chunk (state=3): >>><<< 8222 1726776602.16380: stdout chunk (state=3): >>><<< 8222 1726776602.16399: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776602.16402: _low_level_execute_command(): starting 8222 1726776602.16407: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776601.883648-8515-114870029214028/AnsiballZ_systemd.py && sleep 0' 8222 1726776602.16833: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776602.16837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.16848: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.16905: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776602.16908: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776602.16971: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776602.46836: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "8692", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainStartTimestampMonotonic": "190922239", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainHandoffTimestampMonotonic": "190929424", "ExecMainPID": "8692", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4570", "MemoryCurrent": "15134720", "MemoryPeak": "17231872", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3289120768", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "114767000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK"<<< 8222 1726776602.46850: stdout chunk (state=3): >>>: "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\<<< 8222 1726776602.46853: stdout chunk (state=3): >>>" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:44 EDT", "StateChangeTimestampMonotonic": "191045892", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveExitTimestampMonotonic": "190922813", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveEnterTimestampMonotonic": "191045892", "ActiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveExitTimestampMonotonic": "190882118", "InactiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveEnterTimestampMonotonic": "190920094", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ConditionTimestampMonotonic": "190921243", "AssertTimestamp": "Thu 2024-09-19 16:09:44 EDT", "AssertTimestampMonotonic": "190921257", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "d07fe531e60f4394afdb51bda26f6226", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 8222 1726776602.48836: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776602.48861: stderr chunk (state=3): >>><<< 8222 1726776602.48864: stdout chunk (state=3): >>><<< 8222 1726776602.48891: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "8692", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainStartTimestampMonotonic": "190922239", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainHandoffTimestampMonotonic": "190929424", "ExecMainPID": "8692", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4570", "MemoryCurrent": "15134720", "MemoryPeak": "17231872", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3289120768", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "114767000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:44 EDT", "StateChangeTimestampMonotonic": "191045892", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveExitTimestampMonotonic": "190922813", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveEnterTimestampMonotonic": "191045892", "ActiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveExitTimestampMonotonic": "190882118", "InactiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveEnterTimestampMonotonic": "190920094", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ConditionTimestampMonotonic": "190921243", "AssertTimestamp": "Thu 2024-09-19 16:09:44 EDT", "AssertTimestampMonotonic": "190921257", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "d07fe531e60f4394afdb51bda26f6226", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776602.49010: 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-1726776601.883648-8515-114870029214028/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776602.49026: _low_level_execute_command(): starting 8222 1726776602.49031: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776601.883648-8515-114870029214028/ > /dev/null 2>&1 && sleep 0' 8222 1726776602.49467: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776602.49471: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776602.49506: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776602.49509: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.49511: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776602.49513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.49564: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776602.49568: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776602.49570: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776602.49628: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776602.51475: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776602.51506: stderr chunk (state=3): >>><<< 8222 1726776602.51509: stdout chunk (state=3): >>><<< 8222 1726776602.51522: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776602.51529: handler run complete 8222 1726776602.51568: attempt loop complete, returning result 8222 1726776602.51583: variable 'item' from source: unknown 8222 1726776602.51645: variable 'item' from source: unknown ok: [managed_node3] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveEnterTimestampMonotonic": "191045892", "ActiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveExitTimestampMonotonic": "190882118", "ActiveState": "active", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:09:44 EDT", "AssertTimestampMonotonic": "190921257", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "114767000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ConditionTimestampMonotonic": "190921243", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4570", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3702878208", "EffectiveMemoryMax": "3702878208", "EffectiveTasksMax": "22362", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainHandoffTimestampMonotonic": "190929424", "ExecMainPID": "8692", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainStartTimestampMonotonic": "190922239", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveEnterTimestampMonotonic": "190920094", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveExitTimestampMonotonic": "190922813", "InvocationID": "d07fe531e60f4394afdb51bda26f6226", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8692", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3289120768", "MemoryCurrent": "15134720", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "17231872", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:09:44 EDT", "StateChangeTimestampMonotonic": "191045892", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 8222 1726776602.52088: dumping result to json 8222 1726776602.52091: done dumping result, returning 8222 1726776602.52093: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [12343ab9-b159-90b8-9460-000000000052] 8222 1726776602.52095: sending task result for task 12343ab9-b159-90b8-9460-000000000052 8222 1726776602.52340: done sending task result for task 12343ab9-b159-90b8-9460-000000000052 8222 1726776602.52343: WORKER PROCESS EXITING 8222 1726776602.52417: no more pending results, returning what we have 8222 1726776602.52419: results queue empty 8222 1726776602.52420: checking for any_errors_fatal 8222 1726776602.52421: done checking for any_errors_fatal 8222 1726776602.52422: checking for max_fail_percentage 8222 1726776602.52423: done checking for max_fail_percentage 8222 1726776602.52423: checking to see if all hosts have failed and the running result is not ok 8222 1726776602.52424: done checking to see if all hosts have failed 8222 1726776602.52424: getting the remaining hosts for this loop 8222 1726776602.52425: done getting the remaining hosts for this loop 8222 1726776602.52427: getting the next task for host managed_node3 8222 1726776602.52431: done getting next task for host managed_node3 8222 1726776602.52433: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 8222 1726776602.52434: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776602.52443: getting variables 8222 1726776602.52444: in VariableManager get_vars() 8222 1726776602.52461: Calling all_inventory to load vars for managed_node3 8222 1726776602.52462: Calling groups_inventory to load vars for managed_node3 8222 1726776602.52464: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776602.52469: Calling all_plugins_play to load vars for managed_node3 8222 1726776602.52471: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776602.52472: Calling groups_plugins_play to load vars for managed_node3 8222 1726776602.52563: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776602.52677: done with get_vars() 8222 1726776602.52683: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 16:10:02 -0400 (0:00:00.684) 0:00:05.205 **** 8222 1726776602.52749: entering _queue_task() for managed_node3/file 8222 1726776602.52938: worker is 1 (out of 1 available) 8222 1726776602.52952: exiting _queue_task() for managed_node3/file 8222 1726776602.52963: done queuing things up, now waiting for results queue to drain 8222 1726776602.52964: waiting for pending results... 8222 1726776602.53116: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 8222 1726776602.53183: in run() - task 12343ab9-b159-90b8-9460-000000000053 8222 1726776602.53199: variable 'ansible_search_path' from source: unknown 8222 1726776602.53203: variable 'ansible_search_path' from source: unknown 8222 1726776602.53226: calling self._execute() 8222 1726776602.53281: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776602.53285: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776602.53300: variable 'omit' from source: magic vars 8222 1726776602.53373: variable 'omit' from source: magic vars 8222 1726776602.53408: variable 'omit' from source: magic vars 8222 1726776602.53429: variable '__kernel_settings_profile_dir' from source: role '' all vars 8222 1726776602.53660: variable '__kernel_settings_profile_dir' from source: role '' all vars 8222 1726776602.53731: variable '__kernel_settings_profile_parent' from source: set_fact 8222 1726776602.53735: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776602.53771: variable 'omit' from source: magic vars 8222 1726776602.53807: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776602.53833: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776602.53849: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776602.53867: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776602.53876: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776602.53902: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776602.53906: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776602.53909: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776602.53978: Set connection var ansible_timeout to 10 8222 1726776602.53984: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776602.53991: Set connection var ansible_connection to ssh 8222 1726776602.53999: Set connection var ansible_shell_executable to /bin/sh 8222 1726776602.54002: Set connection var ansible_shell_type to sh 8222 1726776602.54006: Set connection var ansible_pipelining to False 8222 1726776602.54022: variable 'ansible_shell_executable' from source: unknown 8222 1726776602.54024: variable 'ansible_connection' from source: unknown 8222 1726776602.54027: variable 'ansible_module_compression' from source: unknown 8222 1726776602.54029: variable 'ansible_shell_type' from source: unknown 8222 1726776602.54031: variable 'ansible_shell_executable' from source: unknown 8222 1726776602.54033: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776602.54038: variable 'ansible_pipelining' from source: unknown 8222 1726776602.54040: variable 'ansible_timeout' from source: unknown 8222 1726776602.54044: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776602.54187: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776602.54193: variable 'omit' from source: magic vars 8222 1726776602.54202: starting attempt loop 8222 1726776602.54204: running the handler 8222 1726776602.54216: _low_level_execute_command(): starting 8222 1726776602.54223: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776602.54697: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776602.54722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776602.54726: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.54778: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776602.54781: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776602.54783: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776602.54844: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776602.56541: stdout chunk (state=3): >>>/root <<< 8222 1726776602.56639: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776602.56663: stderr chunk (state=3): >>><<< 8222 1726776602.56668: stdout chunk (state=3): >>><<< 8222 1726776602.56690: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776602.56702: _low_level_execute_command(): starting 8222 1726776602.56708: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776602.566889-8526-50431358933308 `" && echo ansible-tmp-1726776602.566889-8526-50431358933308="` echo /root/.ansible/tmp/ansible-tmp-1726776602.566889-8526-50431358933308 `" ) && sleep 0' 8222 1726776602.57129: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776602.57132: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776602.57134: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.57144: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776602.57146: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776602.57148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.57192: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776602.57195: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776602.57198: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776602.57249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776602.59175: stdout chunk (state=3): >>>ansible-tmp-1726776602.566889-8526-50431358933308=/root/.ansible/tmp/ansible-tmp-1726776602.566889-8526-50431358933308 <<< 8222 1726776602.59280: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776602.59311: stderr chunk (state=3): >>><<< 8222 1726776602.59314: stdout chunk (state=3): >>><<< 8222 1726776602.59327: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776602.566889-8526-50431358933308=/root/.ansible/tmp/ansible-tmp-1726776602.566889-8526-50431358933308 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776602.59367: variable 'ansible_module_compression' from source: unknown 8222 1726776602.59416: ANSIBALLZ: Using lock for file 8222 1726776602.59419: ANSIBALLZ: Acquiring lock 8222 1726776602.59422: ANSIBALLZ: Lock acquired: 140312690218752 8222 1726776602.59425: ANSIBALLZ: Creating module 8222 1726776602.67956: ANSIBALLZ: Writing module into payload 8222 1726776602.68063: ANSIBALLZ: Writing module 8222 1726776602.68080: ANSIBALLZ: Renaming module 8222 1726776602.68088: ANSIBALLZ: Done creating module 8222 1726776602.68106: variable 'ansible_facts' from source: unknown 8222 1726776602.68153: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776602.566889-8526-50431358933308/AnsiballZ_file.py 8222 1726776602.68255: Sending initial data 8222 1726776602.68258: Sent initial data (149 bytes) 8222 1726776602.68700: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776602.68704: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.68714: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776602.68725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.68778: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776602.68781: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776602.68783: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776602.68841: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776602.70494: 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 <<< 8222 1726776602.70501: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776602.70540: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776602.70589: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp9u3rwc5b /root/.ansible/tmp/ansible-tmp-1726776602.566889-8526-50431358933308/AnsiballZ_file.py <<< 8222 1726776602.70594: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776602.566889-8526-50431358933308/AnsiballZ_file.py" <<< 8222 1726776602.70632: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp9u3rwc5b" to remote "/root/.ansible/tmp/ansible-tmp-1726776602.566889-8526-50431358933308/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776602.566889-8526-50431358933308/AnsiballZ_file.py" <<< 8222 1726776602.71205: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776602.71249: stderr chunk (state=3): >>><<< 8222 1726776602.71253: stdout chunk (state=3): >>><<< 8222 1726776602.71319: done transferring module to remote 8222 1726776602.71380: _low_level_execute_command(): starting 8222 1726776602.71384: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776602.566889-8526-50431358933308/ /root/.ansible/tmp/ansible-tmp-1726776602.566889-8526-50431358933308/AnsiballZ_file.py && sleep 0' 8222 1726776602.71775: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776602.71778: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776602.71781: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776602.71795: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776602.71798: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.71837: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776602.71840: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776602.71896: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776602.73666: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776602.73692: stderr chunk (state=3): >>><<< 8222 1726776602.73697: stdout chunk (state=3): >>><<< 8222 1726776602.73711: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776602.73716: _low_level_execute_command(): starting 8222 1726776602.73721: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776602.566889-8526-50431358933308/AnsiballZ_file.py && sleep 0' 8222 1726776602.74146: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776602.74150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776602.74154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776602.74156: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776602.74158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.74208: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776602.74212: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776602.74269: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776602.90903: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 8222 1726776602.92409: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776602.92440: stderr chunk (state=3): >>><<< 8222 1726776602.92443: stdout chunk (state=3): >>><<< 8222 1726776602.92458: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776602.92490: 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-1726776602.566889-8526-50431358933308/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776602.92501: _low_level_execute_command(): starting 8222 1726776602.92504: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776602.566889-8526-50431358933308/ > /dev/null 2>&1 && sleep 0' 8222 1726776602.92946: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776602.92951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.92966: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.93024: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776602.93027: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776602.93033: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776602.93084: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776602.94968: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776602.94972: stderr chunk (state=3): >>><<< 8222 1726776602.94975: stdout chunk (state=3): >>><<< 8222 1726776602.94983: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776602.94995: handler run complete 8222 1726776602.95013: attempt loop complete, returning result 8222 1726776602.95016: _execute() done 8222 1726776602.95018: dumping result to json 8222 1726776602.95022: done dumping result, returning 8222 1726776602.95031: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [12343ab9-b159-90b8-9460-000000000053] 8222 1726776602.95033: sending task result for task 12343ab9-b159-90b8-9460-000000000053 8222 1726776602.95132: done sending task result for task 12343ab9-b159-90b8-9460-000000000053 8222 1726776602.95135: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "state": "directory", "uid": 0 } 8222 1726776602.95210: no more pending results, returning what we have 8222 1726776602.95213: results queue empty 8222 1726776602.95214: checking for any_errors_fatal 8222 1726776602.95230: done checking for any_errors_fatal 8222 1726776602.95231: checking for max_fail_percentage 8222 1726776602.95233: done checking for max_fail_percentage 8222 1726776602.95233: checking to see if all hosts have failed and the running result is not ok 8222 1726776602.95234: done checking to see if all hosts have failed 8222 1726776602.95235: getting the remaining hosts for this loop 8222 1726776602.95236: done getting the remaining hosts for this loop 8222 1726776602.95240: getting the next task for host managed_node3 8222 1726776602.95247: done getting next task for host managed_node3 8222 1726776602.95250: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 8222 1726776602.95252: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776602.95260: getting variables 8222 1726776602.95262: in VariableManager get_vars() 8222 1726776602.95301: Calling all_inventory to load vars for managed_node3 8222 1726776602.95304: Calling groups_inventory to load vars for managed_node3 8222 1726776602.95307: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776602.95316: Calling all_plugins_play to load vars for managed_node3 8222 1726776602.95318: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776602.95321: Calling groups_plugins_play to load vars for managed_node3 8222 1726776602.95462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776602.95583: done with get_vars() 8222 1726776602.95596: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 16:10:02 -0400 (0:00:00.429) 0:00:05.634 **** 8222 1726776602.95660: entering _queue_task() for managed_node3/slurp 8222 1726776602.95851: worker is 1 (out of 1 available) 8222 1726776602.95863: exiting _queue_task() for managed_node3/slurp 8222 1726776602.95873: done queuing things up, now waiting for results queue to drain 8222 1726776602.95874: waiting for pending results... 8222 1726776602.96025: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 8222 1726776602.96089: in run() - task 12343ab9-b159-90b8-9460-000000000054 8222 1726776602.96103: variable 'ansible_search_path' from source: unknown 8222 1726776602.96107: variable 'ansible_search_path' from source: unknown 8222 1726776602.96132: calling self._execute() 8222 1726776602.96193: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776602.96198: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776602.96211: variable 'omit' from source: magic vars 8222 1726776602.96279: variable 'omit' from source: magic vars 8222 1726776602.96316: variable 'omit' from source: magic vars 8222 1726776602.96337: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8222 1726776602.96544: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8222 1726776602.96598: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776602.96626: variable 'omit' from source: magic vars 8222 1726776602.96656: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776602.96682: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776602.96700: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776602.96713: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776602.96722: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776602.96743: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776602.96747: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776602.96749: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776602.96820: Set connection var ansible_timeout to 10 8222 1726776602.96826: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776602.96830: Set connection var ansible_connection to ssh 8222 1726776602.96835: Set connection var ansible_shell_executable to /bin/sh 8222 1726776602.96838: Set connection var ansible_shell_type to sh 8222 1726776602.96843: Set connection var ansible_pipelining to False 8222 1726776602.96858: variable 'ansible_shell_executable' from source: unknown 8222 1726776602.96862: variable 'ansible_connection' from source: unknown 8222 1726776602.96865: variable 'ansible_module_compression' from source: unknown 8222 1726776602.96867: variable 'ansible_shell_type' from source: unknown 8222 1726776602.96869: variable 'ansible_shell_executable' from source: unknown 8222 1726776602.96871: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776602.96874: variable 'ansible_pipelining' from source: unknown 8222 1726776602.96876: variable 'ansible_timeout' from source: unknown 8222 1726776602.96883: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776602.97019: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776602.97027: variable 'omit' from source: magic vars 8222 1726776602.97032: starting attempt loop 8222 1726776602.97035: running the handler 8222 1726776602.97046: _low_level_execute_command(): starting 8222 1726776602.97054: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776602.97609: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776602.97613: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.97616: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776602.97618: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.97670: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776602.97673: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776602.97675: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776602.97729: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776602.99339: stdout chunk (state=3): >>>/root <<< 8222 1726776602.99441: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776602.99472: stderr chunk (state=3): >>><<< 8222 1726776602.99475: stdout chunk (state=3): >>><<< 8222 1726776602.99500: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776602.99511: _low_level_execute_command(): starting 8222 1726776602.99517: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776602.9949977-8538-280880472333370 `" && echo ansible-tmp-1726776602.9949977-8538-280880472333370="` echo /root/.ansible/tmp/ansible-tmp-1726776602.9949977-8538-280880472333370 `" ) && sleep 0' 8222 1726776602.99950: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776602.99954: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776602.99962: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776602.99965: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776602.99967: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.00021: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776603.00024: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776603.00070: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776603.01979: stdout chunk (state=3): >>>ansible-tmp-1726776602.9949977-8538-280880472333370=/root/.ansible/tmp/ansible-tmp-1726776602.9949977-8538-280880472333370 <<< 8222 1726776603.02087: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776603.02116: stderr chunk (state=3): >>><<< 8222 1726776603.02119: stdout chunk (state=3): >>><<< 8222 1726776603.02135: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776602.9949977-8538-280880472333370=/root/.ansible/tmp/ansible-tmp-1726776602.9949977-8538-280880472333370 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776603.02177: variable 'ansible_module_compression' from source: unknown 8222 1726776603.02214: ANSIBALLZ: Using lock for slurp 8222 1726776603.02217: ANSIBALLZ: Acquiring lock 8222 1726776603.02220: ANSIBALLZ: Lock acquired: 140312690218176 8222 1726776603.02222: ANSIBALLZ: Creating module 8222 1726776603.10041: ANSIBALLZ: Writing module into payload 8222 1726776603.10083: ANSIBALLZ: Writing module 8222 1726776603.10104: ANSIBALLZ: Renaming module 8222 1726776603.10109: ANSIBALLZ: Done creating module 8222 1726776603.10123: variable 'ansible_facts' from source: unknown 8222 1726776603.10167: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776602.9949977-8538-280880472333370/AnsiballZ_slurp.py 8222 1726776603.10268: Sending initial data 8222 1726776603.10271: Sent initial data (152 bytes) 8222 1726776603.10726: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776603.10729: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776603.10731: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.10734: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776603.10736: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.10737: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.10788: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776603.10791: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776603.10794: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776603.10854: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776603.12504: 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" <<< 8222 1726776603.12508: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776603.12548: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776603.12598: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpc2qr9h4g /root/.ansible/tmp/ansible-tmp-1726776602.9949977-8538-280880472333370/AnsiballZ_slurp.py <<< 8222 1726776603.12600: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776602.9949977-8538-280880472333370/AnsiballZ_slurp.py" <<< 8222 1726776603.12642: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpc2qr9h4g" to remote "/root/.ansible/tmp/ansible-tmp-1726776602.9949977-8538-280880472333370/AnsiballZ_slurp.py" <<< 8222 1726776603.12648: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776602.9949977-8538-280880472333370/AnsiballZ_slurp.py" <<< 8222 1726776603.13170: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776603.13218: stderr chunk (state=3): >>><<< 8222 1726776603.13221: stdout chunk (state=3): >>><<< 8222 1726776603.13246: done transferring module to remote 8222 1726776603.13254: _low_level_execute_command(): starting 8222 1726776603.13259: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776602.9949977-8538-280880472333370/ /root/.ansible/tmp/ansible-tmp-1726776602.9949977-8538-280880472333370/AnsiballZ_slurp.py && sleep 0' 8222 1726776603.13704: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776603.13707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776603.13713: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.13715: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776603.13717: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776603.13719: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.13766: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776603.13770: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776603.13830: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776603.15660: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776603.15684: stderr chunk (state=3): >>><<< 8222 1726776603.15690: stdout chunk (state=3): >>><<< 8222 1726776603.15706: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776603.15710: _low_level_execute_command(): starting 8222 1726776603.15715: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776602.9949977-8538-280880472333370/AnsiballZ_slurp.py && sleep 0' 8222 1726776603.16151: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.16154: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.16156: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.16158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.16208: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776603.16212: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776603.16270: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776603.31709: 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"}}} <<< 8222 1726776603.33016: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776603.33047: stderr chunk (state=3): >>><<< 8222 1726776603.33050: stdout chunk (state=3): >>><<< 8222 1726776603.33063: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdAo=", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776603.33089: 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-1726776602.9949977-8538-280880472333370/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776603.33096: _low_level_execute_command(): starting 8222 1726776603.33102: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776602.9949977-8538-280880472333370/ > /dev/null 2>&1 && sleep 0' 8222 1726776603.33561: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.33566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.33568: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8222 1726776603.33570: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.33577: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.33628: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776603.33631: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776603.33633: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776603.33684: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776603.35660: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776603.35663: stdout chunk (state=3): >>><<< 8222 1726776603.35666: stderr chunk (state=3): >>><<< 8222 1726776603.35669: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776603.35671: handler run complete 8222 1726776603.35673: attempt loop complete, returning result 8222 1726776603.35675: _execute() done 8222 1726776603.35677: dumping result to json 8222 1726776603.35678: done dumping result, returning 8222 1726776603.35680: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [12343ab9-b159-90b8-9460-000000000054] 8222 1726776603.35682: sending task result for task 12343ab9-b159-90b8-9460-000000000054 8222 1726776603.35913: done sending task result for task 12343ab9-b159-90b8-9460-000000000054 8222 1726776603.35918: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } 8222 1726776603.35977: no more pending results, returning what we have 8222 1726776603.35980: results queue empty 8222 1726776603.35981: checking for any_errors_fatal 8222 1726776603.35990: done checking for any_errors_fatal 8222 1726776603.35991: checking for max_fail_percentage 8222 1726776603.35992: done checking for max_fail_percentage 8222 1726776603.35993: checking to see if all hosts have failed and the running result is not ok 8222 1726776603.35994: done checking to see if all hosts have failed 8222 1726776603.35994: getting the remaining hosts for this loop 8222 1726776603.35996: done getting the remaining hosts for this loop 8222 1726776603.35999: getting the next task for host managed_node3 8222 1726776603.36004: done getting next task for host managed_node3 8222 1726776603.36011: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 8222 1726776603.36014: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776603.36023: getting variables 8222 1726776603.36024: in VariableManager get_vars() 8222 1726776603.36053: Calling all_inventory to load vars for managed_node3 8222 1726776603.36055: Calling groups_inventory to load vars for managed_node3 8222 1726776603.36057: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776603.36065: Calling all_plugins_play to load vars for managed_node3 8222 1726776603.36068: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776603.36070: Calling groups_plugins_play to load vars for managed_node3 8222 1726776603.36205: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776603.36362: done with get_vars() 8222 1726776603.36369: done getting variables 8222 1726776603.36414: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 16:10:03 -0400 (0:00:00.407) 0:00:06.042 **** 8222 1726776603.36436: entering _queue_task() for managed_node3/set_fact 8222 1726776603.36633: worker is 1 (out of 1 available) 8222 1726776603.36647: exiting _queue_task() for managed_node3/set_fact 8222 1726776603.36657: done queuing things up, now waiting for results queue to drain 8222 1726776603.36658: waiting for pending results... 8222 1726776603.36814: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 8222 1726776603.36874: in run() - task 12343ab9-b159-90b8-9460-000000000055 8222 1726776603.36889: variable 'ansible_search_path' from source: unknown 8222 1726776603.36893: variable 'ansible_search_path' from source: unknown 8222 1726776603.36921: calling self._execute() 8222 1726776603.36979: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776603.36983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776603.36999: variable 'omit' from source: magic vars 8222 1726776603.37071: variable 'omit' from source: magic vars 8222 1726776603.37108: variable 'omit' from source: magic vars 8222 1726776603.37394: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776603.37404: variable '__cur_profile' from source: task vars 8222 1726776603.37505: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776603.38883: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776603.38938: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776603.38967: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776603.38994: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776603.39017: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776603.39075: 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) 8222 1726776603.39099: 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) 8222 1726776603.39116: 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) 8222 1726776603.39142: 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) 8222 1726776603.39152: 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) 8222 1726776603.39232: variable '__kernel_settings_tuned_current_profile' from source: set_fact 8222 1726776603.39269: variable 'omit' from source: magic vars 8222 1726776603.39290: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776603.39314: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776603.39329: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776603.39342: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776603.39351: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776603.39373: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776603.39376: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776603.39380: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776603.39450: Set connection var ansible_timeout to 10 8222 1726776603.39456: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776603.39460: Set connection var ansible_connection to ssh 8222 1726776603.39465: Set connection var ansible_shell_executable to /bin/sh 8222 1726776603.39468: Set connection var ansible_shell_type to sh 8222 1726776603.39473: Set connection var ansible_pipelining to False 8222 1726776603.39494: variable 'ansible_shell_executable' from source: unknown 8222 1726776603.39497: variable 'ansible_connection' from source: unknown 8222 1726776603.39499: variable 'ansible_module_compression' from source: unknown 8222 1726776603.39502: variable 'ansible_shell_type' from source: unknown 8222 1726776603.39504: variable 'ansible_shell_executable' from source: unknown 8222 1726776603.39508: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776603.39512: variable 'ansible_pipelining' from source: unknown 8222 1726776603.39514: variable 'ansible_timeout' from source: unknown 8222 1726776603.39518: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776603.39589: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776603.39602: variable 'omit' from source: magic vars 8222 1726776603.39605: starting attempt loop 8222 1726776603.39607: running the handler 8222 1726776603.39615: handler run complete 8222 1726776603.39622: attempt loop complete, returning result 8222 1726776603.39625: _execute() done 8222 1726776603.39627: dumping result to json 8222 1726776603.39629: done dumping result, returning 8222 1726776603.39637: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [12343ab9-b159-90b8-9460-000000000055] 8222 1726776603.39640: sending task result for task 12343ab9-b159-90b8-9460-000000000055 8222 1726776603.39722: done sending task result for task 12343ab9-b159-90b8-9460-000000000055 8222 1726776603.39725: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 8222 1726776603.39781: no more pending results, returning what we have 8222 1726776603.39783: results queue empty 8222 1726776603.39784: checking for any_errors_fatal 8222 1726776603.39792: done checking for any_errors_fatal 8222 1726776603.39793: checking for max_fail_percentage 8222 1726776603.39795: done checking for max_fail_percentage 8222 1726776603.39796: checking to see if all hosts have failed and the running result is not ok 8222 1726776603.39797: done checking to see if all hosts have failed 8222 1726776603.39797: getting the remaining hosts for this loop 8222 1726776603.39800: done getting the remaining hosts for this loop 8222 1726776603.39804: getting the next task for host managed_node3 8222 1726776603.39810: done getting next task for host managed_node3 8222 1726776603.39814: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 8222 1726776603.39816: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776603.39832: getting variables 8222 1726776603.39833: in VariableManager get_vars() 8222 1726776603.39865: Calling all_inventory to load vars for managed_node3 8222 1726776603.39867: Calling groups_inventory to load vars for managed_node3 8222 1726776603.39869: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776603.39878: Calling all_plugins_play to load vars for managed_node3 8222 1726776603.39880: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776603.39883: Calling groups_plugins_play to load vars for managed_node3 8222 1726776603.40017: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776603.40140: done with get_vars() 8222 1726776603.40149: done getting variables 8222 1726776603.40237: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 16:10:03 -0400 (0:00:00.038) 0:00:06.080 **** 8222 1726776603.40259: entering _queue_task() for managed_node3/copy 8222 1726776603.40467: worker is 1 (out of 1 available) 8222 1726776603.40480: exiting _queue_task() for managed_node3/copy 8222 1726776603.40492: done queuing things up, now waiting for results queue to drain 8222 1726776603.40493: waiting for pending results... 8222 1726776603.40649: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 8222 1726776603.40722: in run() - task 12343ab9-b159-90b8-9460-000000000056 8222 1726776603.40729: variable 'ansible_search_path' from source: unknown 8222 1726776603.40732: variable 'ansible_search_path' from source: unknown 8222 1726776603.40759: calling self._execute() 8222 1726776603.40824: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776603.40830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776603.40839: variable 'omit' from source: magic vars 8222 1726776603.40918: variable 'omit' from source: magic vars 8222 1726776603.40957: variable 'omit' from source: magic vars 8222 1726776603.40979: variable '__kernel_settings_active_profile' from source: set_fact 8222 1726776603.41199: variable '__kernel_settings_active_profile' from source: set_fact 8222 1726776603.41218: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8222 1726776603.41327: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8222 1726776603.41376: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776603.41404: variable 'omit' from source: magic vars 8222 1726776603.41436: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776603.41463: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776603.41479: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776603.41500: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776603.41509: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776603.41531: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776603.41534: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776603.41537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776603.41608: Set connection var ansible_timeout to 10 8222 1726776603.41615: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776603.41620: Set connection var ansible_connection to ssh 8222 1726776603.41625: Set connection var ansible_shell_executable to /bin/sh 8222 1726776603.41627: Set connection var ansible_shell_type to sh 8222 1726776603.41632: Set connection var ansible_pipelining to False 8222 1726776603.41648: variable 'ansible_shell_executable' from source: unknown 8222 1726776603.41651: variable 'ansible_connection' from source: unknown 8222 1726776603.41653: variable 'ansible_module_compression' from source: unknown 8222 1726776603.41655: variable 'ansible_shell_type' from source: unknown 8222 1726776603.41658: variable 'ansible_shell_executable' from source: unknown 8222 1726776603.41660: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776603.41664: variable 'ansible_pipelining' from source: unknown 8222 1726776603.41667: variable 'ansible_timeout' from source: unknown 8222 1726776603.41669: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776603.41768: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776603.41776: variable 'omit' from source: magic vars 8222 1726776603.41781: starting attempt loop 8222 1726776603.41784: running the handler 8222 1726776603.41799: _low_level_execute_command(): starting 8222 1726776603.41810: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776603.42311: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.42315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.42318: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.42367: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776603.42371: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776603.42373: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776603.42430: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776603.44114: stdout chunk (state=3): >>>/root <<< 8222 1726776603.44209: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776603.44240: stderr chunk (state=3): >>><<< 8222 1726776603.44243: stdout chunk (state=3): >>><<< 8222 1726776603.44263: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776603.44275: _low_level_execute_command(): starting 8222 1726776603.44281: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505 `" && echo ansible-tmp-1726776603.442637-8547-28082768219505="` echo /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505 `" ) && sleep 0' 8222 1726776603.44730: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.44734: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.44743: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776603.44745: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776603.44747: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.44795: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776603.44802: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776603.44846: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776603.46743: stdout chunk (state=3): >>>ansible-tmp-1726776603.442637-8547-28082768219505=/root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505 <<< 8222 1726776603.46853: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776603.46878: stderr chunk (state=3): >>><<< 8222 1726776603.46881: stdout chunk (state=3): >>><<< 8222 1726776603.46898: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776603.442637-8547-28082768219505=/root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776603.46974: variable 'ansible_module_compression' from source: unknown 8222 1726776603.47017: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776603.47047: variable 'ansible_facts' from source: unknown 8222 1726776603.47111: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/AnsiballZ_stat.py 8222 1726776603.47204: Sending initial data 8222 1726776603.47207: Sent initial data (149 bytes) 8222 1726776603.47653: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776603.47657: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776603.47659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776603.47661: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.47664: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.47717: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776603.47720: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776603.47727: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776603.47771: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776603.49370: 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 <<< 8222 1726776603.49417: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776603.49463: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpmq98l5em /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/AnsiballZ_stat.py <<< 8222 1726776603.49466: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/AnsiballZ_stat.py" <<< 8222 1726776603.49514: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpmq98l5em" to remote "/root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/AnsiballZ_stat.py" <<< 8222 1726776603.49519: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/AnsiballZ_stat.py" <<< 8222 1726776603.50063: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776603.50108: stderr chunk (state=3): >>><<< 8222 1726776603.50111: stdout chunk (state=3): >>><<< 8222 1726776603.50133: done transferring module to remote 8222 1726776603.50142: _low_level_execute_command(): starting 8222 1726776603.50147: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/ /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/AnsiballZ_stat.py && sleep 0' 8222 1726776603.50599: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776603.50603: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776603.50605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.50607: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.50613: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.50661: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776603.50664: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776603.50668: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776603.50715: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776603.52528: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776603.52556: stderr chunk (state=3): >>><<< 8222 1726776603.52559: stdout chunk (state=3): >>><<< 8222 1726776603.52574: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776603.52577: _low_level_execute_command(): starting 8222 1726776603.52582: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/AnsiballZ_stat.py && sleep 0' 8222 1726776603.53023: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776603.53027: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.53038: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.53100: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776603.53103: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776603.53106: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776603.53162: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776603.69993: 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": 14, "inode": 88080516, "dev": 51714, "nlink": 1, "atime": 1726776603.3150399, "mtime": 1726776584.7808995, "ctime": 1726776594.5019732, "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": "633f07e1b5698d04352d5dca735869bf2fe77897", "mimetype": "text/plain", "charset": "us-ascii", "version": "623745504", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 8222 1726776603.71645: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776603.71670: stderr chunk (state=3): >>><<< 8222 1726776603.71674: stdout chunk (state=3): >>><<< 8222 1726776603.71691: _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": 14, "inode": 88080516, "dev": 51714, "nlink": 1, "atime": 1726776603.3150399, "mtime": 1726776584.7808995, "ctime": 1726776594.5019732, "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": "633f07e1b5698d04352d5dca735869bf2fe77897", "mimetype": "text/plain", "charset": "us-ascii", "version": "623745504", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776603.71734: 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-1726776603.442637-8547-28082768219505/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 8222 1726776603.71829: Sending initial data 8222 1726776603.71832: Sent initial data (137 bytes) 8222 1726776603.72277: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776603.72280: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776603.72282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.72284: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776603.72288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776603.72290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.72345: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776603.72348: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776603.72350: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776603.72402: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776603.74067: 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 <<< 8222 1726776603.74114: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776603.74162: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/.c4tnaqzf /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/.source <<< 8222 1726776603.74174: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/.source" <<< 8222 1726776603.74212: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/.c4tnaqzf" to remote "/root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/.source" <<< 8222 1726776603.74215: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/.source" <<< 8222 1726776603.74414: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776603.74455: stderr chunk (state=3): >>><<< 8222 1726776603.74458: stdout chunk (state=3): >>><<< 8222 1726776603.74477: _low_level_execute_command(): starting 8222 1726776603.74480: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/ /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/.source && sleep 0' 8222 1726776603.74926: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.74931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.74934: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776603.74936: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.74937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.74994: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776603.74998: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776603.75000: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776603.75045: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776603.76866: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776603.76897: stderr chunk (state=3): >>><<< 8222 1726776603.76900: stdout chunk (state=3): >>><<< 8222 1726776603.76911: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776603.76933: variable 'ansible_module_compression' from source: unknown 8222 1726776603.76969: ANSIBALLZ: Using generic lock for ansible.legacy.copy 8222 1726776603.76972: ANSIBALLZ: Acquiring lock 8222 1726776603.76975: ANSIBALLZ: Lock acquired: 140312690217360 8222 1726776603.76977: ANSIBALLZ: Creating module 8222 1726776603.85211: ANSIBALLZ: Writing module into payload 8222 1726776603.85298: ANSIBALLZ: Writing module 8222 1726776603.85314: ANSIBALLZ: Renaming module 8222 1726776603.85320: ANSIBALLZ: Done creating module 8222 1726776603.85333: variable 'ansible_facts' from source: unknown 8222 1726776603.85380: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/AnsiballZ_copy.py 8222 1726776603.85468: Sending initial data 8222 1726776603.85471: Sent initial data (149 bytes) 8222 1726776603.85919: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.85926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.85928: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.85930: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.85980: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776603.85984: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776603.85987: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776603.86047: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776603.87688: 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" <<< 8222 1726776603.87697: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776603.87732: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776603.87780: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpn6jebos5 /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/AnsiballZ_copy.py <<< 8222 1726776603.87788: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/AnsiballZ_copy.py" <<< 8222 1726776603.87827: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpn6jebos5" to remote "/root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/AnsiballZ_copy.py" <<< 8222 1726776603.87830: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/AnsiballZ_copy.py" <<< 8222 1726776603.88398: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776603.88443: stderr chunk (state=3): >>><<< 8222 1726776603.88446: stdout chunk (state=3): >>><<< 8222 1726776603.88472: done transferring module to remote 8222 1726776603.88480: _low_level_execute_command(): starting 8222 1726776603.88485: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/ /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/AnsiballZ_copy.py && sleep 0' 8222 1726776603.88927: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.88930: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.88932: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 8222 1726776603.88934: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.88936: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.88984: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776603.88993: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776603.89047: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776603.90884: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776603.90914: stderr chunk (state=3): >>><<< 8222 1726776603.90917: stdout chunk (state=3): >>><<< 8222 1726776603.90931: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776603.90934: _low_level_execute_command(): starting 8222 1726776603.90939: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/AnsiballZ_copy.py && sleep 0' 8222 1726776603.91374: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776603.91377: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776603.91379: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.91381: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776603.91384: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776603.91439: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776603.91446: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776603.91506: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.08022: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/.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-1726776603.442637-8547-28082768219505/.source", "_original_basename": ".c4tnaqzf", "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}}} <<< 8222 1726776604.09440: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776604.09468: stderr chunk (state=3): >>><<< 8222 1726776604.09471: stdout chunk (state=3): >>><<< 8222 1726776604.09488: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/.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-1726776603.442637-8547-28082768219505/.source", "_original_basename": ".c4tnaqzf", "follow": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776604.09517: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/.source', '_original_basename': '.c4tnaqzf', '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-1726776603.442637-8547-28082768219505/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776604.09525: _low_level_execute_command(): starting 8222 1726776604.09530: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776603.442637-8547-28082768219505/ > /dev/null 2>&1 && sleep 0' 8222 1726776604.09978: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.09981: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.09983: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.09988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.10041: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.10044: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776604.10046: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.10100: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.11966: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776604.11997: stderr chunk (state=3): >>><<< 8222 1726776604.12000: stdout chunk (state=3): >>><<< 8222 1726776604.12013: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776604.12022: handler run complete 8222 1726776604.12041: attempt loop complete, returning result 8222 1726776604.12044: _execute() done 8222 1726776604.12047: dumping result to json 8222 1726776604.12049: done dumping result, returning 8222 1726776604.12059: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [12343ab9-b159-90b8-9460-000000000056] 8222 1726776604.12061: sending task result for task 12343ab9-b159-90b8-9460-000000000056 8222 1726776604.12163: done sending task result for task 12343ab9-b159-90b8-9460-000000000056 8222 1726776604.12166: 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-1726776603.442637-8547-28082768219505/.source", "state": "file", "uid": 0 } 8222 1726776604.12268: no more pending results, returning what we have 8222 1726776604.12271: results queue empty 8222 1726776604.12272: checking for any_errors_fatal 8222 1726776604.12279: done checking for any_errors_fatal 8222 1726776604.12280: checking for max_fail_percentage 8222 1726776604.12281: done checking for max_fail_percentage 8222 1726776604.12282: checking to see if all hosts have failed and the running result is not ok 8222 1726776604.12283: done checking to see if all hosts have failed 8222 1726776604.12283: getting the remaining hosts for this loop 8222 1726776604.12286: done getting the remaining hosts for this loop 8222 1726776604.12290: getting the next task for host managed_node3 8222 1726776604.12298: done getting next task for host managed_node3 8222 1726776604.12301: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 8222 1726776604.12304: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776604.12313: getting variables 8222 1726776604.12314: in VariableManager get_vars() 8222 1726776604.12344: Calling all_inventory to load vars for managed_node3 8222 1726776604.12346: Calling groups_inventory to load vars for managed_node3 8222 1726776604.12348: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776604.12356: Calling all_plugins_play to load vars for managed_node3 8222 1726776604.12358: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776604.12361: Calling groups_plugins_play to load vars for managed_node3 8222 1726776604.12532: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776604.12651: done with get_vars() 8222 1726776604.12659: done getting variables 8222 1726776604.12703: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 16:10:04 -0400 (0:00:00.724) 0:00:06.805 **** 8222 1726776604.12726: entering _queue_task() for managed_node3/copy 8222 1726776604.12928: worker is 1 (out of 1 available) 8222 1726776604.12942: exiting _queue_task() for managed_node3/copy 8222 1726776604.12952: done queuing things up, now waiting for results queue to drain 8222 1726776604.12953: waiting for pending results... 8222 1726776604.13199: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 8222 1726776604.13205: in run() - task 12343ab9-b159-90b8-9460-000000000057 8222 1726776604.13208: variable 'ansible_search_path' from source: unknown 8222 1726776604.13211: variable 'ansible_search_path' from source: unknown 8222 1726776604.13213: calling self._execute() 8222 1726776604.13271: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776604.13275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776604.13293: variable 'omit' from source: magic vars 8222 1726776604.13363: variable 'omit' from source: magic vars 8222 1726776604.13400: variable 'omit' from source: magic vars 8222 1726776604.13424: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 8222 1726776604.13637: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 8222 1726776604.13697: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776604.13722: variable 'omit' from source: magic vars 8222 1726776604.13757: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776604.13784: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776604.13802: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776604.13816: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776604.13826: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776604.13849: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776604.13852: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776604.13855: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776604.13925: Set connection var ansible_timeout to 10 8222 1726776604.13932: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776604.13938: Set connection var ansible_connection to ssh 8222 1726776604.13940: Set connection var ansible_shell_executable to /bin/sh 8222 1726776604.13949: Set connection var ansible_shell_type to sh 8222 1726776604.13952: Set connection var ansible_pipelining to False 8222 1726776604.13967: variable 'ansible_shell_executable' from source: unknown 8222 1726776604.13970: variable 'ansible_connection' from source: unknown 8222 1726776604.13972: variable 'ansible_module_compression' from source: unknown 8222 1726776604.13975: variable 'ansible_shell_type' from source: unknown 8222 1726776604.13977: variable 'ansible_shell_executable' from source: unknown 8222 1726776604.13979: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776604.13983: variable 'ansible_pipelining' from source: unknown 8222 1726776604.13987: variable 'ansible_timeout' from source: unknown 8222 1726776604.13993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776604.14089: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776604.14098: variable 'omit' from source: magic vars 8222 1726776604.14104: starting attempt loop 8222 1726776604.14107: running the handler 8222 1726776604.14117: _low_level_execute_command(): starting 8222 1726776604.14124: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776604.14629: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.14633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.14636: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.14638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.14682: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.14685: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776604.14700: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.14760: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.16458: stdout chunk (state=3): >>>/root <<< 8222 1726776604.16552: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776604.16582: stderr chunk (state=3): >>><<< 8222 1726776604.16587: stdout chunk (state=3): >>><<< 8222 1726776604.16609: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776604.16621: _low_level_execute_command(): starting 8222 1726776604.16627: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708 `" && echo ansible-tmp-1726776604.166092-8565-11958292816708="` echo /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708 `" ) && sleep 0' 8222 1726776604.17074: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.17078: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776604.17089: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.17095: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.17098: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.17141: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.17144: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776604.17146: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.17198: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.19140: stdout chunk (state=3): >>>ansible-tmp-1726776604.166092-8565-11958292816708=/root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708 <<< 8222 1726776604.19236: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776604.19269: stderr chunk (state=3): >>><<< 8222 1726776604.19272: stdout chunk (state=3): >>><<< 8222 1726776604.19289: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776604.166092-8565-11958292816708=/root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776604.19367: variable 'ansible_module_compression' from source: unknown 8222 1726776604.19410: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776604.19439: variable 'ansible_facts' from source: unknown 8222 1726776604.19505: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/AnsiballZ_stat.py 8222 1726776604.19591: Sending initial data 8222 1726776604.19598: Sent initial data (149 bytes) 8222 1726776604.20043: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.20047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776604.20049: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.20051: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.20053: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.20109: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.20112: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776604.20116: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.20164: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.21774: 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 <<< 8222 1726776604.21813: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776604.21863: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpmggo8on9 /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/AnsiballZ_stat.py <<< 8222 1726776604.21871: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/AnsiballZ_stat.py" <<< 8222 1726776604.21910: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpmggo8on9" to remote "/root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/AnsiballZ_stat.py" <<< 8222 1726776604.21917: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/AnsiballZ_stat.py" <<< 8222 1726776604.22494: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776604.22539: stderr chunk (state=3): >>><<< 8222 1726776604.22542: stdout chunk (state=3): >>><<< 8222 1726776604.22569: done transferring module to remote 8222 1726776604.22578: _low_level_execute_command(): starting 8222 1726776604.22583: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/ /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/AnsiballZ_stat.py && sleep 0' 8222 1726776604.23031: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.23034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776604.23036: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.23039: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.23045: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.23100: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.23102: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.23147: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.24990: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776604.25019: stderr chunk (state=3): >>><<< 8222 1726776604.25022: stdout chunk (state=3): >>><<< 8222 1726776604.25037: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776604.25040: _low_level_execute_command(): starting 8222 1726776604.25045: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/AnsiballZ_stat.py && sleep 0' 8222 1726776604.25466: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.25503: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776604.25506: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.25509: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.25511: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776604.25513: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.25560: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.25565: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776604.25568: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.25619: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.42023: 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": 5, "inode": 94372036, "dev": 51714, "nlink": 1, "atime": 1726776591.44695, "mtime": 1726776584.7818995, "ctime": 1726776595.1469781, "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": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "mimetype": "text/plain", "charset": "us-ascii", "version": "470872962", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 8222 1726776604.43653: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776604.43681: stderr chunk (state=3): >>><<< 8222 1726776604.43684: stdout chunk (state=3): >>><<< 8222 1726776604.43705: _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": 5, "inode": 94372036, "dev": 51714, "nlink": 1, "atime": 1726776591.44695, "mtime": 1726776584.7818995, "ctime": 1726776595.1469781, "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": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "mimetype": "text/plain", "charset": "us-ascii", "version": "470872962", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776604.43752: 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-1726776604.166092-8565-11958292816708/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 8222 1726776604.43848: Sending initial data 8222 1726776604.43852: Sent initial data (137 bytes) 8222 1726776604.44278: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.44297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776604.44301: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.44313: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776604.44327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.44373: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.44377: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776604.44379: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.44430: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.46060: 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 <<< 8222 1726776604.46112: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776604.46159: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/.x138pci_ /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/.source <<< 8222 1726776604.46166: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/.source" <<< 8222 1726776604.46210: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/.x138pci_" to remote "/root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/.source" <<< 8222 1726776604.46213: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/.source" <<< 8222 1726776604.46413: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776604.46457: stderr chunk (state=3): >>><<< 8222 1726776604.46460: stdout chunk (state=3): >>><<< 8222 1726776604.46481: _low_level_execute_command(): starting 8222 1726776604.46484: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/ /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/.source && sleep 0' 8222 1726776604.46938: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.46941: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776604.46945: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.46947: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.46949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776604.46951: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.46991: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776604.47011: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.47056: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.48872: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776604.48901: stderr chunk (state=3): >>><<< 8222 1726776604.48904: stdout chunk (state=3): >>><<< 8222 1726776604.48918: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776604.48941: variable 'ansible_module_compression' from source: unknown 8222 1726776604.48978: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 8222 1726776604.48999: variable 'ansible_facts' from source: unknown 8222 1726776604.49044: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/AnsiballZ_copy.py 8222 1726776604.49139: Sending initial data 8222 1726776604.49142: Sent initial data (149 bytes) 8222 1726776604.49572: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.49582: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776604.49613: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.49620: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.49622: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776604.49624: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.49673: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.49676: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776604.49680: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.49728: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.51359: 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 <<< 8222 1726776604.51409: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776604.51456: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp4kj_3tq6 /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/AnsiballZ_copy.py <<< 8222 1726776604.51465: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/AnsiballZ_copy.py" <<< 8222 1726776604.51509: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp4kj_3tq6" to remote "/root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/AnsiballZ_copy.py" <<< 8222 1726776604.52071: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776604.52122: stderr chunk (state=3): >>><<< 8222 1726776604.52125: stdout chunk (state=3): >>><<< 8222 1726776604.52165: done transferring module to remote 8222 1726776604.52172: _low_level_execute_command(): starting 8222 1726776604.52176: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/ /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/AnsiballZ_copy.py && sleep 0' 8222 1726776604.52639: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.52643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776604.52645: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.52647: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.52649: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.52703: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.52709: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776604.52711: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.52753: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.54583: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776604.54613: stderr chunk (state=3): >>><<< 8222 1726776604.54616: stdout chunk (state=3): >>><<< 8222 1726776604.54630: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776604.54632: _low_level_execute_command(): starting 8222 1726776604.54638: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/AnsiballZ_copy.py && sleep 0' 8222 1726776604.55071: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.55075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776604.55094: stderr chunk (state=3): >>>debug2: match not found <<< 8222 1726776604.55110: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.55113: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.55169: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.55172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776604.55182: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.55233: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.71860: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/.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-1726776604.166092-8565-11958292816708/.source", "_original_basename": ".x138pci_", "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}}} <<< 8222 1726776604.73354: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776604.73379: stderr chunk (state=3): >>><<< 8222 1726776604.73382: stdout chunk (state=3): >>><<< 8222 1726776604.73402: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/.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-1726776604.166092-8565-11958292816708/.source", "_original_basename": ".x138pci_", "follow": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776604.73428: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/.source', '_original_basename': '.x138pci_', '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-1726776604.166092-8565-11958292816708/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776604.73436: _low_level_execute_command(): starting 8222 1726776604.73440: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776604.166092-8565-11958292816708/ > /dev/null 2>&1 && sleep 0' 8222 1726776604.73871: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.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 <<< 8222 1726776604.73907: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776604.73910: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.73912: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.73914: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.73916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.73968: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.73971: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776604.73973: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.74026: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.75929: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776604.75955: stderr chunk (state=3): >>><<< 8222 1726776604.75958: stdout chunk (state=3): >>><<< 8222 1726776604.75972: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776604.75979: handler run complete 8222 1726776604.76005: attempt loop complete, returning result 8222 1726776604.76008: _execute() done 8222 1726776604.76011: dumping result to json 8222 1726776604.76013: done dumping result, returning 8222 1726776604.76023: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [12343ab9-b159-90b8-9460-000000000057] 8222 1726776604.76026: sending task result for task 12343ab9-b159-90b8-9460-000000000057 8222 1726776604.76122: done sending task result for task 12343ab9-b159-90b8-9460-000000000057 8222 1726776604.76125: 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-1726776604.166092-8565-11958292816708/.source", "state": "file", "uid": 0 } 8222 1726776604.76209: no more pending results, returning what we have 8222 1726776604.76212: results queue empty 8222 1726776604.76213: checking for any_errors_fatal 8222 1726776604.76220: done checking for any_errors_fatal 8222 1726776604.76220: checking for max_fail_percentage 8222 1726776604.76222: done checking for max_fail_percentage 8222 1726776604.76223: checking to see if all hosts have failed and the running result is not ok 8222 1726776604.76224: done checking to see if all hosts have failed 8222 1726776604.76225: getting the remaining hosts for this loop 8222 1726776604.76226: done getting the remaining hosts for this loop 8222 1726776604.76230: getting the next task for host managed_node3 8222 1726776604.76236: done getting next task for host managed_node3 8222 1726776604.76240: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 8222 1726776604.76242: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776604.76251: getting variables 8222 1726776604.76253: in VariableManager get_vars() 8222 1726776604.76281: Calling all_inventory to load vars for managed_node3 8222 1726776604.76284: Calling groups_inventory to load vars for managed_node3 8222 1726776604.76292: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776604.76302: Calling all_plugins_play to load vars for managed_node3 8222 1726776604.76304: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776604.76306: Calling groups_plugins_play to load vars for managed_node3 8222 1726776604.76429: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776604.76550: done with get_vars() 8222 1726776604.76558: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 16:10:04 -0400 (0:00:00.638) 0:00:07.444 **** 8222 1726776604.76619: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 8222 1726776604.76819: worker is 1 (out of 1 available) 8222 1726776604.76831: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 8222 1726776604.76842: done queuing things up, now waiting for results queue to drain 8222 1726776604.76843: waiting for pending results... 8222 1726776604.76998: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config 8222 1726776604.77061: in run() - task 12343ab9-b159-90b8-9460-000000000058 8222 1726776604.77074: variable 'ansible_search_path' from source: unknown 8222 1726776604.77078: variable 'ansible_search_path' from source: unknown 8222 1726776604.77110: calling self._execute() 8222 1726776604.77166: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776604.77169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776604.77180: variable 'omit' from source: magic vars 8222 1726776604.77318: variable 'omit' from source: magic vars 8222 1726776604.77353: variable 'omit' from source: magic vars 8222 1726776604.77375: variable '__kernel_settings_profile_filename' from source: role '' all vars 8222 1726776604.77583: variable '__kernel_settings_profile_filename' from source: role '' all vars 8222 1726776604.77643: variable '__kernel_settings_profile_dir' from source: role '' all vars 8222 1726776604.77702: variable '__kernel_settings_profile_parent' from source: set_fact 8222 1726776604.77706: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776604.77743: variable 'omit' from source: magic vars 8222 1726776604.77774: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776604.77805: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776604.77822: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776604.77836: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776604.77845: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776604.77867: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776604.77870: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776604.77873: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776604.77945: Set connection var ansible_timeout to 10 8222 1726776604.77952: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776604.77957: Set connection var ansible_connection to ssh 8222 1726776604.77962: Set connection var ansible_shell_executable to /bin/sh 8222 1726776604.77964: Set connection var ansible_shell_type to sh 8222 1726776604.77969: Set connection var ansible_pipelining to False 8222 1726776604.77984: variable 'ansible_shell_executable' from source: unknown 8222 1726776604.77988: variable 'ansible_connection' from source: unknown 8222 1726776604.77991: variable 'ansible_module_compression' from source: unknown 8222 1726776604.77995: variable 'ansible_shell_type' from source: unknown 8222 1726776604.77998: variable 'ansible_shell_executable' from source: unknown 8222 1726776604.78001: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776604.78005: variable 'ansible_pipelining' from source: unknown 8222 1726776604.78008: variable 'ansible_timeout' from source: unknown 8222 1726776604.78012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776604.78141: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776604.78156: variable 'omit' from source: magic vars 8222 1726776604.78159: starting attempt loop 8222 1726776604.78162: running the handler 8222 1726776604.78171: _low_level_execute_command(): starting 8222 1726776604.78178: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776604.78657: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.78690: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776604.78697: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.78700: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8222 1726776604.78702: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.78705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.78754: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.78757: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776604.78760: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.78826: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.80515: stdout chunk (state=3): >>>/root <<< 8222 1726776604.80608: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776604.80638: stderr chunk (state=3): >>><<< 8222 1726776604.80641: stdout chunk (state=3): >>><<< 8222 1726776604.80664: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776604.80676: _low_level_execute_command(): starting 8222 1726776604.80681: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776604.8066454-8581-250719449365855 `" && echo ansible-tmp-1726776604.8066454-8581-250719449365855="` echo /root/.ansible/tmp/ansible-tmp-1726776604.8066454-8581-250719449365855 `" ) && sleep 0' 8222 1726776604.81133: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.81143: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776604.81146: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.81148: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.81150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776604.81152: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.81196: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.81200: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776604.81215: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.81253: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.83263: stdout chunk (state=3): >>>ansible-tmp-1726776604.8066454-8581-250719449365855=/root/.ansible/tmp/ansible-tmp-1726776604.8066454-8581-250719449365855 <<< 8222 1726776604.83374: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776604.83407: stderr chunk (state=3): >>><<< 8222 1726776604.83410: stdout chunk (state=3): >>><<< 8222 1726776604.83425: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776604.8066454-8581-250719449365855=/root/.ansible/tmp/ansible-tmp-1726776604.8066454-8581-250719449365855 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776604.83469: variable 'ansible_module_compression' from source: unknown 8222 1726776604.83501: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 8222 1726776604.83532: variable 'ansible_facts' from source: unknown 8222 1726776604.83596: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776604.8066454-8581-250719449365855/AnsiballZ_kernel_settings_get_config.py 8222 1726776604.83695: Sending initial data 8222 1726776604.83698: Sent initial data (173 bytes) 8222 1726776604.84143: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.84147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776604.84149: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.84151: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.84153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.84207: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.84210: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.84261: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.85864: 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 <<< 8222 1726776604.85912: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776604.85959: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpjlo9djkm /root/.ansible/tmp/ansible-tmp-1726776604.8066454-8581-250719449365855/AnsiballZ_kernel_settings_get_config.py <<< 8222 1726776604.85965: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776604.8066454-8581-250719449365855/AnsiballZ_kernel_settings_get_config.py" <<< 8222 1726776604.86011: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpjlo9djkm" to remote "/root/.ansible/tmp/ansible-tmp-1726776604.8066454-8581-250719449365855/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776604.8066454-8581-250719449365855/AnsiballZ_kernel_settings_get_config.py" <<< 8222 1726776604.86536: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776604.86582: stderr chunk (state=3): >>><<< 8222 1726776604.86587: stdout chunk (state=3): >>><<< 8222 1726776604.86632: done transferring module to remote 8222 1726776604.86641: _low_level_execute_command(): starting 8222 1726776604.86646: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776604.8066454-8581-250719449365855/ /root/.ansible/tmp/ansible-tmp-1726776604.8066454-8581-250719449365855/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8222 1726776604.87104: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776604.87108: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776604.87116: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.87118: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.87120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776604.87122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.87161: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.87165: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776604.87167: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.87218: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776604.89045: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776604.89075: stderr chunk (state=3): >>><<< 8222 1726776604.89078: stdout chunk (state=3): >>><<< 8222 1726776604.89152: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776604.89155: _low_level_execute_command(): starting 8222 1726776604.89159: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776604.8066454-8581-250719449365855/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8222 1726776604.89553: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.89556: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776604.89558: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776604.89561: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776604.89563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776604.89619: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776604.89626: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776604.89628: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776604.89677: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.05417: stdout chunk (state=3): >>> {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 8222 1726776605.06827: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776605.06854: stderr chunk (state=3): >>><<< 8222 1726776605.06861: stdout chunk (state=3): >>><<< 8222 1726776605.06875: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776605.06900: 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-1726776604.8066454-8581-250719449365855/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776605.06908: _low_level_execute_command(): starting 8222 1726776605.06913: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776604.8066454-8581-250719449365855/ > /dev/null 2>&1 && sleep 0' 8222 1726776605.07358: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.07362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.07381: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.07437: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776605.07440: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776605.07443: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.07499: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.09367: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776605.09397: stderr chunk (state=3): >>><<< 8222 1726776605.09401: stdout chunk (state=3): >>><<< 8222 1726776605.09419: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776605.09422: handler run complete 8222 1726776605.09436: attempt loop complete, returning result 8222 1726776605.09439: _execute() done 8222 1726776605.09441: dumping result to json 8222 1726776605.09444: done dumping result, returning 8222 1726776605.09453: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config [12343ab9-b159-90b8-9460-000000000058] 8222 1726776605.09455: sending task result for task 12343ab9-b159-90b8-9460-000000000058 8222 1726776605.09544: done sending task result for task 12343ab9-b159-90b8-9460-000000000058 8222 1726776605.09546: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "data": {} } 8222 1726776605.09607: no more pending results, returning what we have 8222 1726776605.09610: results queue empty 8222 1726776605.09611: checking for any_errors_fatal 8222 1726776605.09617: done checking for any_errors_fatal 8222 1726776605.09618: checking for max_fail_percentage 8222 1726776605.09619: done checking for max_fail_percentage 8222 1726776605.09620: checking to see if all hosts have failed and the running result is not ok 8222 1726776605.09621: done checking to see if all hosts have failed 8222 1726776605.09621: getting the remaining hosts for this loop 8222 1726776605.09623: done getting the remaining hosts for this loop 8222 1726776605.09627: getting the next task for host managed_node3 8222 1726776605.09633: done getting next task for host managed_node3 8222 1726776605.09637: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 8222 1726776605.09639: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776605.09648: getting variables 8222 1726776605.09650: in VariableManager get_vars() 8222 1726776605.09688: Calling all_inventory to load vars for managed_node3 8222 1726776605.09691: Calling groups_inventory to load vars for managed_node3 8222 1726776605.09694: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776605.09703: Calling all_plugins_play to load vars for managed_node3 8222 1726776605.09706: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776605.09709: Calling groups_plugins_play to load vars for managed_node3 8222 1726776605.09866: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776605.09983: done with get_vars() 8222 1726776605.09993: done getting variables 8222 1726776605.10070: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 16:10:05 -0400 (0:00:00.334) 0:00:07.778 **** 8222 1726776605.10094: entering _queue_task() for managed_node3/template 8222 1726776605.10096: Creating lock for template 8222 1726776605.10296: worker is 1 (out of 1 available) 8222 1726776605.10309: exiting _queue_task() for managed_node3/template 8222 1726776605.10319: done queuing things up, now waiting for results queue to drain 8222 1726776605.10320: waiting for pending results... 8222 1726776605.10476: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 8222 1726776605.10548: in run() - task 12343ab9-b159-90b8-9460-000000000059 8222 1726776605.10560: variable 'ansible_search_path' from source: unknown 8222 1726776605.10564: variable 'ansible_search_path' from source: unknown 8222 1726776605.10590: calling self._execute() 8222 1726776605.10652: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776605.10655: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776605.10664: variable 'omit' from source: magic vars 8222 1726776605.10740: variable 'omit' from source: magic vars 8222 1726776605.10771: variable 'omit' from source: magic vars 8222 1726776605.11003: variable '__kernel_settings_profile_src' from source: role '' all vars 8222 1726776605.11010: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776605.11063: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776605.11081: variable '__kernel_settings_profile_filename' from source: role '' all vars 8222 1726776605.11130: variable '__kernel_settings_profile_filename' from source: role '' all vars 8222 1726776605.11175: variable '__kernel_settings_profile_dir' from source: role '' all vars 8222 1726776605.11236: variable '__kernel_settings_profile_parent' from source: set_fact 8222 1726776605.11240: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776605.11263: variable 'omit' from source: magic vars 8222 1726776605.11298: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776605.11326: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776605.11342: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776605.11356: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776605.11366: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776605.11388: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776605.11391: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776605.11397: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776605.11467: Set connection var ansible_timeout to 10 8222 1726776605.11473: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776605.11478: Set connection var ansible_connection to ssh 8222 1726776605.11483: Set connection var ansible_shell_executable to /bin/sh 8222 1726776605.11487: Set connection var ansible_shell_type to sh 8222 1726776605.11494: Set connection var ansible_pipelining to False 8222 1726776605.11510: variable 'ansible_shell_executable' from source: unknown 8222 1726776605.11513: variable 'ansible_connection' from source: unknown 8222 1726776605.11515: variable 'ansible_module_compression' from source: unknown 8222 1726776605.11517: variable 'ansible_shell_type' from source: unknown 8222 1726776605.11520: variable 'ansible_shell_executable' from source: unknown 8222 1726776605.11522: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776605.11526: variable 'ansible_pipelining' from source: unknown 8222 1726776605.11530: variable 'ansible_timeout' from source: unknown 8222 1726776605.11532: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776605.11629: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776605.11637: variable 'omit' from source: magic vars 8222 1726776605.11647: starting attempt loop 8222 1726776605.11650: running the handler 8222 1726776605.11657: _low_level_execute_command(): starting 8222 1726776605.11665: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776605.12164: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.12168: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.12172: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.12174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.12223: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776605.12227: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776605.12235: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.12301: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.13981: stdout chunk (state=3): >>>/root <<< 8222 1726776605.14081: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776605.14114: stderr chunk (state=3): >>><<< 8222 1726776605.14122: stdout chunk (state=3): >>><<< 8222 1726776605.14139: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776605.14152: _low_level_execute_command(): starting 8222 1726776605.14157: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544 `" && echo ansible-tmp-1726776605.14139-8592-94460318682544="` echo /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544 `" ) && sleep 0' 8222 1726776605.14573: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.14604: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776605.14607: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.14610: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 8222 1726776605.14612: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.14614: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.14661: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776605.14664: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.14716: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.16638: stdout chunk (state=3): >>>ansible-tmp-1726776605.14139-8592-94460318682544=/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544 <<< 8222 1726776605.16744: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776605.16772: stderr chunk (state=3): >>><<< 8222 1726776605.16775: stdout chunk (state=3): >>><<< 8222 1726776605.16792: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776605.14139-8592-94460318682544=/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776605.16809: evaluation_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 8222 1726776605.16829: search_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 8222 1726776605.16848: variable 'ansible_search_path' from source: unknown 8222 1726776605.17430: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776605.18742: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776605.18797: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776605.18822: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776605.18845: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776605.18868: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776605.19049: 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) 8222 1726776605.19068: 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) 8222 1726776605.19088: 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) 8222 1726776605.19117: 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) 8222 1726776605.19128: 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) 8222 1726776605.19349: 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) 8222 1726776605.19366: 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) 8222 1726776605.19383: 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) 8222 1726776605.19412: 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) 8222 1726776605.19423: 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) 8222 1726776605.19665: variable 'ansible_managed' from source: unknown 8222 1726776605.19668: variable '__sections' from source: task vars 8222 1726776605.19757: 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) 8222 1726776605.19772: 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) 8222 1726776605.19793: 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) 8222 1726776605.19818: 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) 8222 1726776605.19828: 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) 8222 1726776605.19900: variable 'kernel_settings_sysctl' from source: include_vars 8222 1726776605.19909: variable '__kernel_settings_state_empty' from source: role '' all vars 8222 1726776605.19914: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8222 1726776605.19958: variable '__sysctl_old' from source: task vars 8222 1726776605.20003: variable '__sysctl_old' from source: task vars 8222 1726776605.20134: variable 'kernel_settings_purge' from source: role '' defaults 8222 1726776605.20138: variable 'kernel_settings_sysctl' from source: include_vars 8222 1726776605.20146: variable '__kernel_settings_state_empty' from source: role '' all vars 8222 1726776605.20150: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8222 1726776605.20155: variable '__kernel_settings_profile_contents' from source: set_fact 8222 1726776605.20281: variable 'kernel_settings_sysfs' from source: include_vars 8222 1726776605.20285: variable '__kernel_settings_state_empty' from source: role '' all vars 8222 1726776605.20294: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8222 1726776605.20320: variable '__sysfs_old' from source: task vars 8222 1726776605.20360: variable '__sysfs_old' from source: task vars 8222 1726776605.20490: variable 'kernel_settings_purge' from source: role '' defaults 8222 1726776605.20496: variable 'kernel_settings_sysfs' from source: include_vars 8222 1726776605.20504: variable '__kernel_settings_state_empty' from source: role '' all vars 8222 1726776605.20506: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8222 1726776605.20511: variable '__kernel_settings_profile_contents' from source: set_fact 8222 1726776605.20526: variable 'kernel_settings_systemd_cpu_affinity' from source: include_vars 8222 1726776605.20569: variable 'kernel_settings_systemd_cpu_affinity' from source: include_vars 8222 1726776605.20582: variable '__systemd_old' from source: task vars 8222 1726776605.20626: variable '__systemd_old' from source: task vars 8222 1726776605.20749: variable 'kernel_settings_purge' from source: role '' defaults 8222 1726776605.20752: variable 'kernel_settings_systemd_cpu_affinity' from source: include_vars 8222 1726776605.20757: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.20762: variable '__kernel_settings_profile_contents' from source: set_fact 8222 1726776605.20772: variable 'kernel_settings_transparent_hugepages' from source: include_vars 8222 1726776605.20821: variable 'kernel_settings_transparent_hugepages' from source: include_vars 8222 1726776605.20831: variable 'kernel_settings_transparent_hugepages_defrag' from source: include_vars 8222 1726776605.20870: variable 'kernel_settings_transparent_hugepages_defrag' from source: include_vars 8222 1726776605.20882: variable '__trans_huge_old' from source: task vars 8222 1726776605.20925: variable '__trans_huge_old' from source: task vars 8222 1726776605.21066: variable 'kernel_settings_purge' from source: role '' defaults 8222 1726776605.21069: variable 'kernel_settings_transparent_hugepages' from source: include_vars 8222 1726776605.21074: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21078: variable '__kernel_settings_profile_contents' from source: set_fact 8222 1726776605.21089: variable '__trans_defrag_old' from source: task vars 8222 1726776605.21130: variable '__trans_defrag_old' from source: task vars 8222 1726776605.21253: variable 'kernel_settings_purge' from source: role '' defaults 8222 1726776605.21258: variable 'kernel_settings_transparent_hugepages_defrag' from source: include_vars 8222 1726776605.21261: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21264: variable '__kernel_settings_profile_contents' from source: set_fact 8222 1726776605.21280: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21296: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21301: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21308: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21315: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21321: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21327: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21334: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21341: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21348: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21362: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21370: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21376: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21390: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21399: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21405: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21410: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21416: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21423: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21427: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776605.21850: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776605.21892: variable 'ansible_module_compression' from source: unknown 8222 1726776605.21932: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776605.21950: variable 'ansible_facts' from source: unknown 8222 1726776605.22006: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/AnsiballZ_stat.py 8222 1726776605.22104: Sending initial data 8222 1726776605.22107: Sent initial data (148 bytes) 8222 1726776605.22564: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776605.22567: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776605.22570: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.22572: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.22576: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.22632: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776605.22635: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776605.22637: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.22697: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.24322: 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 <<< 8222 1726776605.24364: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776605.24417: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpzuddiva8 /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/AnsiballZ_stat.py <<< 8222 1726776605.24424: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/AnsiballZ_stat.py" <<< 8222 1726776605.24463: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpzuddiva8" to remote "/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/AnsiballZ_stat.py" <<< 8222 1726776605.24466: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/AnsiballZ_stat.py" <<< 8222 1726776605.25020: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776605.25064: stderr chunk (state=3): >>><<< 8222 1726776605.25067: stdout chunk (state=3): >>><<< 8222 1726776605.25089: done transferring module to remote 8222 1726776605.25099: _low_level_execute_command(): starting 8222 1726776605.25104: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/ /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/AnsiballZ_stat.py && sleep 0' 8222 1726776605.25550: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776605.25554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776605.25556: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.25558: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.25560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.25616: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776605.25619: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776605.25623: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.25668: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.27456: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776605.27479: stderr chunk (state=3): >>><<< 8222 1726776605.27482: stdout chunk (state=3): >>><<< 8222 1726776605.27501: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776605.27504: _low_level_execute_command(): starting 8222 1726776605.27509: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/AnsiballZ_stat.py && sleep 0' 8222 1726776605.27949: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776605.27952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776605.27955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.27957: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.27959: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.28012: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776605.28019: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.28071: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.43514: 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}}} <<< 8222 1726776605.44899: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776605.44932: stderr chunk (state=3): >>><<< 8222 1726776605.44936: stdout chunk (state=3): >>><<< 8222 1726776605.44950: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776605.44973: 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-1726776605.14139-8592-94460318682544/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 8222 1726776605.45065: Sending initial data 8222 1726776605.45068: Sent initial data (162 bytes) 8222 1726776605.45525: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776605.45528: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776605.45531: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.45533: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.45535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776605.45537: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.45584: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776605.45590: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.45642: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.47274: 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" <<< 8222 1726776605.47284: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776605.47323: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776605.47372: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpc_k8oxex/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/.source.conf <<< 8222 1726776605.47379: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/.source.conf" <<< 8222 1726776605.47421: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpc_k8oxex/kernel_settings.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/.source.conf" <<< 8222 1726776605.47424: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/.source.conf" <<< 8222 1726776605.47633: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776605.47674: stderr chunk (state=3): >>><<< 8222 1726776605.47677: stdout chunk (state=3): >>><<< 8222 1726776605.47695: _low_level_execute_command(): starting 8222 1726776605.47698: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/ /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/.source.conf && sleep 0' 8222 1726776605.48145: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776605.48150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776605.48152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.48154: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776605.48156: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776605.48158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.48207: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776605.48210: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.48261: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.50083: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776605.50113: stderr chunk (state=3): >>><<< 8222 1726776605.50116: stdout chunk (state=3): >>><<< 8222 1726776605.50129: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776605.50152: variable 'ansible_module_compression' from source: unknown 8222 1726776605.50185: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 8222 1726776605.50207: variable 'ansible_facts' from source: unknown 8222 1726776605.50251: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/AnsiballZ_copy.py 8222 1726776605.50343: Sending initial data 8222 1726776605.50346: Sent initial data (148 bytes) 8222 1726776605.50794: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776605.50797: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776605.50799: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.50801: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776605.50803: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776605.50805: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.50853: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776605.50857: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776605.50864: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.50908: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.52532: 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 <<< 8222 1726776605.52578: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776605.52625: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpe7956qey /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/AnsiballZ_copy.py <<< 8222 1726776605.52628: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/AnsiballZ_copy.py" <<< 8222 1726776605.52669: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpe7956qey" to remote "/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/AnsiballZ_copy.py" <<< 8222 1726776605.52677: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/AnsiballZ_copy.py" <<< 8222 1726776605.53234: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776605.53277: stderr chunk (state=3): >>><<< 8222 1726776605.53281: stdout chunk (state=3): >>><<< 8222 1726776605.53315: done transferring module to remote 8222 1726776605.53322: _low_level_execute_command(): starting 8222 1726776605.53326: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/ /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/AnsiballZ_copy.py && sleep 0' 8222 1726776605.53778: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776605.53781: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776605.53784: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.53793: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.53799: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.53840: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776605.53844: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776605.53849: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.53899: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.55751: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776605.55777: stderr chunk (state=3): >>><<< 8222 1726776605.55781: stdout chunk (state=3): >>><<< 8222 1726776605.55797: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776605.55804: _low_level_execute_command(): starting 8222 1726776605.55806: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/AnsiballZ_copy.py && sleep 0' 8222 1726776605.56255: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776605.56258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776605.56260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.56263: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.56264: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.56318: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776605.56321: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776605.56325: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.56380: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.73167: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/.source.conf", "md5sum": "db02fa7304c082dd9b84c2d712d07ec0", "checksum": "ba15904bb90578344fad097ce2f46f9231275eae", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 312, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "ba15904bb90578344fad097ce2f46f9231275eae", "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}}} <<< 8222 1726776605.74580: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776605.74611: stderr chunk (state=3): >>><<< 8222 1726776605.74614: stdout chunk (state=3): >>><<< 8222 1726776605.74629: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/.source.conf", "md5sum": "db02fa7304c082dd9b84c2d712d07ec0", "checksum": "ba15904bb90578344fad097ce2f46f9231275eae", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 312, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "ba15904bb90578344fad097ce2f46f9231275eae", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776605.74655: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/.source.conf', 'dest': '/etc/tuned/profiles/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': 'ba15904bb90578344fad097ce2f46f9231275eae', '_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-1726776605.14139-8592-94460318682544/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776605.74681: _low_level_execute_command(): starting 8222 1726776605.74685: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/ > /dev/null 2>&1 && sleep 0' 8222 1726776605.75134: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776605.75137: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776605.75139: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.75142: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.75144: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.75198: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776605.75211: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776605.75218: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.75254: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.77115: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776605.77144: stderr chunk (state=3): >>><<< 8222 1726776605.77147: stdout chunk (state=3): >>><<< 8222 1726776605.77160: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776605.77169: handler run complete 8222 1726776605.77189: attempt loop complete, returning result 8222 1726776605.77195: _execute() done 8222 1726776605.77198: dumping result to json 8222 1726776605.77200: done dumping result, returning 8222 1726776605.77207: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [12343ab9-b159-90b8-9460-000000000059] 8222 1726776605.77213: sending task result for task 12343ab9-b159-90b8-9460-000000000059 8222 1726776605.77341: done sending task result for task 12343ab9-b159-90b8-9460-000000000059 8222 1726776605.77344: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "checksum": "ba15904bb90578344fad097ce2f46f9231275eae", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "db02fa7304c082dd9b84c2d712d07ec0", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 312, "src": "/root/.ansible/tmp/ansible-tmp-1726776605.14139-8592-94460318682544/.source.conf", "state": "file", "uid": 0 } 8222 1726776605.77424: no more pending results, returning what we have 8222 1726776605.77428: results queue empty 8222 1726776605.77429: checking for any_errors_fatal 8222 1726776605.77433: done checking for any_errors_fatal 8222 1726776605.77433: checking for max_fail_percentage 8222 1726776605.77435: done checking for max_fail_percentage 8222 1726776605.77435: checking to see if all hosts have failed and the running result is not ok 8222 1726776605.77437: done checking to see if all hosts have failed 8222 1726776605.77437: getting the remaining hosts for this loop 8222 1726776605.77439: done getting the remaining hosts for this loop 8222 1726776605.77442: getting the next task for host managed_node3 8222 1726776605.77447: done getting next task for host managed_node3 8222 1726776605.77450: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 8222 1726776605.77452: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776605.77460: getting variables 8222 1726776605.77462: in VariableManager get_vars() 8222 1726776605.77498: Calling all_inventory to load vars for managed_node3 8222 1726776605.77501: Calling groups_inventory to load vars for managed_node3 8222 1726776605.77503: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776605.77511: Calling all_plugins_play to load vars for managed_node3 8222 1726776605.77513: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776605.77515: Calling groups_plugins_play to load vars for managed_node3 8222 1726776605.77657: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776605.77775: done with get_vars() 8222 1726776605.77783: done getting variables 8222 1726776605.77829: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 16:10:05 -0400 (0:00:00.677) 0:00:08.456 **** 8222 1726776605.77851: entering _queue_task() for managed_node3/service 8222 1726776605.78053: worker is 1 (out of 1 available) 8222 1726776605.78064: exiting _queue_task() for managed_node3/service 8222 1726776605.78075: done queuing things up, now waiting for results queue to drain 8222 1726776605.78076: waiting for pending results... 8222 1726776605.78235: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 8222 1726776605.78305: in run() - task 12343ab9-b159-90b8-9460-00000000005a 8222 1726776605.78313: variable 'ansible_search_path' from source: unknown 8222 1726776605.78316: variable 'ansible_search_path' from source: unknown 8222 1726776605.78349: variable '__kernel_settings_services' from source: include_vars 8222 1726776605.78573: variable '__kernel_settings_services' from source: include_vars 8222 1726776605.78631: variable 'omit' from source: magic vars 8222 1726776605.78715: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776605.78722: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776605.78732: variable 'omit' from source: magic vars 8222 1726776605.78906: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776605.79076: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776605.79110: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776605.79154: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776605.79181: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776605.79260: variable '__kernel_settings_register_profile' from source: set_fact 8222 1726776605.79268: variable '__kernel_settings_register_mode' from source: set_fact 8222 1726776605.79287: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): True 8222 1726776605.79295: variable 'omit' from source: magic vars 8222 1726776605.79325: variable 'omit' from source: magic vars 8222 1726776605.79356: variable 'item' from source: unknown 8222 1726776605.79409: variable 'item' from source: unknown 8222 1726776605.79423: variable 'omit' from source: magic vars 8222 1726776605.79445: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776605.79465: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776605.79481: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776605.79502: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776605.79505: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776605.79527: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776605.79531: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776605.79533: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776605.79601: Set connection var ansible_timeout to 10 8222 1726776605.79607: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776605.79614: Set connection var ansible_connection to ssh 8222 1726776605.79617: Set connection var ansible_shell_executable to /bin/sh 8222 1726776605.79619: Set connection var ansible_shell_type to sh 8222 1726776605.79625: Set connection var ansible_pipelining to False 8222 1726776605.79639: variable 'ansible_shell_executable' from source: unknown 8222 1726776605.79642: variable 'ansible_connection' from source: unknown 8222 1726776605.79644: variable 'ansible_module_compression' from source: unknown 8222 1726776605.79647: variable 'ansible_shell_type' from source: unknown 8222 1726776605.79649: variable 'ansible_shell_executable' from source: unknown 8222 1726776605.79651: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776605.79655: variable 'ansible_pipelining' from source: unknown 8222 1726776605.79657: variable 'ansible_timeout' from source: unknown 8222 1726776605.79662: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776605.79739: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776605.79748: variable 'omit' from source: magic vars 8222 1726776605.79753: starting attempt loop 8222 1726776605.79757: running the handler 8222 1726776605.79816: variable 'ansible_facts' from source: unknown 8222 1726776605.79897: _low_level_execute_command(): starting 8222 1726776605.79904: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776605.80415: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776605.80420: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776605.80423: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776605.80425: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.80473: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776605.80476: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776605.80480: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.80539: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.82238: stdout chunk (state=3): >>>/root <<< 8222 1726776605.82333: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776605.82364: stderr chunk (state=3): >>><<< 8222 1726776605.82368: stdout chunk (state=3): >>><<< 8222 1726776605.82388: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776605.82406: _low_level_execute_command(): starting 8222 1726776605.82409: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776605.8238845-8607-9742483057074 `" && echo ansible-tmp-1726776605.8238845-8607-9742483057074="` echo /root/.ansible/tmp/ansible-tmp-1726776605.8238845-8607-9742483057074 `" ) && sleep 0' 8222 1726776605.82868: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776605.82872: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776605.82874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.82877: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776605.82879: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.82928: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776605.82931: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776605.82933: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.82988: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.84989: stdout chunk (state=3): >>>ansible-tmp-1726776605.8238845-8607-9742483057074=/root/.ansible/tmp/ansible-tmp-1726776605.8238845-8607-9742483057074 <<< 8222 1726776605.85091: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776605.85124: stderr chunk (state=3): >>><<< 8222 1726776605.85127: stdout chunk (state=3): >>><<< 8222 1726776605.85143: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776605.8238845-8607-9742483057074=/root/.ansible/tmp/ansible-tmp-1726776605.8238845-8607-9742483057074 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776605.85169: variable 'ansible_module_compression' from source: unknown 8222 1726776605.85212: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 8222 1726776605.85263: variable 'ansible_facts' from source: unknown 8222 1726776605.85401: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776605.8238845-8607-9742483057074/AnsiballZ_systemd.py 8222 1726776605.85509: Sending initial data 8222 1726776605.85512: Sent initial data (152 bytes) 8222 1726776605.85943: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776605.85952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776605.85975: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.85980: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.85983: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.86039: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776605.86042: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776605.86045: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.86106: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.87795: 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 <<< 8222 1726776605.87839: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776605.87886: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpt7_sq5e5 /root/.ansible/tmp/ansible-tmp-1726776605.8238845-8607-9742483057074/AnsiballZ_systemd.py <<< 8222 1726776605.87894: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776605.8238845-8607-9742483057074/AnsiballZ_systemd.py" <<< 8222 1726776605.87936: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpt7_sq5e5" to remote "/root/.ansible/tmp/ansible-tmp-1726776605.8238845-8607-9742483057074/AnsiballZ_systemd.py" <<< 8222 1726776605.87939: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776605.8238845-8607-9742483057074/AnsiballZ_systemd.py" <<< 8222 1726776605.88993: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776605.89036: stderr chunk (state=3): >>><<< 8222 1726776605.89039: stdout chunk (state=3): >>><<< 8222 1726776605.89078: done transferring module to remote 8222 1726776605.89089: _low_level_execute_command(): starting 8222 1726776605.89098: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776605.8238845-8607-9742483057074/ /root/.ansible/tmp/ansible-tmp-1726776605.8238845-8607-9742483057074/AnsiballZ_systemd.py && sleep 0' 8222 1726776605.89539: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776605.89542: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776605.89546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.89549: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.89551: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.89600: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776605.89603: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.89659: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776605.91563: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776605.91591: stderr chunk (state=3): >>><<< 8222 1726776605.91595: stdout chunk (state=3): >>><<< 8222 1726776605.91612: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776605.91615: _low_level_execute_command(): starting 8222 1726776605.91620: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776605.8238845-8607-9742483057074/AnsiballZ_systemd.py && sleep 0' 8222 1726776605.92056: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.92059: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.92062: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776605.92064: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776605.92066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776605.92112: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776605.92116: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776605.92179: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776606.40947: stdout chunk (state=3): >>> {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "8692", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainStartTimestampMonotonic": "190922239", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainHandoffTimestampMonotonic": "190929424", "ExecMainPID": "8692", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4570", "MemoryCurrent": "15134720", "MemoryPeak": "17231872", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3280801792", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "115240000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK":<<< 8222 1726776606.40959: stdout chunk (state=3): >>> "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:44 EDT", "StateChangeTimestampMonotonic": "191045892", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveExitTimestampMonotonic": "190922813", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveEnterTimestampMonotonic": "191045892", "ActiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveExitTimestampMonotonic": "190882118", "InactiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveEnterTimestampMonotonic": "190920094", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ConditionTimestampMonotonic": "190921243", "AssertTimestamp": "Thu 2024-09-19 16:09:44 EDT", "AssertTimestampMonotonic": "190921257", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "d07fe531e60f4394afdb51bda26f6226", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "restarted", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 8222 1726776606.43005: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776606.43035: stderr chunk (state=3): >>><<< 8222 1726776606.43038: stdout chunk (state=3): >>><<< 8222 1726776606.43063: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": true, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "8692", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainStartTimestampMonotonic": "190922239", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainHandoffTimestampMonotonic": "190929424", "ExecMainPID": "8692", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4570", "MemoryCurrent": "15134720", "MemoryPeak": "17231872", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3280801792", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "115240000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:09:44 EDT", "StateChangeTimestampMonotonic": "191045892", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveExitTimestampMonotonic": "190922813", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveEnterTimestampMonotonic": "191045892", "ActiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveExitTimestampMonotonic": "190882118", "InactiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveEnterTimestampMonotonic": "190920094", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ConditionTimestampMonotonic": "190921243", "AssertTimestamp": "Thu 2024-09-19 16:09:44 EDT", "AssertTimestampMonotonic": "190921257", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "d07fe531e60f4394afdb51bda26f6226", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "restarted", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776606.43202: 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-1726776605.8238845-8607-9742483057074/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776606.43216: _low_level_execute_command(): starting 8222 1726776606.43220: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776605.8238845-8607-9742483057074/ > /dev/null 2>&1 && sleep 0' 8222 1726776606.43658: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776606.43662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776606.43695: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776606.43698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776606.43701: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776606.43703: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776606.43705: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776606.43761: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776606.43764: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776606.43767: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776606.43825: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776606.45693: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776606.45718: stderr chunk (state=3): >>><<< 8222 1726776606.45721: stdout chunk (state=3): >>><<< 8222 1726776606.45738: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776606.45745: handler run complete 8222 1726776606.45781: attempt loop complete, returning result 8222 1726776606.45801: variable 'item' from source: unknown 8222 1726776606.45863: variable 'item' from source: unknown changed: [managed_node3] => (item=tuned) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveEnterTimestampMonotonic": "191045892", "ActiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ActiveExitTimestampMonotonic": "190882118", "ActiveState": "active", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:09:44 EDT", "AssertTimestampMonotonic": "190921257", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "115240000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ConditionTimestampMonotonic": "190921243", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4570", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3702878208", "EffectiveMemoryMax": "3702878208", "EffectiveTasksMax": "22362", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainHandoffTimestampMonotonic": "190929424", "ExecMainPID": "8692", "ExecMainStartTimestamp": "Thu 2024-09-19 16:09:44 EDT", "ExecMainStartTimestampMonotonic": "190922239", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:09:44 EDT] ; stop_time=[n/a] ; pid=8692 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveEnterTimestampMonotonic": "190920094", "InactiveExitTimestamp": "Thu 2024-09-19 16:09:44 EDT", "InactiveExitTimestampMonotonic": "190922813", "InvocationID": "d07fe531e60f4394afdb51bda26f6226", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8692", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3280801792", "MemoryCurrent": "15134720", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "17231872", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:09:44 EDT", "StateChangeTimestampMonotonic": "191045892", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 8222 1726776606.46308: dumping result to json 8222 1726776606.46310: done dumping result, returning 8222 1726776606.46312: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [12343ab9-b159-90b8-9460-00000000005a] 8222 1726776606.46314: sending task result for task 12343ab9-b159-90b8-9460-00000000005a 8222 1726776606.46465: done sending task result for task 12343ab9-b159-90b8-9460-00000000005a 8222 1726776606.46468: WORKER PROCESS EXITING 8222 1726776606.46474: no more pending results, returning what we have 8222 1726776606.46476: results queue empty 8222 1726776606.46477: checking for any_errors_fatal 8222 1726776606.46483: done checking for any_errors_fatal 8222 1726776606.46483: checking for max_fail_percentage 8222 1726776606.46484: done checking for max_fail_percentage 8222 1726776606.46485: checking to see if all hosts have failed and the running result is not ok 8222 1726776606.46487: done checking to see if all hosts have failed 8222 1726776606.46488: getting the remaining hosts for this loop 8222 1726776606.46488: done getting the remaining hosts for this loop 8222 1726776606.46491: getting the next task for host managed_node3 8222 1726776606.46495: done getting next task for host managed_node3 8222 1726776606.46497: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 8222 1726776606.46499: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776606.46505: getting variables 8222 1726776606.46506: in VariableManager get_vars() 8222 1726776606.46526: Calling all_inventory to load vars for managed_node3 8222 1726776606.46528: Calling groups_inventory to load vars for managed_node3 8222 1726776606.46529: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776606.46536: Calling all_plugins_play to load vars for managed_node3 8222 1726776606.46537: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776606.46539: Calling groups_plugins_play to load vars for managed_node3 8222 1726776606.46653: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776606.46770: done with get_vars() 8222 1726776606.46778: done getting variables 8222 1726776606.46845: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 16:10:06 -0400 (0:00:00.690) 0:00:09.146 **** 8222 1726776606.46868: entering _queue_task() for managed_node3/command 8222 1726776606.46869: Creating lock for command 8222 1726776606.47091: worker is 1 (out of 1 available) 8222 1726776606.47106: exiting _queue_task() for managed_node3/command 8222 1726776606.47117: done queuing things up, now waiting for results queue to drain 8222 1726776606.47118: waiting for pending results... 8222 1726776606.47278: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 8222 1726776606.47353: in run() - task 12343ab9-b159-90b8-9460-00000000005b 8222 1726776606.47365: variable 'ansible_search_path' from source: unknown 8222 1726776606.47368: variable 'ansible_search_path' from source: unknown 8222 1726776606.47399: calling self._execute() 8222 1726776606.47464: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776606.47467: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776606.47476: variable 'omit' from source: magic vars 8222 1726776606.47806: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776606.47973: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776606.48009: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776606.48034: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776606.48059: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776606.48147: variable '__kernel_settings_register_profile' from source: set_fact 8222 1726776606.48167: Evaluated conditional (not __kernel_settings_register_profile is changed): False 8222 1726776606.48170: when evaluation is False, skipping this task 8222 1726776606.48173: _execute() done 8222 1726776606.48176: dumping result to json 8222 1726776606.48178: done dumping result, returning 8222 1726776606.48185: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [12343ab9-b159-90b8-9460-00000000005b] 8222 1726776606.48189: sending task result for task 12343ab9-b159-90b8-9460-00000000005b 8222 1726776606.48271: done sending task result for task 12343ab9-b159-90b8-9460-00000000005b 8222 1726776606.48274: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_register_profile is changed", "skip_reason": "Conditional result was False" } 8222 1726776606.48320: no more pending results, returning what we have 8222 1726776606.48323: results queue empty 8222 1726776606.48324: checking for any_errors_fatal 8222 1726776606.48344: done checking for any_errors_fatal 8222 1726776606.48345: checking for max_fail_percentage 8222 1726776606.48346: done checking for max_fail_percentage 8222 1726776606.48347: checking to see if all hosts have failed and the running result is not ok 8222 1726776606.48348: done checking to see if all hosts have failed 8222 1726776606.48349: getting the remaining hosts for this loop 8222 1726776606.48350: done getting the remaining hosts for this loop 8222 1726776606.48354: getting the next task for host managed_node3 8222 1726776606.48360: done getting next task for host managed_node3 8222 1726776606.48364: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 8222 1726776606.48366: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776606.48378: getting variables 8222 1726776606.48379: in VariableManager get_vars() 8222 1726776606.48411: Calling all_inventory to load vars for managed_node3 8222 1726776606.48414: Calling groups_inventory to load vars for managed_node3 8222 1726776606.48416: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776606.48424: Calling all_plugins_play to load vars for managed_node3 8222 1726776606.48426: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776606.48428: Calling groups_plugins_play to load vars for managed_node3 8222 1726776606.48550: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776606.48668: done with get_vars() 8222 1726776606.48676: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 16:10:06 -0400 (0:00:00.018) 0:00:09.165 **** 8222 1726776606.48743: entering _queue_task() for managed_node3/include_tasks 8222 1726776606.48948: worker is 1 (out of 1 available) 8222 1726776606.48962: exiting _queue_task() for managed_node3/include_tasks 8222 1726776606.48974: done queuing things up, now waiting for results queue to drain 8222 1726776606.48975: waiting for pending results... 8222 1726776606.49131: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 8222 1726776606.49206: in run() - task 12343ab9-b159-90b8-9460-00000000005c 8222 1726776606.49214: variable 'ansible_search_path' from source: unknown 8222 1726776606.49217: variable 'ansible_search_path' from source: unknown 8222 1726776606.49245: calling self._execute() 8222 1726776606.49310: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776606.49314: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776606.49322: variable 'omit' from source: magic vars 8222 1726776606.49647: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776606.49884: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776606.49919: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776606.49942: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776606.49968: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776606.50045: variable '__kernel_settings_register_apply' from source: set_fact 8222 1726776606.50066: Evaluated conditional (__kernel_settings_register_apply is changed): True 8222 1726776606.50071: _execute() done 8222 1726776606.50074: dumping result to json 8222 1726776606.50076: done dumping result, returning 8222 1726776606.50083: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [12343ab9-b159-90b8-9460-00000000005c] 8222 1726776606.50088: sending task result for task 12343ab9-b159-90b8-9460-00000000005c 8222 1726776606.50172: done sending task result for task 12343ab9-b159-90b8-9460-00000000005c 8222 1726776606.50174: WORKER PROCESS EXITING 8222 1726776606.50222: no more pending results, returning what we have 8222 1726776606.50227: in VariableManager get_vars() 8222 1726776606.50265: Calling all_inventory to load vars for managed_node3 8222 1726776606.50268: Calling groups_inventory to load vars for managed_node3 8222 1726776606.50270: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776606.50283: Calling all_plugins_play to load vars for managed_node3 8222 1726776606.50285: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776606.50290: Calling groups_plugins_play to load vars for managed_node3 8222 1726776606.50425: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776606.50577: done with get_vars() 8222 1726776606.50582: variable 'ansible_search_path' from source: unknown 8222 1726776606.50583: variable 'ansible_search_path' from source: unknown 8222 1726776606.50607: we have included files to process 8222 1726776606.50608: generating all_blocks data 8222 1726776606.50611: done generating all_blocks data 8222 1726776606.50615: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 8222 1726776606.50616: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 8222 1726776606.50618: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 8222 1726776606.50928: done processing included file 8222 1726776606.50930: iterating over new_blocks loaded from include file 8222 1726776606.50931: in VariableManager get_vars() 8222 1726776606.50945: done with get_vars() 8222 1726776606.50946: filtering new block on tags 8222 1726776606.50977: done filtering new block on tags 8222 1726776606.50978: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node3 8222 1726776606.50982: extending task lists for all hosts with included blocks 8222 1726776606.51329: done extending task lists 8222 1726776606.51330: done processing included files 8222 1726776606.51331: results queue empty 8222 1726776606.51331: checking for any_errors_fatal 8222 1726776606.51333: done checking for any_errors_fatal 8222 1726776606.51333: checking for max_fail_percentage 8222 1726776606.51334: done checking for max_fail_percentage 8222 1726776606.51335: checking to see if all hosts have failed and the running result is not ok 8222 1726776606.51335: done checking to see if all hosts have failed 8222 1726776606.51336: getting the remaining hosts for this loop 8222 1726776606.51337: done getting the remaining hosts for this loop 8222 1726776606.51338: getting the next task for host managed_node3 8222 1726776606.51341: done getting next task for host managed_node3 8222 1726776606.51343: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 8222 1726776606.51345: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776606.51351: getting variables 8222 1726776606.51352: in VariableManager get_vars() 8222 1726776606.51360: Calling all_inventory to load vars for managed_node3 8222 1726776606.51362: Calling groups_inventory to load vars for managed_node3 8222 1726776606.51363: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776606.51366: Calling all_plugins_play to load vars for managed_node3 8222 1726776606.51367: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776606.51369: Calling groups_plugins_play to load vars for managed_node3 8222 1726776606.51469: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776606.51581: done with get_vars() 8222 1726776606.51589: done getting variables 8222 1726776606.51617: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 16:10:06 -0400 (0:00:00.028) 0:00:09.194 **** 8222 1726776606.51639: entering _queue_task() for managed_node3/command 8222 1726776606.51859: worker is 1 (out of 1 available) 8222 1726776606.51870: exiting _queue_task() for managed_node3/command 8222 1726776606.51881: done queuing things up, now waiting for results queue to drain 8222 1726776606.51882: waiting for pending results... 8222 1726776606.52046: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 8222 1726776606.52126: in run() - task 12343ab9-b159-90b8-9460-00000000012b 8222 1726776606.52137: variable 'ansible_search_path' from source: unknown 8222 1726776606.52140: variable 'ansible_search_path' from source: unknown 8222 1726776606.52167: calling self._execute() 8222 1726776606.52230: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776606.52234: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776606.52243: variable 'omit' from source: magic vars 8222 1726776606.52317: variable 'omit' from source: magic vars 8222 1726776606.52364: variable 'omit' from source: magic vars 8222 1726776606.52388: variable 'omit' from source: magic vars 8222 1726776606.52424: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776606.52452: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776606.52468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776606.52482: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776606.52496: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776606.52521: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776606.52524: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776606.52526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776606.52600: Set connection var ansible_timeout to 10 8222 1726776606.52606: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776606.52611: Set connection var ansible_connection to ssh 8222 1726776606.52616: Set connection var ansible_shell_executable to /bin/sh 8222 1726776606.52618: Set connection var ansible_shell_type to sh 8222 1726776606.52623: Set connection var ansible_pipelining to False 8222 1726776606.52639: variable 'ansible_shell_executable' from source: unknown 8222 1726776606.52641: variable 'ansible_connection' from source: unknown 8222 1726776606.52644: variable 'ansible_module_compression' from source: unknown 8222 1726776606.52648: variable 'ansible_shell_type' from source: unknown 8222 1726776606.52650: variable 'ansible_shell_executable' from source: unknown 8222 1726776606.52652: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776606.52655: variable 'ansible_pipelining' from source: unknown 8222 1726776606.52657: variable 'ansible_timeout' from source: unknown 8222 1726776606.52664: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776606.52760: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776606.52773: variable 'omit' from source: magic vars 8222 1726776606.52776: starting attempt loop 8222 1726776606.52779: running the handler 8222 1726776606.52789: _low_level_execute_command(): starting 8222 1726776606.52800: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776606.53284: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776606.53324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776606.53327: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 8222 1726776606.53329: 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 <<< 8222 1726776606.53331: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776606.53378: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776606.53381: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776606.53383: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776606.53445: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776606.55128: stdout chunk (state=3): >>>/root <<< 8222 1726776606.55221: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776606.55253: stderr chunk (state=3): >>><<< 8222 1726776606.55258: stdout chunk (state=3): >>><<< 8222 1726776606.55276: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776606.55289: _low_level_execute_command(): starting 8222 1726776606.55295: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776606.5527587-8620-14415417937669 `" && echo ansible-tmp-1726776606.5527587-8620-14415417937669="` echo /root/.ansible/tmp/ansible-tmp-1726776606.5527587-8620-14415417937669 `" ) && sleep 0' 8222 1726776606.55743: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776606.55747: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776606.55750: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776606.55760: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776606.55763: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776606.55808: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776606.55811: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776606.55815: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776606.55865: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776606.57764: stdout chunk (state=3): >>>ansible-tmp-1726776606.5527587-8620-14415417937669=/root/.ansible/tmp/ansible-tmp-1726776606.5527587-8620-14415417937669 <<< 8222 1726776606.57873: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776606.57902: stderr chunk (state=3): >>><<< 8222 1726776606.57905: stdout chunk (state=3): >>><<< 8222 1726776606.57919: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776606.5527587-8620-14415417937669=/root/.ansible/tmp/ansible-tmp-1726776606.5527587-8620-14415417937669 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776606.57945: variable 'ansible_module_compression' from source: unknown 8222 1726776606.57987: ANSIBALLZ: Using generic lock for ansible.legacy.command 8222 1726776606.57991: ANSIBALLZ: Acquiring lock 8222 1726776606.57993: ANSIBALLZ: Lock acquired: 140312690217360 8222 1726776606.57998: ANSIBALLZ: Creating module 8222 1726776606.65276: ANSIBALLZ: Writing module into payload 8222 1726776606.65340: ANSIBALLZ: Writing module 8222 1726776606.65359: ANSIBALLZ: Renaming module 8222 1726776606.65365: ANSIBALLZ: Done creating module 8222 1726776606.65378: variable 'ansible_facts' from source: unknown 8222 1726776606.65425: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776606.5527587-8620-14415417937669/AnsiballZ_command.py 8222 1726776606.65525: Sending initial data 8222 1726776606.65528: Sent initial data (153 bytes) 8222 1726776606.65953: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776606.65992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776606.65996: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776606.65998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776606.66000: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776606.66002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776606.66004: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776606.66050: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776606.66053: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776606.66055: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776606.66115: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776606.67758: 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 <<< 8222 1726776606.67764: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776606.67823: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776606.67869: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmptfrmaehi /root/.ansible/tmp/ansible-tmp-1726776606.5527587-8620-14415417937669/AnsiballZ_command.py <<< 8222 1726776606.67872: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776606.5527587-8620-14415417937669/AnsiballZ_command.py" <<< 8222 1726776606.67913: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmptfrmaehi" to remote "/root/.ansible/tmp/ansible-tmp-1726776606.5527587-8620-14415417937669/AnsiballZ_command.py" <<< 8222 1726776606.67920: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776606.5527587-8620-14415417937669/AnsiballZ_command.py" <<< 8222 1726776606.68434: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776606.68476: stderr chunk (state=3): >>><<< 8222 1726776606.68479: stdout chunk (state=3): >>><<< 8222 1726776606.68508: done transferring module to remote 8222 1726776606.68516: _low_level_execute_command(): starting 8222 1726776606.68521: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776606.5527587-8620-14415417937669/ /root/.ansible/tmp/ansible-tmp-1726776606.5527587-8620-14415417937669/AnsiballZ_command.py && sleep 0' 8222 1726776606.68956: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776606.68959: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776606.68965: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776606.68968: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776606.68970: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776606.69025: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776606.69028: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776606.69077: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776606.70871: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776606.70898: stderr chunk (state=3): >>><<< 8222 1726776606.70901: stdout chunk (state=3): >>><<< 8222 1726776606.70914: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776606.70917: _low_level_execute_command(): starting 8222 1726776606.70922: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776606.5527587-8620-14415417937669/AnsiballZ_command.py && sleep 0' 8222 1726776606.71347: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776606.71350: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776606.71352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776606.71355: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776606.71356: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776606.71409: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776606.71412: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776606.71414: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776606.71467: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776606.96927: stdout chunk (state=3): >>> {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 16:10:06.866842", "end": "2024-09-19 16:10:06.967458", "delta": "0:00:00.100616", "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}}} <<< 8222 1726776606.98725: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776606.98730: stdout chunk (state=3): >>><<< 8222 1726776606.98732: stderr chunk (state=3): >>><<< 8222 1726776606.98735: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 16:10:06.866842", "end": "2024-09-19 16:10:06.967458", "delta": "0:00:00.100616", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm verify -i", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776606.98737: 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-1726776606.5527587-8620-14415417937669/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776606.98745: _low_level_execute_command(): starting 8222 1726776606.98747: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776606.5527587-8620-14415417937669/ > /dev/null 2>&1 && sleep 0' 8222 1726776606.99352: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776606.99366: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776606.99378: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776606.99395: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776606.99406: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776606.99414: stderr chunk (state=3): >>>debug2: match not found <<< 8222 1726776606.99482: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776606.99515: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776606.99528: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776606.99548: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776606.99627: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776607.01502: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776607.01525: stderr chunk (state=3): >>><<< 8222 1726776607.01528: stdout chunk (state=3): >>><<< 8222 1726776607.01542: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776607.01548: handler run complete 8222 1726776607.01565: Evaluated conditional (False): False 8222 1726776607.01572: attempt loop complete, returning result 8222 1726776607.01575: _execute() done 8222 1726776607.01577: dumping result to json 8222 1726776607.01582: done dumping result, returning 8222 1726776607.01591: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [12343ab9-b159-90b8-9460-00000000012b] 8222 1726776607.01598: sending task result for task 12343ab9-b159-90b8-9460-00000000012b 8222 1726776607.01692: done sending task result for task 12343ab9-b159-90b8-9460-00000000012b 8222 1726776607.01695: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.100616", "end": "2024-09-19 16:10:06.967458", "rc": 0, "start": "2024-09-19 16:10:06.866842" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 8222 1726776607.01791: no more pending results, returning what we have 8222 1726776607.01794: results queue empty 8222 1726776607.01795: checking for any_errors_fatal 8222 1726776607.01797: done checking for any_errors_fatal 8222 1726776607.01797: checking for max_fail_percentage 8222 1726776607.01799: done checking for max_fail_percentage 8222 1726776607.01800: checking to see if all hosts have failed and the running result is not ok 8222 1726776607.01801: done checking to see if all hosts have failed 8222 1726776607.01801: getting the remaining hosts for this loop 8222 1726776607.01803: done getting the remaining hosts for this loop 8222 1726776607.01808: getting the next task for host managed_node3 8222 1726776607.01813: done getting next task for host managed_node3 8222 1726776607.01816: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 8222 1726776607.01820: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776607.01829: getting variables 8222 1726776607.01831: in VariableManager get_vars() 8222 1726776607.01863: Calling all_inventory to load vars for managed_node3 8222 1726776607.01866: Calling groups_inventory to load vars for managed_node3 8222 1726776607.01868: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.01877: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.01879: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.01881: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.02019: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.02141: done with get_vars() 8222 1726776607.02151: done getting variables 8222 1726776607.02222: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 16:10:07 -0400 (0:00:00.506) 0:00:09.700 **** 8222 1726776607.02245: entering _queue_task() for managed_node3/shell 8222 1726776607.02246: Creating lock for shell 8222 1726776607.02451: worker is 1 (out of 1 available) 8222 1726776607.02463: exiting _queue_task() for managed_node3/shell 8222 1726776607.02474: done queuing things up, now waiting for results queue to drain 8222 1726776607.02475: waiting for pending results... 8222 1726776607.02639: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 8222 1726776607.02724: in run() - task 12343ab9-b159-90b8-9460-00000000012c 8222 1726776607.02734: variable 'ansible_search_path' from source: unknown 8222 1726776607.02738: variable 'ansible_search_path' from source: unknown 8222 1726776607.02764: calling self._execute() 8222 1726776607.02824: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.02828: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.02837: variable 'omit' from source: magic vars 8222 1726776607.03211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776607.03380: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776607.03415: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776607.03439: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776607.03465: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776607.03540: variable '__kernel_settings_register_verify_values' from source: set_fact 8222 1726776607.03559: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 8222 1726776607.03562: when evaluation is False, skipping this task 8222 1726776607.03567: _execute() done 8222 1726776607.03569: dumping result to json 8222 1726776607.03571: done dumping result, returning 8222 1726776607.03579: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [12343ab9-b159-90b8-9460-00000000012c] 8222 1726776607.03582: sending task result for task 12343ab9-b159-90b8-9460-00000000012c 8222 1726776607.03665: done sending task result for task 12343ab9-b159-90b8-9460-00000000012c 8222 1726776607.03668: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 8222 1726776607.03728: no more pending results, returning what we have 8222 1726776607.03731: results queue empty 8222 1726776607.03732: checking for any_errors_fatal 8222 1726776607.03737: done checking for any_errors_fatal 8222 1726776607.03738: checking for max_fail_percentage 8222 1726776607.03739: done checking for max_fail_percentage 8222 1726776607.03740: checking to see if all hosts have failed and the running result is not ok 8222 1726776607.03741: done checking to see if all hosts have failed 8222 1726776607.03743: getting the remaining hosts for this loop 8222 1726776607.03744: done getting the remaining hosts for this loop 8222 1726776607.03747: getting the next task for host managed_node3 8222 1726776607.03753: done getting next task for host managed_node3 8222 1726776607.03756: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 8222 1726776607.03760: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776607.03771: getting variables 8222 1726776607.03772: in VariableManager get_vars() 8222 1726776607.03804: Calling all_inventory to load vars for managed_node3 8222 1726776607.03807: Calling groups_inventory to load vars for managed_node3 8222 1726776607.03809: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.03817: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.03819: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.03821: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.03959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.04076: done with get_vars() 8222 1726776607.04083: done getting variables 8222 1726776607.04124: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 16:10:07 -0400 (0:00:00.018) 0:00:09.719 **** 8222 1726776607.04146: entering _queue_task() for managed_node3/fail 8222 1726776607.04324: worker is 1 (out of 1 available) 8222 1726776607.04335: exiting _queue_task() for managed_node3/fail 8222 1726776607.04347: done queuing things up, now waiting for results queue to drain 8222 1726776607.04348: waiting for pending results... 8222 1726776607.04502: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 8222 1726776607.04578: in run() - task 12343ab9-b159-90b8-9460-00000000012d 8222 1726776607.04590: variable 'ansible_search_path' from source: unknown 8222 1726776607.04593: variable 'ansible_search_path' from source: unknown 8222 1726776607.04621: calling self._execute() 8222 1726776607.04672: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.04677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.04688: variable 'omit' from source: magic vars 8222 1726776607.04991: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776607.05159: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776607.05192: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776607.05219: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776607.05244: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776607.05319: variable '__kernel_settings_register_verify_values' from source: set_fact 8222 1726776607.05338: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 8222 1726776607.05341: when evaluation is False, skipping this task 8222 1726776607.05345: _execute() done 8222 1726776607.05348: dumping result to json 8222 1726776607.05351: done dumping result, returning 8222 1726776607.05357: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [12343ab9-b159-90b8-9460-00000000012d] 8222 1726776607.05361: sending task result for task 12343ab9-b159-90b8-9460-00000000012d 8222 1726776607.05442: done sending task result for task 12343ab9-b159-90b8-9460-00000000012d 8222 1726776607.05445: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 8222 1726776607.05485: no more pending results, returning what we have 8222 1726776607.05490: results queue empty 8222 1726776607.05491: checking for any_errors_fatal 8222 1726776607.05495: done checking for any_errors_fatal 8222 1726776607.05496: checking for max_fail_percentage 8222 1726776607.05497: done checking for max_fail_percentage 8222 1726776607.05498: checking to see if all hosts have failed and the running result is not ok 8222 1726776607.05499: done checking to see if all hosts have failed 8222 1726776607.05499: getting the remaining hosts for this loop 8222 1726776607.05501: done getting the remaining hosts for this loop 8222 1726776607.05505: getting the next task for host managed_node3 8222 1726776607.05511: done getting next task for host managed_node3 8222 1726776607.05514: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 8222 1726776607.05517: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776607.05528: getting variables 8222 1726776607.05530: in VariableManager get_vars() 8222 1726776607.05554: Calling all_inventory to load vars for managed_node3 8222 1726776607.05557: Calling groups_inventory to load vars for managed_node3 8222 1726776607.05559: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.05566: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.05568: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.05571: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.05677: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.05796: done with get_vars() 8222 1726776607.05803: done getting variables 8222 1726776607.05839: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 16:10:07 -0400 (0:00:00.017) 0:00:09.736 **** 8222 1726776607.05859: entering _queue_task() for managed_node3/set_fact 8222 1726776607.06030: worker is 1 (out of 1 available) 8222 1726776607.06044: exiting _queue_task() for managed_node3/set_fact 8222 1726776607.06054: done queuing things up, now waiting for results queue to drain 8222 1726776607.06055: waiting for pending results... 8222 1726776607.06204: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 8222 1726776607.06262: in run() - task 12343ab9-b159-90b8-9460-00000000005d 8222 1726776607.06272: variable 'ansible_search_path' from source: unknown 8222 1726776607.06277: variable 'ansible_search_path' from source: unknown 8222 1726776607.06306: calling self._execute() 8222 1726776607.06357: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.06361: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.06369: variable 'omit' from source: magic vars 8222 1726776607.06489: variable 'omit' from source: magic vars 8222 1726776607.06524: variable 'omit' from source: magic vars 8222 1726776607.06546: variable 'omit' from source: magic vars 8222 1726776607.06574: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776607.06602: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776607.06619: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776607.06631: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776607.06641: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776607.06662: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776607.06664: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.06667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.06739: Set connection var ansible_timeout to 10 8222 1726776607.06745: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776607.06750: Set connection var ansible_connection to ssh 8222 1726776607.06755: Set connection var ansible_shell_executable to /bin/sh 8222 1726776607.06757: Set connection var ansible_shell_type to sh 8222 1726776607.06762: Set connection var ansible_pipelining to False 8222 1726776607.06777: variable 'ansible_shell_executable' from source: unknown 8222 1726776607.06780: variable 'ansible_connection' from source: unknown 8222 1726776607.06782: variable 'ansible_module_compression' from source: unknown 8222 1726776607.06784: variable 'ansible_shell_type' from source: unknown 8222 1726776607.06788: variable 'ansible_shell_executable' from source: unknown 8222 1726776607.06791: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.06797: variable 'ansible_pipelining' from source: unknown 8222 1726776607.06799: variable 'ansible_timeout' from source: unknown 8222 1726776607.06803: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.06897: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776607.06905: variable 'omit' from source: magic vars 8222 1726776607.06910: starting attempt loop 8222 1726776607.06913: running the handler 8222 1726776607.06922: handler run complete 8222 1726776607.06930: attempt loop complete, returning result 8222 1726776607.06933: _execute() done 8222 1726776607.06936: dumping result to json 8222 1726776607.06938: done dumping result, returning 8222 1726776607.06946: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [12343ab9-b159-90b8-9460-00000000005d] 8222 1726776607.06948: sending task result for task 12343ab9-b159-90b8-9460-00000000005d 8222 1726776607.07020: done sending task result for task 12343ab9-b159-90b8-9460-00000000005d 8222 1726776607.07023: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 8222 1726776607.07098: no more pending results, returning what we have 8222 1726776607.07100: results queue empty 8222 1726776607.07101: checking for any_errors_fatal 8222 1726776607.07106: done checking for any_errors_fatal 8222 1726776607.07107: checking for max_fail_percentage 8222 1726776607.07108: done checking for max_fail_percentage 8222 1726776607.07109: checking to see if all hosts have failed and the running result is not ok 8222 1726776607.07110: done checking to see if all hosts have failed 8222 1726776607.07110: getting the remaining hosts for this loop 8222 1726776607.07112: done getting the remaining hosts for this loop 8222 1726776607.07115: getting the next task for host managed_node3 8222 1726776607.07120: done getting next task for host managed_node3 8222 1726776607.07122: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 8222 1726776607.07125: ^ state is: HOST STATE: block=2, task=6, 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 8222 1726776607.07133: getting variables 8222 1726776607.07134: in VariableManager get_vars() 8222 1726776607.07154: Calling all_inventory to load vars for managed_node3 8222 1726776607.07156: Calling groups_inventory to load vars for managed_node3 8222 1726776607.07157: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.07162: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.07164: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.07166: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.07293: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.07406: done with get_vars() 8222 1726776607.07413: done getting variables 8222 1726776607.07448: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 16:10:07 -0400 (0:00:00.016) 0:00:09.752 **** 8222 1726776607.07469: entering _queue_task() for managed_node3/set_fact 8222 1726776607.07638: worker is 1 (out of 1 available) 8222 1726776607.07654: exiting _queue_task() for managed_node3/set_fact 8222 1726776607.07665: done queuing things up, now waiting for results queue to drain 8222 1726776607.07666: waiting for pending results... 8222 1726776607.07813: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 8222 1726776607.07872: in run() - task 12343ab9-b159-90b8-9460-00000000005e 8222 1726776607.07882: variable 'ansible_search_path' from source: unknown 8222 1726776607.07887: variable 'ansible_search_path' from source: unknown 8222 1726776607.07917: calling self._execute() 8222 1726776607.07968: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.07972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.07979: variable 'omit' from source: magic vars 8222 1726776607.08053: variable 'omit' from source: magic vars 8222 1726776607.08084: variable 'omit' from source: magic vars 8222 1726776607.08337: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776607.08500: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776607.08531: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776607.08558: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776607.08607: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776607.08703: variable '__kernel_settings_register_profile' from source: set_fact 8222 1726776607.08712: variable '__kernel_settings_register_mode' from source: set_fact 8222 1726776607.08718: variable '__kernel_settings_register_apply' from source: set_fact 8222 1726776607.08753: variable 'omit' from source: magic vars 8222 1726776607.08774: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776607.08798: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776607.08812: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776607.08825: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776607.08832: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776607.08853: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776607.08855: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.08858: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.08928: Set connection var ansible_timeout to 10 8222 1726776607.08934: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776607.08939: Set connection var ansible_connection to ssh 8222 1726776607.08944: Set connection var ansible_shell_executable to /bin/sh 8222 1726776607.08947: Set connection var ansible_shell_type to sh 8222 1726776607.08952: Set connection var ansible_pipelining to False 8222 1726776607.08966: variable 'ansible_shell_executable' from source: unknown 8222 1726776607.08969: variable 'ansible_connection' from source: unknown 8222 1726776607.08971: variable 'ansible_module_compression' from source: unknown 8222 1726776607.08975: variable 'ansible_shell_type' from source: unknown 8222 1726776607.08978: variable 'ansible_shell_executable' from source: unknown 8222 1726776607.08980: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.08982: variable 'ansible_pipelining' from source: unknown 8222 1726776607.08984: variable 'ansible_timeout' from source: unknown 8222 1726776607.08992: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.09059: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776607.09067: variable 'omit' from source: magic vars 8222 1726776607.09072: starting attempt loop 8222 1726776607.09075: running the handler 8222 1726776607.09083: handler run complete 8222 1726776607.09098: attempt loop complete, returning result 8222 1726776607.09104: _execute() done 8222 1726776607.09107: dumping result to json 8222 1726776607.09110: done dumping result, returning 8222 1726776607.09112: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [12343ab9-b159-90b8-9460-00000000005e] 8222 1726776607.09114: sending task result for task 12343ab9-b159-90b8-9460-00000000005e 8222 1726776607.09184: done sending task result for task 12343ab9-b159-90b8-9460-00000000005e 8222 1726776607.09188: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 8222 1726776607.09261: no more pending results, returning what we have 8222 1726776607.09263: results queue empty 8222 1726776607.09264: checking for any_errors_fatal 8222 1726776607.09268: done checking for any_errors_fatal 8222 1726776607.09269: checking for max_fail_percentage 8222 1726776607.09270: done checking for max_fail_percentage 8222 1726776607.09271: checking to see if all hosts have failed and the running result is not ok 8222 1726776607.09272: done checking to see if all hosts have failed 8222 1726776607.09273: getting the remaining hosts for this loop 8222 1726776607.09274: done getting the remaining hosts for this loop 8222 1726776607.09277: getting the next task for host managed_node3 8222 1726776607.09284: done getting next task for host managed_node3 8222 1726776607.09288: ^ task is: TASK: meta (role_complete) 8222 1726776607.09290: ^ state is: HOST STATE: block=2, task=7, 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 8222 1726776607.09298: getting variables 8222 1726776607.09299: in VariableManager get_vars() 8222 1726776607.09326: Calling all_inventory to load vars for managed_node3 8222 1726776607.09329: Calling groups_inventory to load vars for managed_node3 8222 1726776607.09331: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.09338: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.09340: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.09342: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.09440: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.09556: done with get_vars() 8222 1726776607.09563: done getting variables 8222 1726776607.09614: done queuing things up, now waiting for results queue to drain 8222 1726776607.09615: results queue empty 8222 1726776607.09615: checking for any_errors_fatal 8222 1726776607.09617: done checking for any_errors_fatal 8222 1726776607.09617: checking for max_fail_percentage 8222 1726776607.09618: done checking for max_fail_percentage 8222 1726776607.09622: checking to see if all hosts have failed and the running result is not ok 8222 1726776607.09622: done checking to see if all hosts have failed 8222 1726776607.09623: getting the remaining hosts for this loop 8222 1726776607.09623: done getting the remaining hosts for this loop 8222 1726776607.09625: getting the next task for host managed_node3 8222 1726776607.09627: done getting next task for host managed_node3 8222 1726776607.09629: ^ task is: TASK: Verify that settings were applied correctly 8222 1726776607.09630: ^ state is: HOST STATE: block=2, task=8, 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 8222 1726776607.09631: getting variables 8222 1726776607.09632: in VariableManager get_vars() 8222 1726776607.09638: Calling all_inventory to load vars for managed_node3 8222 1726776607.09640: Calling groups_inventory to load vars for managed_node3 8222 1726776607.09641: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.09643: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.09645: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.09646: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.09746: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.09852: done with get_vars() 8222 1726776607.09857: done getting variables TASK [Verify that settings were applied correctly] ***************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:30 Thursday 19 September 2024 16:10:07 -0400 (0:00:00.024) 0:00:09.777 **** 8222 1726776607.09904: entering _queue_task() for managed_node3/include_tasks 8222 1726776607.10089: worker is 1 (out of 1 available) 8222 1726776607.10102: exiting _queue_task() for managed_node3/include_tasks 8222 1726776607.10114: done queuing things up, now waiting for results queue to drain 8222 1726776607.10115: waiting for pending results... 8222 1726776607.10266: running TaskExecutor() for managed_node3/TASK: Verify that settings were applied correctly 8222 1726776607.10325: in run() - task 12343ab9-b159-90b8-9460-000000000009 8222 1726776607.10337: variable 'ansible_search_path' from source: unknown 8222 1726776607.10364: calling self._execute() 8222 1726776607.10426: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.10429: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.10439: variable 'omit' from source: magic vars 8222 1726776607.10517: _execute() done 8222 1726776607.10521: dumping result to json 8222 1726776607.10524: done dumping result, returning 8222 1726776607.10529: done running TaskExecutor() for managed_node3/TASK: Verify that settings were applied correctly [12343ab9-b159-90b8-9460-000000000009] 8222 1726776607.10534: sending task result for task 12343ab9-b159-90b8-9460-000000000009 8222 1726776607.10646: no more pending results, returning what we have 8222 1726776607.10650: in VariableManager get_vars() 8222 1726776607.10688: Calling all_inventory to load vars for managed_node3 8222 1726776607.10691: Calling groups_inventory to load vars for managed_node3 8222 1726776607.10693: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.10703: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.10706: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.10708: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.10826: done sending task result for task 12343ab9-b159-90b8-9460-000000000009 8222 1726776607.10829: WORKER PROCESS EXITING 8222 1726776607.10839: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.10950: done with get_vars() 8222 1726776607.10956: variable 'ansible_search_path' from source: unknown 8222 1726776607.10965: we have included files to process 8222 1726776607.10965: generating all_blocks data 8222 1726776607.10966: done generating all_blocks data 8222 1726776607.10969: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml 8222 1726776607.10970: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml 8222 1726776607.10971: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml 8222 1726776607.11613: in VariableManager get_vars() 8222 1726776607.11626: done with get_vars() 8222 1726776607.11723: done processing included file 8222 1726776607.11724: iterating over new_blocks loaded from include file 8222 1726776607.11725: in VariableManager get_vars() 8222 1726776607.11735: done with get_vars() 8222 1726776607.11736: filtering new block on tags 8222 1726776607.11776: done filtering new block on tags 8222 1726776607.11778: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml for managed_node3 8222 1726776607.11781: extending task lists for all hosts with included blocks 8222 1726776607.12422: done extending task lists 8222 1726776607.12423: done processing included files 8222 1726776607.12424: results queue empty 8222 1726776607.12424: checking for any_errors_fatal 8222 1726776607.12425: done checking for any_errors_fatal 8222 1726776607.12425: checking for max_fail_percentage 8222 1726776607.12426: done checking for max_fail_percentage 8222 1726776607.12426: checking to see if all hosts have failed and the running result is not ok 8222 1726776607.12427: done checking to see if all hosts have failed 8222 1726776607.12427: getting the remaining hosts for this loop 8222 1726776607.12428: done getting the remaining hosts for this loop 8222 1726776607.12430: getting the next task for host managed_node3 8222 1726776607.12432: done getting next task for host managed_node3 8222 1726776607.12434: ^ task is: TASK: Set version specific variables 8222 1726776607.12436: ^ state is: HOST STATE: block=2, task=9, 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 8222 1726776607.12437: getting variables 8222 1726776607.12437: in VariableManager get_vars() 8222 1726776607.12445: Calling all_inventory to load vars for managed_node3 8222 1726776607.12446: Calling groups_inventory to load vars for managed_node3 8222 1726776607.12447: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.12451: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.12452: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.12454: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.12545: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.12651: done with get_vars() 8222 1726776607.12657: done getting variables 8222 1726776607.12682: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set version specific variables] ****************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:2 Thursday 19 September 2024 16:10:07 -0400 (0:00:00.027) 0:00:09.804 **** 8222 1726776607.12703: entering _queue_task() for managed_node3/include_vars 8222 1726776607.12911: worker is 1 (out of 1 available) 8222 1726776607.12924: exiting _queue_task() for managed_node3/include_vars 8222 1726776607.12934: done queuing things up, now waiting for results queue to drain 8222 1726776607.12935: waiting for pending results... 8222 1726776607.13091: running TaskExecutor() for managed_node3/TASK: Set version specific variables 8222 1726776607.13157: in run() - task 12343ab9-b159-90b8-9460-000000000187 8222 1726776607.13167: variable 'ansible_search_path' from source: unknown 8222 1726776607.13171: variable 'ansible_search_path' from source: unknown 8222 1726776607.13202: calling self._execute() 8222 1726776607.13260: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.13264: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.13274: variable 'omit' from source: magic vars 8222 1726776607.13350: variable 'omit' from source: magic vars 8222 1726776607.13378: variable 'omit' from source: magic vars 8222 1726776607.13647: variable 'ffparams' from source: task vars 8222 1726776607.13724: variable 'ansible_distribution' from source: facts 8222 1726776607.13728: variable 'ansible_distribution_major_version' from source: facts 8222 1726776607.13792: variable 'ansible_distribution' from source: facts 8222 1726776607.13914: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 8222 1726776607.14067: Loaded config def from plugin (lookup/first_found) 8222 1726776607.14071: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 8222 1726776607.14101: variable 'ansible_search_path' from source: unknown 8222 1726776607.14107: evaluation_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings 8222 1726776607.14135: search_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/files/vars/tests_CentOS_10.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/vars/tests_CentOS_10.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/vars/tests_CentOS_10.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/tests_CentOS_10.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/vars/tests_CentOS_10.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/tests_CentOS_10.yml 8222 1726776607.14155: variable 'ansible_search_path' from source: unknown 8222 1726776607.14158: evaluation_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings 8222 1726776607.14180: search_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/files/vars/tests_CentOS.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/vars/tests_CentOS.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/vars/tests_CentOS.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/tests_CentOS.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/vars/tests_CentOS.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/tests_CentOS.yml 8222 1726776607.14192: variable 'ansible_search_path' from source: unknown 8222 1726776607.14198: evaluation_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings 8222 1726776607.14217: search_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/files/vars/tests_default.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/vars/tests_default.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/vars/tests_default.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/tests_default.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/files/vars/tests_default.yml /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/tests_default.yml 8222 1726776607.14233: variable 'omit' from source: magic vars 8222 1726776607.14252: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776607.14271: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776607.14287: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776607.14303: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776607.14311: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776607.14331: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776607.14334: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.14336: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.14404: Set connection var ansible_timeout to 10 8222 1726776607.14411: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776607.14415: Set connection var ansible_connection to ssh 8222 1726776607.14421: Set connection var ansible_shell_executable to /bin/sh 8222 1726776607.14424: Set connection var ansible_shell_type to sh 8222 1726776607.14428: Set connection var ansible_pipelining to False 8222 1726776607.14443: variable 'ansible_shell_executable' from source: unknown 8222 1726776607.14446: variable 'ansible_connection' from source: unknown 8222 1726776607.14448: variable 'ansible_module_compression' from source: unknown 8222 1726776607.14450: variable 'ansible_shell_type' from source: unknown 8222 1726776607.14453: variable 'ansible_shell_executable' from source: unknown 8222 1726776607.14455: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.14459: variable 'ansible_pipelining' from source: unknown 8222 1726776607.14462: variable 'ansible_timeout' from source: unknown 8222 1726776607.14466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.14541: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776607.14550: variable 'omit' from source: magic vars 8222 1726776607.14554: starting attempt loop 8222 1726776607.14557: running the handler 8222 1726776607.14606: handler run complete 8222 1726776607.14613: attempt loop complete, returning result 8222 1726776607.14616: _execute() done 8222 1726776607.14619: dumping result to json 8222 1726776607.14621: done dumping result, returning 8222 1726776607.14628: done running TaskExecutor() for managed_node3/TASK: Set version specific variables [12343ab9-b159-90b8-9460-000000000187] 8222 1726776607.14630: sending task result for task 12343ab9-b159-90b8-9460-000000000187 8222 1726776607.14713: done sending task result for task 12343ab9-b159-90b8-9460-000000000187 8222 1726776607.14715: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_test_python_cmd": "/usr/libexec/platform-python", "__kernel_settings_test_python_pkgs": [ "python3-configobj" ] }, "ansible_included_var_files": [ "/tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/vars/tests_default.yml" ], "changed": false } 8222 1726776607.14774: no more pending results, returning what we have 8222 1726776607.14777: results queue empty 8222 1726776607.14778: checking for any_errors_fatal 8222 1726776607.14780: done checking for any_errors_fatal 8222 1726776607.14780: checking for max_fail_percentage 8222 1726776607.14782: done checking for max_fail_percentage 8222 1726776607.14783: checking to see if all hosts have failed and the running result is not ok 8222 1726776607.14784: done checking to see if all hosts have failed 8222 1726776607.14784: getting the remaining hosts for this loop 8222 1726776607.14788: done getting the remaining hosts for this loop 8222 1726776607.14792: getting the next task for host managed_node3 8222 1726776607.14797: done getting next task for host managed_node3 8222 1726776607.14800: ^ task is: TASK: Reset settings success flag 8222 1726776607.14802: ^ state is: HOST STATE: block=2, task=9, 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 8222 1726776607.14806: getting variables 8222 1726776607.14807: in VariableManager get_vars() 8222 1726776607.14841: Calling all_inventory to load vars for managed_node3 8222 1726776607.14843: Calling groups_inventory to load vars for managed_node3 8222 1726776607.14845: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.14855: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.14858: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.14860: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.14983: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.15101: done with get_vars() 8222 1726776607.15110: done getting variables 8222 1726776607.15148: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Reset settings success flag] ********************************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:13 Thursday 19 September 2024 16:10:07 -0400 (0:00:00.024) 0:00:09.829 **** 8222 1726776607.15167: entering _queue_task() for managed_node3/set_fact 8222 1726776607.15362: worker is 1 (out of 1 available) 8222 1726776607.15374: exiting _queue_task() for managed_node3/set_fact 8222 1726776607.15387: done queuing things up, now waiting for results queue to drain 8222 1726776607.15388: waiting for pending results... 8222 1726776607.15546: running TaskExecutor() for managed_node3/TASK: Reset settings success flag 8222 1726776607.15616: in run() - task 12343ab9-b159-90b8-9460-000000000188 8222 1726776607.15622: variable 'ansible_search_path' from source: unknown 8222 1726776607.15625: variable 'ansible_search_path' from source: unknown 8222 1726776607.15651: calling self._execute() 8222 1726776607.15714: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.15726: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.15730: variable 'omit' from source: magic vars 8222 1726776607.15856: variable 'omit' from source: magic vars 8222 1726776607.15885: variable 'omit' from source: magic vars 8222 1726776607.15910: variable 'omit' from source: magic vars 8222 1726776607.15943: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776607.15969: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776607.15984: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776607.16002: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776607.16011: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776607.16032: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776607.16035: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.16038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.16112: Set connection var ansible_timeout to 10 8222 1726776607.16118: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776607.16123: Set connection var ansible_connection to ssh 8222 1726776607.16128: Set connection var ansible_shell_executable to /bin/sh 8222 1726776607.16131: Set connection var ansible_shell_type to sh 8222 1726776607.16135: Set connection var ansible_pipelining to False 8222 1726776607.16153: variable 'ansible_shell_executable' from source: unknown 8222 1726776607.16156: variable 'ansible_connection' from source: unknown 8222 1726776607.16158: variable 'ansible_module_compression' from source: unknown 8222 1726776607.16160: variable 'ansible_shell_type' from source: unknown 8222 1726776607.16163: variable 'ansible_shell_executable' from source: unknown 8222 1726776607.16165: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.16171: variable 'ansible_pipelining' from source: unknown 8222 1726776607.16174: variable 'ansible_timeout' from source: unknown 8222 1726776607.16176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.16271: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776607.16283: variable 'omit' from source: magic vars 8222 1726776607.16288: starting attempt loop 8222 1726776607.16291: running the handler 8222 1726776607.16303: handler run complete 8222 1726776607.16312: attempt loop complete, returning result 8222 1726776607.16315: _execute() done 8222 1726776607.16317: dumping result to json 8222 1726776607.16319: done dumping result, returning 8222 1726776607.16326: done running TaskExecutor() for managed_node3/TASK: Reset settings success flag [12343ab9-b159-90b8-9460-000000000188] 8222 1726776607.16329: sending task result for task 12343ab9-b159-90b8-9460-000000000188 ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_success": true }, "changed": false } 8222 1726776607.16451: no more pending results, returning what we have 8222 1726776607.16453: results queue empty 8222 1726776607.16454: checking for any_errors_fatal 8222 1726776607.16461: done checking for any_errors_fatal 8222 1726776607.16461: checking for max_fail_percentage 8222 1726776607.16463: done checking for max_fail_percentage 8222 1726776607.16464: checking to see if all hosts have failed and the running result is not ok 8222 1726776607.16465: done checking to see if all hosts have failed 8222 1726776607.16465: getting the remaining hosts for this loop 8222 1726776607.16468: done getting the remaining hosts for this loop 8222 1726776607.16471: getting the next task for host managed_node3 8222 1726776607.16476: done getting next task for host managed_node3 8222 1726776607.16479: ^ task is: TASK: Check tuned-adm verify 8222 1726776607.16481: ^ state is: HOST STATE: block=2, task=9, 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 8222 1726776607.16484: getting variables 8222 1726776607.16485: in VariableManager get_vars() 8222 1726776607.16517: Calling all_inventory to load vars for managed_node3 8222 1726776607.16519: Calling groups_inventory to load vars for managed_node3 8222 1726776607.16521: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.16529: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.16531: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.16533: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.16678: done sending task result for task 12343ab9-b159-90b8-9460-000000000188 8222 1726776607.16681: WORKER PROCESS EXITING 8222 1726776607.16695: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.16807: done with get_vars() 8222 1726776607.16814: done getting variables 8222 1726776607.16850: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Check tuned-adm verify] ************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:17 Thursday 19 September 2024 16:10:07 -0400 (0:00:00.017) 0:00:09.846 **** 8222 1726776607.16870: entering _queue_task() for managed_node3/command 8222 1726776607.17055: worker is 1 (out of 1 available) 8222 1726776607.17069: exiting _queue_task() for managed_node3/command 8222 1726776607.17079: done queuing things up, now waiting for results queue to drain 8222 1726776607.17080: waiting for pending results... 8222 1726776607.17234: running TaskExecutor() for managed_node3/TASK: Check tuned-adm verify 8222 1726776607.17289: in run() - task 12343ab9-b159-90b8-9460-000000000189 8222 1726776607.17303: variable 'ansible_search_path' from source: unknown 8222 1726776607.17307: variable 'ansible_search_path' from source: unknown 8222 1726776607.17331: calling self._execute() 8222 1726776607.17390: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.17397: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.17407: variable 'omit' from source: magic vars 8222 1726776607.17710: variable '__kernel_settings_test_verify' from source: include params 8222 1726776607.17716: Evaluated conditional (__kernel_settings_test_verify): False 8222 1726776607.17718: when evaluation is False, skipping this task 8222 1726776607.17721: _execute() done 8222 1726776607.17724: dumping result to json 8222 1726776607.17726: done dumping result, returning 8222 1726776607.17734: done running TaskExecutor() for managed_node3/TASK: Check tuned-adm verify [12343ab9-b159-90b8-9460-000000000189] 8222 1726776607.17737: sending task result for task 12343ab9-b159-90b8-9460-000000000189 8222 1726776607.17817: done sending task result for task 12343ab9-b159-90b8-9460-000000000189 8222 1726776607.17820: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_test_verify", "skip_reason": "Conditional result was False" } 8222 1726776607.17889: no more pending results, returning what we have 8222 1726776607.17892: results queue empty 8222 1726776607.17893: checking for any_errors_fatal 8222 1726776607.17897: done checking for any_errors_fatal 8222 1726776607.17897: checking for max_fail_percentage 8222 1726776607.17899: done checking for max_fail_percentage 8222 1726776607.17899: checking to see if all hosts have failed and the running result is not ok 8222 1726776607.17900: done checking to see if all hosts have failed 8222 1726776607.17901: getting the remaining hosts for this loop 8222 1726776607.17902: done getting the remaining hosts for this loop 8222 1726776607.17905: getting the next task for host managed_node3 8222 1726776607.17910: done getting next task for host managed_node3 8222 1726776607.17912: ^ task is: TASK: Check for verify errors 8222 1726776607.17915: ^ state is: HOST STATE: block=2, task=9, 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 8222 1726776607.17917: getting variables 8222 1726776607.17918: in VariableManager get_vars() 8222 1726776607.17944: Calling all_inventory to load vars for managed_node3 8222 1726776607.17946: Calling groups_inventory to load vars for managed_node3 8222 1726776607.17947: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.17953: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.17955: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.17956: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.18057: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.18173: done with get_vars() 8222 1726776607.18179: done getting variables 8222 1726776607.18218: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Check for verify errors] ************************************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:24 Thursday 19 September 2024 16:10:07 -0400 (0:00:00.013) 0:00:09.860 **** 8222 1726776607.18236: entering _queue_task() for managed_node3/command 8222 1726776607.18407: worker is 1 (out of 1 available) 8222 1726776607.18418: exiting _queue_task() for managed_node3/command 8222 1726776607.18428: done queuing things up, now waiting for results queue to drain 8222 1726776607.18429: waiting for pending results... 8222 1726776607.18576: running TaskExecutor() for managed_node3/TASK: Check for verify errors 8222 1726776607.18632: in run() - task 12343ab9-b159-90b8-9460-00000000018a 8222 1726776607.18642: variable 'ansible_search_path' from source: unknown 8222 1726776607.18646: variable 'ansible_search_path' from source: unknown 8222 1726776607.18673: calling self._execute() 8222 1726776607.18735: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.18740: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.18747: variable 'omit' from source: magic vars 8222 1726776607.19113: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776607.19278: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776607.19312: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776607.19337: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776607.19363: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776607.19427: 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) 8222 1726776607.19444: 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) 8222 1726776607.19461: 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) 8222 1726776607.19478: 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) 8222 1726776607.19561: variable '__kernel_settings_register_verify' from source: set_fact 8222 1726776607.19571: Evaluated conditional (__kernel_settings_register_verify is defined): True 8222 1726776607.19657: variable '__kernel_settings_register_verify' from source: set_fact 8222 1726776607.19665: Evaluated conditional (__kernel_settings_register_verify is failed): False 8222 1726776607.19668: when evaluation is False, skipping this task 8222 1726776607.19670: _execute() done 8222 1726776607.19673: dumping result to json 8222 1726776607.19675: done dumping result, returning 8222 1726776607.19682: done running TaskExecutor() for managed_node3/TASK: Check for verify errors [12343ab9-b159-90b8-9460-00000000018a] 8222 1726776607.19687: sending task result for task 12343ab9-b159-90b8-9460-00000000018a 8222 1726776607.19768: done sending task result for task 12343ab9-b159-90b8-9460-00000000018a 8222 1726776607.19771: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_verify is failed", "skip_reason": "Conditional result was False" } 8222 1726776607.19818: no more pending results, returning what we have 8222 1726776607.19820: results queue empty 8222 1726776607.19821: checking for any_errors_fatal 8222 1726776607.19825: done checking for any_errors_fatal 8222 1726776607.19826: checking for max_fail_percentage 8222 1726776607.19828: done checking for max_fail_percentage 8222 1726776607.19829: checking to see if all hosts have failed and the running result is not ok 8222 1726776607.19830: done checking to see if all hosts have failed 8222 1726776607.19830: getting the remaining hosts for this loop 8222 1726776607.19832: done getting the remaining hosts for this loop 8222 1726776607.19835: getting the next task for host managed_node3 8222 1726776607.19840: done getting next task for host managed_node3 8222 1726776607.19842: ^ task is: TASK: Check /proc/cmdline 8222 1726776607.19845: ^ state is: HOST STATE: block=2, task=9, 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 8222 1726776607.19847: getting variables 8222 1726776607.19848: in VariableManager get_vars() 8222 1726776607.19926: Calling all_inventory to load vars for managed_node3 8222 1726776607.19929: Calling groups_inventory to load vars for managed_node3 8222 1726776607.19932: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.19941: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.19943: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.19944: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.20037: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.20150: done with get_vars() 8222 1726776607.20158: done getting variables 8222 1726776607.20199: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Check /proc/cmdline] ***************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:31 Thursday 19 September 2024 16:10:07 -0400 (0:00:00.019) 0:00:09.880 **** 8222 1726776607.20218: entering _queue_task() for managed_node3/command 8222 1726776607.20395: worker is 1 (out of 1 available) 8222 1726776607.20408: exiting _queue_task() for managed_node3/command 8222 1726776607.20419: done queuing things up, now waiting for results queue to drain 8222 1726776607.20420: waiting for pending results... 8222 1726776607.20558: running TaskExecutor() for managed_node3/TASK: Check /proc/cmdline 8222 1726776607.20620: in run() - task 12343ab9-b159-90b8-9460-00000000018b 8222 1726776607.20630: variable 'ansible_search_path' from source: unknown 8222 1726776607.20633: variable 'ansible_search_path' from source: unknown 8222 1726776607.20661: calling self._execute() 8222 1726776607.20721: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.20725: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.20734: variable 'omit' from source: magic vars 8222 1726776607.21033: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776607.21200: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776607.21231: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776607.21272: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776607.21303: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776607.21358: 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) 8222 1726776607.21374: 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) 8222 1726776607.21396: 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) 8222 1726776607.21414: 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) 8222 1726776607.21489: variable '__kernel_settings_register_verify' from source: set_fact 8222 1726776607.21500: Evaluated conditional (__kernel_settings_register_verify is defined): True 8222 1726776607.21581: variable '__kernel_settings_register_verify' from source: set_fact 8222 1726776607.21589: Evaluated conditional (__kernel_settings_register_verify is failed): False 8222 1726776607.21595: when evaluation is False, skipping this task 8222 1726776607.21597: _execute() done 8222 1726776607.21600: dumping result to json 8222 1726776607.21602: done dumping result, returning 8222 1726776607.21607: done running TaskExecutor() for managed_node3/TASK: Check /proc/cmdline [12343ab9-b159-90b8-9460-00000000018b] 8222 1726776607.21611: sending task result for task 12343ab9-b159-90b8-9460-00000000018b 8222 1726776607.21689: done sending task result for task 12343ab9-b159-90b8-9460-00000000018b 8222 1726776607.21695: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_verify is failed", "skip_reason": "Conditional result was False" } 8222 1726776607.21763: no more pending results, returning what we have 8222 1726776607.21765: results queue empty 8222 1726776607.21766: checking for any_errors_fatal 8222 1726776607.21770: done checking for any_errors_fatal 8222 1726776607.21770: checking for max_fail_percentage 8222 1726776607.21772: done checking for max_fail_percentage 8222 1726776607.21772: checking to see if all hosts have failed and the running result is not ok 8222 1726776607.21774: done checking to see if all hosts have failed 8222 1726776607.21774: getting the remaining hosts for this loop 8222 1726776607.21775: done getting the remaining hosts for this loop 8222 1726776607.21778: getting the next task for host managed_node3 8222 1726776607.21783: done getting next task for host managed_node3 8222 1726776607.21784: ^ task is: TASK: Set error flag based on verify 8222 1726776607.21789: ^ state is: HOST STATE: block=2, task=9, 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 8222 1726776607.21793: getting variables 8222 1726776607.21794: in VariableManager get_vars() 8222 1726776607.21819: Calling all_inventory to load vars for managed_node3 8222 1726776607.21820: Calling groups_inventory to load vars for managed_node3 8222 1726776607.21822: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.21828: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.21830: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.21832: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.21933: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.22065: done with get_vars() 8222 1726776607.22072: done getting variables 8222 1726776607.22113: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set error flag based on verify] ****************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:38 Thursday 19 September 2024 16:10:07 -0400 (0:00:00.019) 0:00:09.899 **** 8222 1726776607.22132: entering _queue_task() for managed_node3/set_fact 8222 1726776607.22306: worker is 1 (out of 1 available) 8222 1726776607.22318: exiting _queue_task() for managed_node3/set_fact 8222 1726776607.22328: done queuing things up, now waiting for results queue to drain 8222 1726776607.22329: waiting for pending results... 8222 1726776607.22467: running TaskExecutor() for managed_node3/TASK: Set error flag based on verify 8222 1726776607.22525: in run() - task 12343ab9-b159-90b8-9460-00000000018c 8222 1726776607.22535: variable 'ansible_search_path' from source: unknown 8222 1726776607.22539: variable 'ansible_search_path' from source: unknown 8222 1726776607.22565: calling self._execute() 8222 1726776607.22626: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.22630: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.22638: variable 'omit' from source: magic vars 8222 1726776607.22938: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776607.23103: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776607.23135: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776607.23158: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776607.23182: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776607.23243: 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) 8222 1726776607.23260: 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) 8222 1726776607.23277: 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) 8222 1726776607.23296: 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) 8222 1726776607.23371: variable '__kernel_settings_register_verify' from source: set_fact 8222 1726776607.23381: Evaluated conditional (__kernel_settings_register_verify is defined): True 8222 1726776607.23466: variable '__kernel_settings_register_verify' from source: set_fact 8222 1726776607.23473: Evaluated conditional (__kernel_settings_register_verify is failed): False 8222 1726776607.23476: when evaluation is False, skipping this task 8222 1726776607.23479: _execute() done 8222 1726776607.23481: dumping result to json 8222 1726776607.23484: done dumping result, returning 8222 1726776607.23494: done running TaskExecutor() for managed_node3/TASK: Set error flag based on verify [12343ab9-b159-90b8-9460-00000000018c] 8222 1726776607.23496: sending task result for task 12343ab9-b159-90b8-9460-00000000018c 8222 1726776607.23572: done sending task result for task 12343ab9-b159-90b8-9460-00000000018c 8222 1726776607.23575: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_verify is failed", "skip_reason": "Conditional result was False" } 8222 1726776607.23620: no more pending results, returning what we have 8222 1726776607.23623: results queue empty 8222 1726776607.23624: checking for any_errors_fatal 8222 1726776607.23630: done checking for any_errors_fatal 8222 1726776607.23631: checking for max_fail_percentage 8222 1726776607.23632: done checking for max_fail_percentage 8222 1726776607.23633: checking to see if all hosts have failed and the running result is not ok 8222 1726776607.23634: done checking to see if all hosts have failed 8222 1726776607.23635: getting the remaining hosts for this loop 8222 1726776607.23636: done getting the remaining hosts for this loop 8222 1726776607.23640: getting the next task for host managed_node3 8222 1726776607.23644: done getting next task for host managed_node3 8222 1726776607.23647: ^ task is: TASK: Check config files 8222 1726776607.23649: ^ state is: HOST STATE: block=2, task=9, 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 8222 1726776607.23652: getting variables 8222 1726776607.23653: in VariableManager get_vars() 8222 1726776607.23679: Calling all_inventory to load vars for managed_node3 8222 1726776607.23681: Calling groups_inventory to load vars for managed_node3 8222 1726776607.23683: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.23695: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.23698: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.23700: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.23810: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.23926: done with get_vars() 8222 1726776607.23933: done getting variables TASK [Check config files] ****************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:45 Thursday 19 September 2024 16:10:07 -0400 (0:00:00.018) 0:00:09.917 **** 8222 1726776607.23995: entering _queue_task() for managed_node3/include_tasks 8222 1726776607.24173: worker is 1 (out of 1 available) 8222 1726776607.24188: exiting _queue_task() for managed_node3/include_tasks 8222 1726776607.24202: done queuing things up, now waiting for results queue to drain 8222 1726776607.24203: waiting for pending results... 8222 1726776607.24344: running TaskExecutor() for managed_node3/TASK: Check config files 8222 1726776607.24407: in run() - task 12343ab9-b159-90b8-9460-00000000018d 8222 1726776607.24418: variable 'ansible_search_path' from source: unknown 8222 1726776607.24423: variable 'ansible_search_path' from source: unknown 8222 1726776607.24447: calling self._execute() 8222 1726776607.24510: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.24514: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.24526: variable 'omit' from source: magic vars 8222 1726776607.24845: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776607.25062: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776607.25100: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776607.25124: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776607.25147: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776607.25212: 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) 8222 1726776607.25229: 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) 8222 1726776607.25247: 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) 8222 1726776607.25264: 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) 8222 1726776607.25343: variable '__kernel_settings_profile_file' from source: include_vars 8222 1726776607.25437: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776607.26736: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776607.26783: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776607.26815: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776607.26838: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776607.26856: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776607.26891: 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) 8222 1726776607.26913: 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) 8222 1726776607.26931: 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) 8222 1726776607.26956: 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) 8222 1726776607.26966: 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) 8222 1726776607.27042: Evaluated conditional (__kernel_settings_profile_file is defined): True 8222 1726776607.27047: _execute() done 8222 1726776607.27050: dumping result to json 8222 1726776607.27054: done dumping result, returning 8222 1726776607.27060: done running TaskExecutor() for managed_node3/TASK: Check config files [12343ab9-b159-90b8-9460-00000000018d] 8222 1726776607.27064: sending task result for task 12343ab9-b159-90b8-9460-00000000018d 8222 1726776607.27150: done sending task result for task 12343ab9-b159-90b8-9460-00000000018d 8222 1726776607.27152: WORKER PROCESS EXITING 8222 1726776607.27177: no more pending results, returning what we have 8222 1726776607.27181: in VariableManager get_vars() 8222 1726776607.27223: Calling all_inventory to load vars for managed_node3 8222 1726776607.27226: Calling groups_inventory to load vars for managed_node3 8222 1726776607.27228: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.27239: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.27242: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.27244: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.27436: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.27548: done with get_vars() 8222 1726776607.27554: variable 'ansible_search_path' from source: unknown 8222 1726776607.27554: variable 'ansible_search_path' from source: unknown 8222 1726776607.27578: we have included files to process 8222 1726776607.27579: generating all_blocks data 8222 1726776607.27580: done generating all_blocks data 8222 1726776607.27584: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml 8222 1726776607.27584: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml 8222 1726776607.27588: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml 8222 1726776607.28439: done processing included file 8222 1726776607.28440: iterating over new_blocks loaded from include file 8222 1726776607.28441: in VariableManager get_vars() 8222 1726776607.28452: done with get_vars() 8222 1726776607.28453: filtering new block on tags 8222 1726776607.28519: done filtering new block on tags 8222 1726776607.28521: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml for managed_node3 8222 1726776607.28525: extending task lists for all hosts with included blocks 8222 1726776607.28717: done extending task lists 8222 1726776607.28718: done processing included files 8222 1726776607.28719: results queue empty 8222 1726776607.28719: checking for any_errors_fatal 8222 1726776607.28721: done checking for any_errors_fatal 8222 1726776607.28722: checking for max_fail_percentage 8222 1726776607.28722: done checking for max_fail_percentage 8222 1726776607.28723: checking to see if all hosts have failed and the running result is not ok 8222 1726776607.28723: done checking to see if all hosts have failed 8222 1726776607.28724: getting the remaining hosts for this loop 8222 1726776607.28725: done getting the remaining hosts for this loop 8222 1726776607.28726: getting the next task for host managed_node3 8222 1726776607.28729: done getting next task for host managed_node3 8222 1726776607.28734: ^ task is: TASK: Create temporary file for expected config 8222 1726776607.28736: ^ state is: HOST STATE: block=2, task=9, 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? (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 8222 1726776607.28737: getting variables 8222 1726776607.28738: in VariableManager get_vars() 8222 1726776607.28745: Calling all_inventory to load vars for managed_node3 8222 1726776607.28747: Calling groups_inventory to load vars for managed_node3 8222 1726776607.28748: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.28751: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.28753: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.28754: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.28850: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.28963: done with get_vars() 8222 1726776607.28970: done getting variables TASK [Create temporary file for expected config] ******************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:2 Thursday 19 September 2024 16:10:07 -0400 (0:00:00.050) 0:00:09.968 **** 8222 1726776607.29017: entering _queue_task() for managed_node3/tempfile 8222 1726776607.29018: Creating lock for tempfile 8222 1726776607.29230: worker is 1 (out of 1 available) 8222 1726776607.29242: exiting _queue_task() for managed_node3/tempfile 8222 1726776607.29253: done queuing things up, now waiting for results queue to drain 8222 1726776607.29254: waiting for pending results... 8222 1726776607.29413: running TaskExecutor() for managed_node3/TASK: Create temporary file for expected config 8222 1726776607.29472: in run() - task 12343ab9-b159-90b8-9460-000000000227 8222 1726776607.29483: variable 'ansible_search_path' from source: unknown 8222 1726776607.29489: variable 'ansible_search_path' from source: unknown 8222 1726776607.29518: calling self._execute() 8222 1726776607.29577: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.29581: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.29592: variable 'omit' from source: magic vars 8222 1726776607.29667: variable 'omit' from source: magic vars 8222 1726776607.29704: variable 'omit' from source: magic vars 8222 1726776607.29727: variable 'omit' from source: magic vars 8222 1726776607.29759: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776607.29787: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776607.29809: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776607.29820: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776607.29829: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776607.29850: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776607.29853: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.29856: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.29929: Set connection var ansible_timeout to 10 8222 1726776607.29936: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776607.29940: Set connection var ansible_connection to ssh 8222 1726776607.29945: Set connection var ansible_shell_executable to /bin/sh 8222 1726776607.29948: Set connection var ansible_shell_type to sh 8222 1726776607.29952: Set connection var ansible_pipelining to False 8222 1726776607.29967: variable 'ansible_shell_executable' from source: unknown 8222 1726776607.29970: variable 'ansible_connection' from source: unknown 8222 1726776607.29973: variable 'ansible_module_compression' from source: unknown 8222 1726776607.29976: variable 'ansible_shell_type' from source: unknown 8222 1726776607.29978: variable 'ansible_shell_executable' from source: unknown 8222 1726776607.29981: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.29985: variable 'ansible_pipelining' from source: unknown 8222 1726776607.29989: variable 'ansible_timeout' from source: unknown 8222 1726776607.29995: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.30136: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776607.30145: variable 'omit' from source: magic vars 8222 1726776607.30150: starting attempt loop 8222 1726776607.30153: running the handler 8222 1726776607.30164: _low_level_execute_command(): starting 8222 1726776607.30171: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776607.30648: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776607.30660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.30684: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776607.30692: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.30739: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776607.30743: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776607.30815: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776607.32518: stdout chunk (state=3): >>>/root <<< 8222 1726776607.32618: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776607.32645: stderr chunk (state=3): >>><<< 8222 1726776607.32648: stdout chunk (state=3): >>><<< 8222 1726776607.32666: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776607.32677: _low_level_execute_command(): starting 8222 1726776607.32682: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776607.3266609-8643-173807366982770 `" && echo ansible-tmp-1726776607.3266609-8643-173807366982770="` echo /root/.ansible/tmp/ansible-tmp-1726776607.3266609-8643-173807366982770 `" ) && sleep 0' 8222 1726776607.33128: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776607.33131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.33133: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 8222 1726776607.33135: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776607.33148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.33195: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776607.33202: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776607.33204: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776607.33246: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776607.35162: stdout chunk (state=3): >>>ansible-tmp-1726776607.3266609-8643-173807366982770=/root/.ansible/tmp/ansible-tmp-1726776607.3266609-8643-173807366982770 <<< 8222 1726776607.35264: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776607.35297: stderr chunk (state=3): >>><<< 8222 1726776607.35300: stdout chunk (state=3): >>><<< 8222 1726776607.35314: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776607.3266609-8643-173807366982770=/root/.ansible/tmp/ansible-tmp-1726776607.3266609-8643-173807366982770 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776607.35353: variable 'ansible_module_compression' from source: unknown 8222 1726776607.35389: ANSIBALLZ: Using lock for tempfile 8222 1726776607.35396: ANSIBALLZ: Acquiring lock 8222 1726776607.35399: ANSIBALLZ: Lock acquired: 140312686508368 8222 1726776607.35401: ANSIBALLZ: Creating module 8222 1726776607.42366: ANSIBALLZ: Writing module into payload 8222 1726776607.42412: ANSIBALLZ: Writing module 8222 1726776607.42430: ANSIBALLZ: Renaming module 8222 1726776607.42436: ANSIBALLZ: Done creating module 8222 1726776607.42449: variable 'ansible_facts' from source: unknown 8222 1726776607.42495: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776607.3266609-8643-173807366982770/AnsiballZ_tempfile.py 8222 1726776607.42594: Sending initial data 8222 1726776607.42597: Sent initial data (155 bytes) 8222 1726776607.43063: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776607.43067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.43069: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776607.43071: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776607.43073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.43124: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776607.43127: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776607.43129: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776607.43195: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776607.44851: 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 <<< 8222 1726776607.44894: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776607.44947: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpew9i6a18 /root/.ansible/tmp/ansible-tmp-1726776607.3266609-8643-173807366982770/AnsiballZ_tempfile.py <<< 8222 1726776607.44950: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776607.3266609-8643-173807366982770/AnsiballZ_tempfile.py" <<< 8222 1726776607.44996: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpew9i6a18" to remote "/root/.ansible/tmp/ansible-tmp-1726776607.3266609-8643-173807366982770/AnsiballZ_tempfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776607.3266609-8643-173807366982770/AnsiballZ_tempfile.py" <<< 8222 1726776607.45522: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776607.45568: stderr chunk (state=3): >>><<< 8222 1726776607.45572: stdout chunk (state=3): >>><<< 8222 1726776607.45601: done transferring module to remote 8222 1726776607.45609: _low_level_execute_command(): starting 8222 1726776607.45614: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776607.3266609-8643-173807366982770/ /root/.ansible/tmp/ansible-tmp-1726776607.3266609-8643-173807366982770/AnsiballZ_tempfile.py && sleep 0' 8222 1726776607.46063: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776607.46066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776607.46069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.46071: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776607.46079: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776607.46081: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.46129: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776607.46132: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776607.46136: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776607.46179: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776607.47974: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776607.48003: stderr chunk (state=3): >>><<< 8222 1726776607.48008: stdout chunk (state=3): >>><<< 8222 1726776607.48020: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776607.48023: _low_level_execute_command(): starting 8222 1726776607.48028: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776607.3266609-8643-173807366982770/AnsiballZ_tempfile.py && sleep 0' 8222 1726776607.48458: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776607.48461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776607.48464: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.48466: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776607.48468: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.48520: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776607.48527: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776607.48529: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776607.48584: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776607.63848: stdout chunk (state=3): >>> {"changed": true, "path": "/tmp/ansible.ohxft3q1.kernel_settings", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "invocation": {"module_args": {"state": "file", "suffix": ".kernel_settings", "prefix": "ansible.", "path": null}}} <<< 8222 1726776607.65208: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776607.65237: stderr chunk (state=3): >>><<< 8222 1726776607.65240: stdout chunk (state=3): >>><<< 8222 1726776607.65254: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "path": "/tmp/ansible.ohxft3q1.kernel_settings", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "invocation": {"module_args": {"state": "file", "suffix": ".kernel_settings", "prefix": "ansible.", "path": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776607.65293: done with _execute_module (tempfile, {'state': 'file', 'suffix': '.kernel_settings', '_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': 'tempfile', '_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-1726776607.3266609-8643-173807366982770/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776607.65297: _low_level_execute_command(): starting 8222 1726776607.65303: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776607.3266609-8643-173807366982770/ > /dev/null 2>&1 && sleep 0' 8222 1726776607.65756: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776607.65759: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776607.65762: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776607.65764: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776607.65772: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.65810: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776607.65824: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776607.65877: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776607.67709: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776607.67732: stderr chunk (state=3): >>><<< 8222 1726776607.67736: stdout chunk (state=3): >>><<< 8222 1726776607.67751: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776607.67756: handler run complete 8222 1726776607.67771: attempt loop complete, returning result 8222 1726776607.67774: _execute() done 8222 1726776607.67776: dumping result to json 8222 1726776607.67778: done dumping result, returning 8222 1726776607.67789: done running TaskExecutor() for managed_node3/TASK: Create temporary file for expected config [12343ab9-b159-90b8-9460-000000000227] 8222 1726776607.67795: sending task result for task 12343ab9-b159-90b8-9460-000000000227 8222 1726776607.67895: done sending task result for task 12343ab9-b159-90b8-9460-000000000227 8222 1726776607.67898: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.ohxft3q1.kernel_settings", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } 8222 1726776607.67985: no more pending results, returning what we have 8222 1726776607.67989: results queue empty 8222 1726776607.67991: checking for any_errors_fatal 8222 1726776607.67992: done checking for any_errors_fatal 8222 1726776607.67993: checking for max_fail_percentage 8222 1726776607.67994: done checking for max_fail_percentage 8222 1726776607.67995: checking to see if all hosts have failed and the running result is not ok 8222 1726776607.67996: done checking to see if all hosts have failed 8222 1726776607.67997: getting the remaining hosts for this loop 8222 1726776607.67998: done getting the remaining hosts for this loop 8222 1726776607.68002: getting the next task for host managed_node3 8222 1726776607.68007: done getting next task for host managed_node3 8222 1726776607.68009: ^ task is: TASK: Put expected contents into temporary file 8222 1726776607.68013: ^ state is: HOST STATE: block=2, task=9, 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? (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 8222 1726776607.68016: getting variables 8222 1726776607.68017: in VariableManager get_vars() 8222 1726776607.68052: Calling all_inventory to load vars for managed_node3 8222 1726776607.68055: Calling groups_inventory to load vars for managed_node3 8222 1726776607.68057: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776607.68067: Calling all_plugins_play to load vars for managed_node3 8222 1726776607.68070: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776607.68072: Calling groups_plugins_play to load vars for managed_node3 8222 1726776607.68226: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776607.68347: done with get_vars() 8222 1726776607.68355: done getting variables 8222 1726776607.68399: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Put expected contents into temporary file] ******************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:8 Thursday 19 September 2024 16:10:07 -0400 (0:00:00.394) 0:00:10.362 **** 8222 1726776607.68421: entering _queue_task() for managed_node3/copy 8222 1726776607.68618: worker is 1 (out of 1 available) 8222 1726776607.68631: exiting _queue_task() for managed_node3/copy 8222 1726776607.68641: done queuing things up, now waiting for results queue to drain 8222 1726776607.68642: waiting for pending results... 8222 1726776607.68800: running TaskExecutor() for managed_node3/TASK: Put expected contents into temporary file 8222 1726776607.68872: in run() - task 12343ab9-b159-90b8-9460-000000000228 8222 1726776607.68880: variable 'ansible_search_path' from source: unknown 8222 1726776607.68884: variable 'ansible_search_path' from source: unknown 8222 1726776607.68914: calling self._execute() 8222 1726776607.68978: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.68981: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.68992: variable 'omit' from source: magic vars 8222 1726776607.69065: variable 'omit' from source: magic vars 8222 1726776607.69102: variable 'omit' from source: magic vars 8222 1726776607.69339: variable '__kernel_settings_register_profile_conf_tempfile' from source: set_fact 8222 1726776607.69417: variable '__kernel_settings_profile_file' from source: include_vars 8222 1726776607.69470: variable '__kernel_settings_profile_file' from source: include_vars 8222 1726776607.69600: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776607.70980: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776607.71028: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776607.71212: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776607.71237: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776607.71258: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776607.71318: 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) 8222 1726776607.71339: 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) 8222 1726776607.71361: 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) 8222 1726776607.71389: 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) 8222 1726776607.71403: 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) 8222 1726776607.71487: variable 'omit' from source: magic vars 8222 1726776607.71510: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776607.71530: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776607.71545: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776607.71558: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776607.71566: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776607.71591: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776607.71597: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.71599: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.71665: Set connection var ansible_timeout to 10 8222 1726776607.71672: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776607.71677: Set connection var ansible_connection to ssh 8222 1726776607.71681: Set connection var ansible_shell_executable to /bin/sh 8222 1726776607.71684: Set connection var ansible_shell_type to sh 8222 1726776607.71695: Set connection var ansible_pipelining to False 8222 1726776607.71713: variable 'ansible_shell_executable' from source: unknown 8222 1726776607.71716: variable 'ansible_connection' from source: unknown 8222 1726776607.71719: variable 'ansible_module_compression' from source: unknown 8222 1726776607.71721: variable 'ansible_shell_type' from source: unknown 8222 1726776607.71723: variable 'ansible_shell_executable' from source: unknown 8222 1726776607.71725: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776607.71729: variable 'ansible_pipelining' from source: unknown 8222 1726776607.71731: variable 'ansible_timeout' from source: unknown 8222 1726776607.71736: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776607.71816: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776607.71825: variable 'omit' from source: magic vars 8222 1726776607.71830: starting attempt loop 8222 1726776607.71833: running the handler 8222 1726776607.71845: _low_level_execute_command(): starting 8222 1726776607.71851: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776607.72358: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776607.72362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.72365: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776607.72368: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.72421: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776607.72424: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776607.72426: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776607.72485: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776607.74147: stdout chunk (state=3): >>>/root <<< 8222 1726776607.74242: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776607.74273: stderr chunk (state=3): >>><<< 8222 1726776607.74276: stdout chunk (state=3): >>><<< 8222 1726776607.74301: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776607.74316: _low_level_execute_command(): starting 8222 1726776607.74322: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662 `" && echo ansible-tmp-1726776607.7430089-8651-48262705898662="` echo /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662 `" ) && sleep 0' 8222 1726776607.74775: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776607.74778: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.74781: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776607.74783: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776607.74787: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.74838: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776607.74841: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776607.74848: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776607.74898: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776607.76802: stdout chunk (state=3): >>>ansible-tmp-1726776607.7430089-8651-48262705898662=/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662 <<< 8222 1726776607.76904: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776607.76934: stderr chunk (state=3): >>><<< 8222 1726776607.76937: stdout chunk (state=3): >>><<< 8222 1726776607.76954: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776607.7430089-8651-48262705898662=/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776607.77028: variable 'ansible_module_compression' from source: unknown 8222 1726776607.77069: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776607.77098: variable 'ansible_facts' from source: unknown 8222 1726776607.77159: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/AnsiballZ_stat.py 8222 1726776607.77252: Sending initial data 8222 1726776607.77255: Sent initial data (150 bytes) 8222 1726776607.77713: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776607.77717: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.77719: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776607.77722: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.77774: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776607.77778: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776607.77780: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776607.77828: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776607.79381: 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 <<< 8222 1726776607.79433: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776607.79481: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpa3dykkyr /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/AnsiballZ_stat.py <<< 8222 1726776607.79484: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/AnsiballZ_stat.py" <<< 8222 1726776607.79524: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpa3dykkyr" to remote "/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/AnsiballZ_stat.py" <<< 8222 1726776607.79527: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/AnsiballZ_stat.py" <<< 8222 1726776607.80075: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776607.80125: stderr chunk (state=3): >>><<< 8222 1726776607.80128: stdout chunk (state=3): >>><<< 8222 1726776607.80153: done transferring module to remote 8222 1726776607.80162: _low_level_execute_command(): starting 8222 1726776607.80167: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/ /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/AnsiballZ_stat.py && sleep 0' 8222 1726776607.80627: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776607.80632: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776607.80635: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.80637: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776607.80639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776607.80641: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.80692: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776607.80695: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776607.80698: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776607.80747: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776607.82532: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776607.82559: stderr chunk (state=3): >>><<< 8222 1726776607.82562: stdout chunk (state=3): >>><<< 8222 1726776607.82579: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776607.82582: _low_level_execute_command(): starting 8222 1726776607.82589: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/AnsiballZ_stat.py && sleep 0' 8222 1726776607.83057: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776607.83063: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776607.83066: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776607.83124: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776607.83132: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776607.83136: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776607.83183: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776607.99414: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/tmp/ansible.ohxft3q1.kernel_settings", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 178699, "dev": 51714, "nlink": 1, "atime": 1726776607.6360726, "mtime": 1726776607.6360726, "ctime": 1726776607.6360726, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "3391853937", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/tmp/ansible.ohxft3q1.kernel_settings", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 8222 1726776608.01108: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776608.01131: stderr chunk (state=3): >>><<< 8222 1726776608.01134: stdout chunk (state=3): >>><<< 8222 1726776608.01149: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/tmp/ansible.ohxft3q1.kernel_settings", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 178699, "dev": 51714, "nlink": 1, "atime": 1726776607.6360726, "mtime": 1726776607.6360726, "ctime": 1726776607.6360726, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "3391853937", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/tmp/ansible.ohxft3q1.kernel_settings", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776608.01197: done with _execute_module (ansible.legacy.stat, {'path': '/tmp/ansible.ohxft3q1.kernel_settings', '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-1726776607.7430089-8651-48262705898662/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 8222 1726776608.01277: Sending initial data 8222 1726776608.01280: Sent initial data (154 bytes) 8222 1726776608.01728: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776608.01731: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776608.01734: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.01736: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8222 1726776608.01738: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776608.01740: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.01791: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776608.01794: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776608.01849: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776608.03520: 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 <<< 8222 1726776608.03566: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776608.03616: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/.1_yx6gi_ /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/.source.kernel_settings <<< 8222 1726776608.03625: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/.source.kernel_settings" <<< 8222 1726776608.03666: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/.1_yx6gi_" to remote "/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/.source.kernel_settings" <<< 8222 1726776608.03671: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/.source.kernel_settings" <<< 8222 1726776608.03873: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776608.03920: stderr chunk (state=3): >>><<< 8222 1726776608.03923: stdout chunk (state=3): >>><<< 8222 1726776608.03945: _low_level_execute_command(): starting 8222 1726776608.03948: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/ /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/.source.kernel_settings && sleep 0' 8222 1726776608.04375: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776608.04379: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776608.04409: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776608.04412: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776608.04414: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.04470: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776608.04473: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776608.04480: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776608.04523: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776608.06398: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776608.06426: stderr chunk (state=3): >>><<< 8222 1726776608.06429: stdout chunk (state=3): >>><<< 8222 1726776608.06443: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776608.06466: variable 'ansible_module_compression' from source: unknown 8222 1726776608.06503: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 8222 1726776608.06521: variable 'ansible_facts' from source: unknown 8222 1726776608.06566: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/AnsiballZ_copy.py 8222 1726776608.06656: Sending initial data 8222 1726776608.06660: Sent initial data (150 bytes) 8222 1726776608.07101: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776608.07105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776608.07108: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.07124: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.07172: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776608.07176: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776608.07233: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776608.08846: 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 <<< 8222 1726776608.08891: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776608.08936: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpzpsxgknh /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/AnsiballZ_copy.py <<< 8222 1726776608.08945: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/AnsiballZ_copy.py" <<< 8222 1726776608.08984: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 8222 1726776608.08988: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpzpsxgknh" to remote "/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/AnsiballZ_copy.py" <<< 8222 1726776608.09544: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776608.09592: stderr chunk (state=3): >>><<< 8222 1726776608.09595: stdout chunk (state=3): >>><<< 8222 1726776608.09620: done transferring module to remote 8222 1726776608.09627: _low_level_execute_command(): starting 8222 1726776608.09631: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/ /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/AnsiballZ_copy.py && sleep 0' 8222 1726776608.10083: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776608.10089: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776608.10092: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.10094: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776608.10096: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776608.10098: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.10154: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776608.10156: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776608.10158: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776608.10202: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776608.12048: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776608.12076: stderr chunk (state=3): >>><<< 8222 1726776608.12079: stdout chunk (state=3): >>><<< 8222 1726776608.12096: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776608.12099: _low_level_execute_command(): starting 8222 1726776608.12104: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/AnsiballZ_copy.py && sleep 0' 8222 1726776608.12553: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776608.12557: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776608.12565: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.12567: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776608.12569: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.12623: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776608.12628: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776608.12631: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776608.12684: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776608.29025: stdout chunk (state=3): >>> {"dest": "/tmp/ansible.ohxft3q1.kernel_settings", "src": "/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/.source.kernel_settings", "md5sum": "b82bbe3a22d81e7a442595a59b2d0944", "checksum": "169e46a0442e2493edda7ef1d37dfc572d06525c", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 299, "invocation": {"module_args": {"dest": "/tmp/ansible.ohxft3q1.kernel_settings", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/.source.kernel_settings", "_original_basename": ".1_yx6gi_", "follow": false, "checksum": "169e46a0442e2493edda7ef1d37dfc572d06525c", "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}}} <<< 8222 1726776608.30402: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776608.30430: stderr chunk (state=3): >>><<< 8222 1726776608.30434: stdout chunk (state=3): >>><<< 8222 1726776608.30448: _low_level_execute_command() done: rc=0, stdout= {"dest": "/tmp/ansible.ohxft3q1.kernel_settings", "src": "/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/.source.kernel_settings", "md5sum": "b82bbe3a22d81e7a442595a59b2d0944", "checksum": "169e46a0442e2493edda7ef1d37dfc572d06525c", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 299, "invocation": {"module_args": {"dest": "/tmp/ansible.ohxft3q1.kernel_settings", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/.source.kernel_settings", "_original_basename": ".1_yx6gi_", "follow": false, "checksum": "169e46a0442e2493edda7ef1d37dfc572d06525c", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776608.30476: done with _execute_module (ansible.legacy.copy, {'dest': '/tmp/ansible.ohxft3q1.kernel_settings', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/.source.kernel_settings', '_original_basename': '.1_yx6gi_', 'follow': False, 'checksum': '169e46a0442e2493edda7ef1d37dfc572d06525c', '_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-1726776607.7430089-8651-48262705898662/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776608.30484: _low_level_execute_command(): starting 8222 1726776608.30493: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/ > /dev/null 2>&1 && sleep 0' 8222 1726776608.30951: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776608.30955: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.30959: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776608.30961: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776608.30963: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.31021: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776608.31024: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776608.31028: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776608.31076: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776608.32919: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776608.32949: stderr chunk (state=3): >>><<< 8222 1726776608.32952: stdout chunk (state=3): >>><<< 8222 1726776608.32967: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776608.32975: handler run complete 8222 1726776608.32996: attempt loop complete, returning result 8222 1726776608.32999: _execute() done 8222 1726776608.33002: dumping result to json 8222 1726776608.33008: done dumping result, returning 8222 1726776608.33017: done running TaskExecutor() for managed_node3/TASK: Put expected contents into temporary file [12343ab9-b159-90b8-9460-000000000228] 8222 1726776608.33019: sending task result for task 12343ab9-b159-90b8-9460-000000000228 8222 1726776608.33116: done sending task result for task 12343ab9-b159-90b8-9460-000000000228 8222 1726776608.33118: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "checksum": "169e46a0442e2493edda7ef1d37dfc572d06525c", "dest": "/tmp/ansible.ohxft3q1.kernel_settings", "gid": 0, "group": "root", "md5sum": "b82bbe3a22d81e7a442595a59b2d0944", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1726776607.7430089-8651-48262705898662/.source.kernel_settings", "state": "file", "uid": 0 } 8222 1726776608.33181: no more pending results, returning what we have 8222 1726776608.33184: results queue empty 8222 1726776608.33185: checking for any_errors_fatal 8222 1726776608.33194: done checking for any_errors_fatal 8222 1726776608.33194: checking for max_fail_percentage 8222 1726776608.33196: done checking for max_fail_percentage 8222 1726776608.33197: checking to see if all hosts have failed and the running result is not ok 8222 1726776608.33198: done checking to see if all hosts have failed 8222 1726776608.33199: getting the remaining hosts for this loop 8222 1726776608.33200: done getting the remaining hosts for this loop 8222 1726776608.33205: getting the next task for host managed_node3 8222 1726776608.33211: done getting next task for host managed_node3 8222 1726776608.33213: ^ task is: TASK: Ensure python command exists for tests below 8222 1726776608.33217: ^ state is: HOST STATE: block=2, task=9, 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? (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 8222 1726776608.33220: getting variables 8222 1726776608.33222: in VariableManager get_vars() 8222 1726776608.33255: Calling all_inventory to load vars for managed_node3 8222 1726776608.33257: Calling groups_inventory to load vars for managed_node3 8222 1726776608.33260: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776608.33270: Calling all_plugins_play to load vars for managed_node3 8222 1726776608.33273: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776608.33275: Calling groups_plugins_play to load vars for managed_node3 8222 1726776608.33448: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776608.33566: done with get_vars() 8222 1726776608.33574: done getting variables 8222 1726776608.33620: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure python command exists for tests below] **************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:14 Thursday 19 September 2024 16:10:08 -0400 (0:00:00.652) 0:00:11.014 **** 8222 1726776608.33642: entering _queue_task() for managed_node3/package 8222 1726776608.33844: worker is 1 (out of 1 available) 8222 1726776608.33857: exiting _queue_task() for managed_node3/package 8222 1726776608.33867: done queuing things up, now waiting for results queue to drain 8222 1726776608.33868: waiting for pending results... 8222 1726776608.34026: running TaskExecutor() for managed_node3/TASK: Ensure python command exists for tests below 8222 1726776608.34098: in run() - task 12343ab9-b159-90b8-9460-000000000229 8222 1726776608.34106: variable 'ansible_search_path' from source: unknown 8222 1726776608.34110: variable 'ansible_search_path' from source: unknown 8222 1726776608.34135: calling self._execute() 8222 1726776608.34201: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776608.34205: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776608.34212: variable 'omit' from source: magic vars 8222 1726776608.34288: variable 'omit' from source: magic vars 8222 1726776608.34323: variable 'omit' from source: magic vars 8222 1726776608.34344: variable '__kernel_settings_test_python_pkgs' from source: include_vars 8222 1726776608.34554: variable '__kernel_settings_test_python_pkgs' from source: include_vars 8222 1726776608.34705: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776608.36222: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776608.36263: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776608.36293: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776608.36316: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776608.36336: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776608.36407: 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) 8222 1726776608.36426: 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) 8222 1726776608.36443: 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) 8222 1726776608.36472: 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) 8222 1726776608.36484: 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) 8222 1726776608.36556: variable '__kernel_settings_is_ostree' from source: set_fact 8222 1726776608.36560: variable 'omit' from source: magic vars 8222 1726776608.36583: variable 'omit' from source: magic vars 8222 1726776608.36605: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776608.36625: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776608.36639: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776608.36652: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776608.36660: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776608.36681: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776608.36684: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776608.36689: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776608.36756: Set connection var ansible_timeout to 10 8222 1726776608.36762: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776608.36767: Set connection var ansible_connection to ssh 8222 1726776608.36772: Set connection var ansible_shell_executable to /bin/sh 8222 1726776608.36774: Set connection var ansible_shell_type to sh 8222 1726776608.36779: Set connection var ansible_pipelining to False 8222 1726776608.36798: variable 'ansible_shell_executable' from source: unknown 8222 1726776608.36803: variable 'ansible_connection' from source: unknown 8222 1726776608.36806: variable 'ansible_module_compression' from source: unknown 8222 1726776608.36808: variable 'ansible_shell_type' from source: unknown 8222 1726776608.36810: variable 'ansible_shell_executable' from source: unknown 8222 1726776608.36812: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776608.36814: variable 'ansible_pipelining' from source: unknown 8222 1726776608.36816: variable 'ansible_timeout' from source: unknown 8222 1726776608.36823: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776608.36888: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776608.36898: variable 'omit' from source: magic vars 8222 1726776608.36903: starting attempt loop 8222 1726776608.36906: running the handler 8222 1726776608.36912: variable 'ansible_facts' from source: unknown 8222 1726776608.36914: variable 'ansible_facts' from source: unknown 8222 1726776608.36956: _low_level_execute_command(): starting 8222 1726776608.36961: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776608.37447: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776608.37482: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776608.37485: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.37489: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776608.37492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776608.37494: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.37542: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776608.37545: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776608.37547: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776608.37611: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776608.39298: stdout chunk (state=3): >>>/root <<< 8222 1726776608.39393: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776608.39430: stderr chunk (state=3): >>><<< 8222 1726776608.39434: stdout chunk (state=3): >>><<< 8222 1726776608.39452: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776608.39463: _low_level_execute_command(): starting 8222 1726776608.39468: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776608.3945282-8669-244602470562244 `" && echo ansible-tmp-1726776608.3945282-8669-244602470562244="` echo /root/.ansible/tmp/ansible-tmp-1726776608.3945282-8669-244602470562244 `" ) && sleep 0' 8222 1726776608.39924: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776608.39927: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.39930: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776608.39933: 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 <<< 8222 1726776608.39935: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.39988: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776608.39996: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776608.39998: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776608.40042: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776608.41992: stdout chunk (state=3): >>>ansible-tmp-1726776608.3945282-8669-244602470562244=/root/.ansible/tmp/ansible-tmp-1726776608.3945282-8669-244602470562244 <<< 8222 1726776608.42091: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776608.42124: stderr chunk (state=3): >>><<< 8222 1726776608.42127: stdout chunk (state=3): >>><<< 8222 1726776608.42142: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776608.3945282-8669-244602470562244=/root/.ansible/tmp/ansible-tmp-1726776608.3945282-8669-244602470562244 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776608.42169: variable 'ansible_module_compression' from source: unknown 8222 1726776608.42219: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8222 1726776608.42254: variable 'ansible_facts' from source: unknown 8222 1726776608.42339: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776608.3945282-8669-244602470562244/AnsiballZ_dnf.py 8222 1726776608.42446: Sending initial data 8222 1726776608.42449: Sent initial data (150 bytes) 8222 1726776608.42871: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776608.42893: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776608.42897: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776608.42900: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.42902: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776608.42917: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.42973: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776608.42976: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776608.42982: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776608.43030: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776608.44630: 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 <<< 8222 1726776608.44671: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776608.44718: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp1ijfcvm9 /root/.ansible/tmp/ansible-tmp-1726776608.3945282-8669-244602470562244/AnsiballZ_dnf.py <<< 8222 1726776608.44729: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776608.3945282-8669-244602470562244/AnsiballZ_dnf.py" <<< 8222 1726776608.44766: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp1ijfcvm9" to remote "/root/.ansible/tmp/ansible-tmp-1726776608.3945282-8669-244602470562244/AnsiballZ_dnf.py" <<< 8222 1726776608.44769: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776608.3945282-8669-244602470562244/AnsiballZ_dnf.py" <<< 8222 1726776608.45441: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776608.45486: stderr chunk (state=3): >>><<< 8222 1726776608.45490: stdout chunk (state=3): >>><<< 8222 1726776608.45523: done transferring module to remote 8222 1726776608.45532: _low_level_execute_command(): starting 8222 1726776608.45536: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776608.3945282-8669-244602470562244/ /root/.ansible/tmp/ansible-tmp-1726776608.3945282-8669-244602470562244/AnsiballZ_dnf.py && sleep 0' 8222 1726776608.45957: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776608.45964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776608.45993: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.45996: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776608.45998: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776608.46002: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.46054: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776608.46059: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776608.46062: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776608.46106: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776608.47934: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776608.47959: stderr chunk (state=3): >>><<< 8222 1726776608.47962: stdout chunk (state=3): >>><<< 8222 1726776608.47975: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776608.47978: _low_level_execute_command(): starting 8222 1726776608.47984: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776608.3945282-8669-244602470562244/AnsiballZ_dnf.py && sleep 0' 8222 1726776608.48424: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776608.48427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776608.48429: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.48431: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776608.48433: 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 <<< 8222 1726776608.48435: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.48483: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776608.48492: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776608.48494: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776608.48544: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776608.90352: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["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}}} <<< 8222 1726776608.94532: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776608.94559: stderr chunk (state=3): >>><<< 8222 1726776608.94563: stdout chunk (state=3): >>><<< 8222 1726776608.94578: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776608.94622: done with _execute_module (ansible.legacy.dnf, {'name': ['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-1726776608.3945282-8669-244602470562244/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776608.94625: _low_level_execute_command(): starting 8222 1726776608.94631: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776608.3945282-8669-244602470562244/ > /dev/null 2>&1 && sleep 0' 8222 1726776608.95069: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776608.95073: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.95085: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.95148: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776608.95156: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776608.95158: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776608.95208: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776608.97029: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776608.97057: stderr chunk (state=3): >>><<< 8222 1726776608.97060: stdout chunk (state=3): >>><<< 8222 1726776608.97076: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776608.97082: handler run complete 8222 1726776608.97109: attempt loop complete, returning result 8222 1726776608.97112: _execute() done 8222 1726776608.97114: dumping result to json 8222 1726776608.97119: done dumping result, returning 8222 1726776608.97126: done running TaskExecutor() for managed_node3/TASK: Ensure python command exists for tests below [12343ab9-b159-90b8-9460-000000000229] 8222 1726776608.97129: sending task result for task 12343ab9-b159-90b8-9460-000000000229 8222 1726776608.97225: done sending task result for task 12343ab9-b159-90b8-9460-000000000229 8222 1726776608.97228: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8222 1726776608.97317: no more pending results, returning what we have 8222 1726776608.97321: results queue empty 8222 1726776608.97322: checking for any_errors_fatal 8222 1726776608.97328: done checking for any_errors_fatal 8222 1726776608.97329: checking for max_fail_percentage 8222 1726776608.97330: done checking for max_fail_percentage 8222 1726776608.97331: checking to see if all hosts have failed and the running result is not ok 8222 1726776608.97332: done checking to see if all hosts have failed 8222 1726776608.97333: getting the remaining hosts for this loop 8222 1726776608.97334: done getting the remaining hosts for this loop 8222 1726776608.97339: getting the next task for host managed_node3 8222 1726776608.97346: done getting next task for host managed_node3 8222 1726776608.97348: ^ task is: TASK: Diff expected vs actual content 8222 1726776608.97351: ^ state is: HOST STATE: block=2, task=9, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8222 1726776608.97355: getting variables 8222 1726776608.97356: in VariableManager get_vars() 8222 1726776608.97388: Calling all_inventory to load vars for managed_node3 8222 1726776608.97393: Calling groups_inventory to load vars for managed_node3 8222 1726776608.97395: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776608.97404: Calling all_plugins_play to load vars for managed_node3 8222 1726776608.97407: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776608.97409: Calling groups_plugins_play to load vars for managed_node3 8222 1726776608.97537: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776608.97657: done with get_vars() 8222 1726776608.97666: done getting variables 8222 1726776608.97712: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Diff expected vs actual content] ***************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:20 Thursday 19 September 2024 16:10:08 -0400 (0:00:00.640) 0:00:11.655 **** 8222 1726776608.97734: entering _queue_task() for managed_node3/shell 8222 1726776608.97937: worker is 1 (out of 1 available) 8222 1726776608.97948: exiting _queue_task() for managed_node3/shell 8222 1726776608.97959: done queuing things up, now waiting for results queue to drain 8222 1726776608.97959: waiting for pending results... 8222 1726776608.98112: running TaskExecutor() for managed_node3/TASK: Diff expected vs actual content 8222 1726776608.98177: in run() - task 12343ab9-b159-90b8-9460-00000000022a 8222 1726776608.98195: variable 'ansible_search_path' from source: unknown 8222 1726776608.98199: variable 'ansible_search_path' from source: unknown 8222 1726776608.98223: calling self._execute() 8222 1726776608.98288: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776608.98295: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776608.98304: variable 'omit' from source: magic vars 8222 1726776608.98435: variable 'omit' from source: magic vars 8222 1726776608.98466: variable 'omit' from source: magic vars 8222 1726776608.98720: variable '__kernel_settings_test_python_cmd' from source: include_vars 8222 1726776608.98727: variable '__kernel_settings_register_profile_conf_tempfile' from source: set_fact 8222 1726776608.98738: variable '__kernel_settings_profile_filename' from source: role '' exported vars 8222 1726776608.98787: variable '__kernel_settings_profile_dir' from source: role '' exported vars 8222 1726776608.98847: variable '__kernel_settings_profile_parent' from source: set_fact 8222 1726776608.98851: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 8222 1726776608.98882: variable 'omit' from source: magic vars 8222 1726776608.98915: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776608.98940: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776608.98960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776608.98973: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776608.98981: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776608.99007: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776608.99010: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776608.99012: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776608.99081: Set connection var ansible_timeout to 10 8222 1726776608.99091: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776608.99094: Set connection var ansible_connection to ssh 8222 1726776608.99099: Set connection var ansible_shell_executable to /bin/sh 8222 1726776608.99102: Set connection var ansible_shell_type to sh 8222 1726776608.99106: Set connection var ansible_pipelining to False 8222 1726776608.99121: variable 'ansible_shell_executable' from source: unknown 8222 1726776608.99124: variable 'ansible_connection' from source: unknown 8222 1726776608.99127: variable 'ansible_module_compression' from source: unknown 8222 1726776608.99129: variable 'ansible_shell_type' from source: unknown 8222 1726776608.99131: variable 'ansible_shell_executable' from source: unknown 8222 1726776608.99133: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776608.99138: variable 'ansible_pipelining' from source: unknown 8222 1726776608.99140: variable 'ansible_timeout' from source: unknown 8222 1726776608.99144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776608.99238: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776608.99246: variable 'omit' from source: magic vars 8222 1726776608.99251: starting attempt loop 8222 1726776608.99254: running the handler 8222 1726776608.99262: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776608.99281: _low_level_execute_command(): starting 8222 1726776608.99284: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776608.99785: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776608.99790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.99794: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776608.99796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776608.99849: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776608.99852: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776608.99908: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.01548: stdout chunk (state=3): >>>/root <<< 8222 1726776609.01794: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776609.01798: stdout chunk (state=3): >>><<< 8222 1726776609.01801: stderr chunk (state=3): >>><<< 8222 1726776609.01804: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776609.01807: _low_level_execute_command(): starting 8222 1726776609.01810: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776609.0171854-8677-202582738379555 `" && echo ansible-tmp-1726776609.0171854-8677-202582738379555="` echo /root/.ansible/tmp/ansible-tmp-1726776609.0171854-8677-202582738379555 `" ) && sleep 0' 8222 1726776609.02266: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776609.02282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776609.02298: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.02339: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776609.02355: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.02405: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.04317: stdout chunk (state=3): >>>ansible-tmp-1726776609.0171854-8677-202582738379555=/root/.ansible/tmp/ansible-tmp-1726776609.0171854-8677-202582738379555 <<< 8222 1726776609.04425: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776609.04446: stderr chunk (state=3): >>><<< 8222 1726776609.04450: stdout chunk (state=3): >>><<< 8222 1726776609.04463: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776609.0171854-8677-202582738379555=/root/.ansible/tmp/ansible-tmp-1726776609.0171854-8677-202582738379555 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776609.04491: variable 'ansible_module_compression' from source: unknown 8222 1726776609.04531: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 8222 1726776609.04559: variable 'ansible_facts' from source: unknown 8222 1726776609.04614: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776609.0171854-8677-202582738379555/AnsiballZ_command.py 8222 1726776609.04708: Sending initial data 8222 1726776609.04711: Sent initial data (154 bytes) 8222 1726776609.05141: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776609.05144: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776609.05148: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776609.05150: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776609.05152: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.05206: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776609.05212: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776609.05215: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.05263: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.06802: 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 <<< 8222 1726776609.06847: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776609.06894: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpap3f1665 /root/.ansible/tmp/ansible-tmp-1726776609.0171854-8677-202582738379555/AnsiballZ_command.py <<< 8222 1726776609.06902: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776609.0171854-8677-202582738379555/AnsiballZ_command.py" <<< 8222 1726776609.06943: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpap3f1665" to remote "/root/.ansible/tmp/ansible-tmp-1726776609.0171854-8677-202582738379555/AnsiballZ_command.py" <<< 8222 1726776609.06946: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776609.0171854-8677-202582738379555/AnsiballZ_command.py" <<< 8222 1726776609.07492: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776609.07535: stderr chunk (state=3): >>><<< 8222 1726776609.07539: stdout chunk (state=3): >>><<< 8222 1726776609.07565: done transferring module to remote 8222 1726776609.07574: _low_level_execute_command(): starting 8222 1726776609.07579: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776609.0171854-8677-202582738379555/ /root/.ansible/tmp/ansible-tmp-1726776609.0171854-8677-202582738379555/AnsiballZ_command.py && sleep 0' 8222 1726776609.08034: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776609.08037: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776609.08043: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.08045: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776609.08047: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.08093: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776609.08106: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.08152: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.09939: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776609.09965: stderr chunk (state=3): >>><<< 8222 1726776609.09968: stdout chunk (state=3): >>><<< 8222 1726776609.09980: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776609.09984: _low_level_execute_command(): starting 8222 1726776609.09991: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776609.0171854-8677-202582738379555/AnsiballZ_command.py && sleep 0' 8222 1726776609.10423: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776609.10427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.10429: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776609.10433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776609.10435: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.10485: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776609.10494: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776609.10496: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.10540: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.28822: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "/usr/libexec/platform-python -c 'import sys\nfrom configobj import ConfigObj\nc1 = ConfigObj(sys.argv[1])\nc2 = ConfigObj(sys.argv[2])\nsys.exit(not c1 == c2)' /tmp/ansible.ohxft3q1.kernel_settings /etc/tuned/profiles/kernel_settings/tuned.conf\n", "start": "2024-09-19 16:10:09.258059", "end": "2024-09-19 16:10:09.286527", "delta": "0:00:00.028468", "msg": "", "invocation": {"module_args": {"_raw_params": "/usr/libexec/platform-python -c 'import sys\nfrom configobj import ConfigObj\nc1 = ConfigObj(sys.argv[1])\nc2 = ConfigObj(sys.argv[2])\nsys.exit(not c1 == c2)' /tmp/ansible.ohxft3q1.kernel_settings /etc/tuned/profiles/kernel_settings/tuned.conf\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}}} <<< 8222 1726776609.30481: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776609.30511: stderr chunk (state=3): >>><<< 8222 1726776609.30515: stdout chunk (state=3): >>><<< 8222 1726776609.30532: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "/usr/libexec/platform-python -c 'import sys\nfrom configobj import ConfigObj\nc1 = ConfigObj(sys.argv[1])\nc2 = ConfigObj(sys.argv[2])\nsys.exit(not c1 == c2)' /tmp/ansible.ohxft3q1.kernel_settings /etc/tuned/profiles/kernel_settings/tuned.conf\n", "start": "2024-09-19 16:10:09.258059", "end": "2024-09-19 16:10:09.286527", "delta": "0:00:00.028468", "msg": "", "invocation": {"module_args": {"_raw_params": "/usr/libexec/platform-python -c 'import sys\nfrom configobj import ConfigObj\nc1 = ConfigObj(sys.argv[1])\nc2 = ConfigObj(sys.argv[2])\nsys.exit(not c1 == c2)' /tmp/ansible.ohxft3q1.kernel_settings /etc/tuned/profiles/kernel_settings/tuned.conf\n", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776609.30561: done with _execute_module (ansible.legacy.command, {'_raw_params': "/usr/libexec/platform-python -c 'import sys\nfrom configobj import ConfigObj\nc1 = ConfigObj(sys.argv[1])\nc2 = ConfigObj(sys.argv[2])\nsys.exit(not c1 == c2)' /tmp/ansible.ohxft3q1.kernel_settings /etc/tuned/profiles/kernel_settings/tuned.conf\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-1726776609.0171854-8677-202582738379555/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776609.30569: _low_level_execute_command(): starting 8222 1726776609.30572: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776609.0171854-8677-202582738379555/ > /dev/null 2>&1 && sleep 0' 8222 1726776609.31021: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776609.31025: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.31036: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.31091: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776609.31095: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776609.31103: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.31155: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.33010: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776609.33037: stderr chunk (state=3): >>><<< 8222 1726776609.33040: stdout chunk (state=3): >>><<< 8222 1726776609.33054: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776609.33060: handler run complete 8222 1726776609.33080: Evaluated conditional (False): False 8222 1726776609.33088: attempt loop complete, returning result 8222 1726776609.33091: _execute() done 8222 1726776609.33099: dumping result to json 8222 1726776609.33101: done dumping result, returning 8222 1726776609.33109: done running TaskExecutor() for managed_node3/TASK: Diff expected vs actual content [12343ab9-b159-90b8-9460-00000000022a] 8222 1726776609.33113: sending task result for task 12343ab9-b159-90b8-9460-00000000022a 8222 1726776609.33207: done sending task result for task 12343ab9-b159-90b8-9460-00000000022a 8222 1726776609.33210: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": "/usr/libexec/platform-python -c 'import sys\nfrom configobj import ConfigObj\nc1 = ConfigObj(sys.argv[1])\nc2 = ConfigObj(sys.argv[2])\nsys.exit(not c1 == c2)' /tmp/ansible.ohxft3q1.kernel_settings /etc/tuned/profiles/kernel_settings/tuned.conf\n", "delta": "0:00:00.028468", "end": "2024-09-19 16:10:09.286527", "rc": 0, "start": "2024-09-19 16:10:09.258059" } 8222 1726776609.33274: no more pending results, returning what we have 8222 1726776609.33277: results queue empty 8222 1726776609.33278: checking for any_errors_fatal 8222 1726776609.33282: done checking for any_errors_fatal 8222 1726776609.33283: checking for max_fail_percentage 8222 1726776609.33285: done checking for max_fail_percentage 8222 1726776609.33288: checking to see if all hosts have failed and the running result is not ok 8222 1726776609.33289: done checking to see if all hosts have failed 8222 1726776609.33289: getting the remaining hosts for this loop 8222 1726776609.33291: done getting the remaining hosts for this loop 8222 1726776609.33295: getting the next task for host managed_node3 8222 1726776609.33302: done getting next task for host managed_node3 8222 1726776609.33304: ^ task is: TASK: Verify expected content 8222 1726776609.33308: ^ state is: HOST STATE: block=2, task=9, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8222 1726776609.33311: getting variables 8222 1726776609.33313: in VariableManager get_vars() 8222 1726776609.33351: Calling all_inventory to load vars for managed_node3 8222 1726776609.33354: Calling groups_inventory to load vars for managed_node3 8222 1726776609.33356: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776609.33367: Calling all_plugins_play to load vars for managed_node3 8222 1726776609.33369: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776609.33372: Calling groups_plugins_play to load vars for managed_node3 8222 1726776609.33541: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776609.33657: done with get_vars() 8222 1726776609.33665: done getting variables 8222 1726776609.33709: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify expected content] ************************************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:33 Thursday 19 September 2024 16:10:09 -0400 (0:00:00.359) 0:00:12.015 **** 8222 1726776609.33731: entering _queue_task() for managed_node3/set_fact 8222 1726776609.33926: worker is 1 (out of 1 available) 8222 1726776609.33938: exiting _queue_task() for managed_node3/set_fact 8222 1726776609.33949: done queuing things up, now waiting for results queue to drain 8222 1726776609.33950: waiting for pending results... 8222 1726776609.34111: running TaskExecutor() for managed_node3/TASK: Verify expected content 8222 1726776609.34177: in run() - task 12343ab9-b159-90b8-9460-00000000022b 8222 1726776609.34189: variable 'ansible_search_path' from source: unknown 8222 1726776609.34193: variable 'ansible_search_path' from source: unknown 8222 1726776609.34222: calling self._execute() 8222 1726776609.34282: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776609.34287: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776609.34298: variable 'omit' from source: magic vars 8222 1726776609.34615: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776609.34790: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776609.34821: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776609.34867: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776609.34896: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776609.34971: variable '__kernel_settings_register_profile_conf_result' from source: set_fact 8222 1726776609.34991: Evaluated conditional (__kernel_settings_register_profile_conf_result is failed): False 8222 1726776609.34997: when evaluation is False, skipping this task 8222 1726776609.34999: _execute() done 8222 1726776609.35002: dumping result to json 8222 1726776609.35005: done dumping result, returning 8222 1726776609.35011: done running TaskExecutor() for managed_node3/TASK: Verify expected content [12343ab9-b159-90b8-9460-00000000022b] 8222 1726776609.35015: sending task result for task 12343ab9-b159-90b8-9460-00000000022b 8222 1726776609.35093: done sending task result for task 12343ab9-b159-90b8-9460-00000000022b 8222 1726776609.35096: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_profile_conf_result is failed", "skip_reason": "Conditional result was False" } 8222 1726776609.35137: no more pending results, returning what we have 8222 1726776609.35140: results queue empty 8222 1726776609.35141: checking for any_errors_fatal 8222 1726776609.35147: done checking for any_errors_fatal 8222 1726776609.35147: checking for max_fail_percentage 8222 1726776609.35149: done checking for max_fail_percentage 8222 1726776609.35149: checking to see if all hosts have failed and the running result is not ok 8222 1726776609.35150: done checking to see if all hosts have failed 8222 1726776609.35151: getting the remaining hosts for this loop 8222 1726776609.35152: done getting the remaining hosts for this loop 8222 1726776609.35156: getting the next task for host managed_node3 8222 1726776609.35160: done getting next task for host managed_node3 8222 1726776609.35162: ^ task is: TASK: Show diff - may not reflect actual ConfigObj differences 8222 1726776609.35166: ^ state is: HOST STATE: block=2, task=9, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8222 1726776609.35169: getting variables 8222 1726776609.35170: in VariableManager get_vars() 8222 1726776609.35201: Calling all_inventory to load vars for managed_node3 8222 1726776609.35204: Calling groups_inventory to load vars for managed_node3 8222 1726776609.35206: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776609.35214: Calling all_plugins_play to load vars for managed_node3 8222 1726776609.35217: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776609.35219: Calling groups_plugins_play to load vars for managed_node3 8222 1726776609.35327: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776609.35444: done with get_vars() 8222 1726776609.35451: done getting variables 8222 1726776609.35489: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Show diff - may not reflect actual ConfigObj differences] **************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:38 Thursday 19 September 2024 16:10:09 -0400 (0:00:00.017) 0:00:12.033 **** 8222 1726776609.35510: entering _queue_task() for managed_node3/command 8222 1726776609.35675: worker is 1 (out of 1 available) 8222 1726776609.35690: exiting _queue_task() for managed_node3/command 8222 1726776609.35700: done queuing things up, now waiting for results queue to drain 8222 1726776609.35701: waiting for pending results... 8222 1726776609.35845: running TaskExecutor() for managed_node3/TASK: Show diff - may not reflect actual ConfigObj differences 8222 1726776609.35907: in run() - task 12343ab9-b159-90b8-9460-00000000022c 8222 1726776609.35920: variable 'ansible_search_path' from source: unknown 8222 1726776609.35923: variable 'ansible_search_path' from source: unknown 8222 1726776609.35946: calling self._execute() 8222 1726776609.36008: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776609.36011: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776609.36020: variable 'omit' from source: magic vars 8222 1726776609.36369: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776609.36534: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776609.36564: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776609.36589: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776609.36618: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776609.36689: variable '__kernel_settings_register_profile_conf_result' from source: set_fact 8222 1726776609.36709: Evaluated conditional (__kernel_settings_register_profile_conf_result is failed): False 8222 1726776609.36714: when evaluation is False, skipping this task 8222 1726776609.36717: _execute() done 8222 1726776609.36719: dumping result to json 8222 1726776609.36722: done dumping result, returning 8222 1726776609.36727: done running TaskExecutor() for managed_node3/TASK: Show diff - may not reflect actual ConfigObj differences [12343ab9-b159-90b8-9460-00000000022c] 8222 1726776609.36730: sending task result for task 12343ab9-b159-90b8-9460-00000000022c 8222 1726776609.36807: done sending task result for task 12343ab9-b159-90b8-9460-00000000022c 8222 1726776609.36809: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_profile_conf_result is failed", "skip_reason": "Conditional result was False" } 8222 1726776609.36854: no more pending results, returning what we have 8222 1726776609.36857: results queue empty 8222 1726776609.36858: checking for any_errors_fatal 8222 1726776609.36862: done checking for any_errors_fatal 8222 1726776609.36863: checking for max_fail_percentage 8222 1726776609.36864: done checking for max_fail_percentage 8222 1726776609.36865: checking to see if all hosts have failed and the running result is not ok 8222 1726776609.36866: done checking to see if all hosts have failed 8222 1726776609.36867: getting the remaining hosts for this loop 8222 1726776609.36868: done getting the remaining hosts for this loop 8222 1726776609.36871: getting the next task for host managed_node3 8222 1726776609.36876: done getting next task for host managed_node3 8222 1726776609.36878: ^ task is: TASK: Get active_profile file 8222 1726776609.36882: ^ state is: HOST STATE: block=2, task=9, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8222 1726776609.36887: getting variables 8222 1726776609.36889: in VariableManager get_vars() 8222 1726776609.36960: Calling all_inventory to load vars for managed_node3 8222 1726776609.36962: Calling groups_inventory to load vars for managed_node3 8222 1726776609.36964: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776609.36970: Calling all_plugins_play to load vars for managed_node3 8222 1726776609.36972: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776609.36974: Calling groups_plugins_play to load vars for managed_node3 8222 1726776609.37066: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776609.37183: done with get_vars() 8222 1726776609.37192: done getting variables TASK [Get active_profile file] ************************************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:46 Thursday 19 September 2024 16:10:09 -0400 (0:00:00.017) 0:00:12.050 **** 8222 1726776609.37248: entering _queue_task() for managed_node3/slurp 8222 1726776609.37416: worker is 1 (out of 1 available) 8222 1726776609.37430: exiting _queue_task() for managed_node3/slurp 8222 1726776609.37440: done queuing things up, now waiting for results queue to drain 8222 1726776609.37441: waiting for pending results... 8222 1726776609.37589: running TaskExecutor() for managed_node3/TASK: Get active_profile file 8222 1726776609.37654: in run() - task 12343ab9-b159-90b8-9460-00000000022d 8222 1726776609.37664: variable 'ansible_search_path' from source: unknown 8222 1726776609.37668: variable 'ansible_search_path' from source: unknown 8222 1726776609.37698: calling self._execute() 8222 1726776609.37756: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776609.37759: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776609.37769: variable 'omit' from source: magic vars 8222 1726776609.37842: variable 'omit' from source: magic vars 8222 1726776609.37872: variable 'omit' from source: magic vars 8222 1726776609.37899: variable 'omit' from source: magic vars 8222 1726776609.37930: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776609.37958: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776609.37973: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776609.37988: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776609.38000: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776609.38022: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776609.38025: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776609.38028: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776609.38100: Set connection var ansible_timeout to 10 8222 1726776609.38105: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776609.38110: Set connection var ansible_connection to ssh 8222 1726776609.38115: Set connection var ansible_shell_executable to /bin/sh 8222 1726776609.38117: Set connection var ansible_shell_type to sh 8222 1726776609.38122: Set connection var ansible_pipelining to False 8222 1726776609.38138: variable 'ansible_shell_executable' from source: unknown 8222 1726776609.38140: variable 'ansible_connection' from source: unknown 8222 1726776609.38143: variable 'ansible_module_compression' from source: unknown 8222 1726776609.38146: variable 'ansible_shell_type' from source: unknown 8222 1726776609.38148: variable 'ansible_shell_executable' from source: unknown 8222 1726776609.38152: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776609.38154: variable 'ansible_pipelining' from source: unknown 8222 1726776609.38156: variable 'ansible_timeout' from source: unknown 8222 1726776609.38161: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776609.38302: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776609.38310: variable 'omit' from source: magic vars 8222 1726776609.38315: starting attempt loop 8222 1726776609.38319: running the handler 8222 1726776609.38330: _low_level_execute_command(): starting 8222 1726776609.38337: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776609.38845: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776609.38848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.38852: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776609.38855: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.38908: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776609.38911: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776609.38917: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.38967: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.40657: stdout chunk (state=3): >>>/root <<< 8222 1726776609.40763: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776609.40794: stderr chunk (state=3): >>><<< 8222 1726776609.40798: stdout chunk (state=3): >>><<< 8222 1726776609.40815: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776609.40826: _low_level_execute_command(): starting 8222 1726776609.40831: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776609.4081516-8690-211381150848363 `" && echo ansible-tmp-1726776609.4081516-8690-211381150848363="` echo /root/.ansible/tmp/ansible-tmp-1726776609.4081516-8690-211381150848363 `" ) && sleep 0' 8222 1726776609.41265: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776609.41269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776609.41271: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776609.41273: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776609.41282: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.41326: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776609.41333: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.41379: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.43328: stdout chunk (state=3): >>>ansible-tmp-1726776609.4081516-8690-211381150848363=/root/.ansible/tmp/ansible-tmp-1726776609.4081516-8690-211381150848363 <<< 8222 1726776609.43431: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776609.43456: stderr chunk (state=3): >>><<< 8222 1726776609.43459: stdout chunk (state=3): >>><<< 8222 1726776609.43471: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776609.4081516-8690-211381150848363=/root/.ansible/tmp/ansible-tmp-1726776609.4081516-8690-211381150848363 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776609.43510: variable 'ansible_module_compression' from source: unknown 8222 1726776609.43541: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 8222 1726776609.43569: variable 'ansible_facts' from source: unknown 8222 1726776609.43625: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776609.4081516-8690-211381150848363/AnsiballZ_slurp.py 8222 1726776609.43717: Sending initial data 8222 1726776609.43721: Sent initial data (152 bytes) 8222 1726776609.44153: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776609.44156: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776609.44159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.44161: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776609.44165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.44212: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776609.44216: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.44270: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.45875: 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 <<< 8222 1726776609.45919: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776609.45964: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp7m_jvust /root/.ansible/tmp/ansible-tmp-1726776609.4081516-8690-211381150848363/AnsiballZ_slurp.py <<< 8222 1726776609.45972: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776609.4081516-8690-211381150848363/AnsiballZ_slurp.py" <<< 8222 1726776609.46013: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp7m_jvust" to remote "/root/.ansible/tmp/ansible-tmp-1726776609.4081516-8690-211381150848363/AnsiballZ_slurp.py" <<< 8222 1726776609.46016: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776609.4081516-8690-211381150848363/AnsiballZ_slurp.py" <<< 8222 1726776609.46548: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776609.46589: stderr chunk (state=3): >>><<< 8222 1726776609.46595: stdout chunk (state=3): >>><<< 8222 1726776609.46615: done transferring module to remote 8222 1726776609.46623: _low_level_execute_command(): starting 8222 1726776609.46628: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776609.4081516-8690-211381150848363/ /root/.ansible/tmp/ansible-tmp-1726776609.4081516-8690-211381150848363/AnsiballZ_slurp.py && sleep 0' 8222 1726776609.47064: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776609.47067: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776609.47071: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.47073: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776609.47075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776609.47077: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.47128: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776609.47133: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.47177: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.48974: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776609.49000: stderr chunk (state=3): >>><<< 8222 1726776609.49004: stdout chunk (state=3): >>><<< 8222 1726776609.49016: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776609.49019: _low_level_execute_command(): starting 8222 1726776609.49024: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776609.4081516-8690-211381150848363/AnsiballZ_slurp.py && sleep 0' 8222 1726776609.49433: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776609.49436: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776609.49440: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.49443: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776609.49445: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.49500: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776609.49502: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.49551: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.64882: stdout chunk (state=3): >>> {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/tuned/active_profile"}}} <<< 8222 1726776609.66239: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776609.66270: stderr chunk (state=3): >>><<< 8222 1726776609.66273: stdout chunk (state=3): >>><<< 8222 1726776609.66292: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776609.66371: done with _execute_module (slurp, {'src': '/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-1726776609.4081516-8690-211381150848363/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776609.66376: _low_level_execute_command(): starting 8222 1726776609.66378: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776609.4081516-8690-211381150848363/ > /dev/null 2>&1 && sleep 0' 8222 1726776609.66785: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776609.66790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.66793: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776609.66796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.66849: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776609.66852: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776609.66854: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.66911: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.68754: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776609.68778: stderr chunk (state=3): >>><<< 8222 1726776609.68781: stdout chunk (state=3): >>><<< 8222 1726776609.68800: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776609.68805: handler run complete 8222 1726776609.68818: attempt loop complete, returning result 8222 1726776609.68820: _execute() done 8222 1726776609.68823: dumping result to json 8222 1726776609.68825: done dumping result, returning 8222 1726776609.68835: done running TaskExecutor() for managed_node3/TASK: Get active_profile file [12343ab9-b159-90b8-9460-00000000022d] 8222 1726776609.68838: sending task result for task 12343ab9-b159-90b8-9460-00000000022d 8222 1726776609.68929: done sending task result for task 12343ab9-b159-90b8-9460-00000000022d 8222 1726776609.68932: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 8222 1726776609.68985: no more pending results, returning what we have 8222 1726776609.68990: results queue empty 8222 1726776609.68991: checking for any_errors_fatal 8222 1726776609.68997: done checking for any_errors_fatal 8222 1726776609.68998: checking for max_fail_percentage 8222 1726776609.68999: done checking for max_fail_percentage 8222 1726776609.69000: checking to see if all hosts have failed and the running result is not ok 8222 1726776609.69001: done checking to see if all hosts have failed 8222 1726776609.69002: getting the remaining hosts for this loop 8222 1726776609.69004: done getting the remaining hosts for this loop 8222 1726776609.69008: getting the next task for host managed_node3 8222 1726776609.69014: done getting next task for host managed_node3 8222 1726776609.69017: ^ task is: TASK: Check that active_profile ends with kernel_settings 8222 1726776609.69020: ^ state is: HOST STATE: block=2, task=9, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8222 1726776609.69024: getting variables 8222 1726776609.69025: in VariableManager get_vars() 8222 1726776609.69057: Calling all_inventory to load vars for managed_node3 8222 1726776609.69060: Calling groups_inventory to load vars for managed_node3 8222 1726776609.69062: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776609.69072: Calling all_plugins_play to load vars for managed_node3 8222 1726776609.69075: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776609.69077: Calling groups_plugins_play to load vars for managed_node3 8222 1726776609.69225: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776609.69496: done with get_vars() 8222 1726776609.69503: done getting variables 8222 1726776609.69545: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Check that active_profile ends with kernel_settings] ********************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:53 Thursday 19 September 2024 16:10:09 -0400 (0:00:00.323) 0:00:12.373 **** 8222 1726776609.69566: entering _queue_task() for managed_node3/set_fact 8222 1726776609.69755: worker is 1 (out of 1 available) 8222 1726776609.69767: exiting _queue_task() for managed_node3/set_fact 8222 1726776609.69777: done queuing things up, now waiting for results queue to drain 8222 1726776609.69778: waiting for pending results... 8222 1726776609.69934: running TaskExecutor() for managed_node3/TASK: Check that active_profile ends with kernel_settings 8222 1726776609.70010: in run() - task 12343ab9-b159-90b8-9460-00000000022e 8222 1726776609.70016: variable 'ansible_search_path' from source: unknown 8222 1726776609.70020: variable 'ansible_search_path' from source: unknown 8222 1726776609.70045: calling self._execute() 8222 1726776609.70109: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776609.70113: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776609.70121: variable 'omit' from source: magic vars 8222 1726776609.70462: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776609.71866: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776609.71918: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776609.71943: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776609.71969: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776609.71992: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776609.72035: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776609.72139: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776609.72165: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776609.72191: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776609.72212: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776609.72297: variable '__kernel_settings_register_profile_conf_active_profile' from source: set_fact 8222 1726776609.72332: Evaluated conditional (__kernel_settings_register_profile_conf_active_profile.content | b64decode is not search('(^| )kernel_settings$')): False 8222 1726776609.72335: when evaluation is False, skipping this task 8222 1726776609.72338: _execute() done 8222 1726776609.72340: dumping result to json 8222 1726776609.72342: done dumping result, returning 8222 1726776609.72347: done running TaskExecutor() for managed_node3/TASK: Check that active_profile ends with kernel_settings [12343ab9-b159-90b8-9460-00000000022e] 8222 1726776609.72352: sending task result for task 12343ab9-b159-90b8-9460-00000000022e 8222 1726776609.72430: done sending task result for task 12343ab9-b159-90b8-9460-00000000022e 8222 1726776609.72432: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_profile_conf_active_profile.content | b64decode is not search('(^| )kernel_settings$')", "skip_reason": "Conditional result was False" } 8222 1726776609.72474: no more pending results, returning what we have 8222 1726776609.72477: results queue empty 8222 1726776609.72478: checking for any_errors_fatal 8222 1726776609.72488: done checking for any_errors_fatal 8222 1726776609.72491: checking for max_fail_percentage 8222 1726776609.72493: done checking for max_fail_percentage 8222 1726776609.72494: checking to see if all hosts have failed and the running result is not ok 8222 1726776609.72495: done checking to see if all hosts have failed 8222 1726776609.72496: getting the remaining hosts for this loop 8222 1726776609.72497: done getting the remaining hosts for this loop 8222 1726776609.72501: getting the next task for host managed_node3 8222 1726776609.72506: done getting next task for host managed_node3 8222 1726776609.72508: ^ task is: TASK: Get profile_mode file 8222 1726776609.72512: ^ state is: HOST STATE: block=2, task=9, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8222 1726776609.72515: getting variables 8222 1726776609.72516: in VariableManager get_vars() 8222 1726776609.72545: Calling all_inventory to load vars for managed_node3 8222 1726776609.72547: Calling groups_inventory to load vars for managed_node3 8222 1726776609.72549: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776609.72558: Calling all_plugins_play to load vars for managed_node3 8222 1726776609.72560: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776609.72563: Calling groups_plugins_play to load vars for managed_node3 8222 1726776609.72673: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776609.72799: done with get_vars() 8222 1726776609.72806: done getting variables TASK [Get profile_mode file] *************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:60 Thursday 19 September 2024 16:10:09 -0400 (0:00:00.032) 0:00:12.406 **** 8222 1726776609.72864: entering _queue_task() for managed_node3/slurp 8222 1726776609.73038: worker is 1 (out of 1 available) 8222 1726776609.73049: exiting _queue_task() for managed_node3/slurp 8222 1726776609.73059: done queuing things up, now waiting for results queue to drain 8222 1726776609.73060: waiting for pending results... 8222 1726776609.73211: running TaskExecutor() for managed_node3/TASK: Get profile_mode file 8222 1726776609.73268: in run() - task 12343ab9-b159-90b8-9460-00000000022f 8222 1726776609.73280: variable 'ansible_search_path' from source: unknown 8222 1726776609.73284: variable 'ansible_search_path' from source: unknown 8222 1726776609.73310: calling self._execute() 8222 1726776609.73370: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776609.73374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776609.73382: variable 'omit' from source: magic vars 8222 1726776609.73454: variable 'omit' from source: magic vars 8222 1726776609.73488: variable 'omit' from source: magic vars 8222 1726776609.73512: variable 'omit' from source: magic vars 8222 1726776609.73542: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776609.73568: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776609.73587: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776609.73602: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776609.73612: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776609.73632: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776609.73635: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776609.73638: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776609.73707: Set connection var ansible_timeout to 10 8222 1726776609.73713: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776609.73718: Set connection var ansible_connection to ssh 8222 1726776609.73726: Set connection var ansible_shell_executable to /bin/sh 8222 1726776609.73729: Set connection var ansible_shell_type to sh 8222 1726776609.73731: Set connection var ansible_pipelining to False 8222 1726776609.73747: variable 'ansible_shell_executable' from source: unknown 8222 1726776609.73749: variable 'ansible_connection' from source: unknown 8222 1726776609.73752: variable 'ansible_module_compression' from source: unknown 8222 1726776609.73754: variable 'ansible_shell_type' from source: unknown 8222 1726776609.73756: variable 'ansible_shell_executable' from source: unknown 8222 1726776609.73759: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776609.73764: variable 'ansible_pipelining' from source: unknown 8222 1726776609.73766: variable 'ansible_timeout' from source: unknown 8222 1726776609.73770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776609.73904: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776609.73914: variable 'omit' from source: magic vars 8222 1726776609.73918: starting attempt loop 8222 1726776609.73922: running the handler 8222 1726776609.73932: _low_level_execute_command(): starting 8222 1726776609.73940: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776609.74433: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776609.74437: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776609.74442: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.74491: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776609.74495: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776609.74508: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.74562: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.76257: stdout chunk (state=3): >>>/root <<< 8222 1726776609.76349: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776609.76376: stderr chunk (state=3): >>><<< 8222 1726776609.76379: stdout chunk (state=3): >>><<< 8222 1726776609.76403: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776609.76413: _low_level_execute_command(): starting 8222 1726776609.76417: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776609.7640178-8699-113289078155634 `" && echo ansible-tmp-1726776609.7640178-8699-113289078155634="` echo /root/.ansible/tmp/ansible-tmp-1726776609.7640178-8699-113289078155634 `" ) && sleep 0' 8222 1726776609.76836: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776609.76839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.76842: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776609.76844: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776609.76852: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.76906: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776609.76909: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776609.76912: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.76955: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.78893: stdout chunk (state=3): >>>ansible-tmp-1726776609.7640178-8699-113289078155634=/root/.ansible/tmp/ansible-tmp-1726776609.7640178-8699-113289078155634 <<< 8222 1726776609.78995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776609.79020: stderr chunk (state=3): >>><<< 8222 1726776609.79023: stdout chunk (state=3): >>><<< 8222 1726776609.79035: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776609.7640178-8699-113289078155634=/root/.ansible/tmp/ansible-tmp-1726776609.7640178-8699-113289078155634 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776609.79071: variable 'ansible_module_compression' from source: unknown 8222 1726776609.79105: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 8222 1726776609.79134: variable 'ansible_facts' from source: unknown 8222 1726776609.79191: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776609.7640178-8699-113289078155634/AnsiballZ_slurp.py 8222 1726776609.79280: Sending initial data 8222 1726776609.79283: Sent initial data (152 bytes) 8222 1726776609.79711: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776609.79714: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776609.79717: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776609.79719: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.79769: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776609.79772: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.79826: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.81409: 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 <<< 8222 1726776609.81412: stderr chunk (state=3): >>>debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 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 <<< 8222 1726776609.81455: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776609.81506: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpgukmnzw8 /root/.ansible/tmp/ansible-tmp-1726776609.7640178-8699-113289078155634/AnsiballZ_slurp.py <<< 8222 1726776609.81513: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776609.7640178-8699-113289078155634/AnsiballZ_slurp.py" <<< 8222 1726776609.81551: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpgukmnzw8" to remote "/root/.ansible/tmp/ansible-tmp-1726776609.7640178-8699-113289078155634/AnsiballZ_slurp.py" <<< 8222 1726776609.81558: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776609.7640178-8699-113289078155634/AnsiballZ_slurp.py" <<< 8222 1726776609.82091: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776609.82122: stderr chunk (state=3): >>><<< 8222 1726776609.82125: stdout chunk (state=3): >>><<< 8222 1726776609.82155: done transferring module to remote 8222 1726776609.82162: _low_level_execute_command(): starting 8222 1726776609.82166: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776609.7640178-8699-113289078155634/ /root/.ansible/tmp/ansible-tmp-1726776609.7640178-8699-113289078155634/AnsiballZ_slurp.py && sleep 0' 8222 1726776609.82581: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776609.82585: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776609.82589: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.82591: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776609.82594: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.82641: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776609.82649: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.82694: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776609.84515: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776609.84538: stderr chunk (state=3): >>><<< 8222 1726776609.84542: stdout chunk (state=3): >>><<< 8222 1726776609.84554: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776609.84557: _low_level_execute_command(): starting 8222 1726776609.84559: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776609.7640178-8699-113289078155634/AnsiballZ_slurp.py && sleep 0' 8222 1726776609.84964: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776609.84967: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776609.84969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.84971: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776609.84974: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776609.85021: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776609.85024: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776609.85081: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776610.00272: stdout chunk (state=3): >>> {"content": "bWFudWFsCg==", "source": "/etc/tuned/profile_mode", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/tuned/profile_mode"}}} <<< 8222 1726776610.01577: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776610.01612: stderr chunk (state=3): >>><<< 8222 1726776610.01616: stdout chunk (state=3): >>><<< 8222 1726776610.01629: _low_level_execute_command() done: rc=0, stdout= {"content": "bWFudWFsCg==", "source": "/etc/tuned/profile_mode", "encoding": "base64", "invocation": {"module_args": {"src": "/etc/tuned/profile_mode"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776610.01662: done with _execute_module (slurp, {'src': '/etc/tuned/profile_mode', '_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-1726776609.7640178-8699-113289078155634/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776610.01669: _low_level_execute_command(): starting 8222 1726776610.01673: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776609.7640178-8699-113289078155634/ > /dev/null 2>&1 && sleep 0' 8222 1726776610.02302: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776610.02327: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776610.02418: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776610.04267: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776610.04293: stderr chunk (state=3): >>><<< 8222 1726776610.04299: stdout chunk (state=3): >>><<< 8222 1726776610.04316: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776610.04324: handler run complete 8222 1726776610.04336: attempt loop complete, returning result 8222 1726776610.04338: _execute() done 8222 1726776610.04341: dumping result to json 8222 1726776610.04343: done dumping result, returning 8222 1726776610.04351: done running TaskExecutor() for managed_node3/TASK: Get profile_mode file [12343ab9-b159-90b8-9460-00000000022f] 8222 1726776610.04354: sending task result for task 12343ab9-b159-90b8-9460-00000000022f 8222 1726776610.04444: done sending task result for task 12343ab9-b159-90b8-9460-00000000022f 8222 1726776610.04447: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "bWFudWFsCg==", "encoding": "base64", "source": "/etc/tuned/profile_mode" } 8222 1726776610.04504: no more pending results, returning what we have 8222 1726776610.04508: results queue empty 8222 1726776610.04508: checking for any_errors_fatal 8222 1726776610.04514: done checking for any_errors_fatal 8222 1726776610.04514: checking for max_fail_percentage 8222 1726776610.04516: done checking for max_fail_percentage 8222 1726776610.04517: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.04518: done checking to see if all hosts have failed 8222 1726776610.04518: getting the remaining hosts for this loop 8222 1726776610.04520: done getting the remaining hosts for this loop 8222 1726776610.04524: getting the next task for host managed_node3 8222 1726776610.04531: done getting next task for host managed_node3 8222 1726776610.04533: ^ task is: TASK: Check that profile_mode is manual 8222 1726776610.04536: ^ state is: HOST STATE: block=2, task=9, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8222 1726776610.04540: getting variables 8222 1726776610.04543: in VariableManager get_vars() 8222 1726776610.04582: Calling all_inventory to load vars for managed_node3 8222 1726776610.04585: Calling groups_inventory to load vars for managed_node3 8222 1726776610.04588: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.04599: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.04601: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.04604: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.04784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.04901: done with get_vars() 8222 1726776610.04909: done getting variables 8222 1726776610.04951: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Check that profile_mode is manual] *************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:67 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.321) 0:00:12.727 **** 8222 1726776610.04972: entering _queue_task() for managed_node3/set_fact 8222 1726776610.05164: worker is 1 (out of 1 available) 8222 1726776610.05177: exiting _queue_task() for managed_node3/set_fact 8222 1726776610.05190: done queuing things up, now waiting for results queue to drain 8222 1726776610.05191: waiting for pending results... 8222 1726776610.05352: running TaskExecutor() for managed_node3/TASK: Check that profile_mode is manual 8222 1726776610.05425: in run() - task 12343ab9-b159-90b8-9460-000000000230 8222 1726776610.05436: variable 'ansible_search_path' from source: unknown 8222 1726776610.05439: variable 'ansible_search_path' from source: unknown 8222 1726776610.05465: calling self._execute() 8222 1726776610.05534: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.05541: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.05550: variable 'omit' from source: magic vars 8222 1726776610.05907: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776610.07391: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776610.07442: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776610.07467: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776610.07498: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776610.07519: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776610.07567: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776610.07677: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776610.07706: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776610.07729: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776610.07751: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776610.07844: variable '__kernel_settings_register_profile_conf_profile_mode' from source: set_fact 8222 1726776610.07877: Evaluated conditional (__kernel_settings_register_profile_conf_profile_mode.content | b64decode is not match('manual')): False 8222 1726776610.07880: when evaluation is False, skipping this task 8222 1726776610.07883: _execute() done 8222 1726776610.07887: dumping result to json 8222 1726776610.07893: done dumping result, returning 8222 1726776610.07895: done running TaskExecutor() for managed_node3/TASK: Check that profile_mode is manual [12343ab9-b159-90b8-9460-000000000230] 8222 1726776610.07900: sending task result for task 12343ab9-b159-90b8-9460-000000000230 8222 1726776610.07982: done sending task result for task 12343ab9-b159-90b8-9460-000000000230 8222 1726776610.07985: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_profile_conf_profile_mode.content | b64decode is not match('manual')", "skip_reason": "Conditional result was False" } 8222 1726776610.08054: no more pending results, returning what we have 8222 1726776610.08057: results queue empty 8222 1726776610.08058: checking for any_errors_fatal 8222 1726776610.08063: done checking for any_errors_fatal 8222 1726776610.08064: checking for max_fail_percentage 8222 1726776610.08065: done checking for max_fail_percentage 8222 1726776610.08066: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.08067: done checking to see if all hosts have failed 8222 1726776610.08068: getting the remaining hosts for this loop 8222 1726776610.08070: done getting the remaining hosts for this loop 8222 1726776610.08073: getting the next task for host managed_node3 8222 1726776610.08080: done getting next task for host managed_node3 8222 1726776610.08082: ^ task is: TASK: Get the bootloader specific config file 8222 1726776610.08088: ^ state is: HOST STATE: block=2, task=9, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8222 1726776610.08093: getting variables 8222 1726776610.08095: in VariableManager get_vars() 8222 1726776610.08126: Calling all_inventory to load vars for managed_node3 8222 1726776610.08128: Calling groups_inventory to load vars for managed_node3 8222 1726776610.08130: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.08139: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.08142: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.08145: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.08274: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.08411: done with get_vars() 8222 1726776610.08420: done getting variables 8222 1726776610.08459: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Get the bootloader specific config file] ********************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:74 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.035) 0:00:12.762 **** 8222 1726776610.08480: entering _queue_task() for managed_node3/command 8222 1726776610.08687: worker is 1 (out of 1 available) 8222 1726776610.08703: exiting _queue_task() for managed_node3/command 8222 1726776610.08714: done queuing things up, now waiting for results queue to drain 8222 1726776610.08715: waiting for pending results... 8222 1726776610.08869: running TaskExecutor() for managed_node3/TASK: Get the bootloader specific config file 8222 1726776610.08944: in run() - task 12343ab9-b159-90b8-9460-000000000231 8222 1726776610.08957: variable 'ansible_search_path' from source: unknown 8222 1726776610.08961: variable 'ansible_search_path' from source: unknown 8222 1726776610.08988: calling self._execute() 8222 1726776610.09059: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.09062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.09071: variable 'omit' from source: magic vars 8222 1726776610.09409: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776610.10852: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776610.10900: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776610.10927: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776610.10953: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776610.10973: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776610.11034: 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) 8222 1726776610.11064: 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) 8222 1726776610.11082: 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) 8222 1726776610.11111: 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) 8222 1726776610.11124: 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) 8222 1726776610.11208: Evaluated conditional (__kernel_settings_blcmdline_value | d()): False 8222 1726776610.11211: when evaluation is False, skipping this task 8222 1726776610.11216: _execute() done 8222 1726776610.11219: dumping result to json 8222 1726776610.11222: done dumping result, returning 8222 1726776610.11224: done running TaskExecutor() for managed_node3/TASK: Get the bootloader specific config file [12343ab9-b159-90b8-9460-000000000231] 8222 1726776610.11232: sending task result for task 12343ab9-b159-90b8-9460-000000000231 8222 1726776610.11315: done sending task result for task 12343ab9-b159-90b8-9460-000000000231 8222 1726776610.11317: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_blcmdline_value | d()", "skip_reason": "Conditional result was False" } 8222 1726776610.11380: no more pending results, returning what we have 8222 1726776610.11383: results queue empty 8222 1726776610.11384: checking for any_errors_fatal 8222 1726776610.11392: done checking for any_errors_fatal 8222 1726776610.11393: checking for max_fail_percentage 8222 1726776610.11394: done checking for max_fail_percentage 8222 1726776610.11395: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.11396: done checking to see if all hosts have failed 8222 1726776610.11397: getting the remaining hosts for this loop 8222 1726776610.11399: done getting the remaining hosts for this loop 8222 1726776610.11403: getting the next task for host managed_node3 8222 1726776610.11409: done getting next task for host managed_node3 8222 1726776610.11411: ^ task is: TASK: Verify bootloader settings value 8222 1726776610.11415: ^ state is: HOST STATE: block=2, task=9, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8222 1726776610.11418: getting variables 8222 1726776610.11419: in VariableManager get_vars() 8222 1726776610.11456: Calling all_inventory to load vars for managed_node3 8222 1726776610.11458: Calling groups_inventory to load vars for managed_node3 8222 1726776610.11460: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.11469: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.11471: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.11474: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.11648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.11770: done with get_vars() 8222 1726776610.11779: done getting variables 8222 1726776610.11822: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify bootloader settings value] **************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:85 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.033) 0:00:12.796 **** 8222 1726776610.11843: entering _queue_task() for managed_node3/set_fact 8222 1726776610.12049: worker is 1 (out of 1 available) 8222 1726776610.12061: exiting _queue_task() for managed_node3/set_fact 8222 1726776610.12072: done queuing things up, now waiting for results queue to drain 8222 1726776610.12073: waiting for pending results... 8222 1726776610.12234: running TaskExecutor() for managed_node3/TASK: Verify bootloader settings value 8222 1726776610.12305: in run() - task 12343ab9-b159-90b8-9460-000000000232 8222 1726776610.12316: variable 'ansible_search_path' from source: unknown 8222 1726776610.12319: variable 'ansible_search_path' from source: unknown 8222 1726776610.12345: calling self._execute() 8222 1726776610.12412: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.12415: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.12422: variable 'omit' from source: magic vars 8222 1726776610.12750: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776610.14148: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776610.14205: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776610.14232: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776610.14257: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776610.14280: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776610.14338: 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) 8222 1726776610.14358: 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) 8222 1726776610.14378: 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) 8222 1726776610.14407: 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) 8222 1726776610.14418: 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) 8222 1726776610.14508: Evaluated conditional (__kernel_settings_blcmdline_value | d()): False 8222 1726776610.14511: when evaluation is False, skipping this task 8222 1726776610.14514: _execute() done 8222 1726776610.14517: dumping result to json 8222 1726776610.14519: done dumping result, returning 8222 1726776610.14525: done running TaskExecutor() for managed_node3/TASK: Verify bootloader settings value [12343ab9-b159-90b8-9460-000000000232] 8222 1726776610.14529: sending task result for task 12343ab9-b159-90b8-9460-000000000232 8222 1726776610.14618: done sending task result for task 12343ab9-b159-90b8-9460-000000000232 8222 1726776610.14620: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_blcmdline_value | d()", "skip_reason": "Conditional result was False" } 8222 1726776610.14664: no more pending results, returning what we have 8222 1726776610.14666: results queue empty 8222 1726776610.14667: checking for any_errors_fatal 8222 1726776610.14672: done checking for any_errors_fatal 8222 1726776610.14672: checking for max_fail_percentage 8222 1726776610.14674: done checking for max_fail_percentage 8222 1726776610.14675: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.14676: done checking to see if all hosts have failed 8222 1726776610.14677: getting the remaining hosts for this loop 8222 1726776610.14678: done getting the remaining hosts for this loop 8222 1726776610.14682: getting the next task for host managed_node3 8222 1726776610.14693: done getting next task for host managed_node3 8222 1726776610.14696: ^ task is: TASK: Check if kernel_settings_reboot_required is set if needed 8222 1726776610.14699: ^ state is: HOST STATE: block=2, task=9, 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 8222 1726776610.14702: getting variables 8222 1726776610.14704: in VariableManager get_vars() 8222 1726776610.14737: Calling all_inventory to load vars for managed_node3 8222 1726776610.14740: Calling groups_inventory to load vars for managed_node3 8222 1726776610.14742: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.14752: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.14754: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.14757: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.14907: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.15033: done with get_vars() 8222 1726776610.15043: done getting variables 8222 1726776610.15082: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Check if kernel_settings_reboot_required is set if needed] *************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:49 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.032) 0:00:12.829 **** 8222 1726776610.15107: entering _queue_task() for managed_node3/set_fact 8222 1726776610.15317: worker is 1 (out of 1 available) 8222 1726776610.15331: exiting _queue_task() for managed_node3/set_fact 8222 1726776610.15342: done queuing things up, now waiting for results queue to drain 8222 1726776610.15343: waiting for pending results... 8222 1726776610.15499: running TaskExecutor() for managed_node3/TASK: Check if kernel_settings_reboot_required is set if needed 8222 1726776610.15562: in run() - task 12343ab9-b159-90b8-9460-00000000018e 8222 1726776610.15576: variable 'ansible_search_path' from source: unknown 8222 1726776610.15579: variable 'ansible_search_path' from source: unknown 8222 1726776610.15610: calling self._execute() 8222 1726776610.15674: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.15678: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.15695: variable 'omit' from source: magic vars 8222 1726776610.16029: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776610.17445: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776610.17493: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776610.17519: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776610.17546: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776610.17567: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776610.17625: 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) 8222 1726776610.17657: 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) 8222 1726776610.17675: 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) 8222 1726776610.17704: 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) 8222 1726776610.17715: 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) 8222 1726776610.17806: Evaluated conditional (__kernel_settings_check_reboot | d(false)): False 8222 1726776610.17810: when evaluation is False, skipping this task 8222 1726776610.17813: _execute() done 8222 1726776610.17815: dumping result to json 8222 1726776610.17818: done dumping result, returning 8222 1726776610.17823: done running TaskExecutor() for managed_node3/TASK: Check if kernel_settings_reboot_required is set if needed [12343ab9-b159-90b8-9460-00000000018e] 8222 1726776610.17826: sending task result for task 12343ab9-b159-90b8-9460-00000000018e 8222 1726776610.17918: done sending task result for task 12343ab9-b159-90b8-9460-00000000018e 8222 1726776610.17922: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_check_reboot | d(false)", "skip_reason": "Conditional result was False" } 8222 1726776610.17966: no more pending results, returning what we have 8222 1726776610.17968: results queue empty 8222 1726776610.17969: checking for any_errors_fatal 8222 1726776610.17974: done checking for any_errors_fatal 8222 1726776610.17975: checking for max_fail_percentage 8222 1726776610.17976: done checking for max_fail_percentage 8222 1726776610.17977: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.17978: done checking to see if all hosts have failed 8222 1726776610.17979: getting the remaining hosts for this loop 8222 1726776610.17980: done getting the remaining hosts for this loop 8222 1726776610.17984: getting the next task for host managed_node3 8222 1726776610.17994: done getting next task for host managed_node3 8222 1726776610.17997: ^ task is: TASK: Assert success 8222 1726776610.17999: ^ state is: HOST STATE: block=2, task=9, 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 8222 1726776610.18003: getting variables 8222 1726776610.18004: in VariableManager get_vars() 8222 1726776610.18040: Calling all_inventory to load vars for managed_node3 8222 1726776610.18043: Calling groups_inventory to load vars for managed_node3 8222 1726776610.18045: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.18055: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.18058: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.18060: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.18241: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.18357: done with get_vars() 8222 1726776610.18365: done getting variables 8222 1726776610.18436: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Assert success] ********************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings.yml:56 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.033) 0:00:12.862 **** 8222 1726776610.18456: entering _queue_task() for managed_node3/assert 8222 1726776610.18457: Creating lock for assert 8222 1726776610.18662: worker is 1 (out of 1 available) 8222 1726776610.18675: exiting _queue_task() for managed_node3/assert 8222 1726776610.18691: done queuing things up, now waiting for results queue to drain 8222 1726776610.18692: waiting for pending results... 8222 1726776610.18849: running TaskExecutor() for managed_node3/TASK: Assert success 8222 1726776610.18907: in run() - task 12343ab9-b159-90b8-9460-00000000018f 8222 1726776610.18919: variable 'ansible_search_path' from source: unknown 8222 1726776610.18923: variable 'ansible_search_path' from source: unknown 8222 1726776610.18951: calling self._execute() 8222 1726776610.19022: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.19026: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.19033: variable 'omit' from source: magic vars 8222 1726776610.19112: variable 'omit' from source: magic vars 8222 1726776610.19140: variable 'omit' from source: magic vars 8222 1726776610.19166: variable 'omit' from source: magic vars 8222 1726776610.19202: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776610.19228: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776610.19248: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776610.19261: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776610.19271: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776610.19297: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776610.19301: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.19304: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.19372: Set connection var ansible_timeout to 10 8222 1726776610.19379: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776610.19383: Set connection var ansible_connection to ssh 8222 1726776610.19392: Set connection var ansible_shell_executable to /bin/sh 8222 1726776610.19395: Set connection var ansible_shell_type to sh 8222 1726776610.19397: Set connection var ansible_pipelining to False 8222 1726776610.19413: variable 'ansible_shell_executable' from source: unknown 8222 1726776610.19416: variable 'ansible_connection' from source: unknown 8222 1726776610.19418: variable 'ansible_module_compression' from source: unknown 8222 1726776610.19420: variable 'ansible_shell_type' from source: unknown 8222 1726776610.19423: variable 'ansible_shell_executable' from source: unknown 8222 1726776610.19425: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.19429: variable 'ansible_pipelining' from source: unknown 8222 1726776610.19431: variable 'ansible_timeout' from source: unknown 8222 1726776610.19435: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.19535: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776610.19544: variable 'omit' from source: magic vars 8222 1726776610.19549: starting attempt loop 8222 1726776610.19553: running the handler 8222 1726776610.19798: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776610.21231: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776610.21274: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776610.21304: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776610.21331: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776610.21352: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776610.21403: 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) 8222 1726776610.21424: 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) 8222 1726776610.21442: 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) 8222 1726776610.21467: 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) 8222 1726776610.21477: 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) 8222 1726776610.21556: variable '__kernel_settings_success' from source: set_fact 8222 1726776610.21569: Evaluated conditional (__kernel_settings_success | d(false)): True 8222 1726776610.21576: handler run complete 8222 1726776610.21594: attempt loop complete, returning result 8222 1726776610.21597: _execute() done 8222 1726776610.21600: dumping result to json 8222 1726776610.21602: done dumping result, returning 8222 1726776610.21608: done running TaskExecutor() for managed_node3/TASK: Assert success [12343ab9-b159-90b8-9460-00000000018f] 8222 1726776610.21612: sending task result for task 12343ab9-b159-90b8-9460-00000000018f ok: [managed_node3] => { "changed": false } MSG: All assertions passed 8222 1726776610.21743: no more pending results, returning what we have 8222 1726776610.21746: results queue empty 8222 1726776610.21747: checking for any_errors_fatal 8222 1726776610.21754: done checking for any_errors_fatal 8222 1726776610.21754: checking for max_fail_percentage 8222 1726776610.21756: done checking for max_fail_percentage 8222 1726776610.21757: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.21758: done checking to see if all hosts have failed 8222 1726776610.21758: getting the remaining hosts for this loop 8222 1726776610.21760: done getting the remaining hosts for this loop 8222 1726776610.21764: getting the next task for host managed_node3 8222 1726776610.21771: done getting next task for host managed_node3 8222 1726776610.21773: ^ task is: TASK: Check ansible_managed, fingerprint in generated files 8222 1726776610.21775: ^ state is: HOST STATE: block=2, task=10, 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 8222 1726776610.21778: getting variables 8222 1726776610.21780: in VariableManager get_vars() 8222 1726776610.21819: Calling all_inventory to load vars for managed_node3 8222 1726776610.21821: Calling groups_inventory to load vars for managed_node3 8222 1726776610.21823: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.21833: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.21836: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.21838: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.21980: done sending task result for task 12343ab9-b159-90b8-9460-00000000018f 8222 1726776610.21984: WORKER PROCESS EXITING 8222 1726776610.21999: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.22119: done with get_vars() 8222 1726776610.22128: done getting variables TASK [Check ansible_managed, fingerprint in generated files] ******************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:35 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.037) 0:00:12.899 **** 8222 1726776610.22194: entering _queue_task() for managed_node3/include_tasks 8222 1726776610.22402: worker is 1 (out of 1 available) 8222 1726776610.22416: exiting _queue_task() for managed_node3/include_tasks 8222 1726776610.22428: done queuing things up, now waiting for results queue to drain 8222 1726776610.22429: waiting for pending results... 8222 1726776610.22585: running TaskExecutor() for managed_node3/TASK: Check ansible_managed, fingerprint in generated files 8222 1726776610.22648: in run() - task 12343ab9-b159-90b8-9460-00000000000a 8222 1726776610.22661: variable 'ansible_search_path' from source: unknown 8222 1726776610.22690: calling self._execute() 8222 1726776610.22754: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.22759: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.22768: variable 'omit' from source: magic vars 8222 1726776610.22847: _execute() done 8222 1726776610.22851: dumping result to json 8222 1726776610.22854: done dumping result, returning 8222 1726776610.22860: done running TaskExecutor() for managed_node3/TASK: Check ansible_managed, fingerprint in generated files [12343ab9-b159-90b8-9460-00000000000a] 8222 1726776610.22864: sending task result for task 12343ab9-b159-90b8-9460-00000000000a 8222 1726776610.22955: done sending task result for task 12343ab9-b159-90b8-9460-00000000000a 8222 1726776610.22958: WORKER PROCESS EXITING 8222 1726776610.23004: no more pending results, returning what we have 8222 1726776610.23008: in VariableManager get_vars() 8222 1726776610.23042: Calling all_inventory to load vars for managed_node3 8222 1726776610.23045: Calling groups_inventory to load vars for managed_node3 8222 1726776610.23047: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.23056: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.23058: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.23061: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.23220: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.23329: done with get_vars() 8222 1726776610.23335: variable 'ansible_search_path' from source: unknown 8222 1726776610.23345: we have included files to process 8222 1726776610.23346: generating all_blocks data 8222 1726776610.23347: done generating all_blocks data 8222 1726776610.23350: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml 8222 1726776610.23350: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml 8222 1726776610.23352: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml 8222 1726776610.23567: done processing included file 8222 1726776610.23569: iterating over new_blocks loaded from include file 8222 1726776610.23570: in VariableManager get_vars() 8222 1726776610.23580: done with get_vars() 8222 1726776610.23581: filtering new block on tags 8222 1726776610.23602: done filtering new block on tags 8222 1726776610.23603: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml for managed_node3 8222 1726776610.23607: extending task lists for all hosts with included blocks 8222 1726776610.24450: done extending task lists 8222 1726776610.24451: done processing included files 8222 1726776610.24451: results queue empty 8222 1726776610.24452: checking for any_errors_fatal 8222 1726776610.24454: done checking for any_errors_fatal 8222 1726776610.24454: checking for max_fail_percentage 8222 1726776610.24455: done checking for max_fail_percentage 8222 1726776610.24455: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.24456: done checking to see if all hosts have failed 8222 1726776610.24456: getting the remaining hosts for this loop 8222 1726776610.24457: done getting the remaining hosts for this loop 8222 1726776610.24459: getting the next task for host managed_node3 8222 1726776610.24461: done getting next task for host managed_node3 8222 1726776610.24463: ^ task is: TASK: Get file 8222 1726776610.24464: ^ state is: HOST STATE: block=2, task=11, 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 8222 1726776610.24466: getting variables 8222 1726776610.24466: in VariableManager get_vars() 8222 1726776610.24474: Calling all_inventory to load vars for managed_node3 8222 1726776610.24476: Calling groups_inventory to load vars for managed_node3 8222 1726776610.24477: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.24481: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.24482: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.24484: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.24567: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.24674: done with get_vars() 8222 1726776610.24680: done getting variables TASK [Get file] **************************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml:3 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.025) 0:00:12.925 **** 8222 1726776610.24729: entering _queue_task() for managed_node3/slurp 8222 1726776610.24943: worker is 1 (out of 1 available) 8222 1726776610.24954: exiting _queue_task() for managed_node3/slurp 8222 1726776610.24965: done queuing things up, now waiting for results queue to drain 8222 1726776610.24966: waiting for pending results... 8222 1726776610.25131: running TaskExecutor() for managed_node3/TASK: Get file 8222 1726776610.25191: in run() - task 12343ab9-b159-90b8-9460-00000000028a 8222 1726776610.25205: variable 'ansible_search_path' from source: unknown 8222 1726776610.25208: variable 'ansible_search_path' from source: unknown 8222 1726776610.25235: calling self._execute() 8222 1726776610.25295: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.25299: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.25309: variable 'omit' from source: magic vars 8222 1726776610.25644: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776610.25854: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776610.25887: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776610.25914: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776610.25939: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776610.26005: 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) 8222 1726776610.26022: 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) 8222 1726776610.26040: 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) 8222 1726776610.26057: 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) 8222 1726776610.26153: Evaluated conditional (not __file_content is defined): True 8222 1726776610.26156: variable 'omit' from source: magic vars 8222 1726776610.26188: variable 'omit' from source: magic vars 8222 1726776610.26210: variable '__file' from source: include params 8222 1726776610.26266: variable '__file' from source: include params 8222 1726776610.26270: variable '__kernel_settings_profile_filename' from source: role '' exported vars 8222 1726776610.26318: variable '__kernel_settings_profile_filename' from source: role '' exported vars 8222 1726776610.26365: variable '__kernel_settings_profile_dir' from source: role '' exported vars 8222 1726776610.26424: variable '__kernel_settings_profile_parent' from source: set_fact 8222 1726776610.26429: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 8222 1726776610.26462: variable 'omit' from source: magic vars 8222 1726776610.26482: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776610.26507: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776610.26522: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776610.26535: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776610.26544: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776610.26565: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776610.26568: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.26570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.26644: Set connection var ansible_timeout to 10 8222 1726776610.26650: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776610.26655: Set connection var ansible_connection to ssh 8222 1726776610.26659: Set connection var ansible_shell_executable to /bin/sh 8222 1726776610.26662: Set connection var ansible_shell_type to sh 8222 1726776610.26667: Set connection var ansible_pipelining to False 8222 1726776610.26682: variable 'ansible_shell_executable' from source: unknown 8222 1726776610.26684: variable 'ansible_connection' from source: unknown 8222 1726776610.26689: variable 'ansible_module_compression' from source: unknown 8222 1726776610.26691: variable 'ansible_shell_type' from source: unknown 8222 1726776610.26696: variable 'ansible_shell_executable' from source: unknown 8222 1726776610.26698: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.26702: variable 'ansible_pipelining' from source: unknown 8222 1726776610.26705: variable 'ansible_timeout' from source: unknown 8222 1726776610.26709: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.26811: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776610.26818: variable 'omit' from source: magic vars 8222 1726776610.26829: starting attempt loop 8222 1726776610.26832: running the handler 8222 1726776610.26839: _low_level_execute_command(): starting 8222 1726776610.26846: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776610.27344: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776610.27348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776610.27351: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776610.27352: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776610.27411: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776610.27414: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776610.27416: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776610.27480: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776610.29192: stdout chunk (state=3): >>>/root <<< 8222 1726776610.29269: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776610.29302: stderr chunk (state=3): >>><<< 8222 1726776610.29306: stdout chunk (state=3): >>><<< 8222 1726776610.29327: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776610.29342: _low_level_execute_command(): starting 8222 1726776610.29349: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776610.2932706-8716-240812297008000 `" && echo ansible-tmp-1726776610.2932706-8716-240812297008000="` echo /root/.ansible/tmp/ansible-tmp-1726776610.2932706-8716-240812297008000 `" ) && sleep 0' 8222 1726776610.29778: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776610.29782: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776610.29812: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776610.29816: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776610.29818: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776610.29874: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776610.29881: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776610.29884: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776610.29930: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776610.31841: stdout chunk (state=3): >>>ansible-tmp-1726776610.2932706-8716-240812297008000=/root/.ansible/tmp/ansible-tmp-1726776610.2932706-8716-240812297008000 <<< 8222 1726776610.31941: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776610.31969: stderr chunk (state=3): >>><<< 8222 1726776610.31974: stdout chunk (state=3): >>><<< 8222 1726776610.31992: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776610.2932706-8716-240812297008000=/root/.ansible/tmp/ansible-tmp-1726776610.2932706-8716-240812297008000 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776610.32030: variable 'ansible_module_compression' from source: unknown 8222 1726776610.32060: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 8222 1726776610.32088: variable 'ansible_facts' from source: unknown 8222 1726776610.32143: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776610.2932706-8716-240812297008000/AnsiballZ_slurp.py 8222 1726776610.32249: Sending initial data 8222 1726776610.32252: Sent initial data (152 bytes) 8222 1726776610.32677: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776610.32693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776610.32696: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776610.32699: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776610.32719: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776610.32723: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776610.32780: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776610.32793: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776610.32796: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776610.32835: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776610.34379: 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 <<< 8222 1726776610.34383: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776610.34422: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776610.34472: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp4fq23dua /root/.ansible/tmp/ansible-tmp-1726776610.2932706-8716-240812297008000/AnsiballZ_slurp.py <<< 8222 1726776610.34475: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776610.2932706-8716-240812297008000/AnsiballZ_slurp.py" <<< 8222 1726776610.34512: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp4fq23dua" to remote "/root/.ansible/tmp/ansible-tmp-1726776610.2932706-8716-240812297008000/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776610.2932706-8716-240812297008000/AnsiballZ_slurp.py" <<< 8222 1726776610.35048: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776610.35087: stderr chunk (state=3): >>><<< 8222 1726776610.35093: stdout chunk (state=3): >>><<< 8222 1726776610.35119: done transferring module to remote 8222 1726776610.35126: _low_level_execute_command(): starting 8222 1726776610.35133: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776610.2932706-8716-240812297008000/ /root/.ansible/tmp/ansible-tmp-1726776610.2932706-8716-240812297008000/AnsiballZ_slurp.py && sleep 0' 8222 1726776610.35563: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776610.35566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776610.35568: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776610.35570: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776610.35572: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776610.35622: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776610.35626: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776610.35677: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776610.37445: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776610.37469: stderr chunk (state=3): >>><<< 8222 1726776610.37472: stdout chunk (state=3): >>><<< 8222 1726776610.37484: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776610.37491: _low_level_execute_command(): starting 8222 1726776610.37495: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776610.2932706-8716-240812297008000/AnsiballZ_slurp.py && sleep 0' 8222 1726776610.37923: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776610.37926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776610.37929: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776610.37932: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776610.37935: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776610.37936: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776610.37981: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776610.37984: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776610.38043: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776610.53302: stdout chunk (state=3): >>> {"content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6a2VybmVsX3NldHRpbmdzCgpbbWFpbl0Kc3VtbWFyeSA9IGtlcm5lbCBzZXR0aW5ncwpbc3lzY3RsXQpmcy5lcG9sbC5tYXhfdXNlcl93YXRjaGVzID0gNzg1NTkyCmZzLmZpbGUtbWF4ID0gMzc5NzI0CltzeXNmc10KL3N5cy9rZXJuZWwvZGVidWcveDg2L2licnNfZW5hYmxlZCA9IDAKL3N5cy9rZXJuZWwvZGVidWcveDg2L3B0aV9lbmFibGVkID0gMAovc3lzL2tlcm5lbC9kZWJ1Zy94ODYvcmV0cF9lbmFibGVkID0gMApbdm1dCnRyYW5zcGFyZW50X2h1Z2VwYWdlcyA9IG1hZHZpc2UK", "source": "/etc/tuned/profiles/kernel_settings/tuned.conf", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 8222 1726776610.54630: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776610.54656: stderr chunk (state=3): >>><<< 8222 1726776610.54659: stdout chunk (state=3): >>><<< 8222 1726776610.54674: _low_level_execute_command() done: rc=0, stdout= {"content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6a2VybmVsX3NldHRpbmdzCgpbbWFpbl0Kc3VtbWFyeSA9IGtlcm5lbCBzZXR0aW5ncwpbc3lzY3RsXQpmcy5lcG9sbC5tYXhfdXNlcl93YXRjaGVzID0gNzg1NTkyCmZzLmZpbGUtbWF4ID0gMzc5NzI0CltzeXNmc10KL3N5cy9rZXJuZWwvZGVidWcveDg2L2licnNfZW5hYmxlZCA9IDAKL3N5cy9rZXJuZWwvZGVidWcveDg2L3B0aV9lbmFibGVkID0gMAovc3lzL2tlcm5lbC9kZWJ1Zy94ODYvcmV0cF9lbmFibGVkID0gMApbdm1dCnRyYW5zcGFyZW50X2h1Z2VwYWdlcyA9IG1hZHZpc2UK", "source": "/etc/tuned/profiles/kernel_settings/tuned.conf", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776610.54701: done with _execute_module (slurp, {'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': '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-1726776610.2932706-8716-240812297008000/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776610.54709: _low_level_execute_command(): starting 8222 1726776610.54717: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776610.2932706-8716-240812297008000/ > /dev/null 2>&1 && sleep 0' 8222 1726776610.55179: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776610.55182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776610.55185: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776610.55189: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776610.55191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776610.55241: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776610.55244: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776610.55246: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776610.55305: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776610.57165: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776610.57195: stderr chunk (state=3): >>><<< 8222 1726776610.57198: stdout chunk (state=3): >>><<< 8222 1726776610.57215: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776610.57221: handler run complete 8222 1726776610.57235: attempt loop complete, returning result 8222 1726776610.57238: _execute() done 8222 1726776610.57240: dumping result to json 8222 1726776610.57242: done dumping result, returning 8222 1726776610.57250: done running TaskExecutor() for managed_node3/TASK: Get file [12343ab9-b159-90b8-9460-00000000028a] 8222 1726776610.57252: sending task result for task 12343ab9-b159-90b8-9460-00000000028a 8222 1726776610.57350: done sending task result for task 12343ab9-b159-90b8-9460-00000000028a 8222 1726776610.57353: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6a2VybmVsX3NldHRpbmdzCgpbbWFpbl0Kc3VtbWFyeSA9IGtlcm5lbCBzZXR0aW5ncwpbc3lzY3RsXQpmcy5lcG9sbC5tYXhfdXNlcl93YXRjaGVzID0gNzg1NTkyCmZzLmZpbGUtbWF4ID0gMzc5NzI0CltzeXNmc10KL3N5cy9rZXJuZWwvZGVidWcveDg2L2licnNfZW5hYmxlZCA9IDAKL3N5cy9rZXJuZWwvZGVidWcveDg2L3B0aV9lbmFibGVkID0gMAovc3lzL2tlcm5lbC9kZWJ1Zy94ODYvcmV0cF9lbmFibGVkID0gMApbdm1dCnRyYW5zcGFyZW50X2h1Z2VwYWdlcyA9IG1hZHZpc2UK", "encoding": "base64", "source": "/etc/tuned/profiles/kernel_settings/tuned.conf" } 8222 1726776610.57412: no more pending results, returning what we have 8222 1726776610.57415: results queue empty 8222 1726776610.57416: checking for any_errors_fatal 8222 1726776610.57417: done checking for any_errors_fatal 8222 1726776610.57418: checking for max_fail_percentage 8222 1726776610.57420: done checking for max_fail_percentage 8222 1726776610.57420: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.57422: done checking to see if all hosts have failed 8222 1726776610.57422: getting the remaining hosts for this loop 8222 1726776610.57424: done getting the remaining hosts for this loop 8222 1726776610.57428: getting the next task for host managed_node3 8222 1726776610.57434: done getting next task for host managed_node3 8222 1726776610.57436: ^ task is: TASK: Check for presence of ansible managed header, fingerprint 8222 1726776610.57439: ^ state is: HOST STATE: block=2, task=11, 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 8222 1726776610.57442: getting variables 8222 1726776610.57444: in VariableManager get_vars() 8222 1726776610.57482: Calling all_inventory to load vars for managed_node3 8222 1726776610.57485: Calling groups_inventory to load vars for managed_node3 8222 1726776610.57488: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.57501: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.57504: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.57506: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.57668: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.57793: done with get_vars() 8222 1726776610.57802: done getting variables 8222 1726776610.57844: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/check_header.yml:9 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.331) 0:00:13.256 **** 8222 1726776610.57868: entering _queue_task() for managed_node3/assert 8222 1726776610.58075: worker is 1 (out of 1 available) 8222 1726776610.58093: exiting _queue_task() for managed_node3/assert 8222 1726776610.58105: done queuing things up, now waiting for results queue to drain 8222 1726776610.58106: waiting for pending results... 8222 1726776610.58268: running TaskExecutor() for managed_node3/TASK: Check for presence of ansible managed header, fingerprint 8222 1726776610.58335: in run() - task 12343ab9-b159-90b8-9460-00000000028b 8222 1726776610.58345: variable 'ansible_search_path' from source: unknown 8222 1726776610.58348: variable 'ansible_search_path' from source: unknown 8222 1726776610.58376: calling self._execute() 8222 1726776610.58442: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.58445: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.58453: variable 'omit' from source: magic vars 8222 1726776610.58531: variable 'omit' from source: magic vars 8222 1726776610.58564: variable 'omit' from source: magic vars 8222 1726776610.58592: variable 'omit' from source: magic vars 8222 1726776610.58625: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776610.58654: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776610.58672: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776610.58687: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776610.58699: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776610.58722: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776610.58725: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.58727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.58803: Set connection var ansible_timeout to 10 8222 1726776610.58808: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776610.58814: Set connection var ansible_connection to ssh 8222 1726776610.58819: Set connection var ansible_shell_executable to /bin/sh 8222 1726776610.58822: Set connection var ansible_shell_type to sh 8222 1726776610.58826: Set connection var ansible_pipelining to False 8222 1726776610.58842: variable 'ansible_shell_executable' from source: unknown 8222 1726776610.58845: variable 'ansible_connection' from source: unknown 8222 1726776610.58848: variable 'ansible_module_compression' from source: unknown 8222 1726776610.58851: variable 'ansible_shell_type' from source: unknown 8222 1726776610.58854: variable 'ansible_shell_executable' from source: unknown 8222 1726776610.58856: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.58858: variable 'ansible_pipelining' from source: unknown 8222 1726776610.58860: variable 'ansible_timeout' from source: unknown 8222 1726776610.58865: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.58969: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776610.58978: variable 'omit' from source: magic vars 8222 1726776610.58992: starting attempt loop 8222 1726776610.58995: running the handler 8222 1726776610.59243: variable 'ansible_managed' from source: task vars 8222 1726776610.59407: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 8222 1726776610.59579: Loaded config def from plugin (lookup/template) 8222 1726776610.59583: Loading LookupModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/template.py 8222 1726776610.59604: File lookup term: get_ansible_managed.j2 8222 1726776610.59607: variable 'ansible_search_path' from source: unknown 8222 1726776610.59611: evaluation_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings 8222 1726776610.59636: search_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/templates/get_ansible_managed.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/get_ansible_managed.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/get_ansible_managed.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/get_ansible_managed.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/get_ansible_managed.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/get_ansible_managed.j2 8222 1726776610.59654: variable 'ansible_search_path' from source: unknown 8222 1726776610.60309: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776610.61745: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776610.61791: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776610.61926: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776610.61929: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776610.61932: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776610.61934: 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) 8222 1726776610.61937: 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) 8222 1726776610.61950: 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) 8222 1726776610.61975: 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) 8222 1726776610.61987: 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) 8222 1726776610.62061: variable 'ansible_managed' from source: task vars 8222 1726776610.62107: variable 'content' from source: task vars 8222 1726776610.62210: variable '__content' from source: set_fact 8222 1726776610.62229: Evaluated conditional (ansible_managed in content): True 8222 1726776610.62309: variable '__fingerprint' from source: include params 8222 1726776610.62312: variable 'content' from source: task vars 8222 1726776610.62404: variable '__content' from source: set_fact 8222 1726776610.62416: Evaluated conditional (__fingerprint in content): True 8222 1726776610.62422: handler run complete 8222 1726776610.62433: attempt loop complete, returning result 8222 1726776610.62436: _execute() done 8222 1726776610.62439: dumping result to json 8222 1726776610.62441: done dumping result, returning 8222 1726776610.62448: done running TaskExecutor() for managed_node3/TASK: Check for presence of ansible managed header, fingerprint [12343ab9-b159-90b8-9460-00000000028b] 8222 1726776610.62460: sending task result for task 12343ab9-b159-90b8-9460-00000000028b 8222 1726776610.62540: done sending task result for task 12343ab9-b159-90b8-9460-00000000028b 8222 1726776610.62544: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 8222 1726776610.62620: no more pending results, returning what we have 8222 1726776610.62623: results queue empty 8222 1726776610.62624: checking for any_errors_fatal 8222 1726776610.62632: done checking for any_errors_fatal 8222 1726776610.62633: checking for max_fail_percentage 8222 1726776610.62634: done checking for max_fail_percentage 8222 1726776610.62635: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.62636: done checking to see if all hosts have failed 8222 1726776610.62636: getting the remaining hosts for this loop 8222 1726776610.62638: done getting the remaining hosts for this loop 8222 1726776610.62642: getting the next task for host managed_node3 8222 1726776610.62649: done getting next task for host managed_node3 8222 1726776610.62651: ^ task is: TASK: Ensure role reported changed 8222 1726776610.62653: ^ state is: HOST STATE: block=2, task=12, 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 8222 1726776610.62656: getting variables 8222 1726776610.62658: in VariableManager get_vars() 8222 1726776610.62695: Calling all_inventory to load vars for managed_node3 8222 1726776610.62698: Calling groups_inventory to load vars for managed_node3 8222 1726776610.62700: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.62709: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.62712: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.62714: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.62848: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.62965: done with get_vars() 8222 1726776610.62974: done getting variables 8222 1726776610.63019: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure role reported changed] ******************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:41 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.051) 0:00:13.308 **** 8222 1726776610.63039: entering _queue_task() for managed_node3/assert 8222 1726776610.63244: worker is 1 (out of 1 available) 8222 1726776610.63257: exiting _queue_task() for managed_node3/assert 8222 1726776610.63268: done queuing things up, now waiting for results queue to drain 8222 1726776610.63268: waiting for pending results... 8222 1726776610.63431: running TaskExecutor() for managed_node3/TASK: Ensure role reported changed 8222 1726776610.63484: in run() - task 12343ab9-b159-90b8-9460-00000000000b 8222 1726776610.63498: variable 'ansible_search_path' from source: unknown 8222 1726776610.63529: calling self._execute() 8222 1726776610.63594: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.63599: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.63608: variable 'omit' from source: magic vars 8222 1726776610.63687: variable 'omit' from source: magic vars 8222 1726776610.63716: variable 'omit' from source: magic vars 8222 1726776610.63737: variable 'omit' from source: magic vars 8222 1726776610.63771: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776610.63854: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776610.63871: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776610.63884: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776610.63895: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776610.63917: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776610.63920: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.63923: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.63995: Set connection var ansible_timeout to 10 8222 1726776610.64002: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776610.64007: Set connection var ansible_connection to ssh 8222 1726776610.64012: Set connection var ansible_shell_executable to /bin/sh 8222 1726776610.64015: Set connection var ansible_shell_type to sh 8222 1726776610.64019: Set connection var ansible_pipelining to False 8222 1726776610.64036: variable 'ansible_shell_executable' from source: unknown 8222 1726776610.64039: variable 'ansible_connection' from source: unknown 8222 1726776610.64042: variable 'ansible_module_compression' from source: unknown 8222 1726776610.64044: variable 'ansible_shell_type' from source: unknown 8222 1726776610.64046: variable 'ansible_shell_executable' from source: unknown 8222 1726776610.64049: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.64051: variable 'ansible_pipelining' from source: unknown 8222 1726776610.64053: variable 'ansible_timeout' from source: unknown 8222 1726776610.64060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.64157: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776610.64165: variable 'omit' from source: magic vars 8222 1726776610.64175: starting attempt loop 8222 1726776610.64178: running the handler 8222 1726776610.64435: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776610.65863: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776610.65917: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776610.65943: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776610.65969: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776610.65988: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776610.66043: 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) 8222 1726776610.66063: 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) 8222 1726776610.66080: 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) 8222 1726776610.66110: 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) 8222 1726776610.66123: 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) 8222 1726776610.66204: variable '__kernel_settings_changed' from source: set_fact 8222 1726776610.66217: Evaluated conditional (__kernel_settings_changed | d(false)): True 8222 1726776610.66229: handler run complete 8222 1726776610.66242: attempt loop complete, returning result 8222 1726776610.66245: _execute() done 8222 1726776610.66247: dumping result to json 8222 1726776610.66250: done dumping result, returning 8222 1726776610.66256: done running TaskExecutor() for managed_node3/TASK: Ensure role reported changed [12343ab9-b159-90b8-9460-00000000000b] 8222 1726776610.66261: sending task result for task 12343ab9-b159-90b8-9460-00000000000b 8222 1726776610.66346: done sending task result for task 12343ab9-b159-90b8-9460-00000000000b 8222 1726776610.66349: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 8222 1726776610.66396: no more pending results, returning what we have 8222 1726776610.66400: results queue empty 8222 1726776610.66401: checking for any_errors_fatal 8222 1726776610.66405: done checking for any_errors_fatal 8222 1726776610.66406: checking for max_fail_percentage 8222 1726776610.66407: done checking for max_fail_percentage 8222 1726776610.66408: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.66409: done checking to see if all hosts have failed 8222 1726776610.66410: getting the remaining hosts for this loop 8222 1726776610.66411: done getting the remaining hosts for this loop 8222 1726776610.66415: getting the next task for host managed_node3 8222 1726776610.66421: done getting next task for host managed_node3 8222 1726776610.66424: ^ task is: TASK: Reboot the machine - see if settings persist after reboot 8222 1726776610.66426: ^ state is: HOST STATE: block=2, task=13, 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 8222 1726776610.66428: getting variables 8222 1726776610.66430: in VariableManager get_vars() 8222 1726776610.66463: Calling all_inventory to load vars for managed_node3 8222 1726776610.66466: Calling groups_inventory to load vars for managed_node3 8222 1726776610.66469: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.66479: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.66481: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.66492: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.66660: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.66775: done with get_vars() 8222 1726776610.66782: done getting variables 8222 1726776610.66826: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Reboot the machine - see if settings persist after reboot] *************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:47 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.038) 0:00:13.346 **** 8222 1726776610.66845: entering _queue_task() for managed_node3/reboot 8222 1726776610.67042: worker is 1 (out of 1 available) 8222 1726776610.67056: exiting _queue_task() for managed_node3/reboot 8222 1726776610.67068: done queuing things up, now waiting for results queue to drain 8222 1726776610.67069: waiting for pending results... 8222 1726776610.67239: running TaskExecutor() for managed_node3/TASK: Reboot the machine - see if settings persist after reboot 8222 1726776610.67294: in run() - task 12343ab9-b159-90b8-9460-00000000000c 8222 1726776610.67310: variable 'ansible_search_path' from source: unknown 8222 1726776610.67338: calling self._execute() 8222 1726776610.67402: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.67407: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.67415: variable 'omit' from source: magic vars 8222 1726776610.67744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776610.69101: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776610.69145: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776610.69174: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776610.69200: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776610.69220: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776610.69278: 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) 8222 1726776610.69301: 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) 8222 1726776610.69318: 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) 8222 1726776610.69344: 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) 8222 1726776610.69355: 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) 8222 1726776610.69436: variable 'kernel_settings_reboot_required' from source: set_fact 8222 1726776610.69451: Evaluated conditional (kernel_settings_reboot_required | d(false)): False 8222 1726776610.69454: when evaluation is False, skipping this task 8222 1726776610.69456: _execute() done 8222 1726776610.69458: dumping result to json 8222 1726776610.69461: done dumping result, returning 8222 1726776610.69468: done running TaskExecutor() for managed_node3/TASK: Reboot the machine - see if settings persist after reboot [12343ab9-b159-90b8-9460-00000000000c] 8222 1726776610.69471: sending task result for task 12343ab9-b159-90b8-9460-00000000000c 8222 1726776610.69557: done sending task result for task 12343ab9-b159-90b8-9460-00000000000c 8222 1726776610.69560: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "kernel_settings_reboot_required | d(false)", "skip_reason": "Conditional result was False" } 8222 1726776610.69631: no more pending results, returning what we have 8222 1726776610.69634: results queue empty 8222 1726776610.69635: checking for any_errors_fatal 8222 1726776610.69640: done checking for any_errors_fatal 8222 1726776610.69641: checking for max_fail_percentage 8222 1726776610.69642: done checking for max_fail_percentage 8222 1726776610.69643: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.69644: done checking to see if all hosts have failed 8222 1726776610.69645: getting the remaining hosts for this loop 8222 1726776610.69647: done getting the remaining hosts for this loop 8222 1726776610.69651: getting the next task for host managed_node3 8222 1726776610.69657: done getting next task for host managed_node3 8222 1726776610.69660: ^ task is: TASK: Verify that settings were applied correctly after reboot 8222 1726776610.69662: ^ state is: HOST STATE: block=2, task=14, 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 8222 1726776610.69665: getting variables 8222 1726776610.69666: in VariableManager get_vars() 8222 1726776610.69702: Calling all_inventory to load vars for managed_node3 8222 1726776610.69705: Calling groups_inventory to load vars for managed_node3 8222 1726776610.69707: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.69716: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.69718: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.69721: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.69853: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.69971: done with get_vars() 8222 1726776610.69979: done getting variables TASK [Verify that settings were applied correctly after reboot] **************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:54 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.031) 0:00:13.378 **** 8222 1726776610.70047: entering _queue_task() for managed_node3/include_tasks 8222 1726776610.70270: worker is 1 (out of 1 available) 8222 1726776610.70284: exiting _queue_task() for managed_node3/include_tasks 8222 1726776610.70301: done queuing things up, now waiting for results queue to drain 8222 1726776610.70302: waiting for pending results... 8222 1726776610.70463: running TaskExecutor() for managed_node3/TASK: Verify that settings were applied correctly after reboot 8222 1726776610.70525: in run() - task 12343ab9-b159-90b8-9460-00000000000d 8222 1726776610.70535: variable 'ansible_search_path' from source: unknown 8222 1726776610.70564: calling self._execute() 8222 1726776610.70626: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.70630: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.70642: variable 'omit' from source: magic vars 8222 1726776610.71032: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776610.72416: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776610.72468: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776610.72499: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776610.72524: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776610.72544: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776610.72605: 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) 8222 1726776610.72627: 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) 8222 1726776610.72643: 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) 8222 1726776610.72668: 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) 8222 1726776610.72679: 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) 8222 1726776610.72763: variable 'kernel_settings_reboot_required' from source: set_fact 8222 1726776610.72777: Evaluated conditional (kernel_settings_reboot_required | d(false)): False 8222 1726776610.72780: when evaluation is False, skipping this task 8222 1726776610.72783: _execute() done 8222 1726776610.72785: dumping result to json 8222 1726776610.72793: done dumping result, returning 8222 1726776610.72798: done running TaskExecutor() for managed_node3/TASK: Verify that settings were applied correctly after reboot [12343ab9-b159-90b8-9460-00000000000d] 8222 1726776610.72802: sending task result for task 12343ab9-b159-90b8-9460-00000000000d 8222 1726776610.72897: done sending task result for task 12343ab9-b159-90b8-9460-00000000000d 8222 1726776610.72900: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "kernel_settings_reboot_required | d(false)", "skip_reason": "Conditional result was False" } 8222 1726776610.72959: no more pending results, returning what we have 8222 1726776610.72963: results queue empty 8222 1726776610.72964: checking for any_errors_fatal 8222 1726776610.72969: done checking for any_errors_fatal 8222 1726776610.72969: checking for max_fail_percentage 8222 1726776610.72971: done checking for max_fail_percentage 8222 1726776610.72972: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.72973: done checking to see if all hosts have failed 8222 1726776610.72974: getting the remaining hosts for this loop 8222 1726776610.72976: done getting the remaining hosts for this loop 8222 1726776610.72980: getting the next task for host managed_node3 8222 1726776610.72988: done getting next task for host managed_node3 8222 1726776610.72993: ^ task is: TASK: Apply the settings again to check idempotency 8222 1726776610.72994: ^ state is: HOST STATE: block=2, task=15, 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 8222 1726776610.72997: getting variables 8222 1726776610.72999: in VariableManager get_vars() 8222 1726776610.73037: Calling all_inventory to load vars for managed_node3 8222 1726776610.73039: Calling groups_inventory to load vars for managed_node3 8222 1726776610.73041: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.73051: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.73054: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.73056: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.73229: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.73345: done with get_vars() 8222 1726776610.73354: done getting variables TASK [Apply the settings again to check idempotency] *************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:63 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.033) 0:00:13.412 **** 8222 1726776610.73420: entering _queue_task() for managed_node3/include_role 8222 1726776610.73634: worker is 1 (out of 1 available) 8222 1726776610.73648: exiting _queue_task() for managed_node3/include_role 8222 1726776610.73659: done queuing things up, now waiting for results queue to drain 8222 1726776610.73660: waiting for pending results... 8222 1726776610.73826: running TaskExecutor() for managed_node3/TASK: Apply the settings again to check idempotency 8222 1726776610.73895: in run() - task 12343ab9-b159-90b8-9460-00000000000e 8222 1726776610.73907: variable 'ansible_search_path' from source: unknown 8222 1726776610.73934: calling self._execute() 8222 1726776610.74107: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.74111: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.74114: variable 'omit' from source: magic vars 8222 1726776610.74116: _execute() done 8222 1726776610.74119: dumping result to json 8222 1726776610.74121: done dumping result, returning 8222 1726776610.74124: done running TaskExecutor() for managed_node3/TASK: Apply the settings again to check idempotency [12343ab9-b159-90b8-9460-00000000000e] 8222 1726776610.74126: sending task result for task 12343ab9-b159-90b8-9460-00000000000e 8222 1726776610.74202: done sending task result for task 12343ab9-b159-90b8-9460-00000000000e 8222 1726776610.74207: WORKER PROCESS EXITING 8222 1726776610.74236: no more pending results, returning what we have 8222 1726776610.74241: in VariableManager get_vars() 8222 1726776610.74279: Calling all_inventory to load vars for managed_node3 8222 1726776610.74281: Calling groups_inventory to load vars for managed_node3 8222 1726776610.74283: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.74297: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.74299: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.74302: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.74428: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.74561: done with get_vars() 8222 1726776610.74567: variable 'ansible_search_path' from source: unknown 8222 1726776610.75458: variable 'omit' from source: magic vars 8222 1726776610.75475: variable 'omit' from source: magic vars 8222 1726776610.75483: variable 'omit' from source: magic vars 8222 1726776610.75488: we have included files to process 8222 1726776610.75488: generating all_blocks data 8222 1726776610.75491: done generating all_blocks data 8222 1726776610.75494: processing included file: fedora.linux_system_roles.kernel_settings 8222 1726776610.75507: in VariableManager get_vars() 8222 1726776610.75519: done with get_vars() 8222 1726776610.75537: in VariableManager get_vars() 8222 1726776610.75565: done with get_vars() 8222 1726776610.75596: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 8222 1726776610.75632: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 8222 1726776610.75646: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 8222 1726776610.75695: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 8222 1726776610.76135: in VariableManager get_vars() 8222 1726776610.76149: done with get_vars() 8222 1726776610.76964: in VariableManager get_vars() 8222 1726776610.76978: done with get_vars() 8222 1726776610.77081: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 8222 1726776610.77467: iterating over new_blocks loaded from include file 8222 1726776610.77468: in VariableManager get_vars() 8222 1726776610.77479: done with get_vars() 8222 1726776610.77480: filtering new block on tags 8222 1726776610.77508: done filtering new block on tags 8222 1726776610.77523: in VariableManager get_vars() 8222 1726776610.77532: done with get_vars() 8222 1726776610.77533: filtering new block on tags 8222 1726776610.77554: done filtering new block on tags 8222 1726776610.77556: in VariableManager get_vars() 8222 1726776610.77563: done with get_vars() 8222 1726776610.77564: filtering new block on tags 8222 1726776610.77641: done filtering new block on tags 8222 1726776610.77643: in VariableManager get_vars() 8222 1726776610.77652: done with get_vars() 8222 1726776610.77653: filtering new block on tags 8222 1726776610.77663: done filtering new block on tags 8222 1726776610.77664: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node3 8222 1726776610.77668: extending task lists for all hosts with included blocks 8222 1726776610.78550: done extending task lists 8222 1726776610.78552: done processing included files 8222 1726776610.78552: results queue empty 8222 1726776610.78553: checking for any_errors_fatal 8222 1726776610.78555: done checking for any_errors_fatal 8222 1726776610.78555: checking for max_fail_percentage 8222 1726776610.78556: done checking for max_fail_percentage 8222 1726776610.78557: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.78557: done checking to see if all hosts have failed 8222 1726776610.78558: getting the remaining hosts for this loop 8222 1726776610.78559: done getting the remaining hosts for this loop 8222 1726776610.78560: getting the next task for host managed_node3 8222 1726776610.78563: done getting next task for host managed_node3 8222 1726776610.78565: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 8222 1726776610.78567: ^ state is: HOST STATE: block=2, task=16, 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 8222 1726776610.78576: getting variables 8222 1726776610.78577: in VariableManager get_vars() 8222 1726776610.78593: Calling all_inventory to load vars for managed_node3 8222 1726776610.78596: Calling groups_inventory to load vars for managed_node3 8222 1726776610.78597: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.78602: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.78603: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.78605: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.78709: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.78825: done with get_vars() 8222 1726776610.78833: done getting variables 8222 1726776610.78863: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.054) 0:00:13.466 **** 8222 1726776610.78883: entering _queue_task() for managed_node3/fail 8222 1726776610.79126: worker is 1 (out of 1 available) 8222 1726776610.79138: exiting _queue_task() for managed_node3/fail 8222 1726776610.79150: done queuing things up, now waiting for results queue to drain 8222 1726776610.79151: waiting for pending results... 8222 1726776610.79329: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 8222 1726776610.79408: in run() - task 12343ab9-b159-90b8-9460-0000000003fd 8222 1726776610.79420: variable 'ansible_search_path' from source: unknown 8222 1726776610.79424: variable 'ansible_search_path' from source: unknown 8222 1726776610.79453: calling self._execute() 8222 1726776610.79522: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.79526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.79534: variable 'omit' from source: magic vars 8222 1726776610.79876: variable 'kernel_settings_sysctl' from source: include_vars 8222 1726776610.79893: variable '__kernel_settings_state_empty' from source: role '' all vars 8222 1726776610.79898: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 8222 1726776610.80142: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776610.81560: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776610.81606: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776610.81633: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776610.81660: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776610.81679: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776610.81741: 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) 8222 1726776610.81762: 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) 8222 1726776610.81782: 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) 8222 1726776610.81811: 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) 8222 1726776610.81822: 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) 8222 1726776610.81860: 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) 8222 1726776610.81876: 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) 8222 1726776610.81899: 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) 8222 1726776610.81923: 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) 8222 1726776610.81934: 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) 8222 1726776610.81965: 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) 8222 1726776610.81980: 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) 8222 1726776610.82002: 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) 8222 1726776610.82026: 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) 8222 1726776610.82036: 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) 8222 1726776610.82240: variable 'kernel_settings_sysctl' from source: include_vars 8222 1726776610.82292: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776610.82405: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776610.82434: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776610.82456: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776610.82477: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776610.82511: 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) 8222 1726776610.82527: 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) 8222 1726776610.82547: 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) 8222 1726776610.82563: 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) 8222 1726776610.82597: 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) 8222 1726776610.82611: 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) 8222 1726776610.82627: 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) 8222 1726776610.82648: 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) 8222 1726776610.82667: 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 8222 1726776610.82678: when evaluation is False, skipping this task 8222 1726776610.82681: _execute() done 8222 1726776610.82683: dumping result to json 8222 1726776610.82688: done dumping result, returning 8222 1726776610.82693: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [12343ab9-b159-90b8-9460-0000000003fd] 8222 1726776610.82695: sending task result for task 12343ab9-b159-90b8-9460-0000000003fd 8222 1726776610.82780: done sending task result for task 12343ab9-b159-90b8-9460-0000000003fd 8222 1726776610.82783: 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" } 8222 1726776610.82830: no more pending results, returning what we have 8222 1726776610.82832: results queue empty 8222 1726776610.82833: checking for any_errors_fatal 8222 1726776610.82835: done checking for any_errors_fatal 8222 1726776610.82835: checking for max_fail_percentage 8222 1726776610.82837: done checking for max_fail_percentage 8222 1726776610.82838: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.82839: done checking to see if all hosts have failed 8222 1726776610.82839: getting the remaining hosts for this loop 8222 1726776610.82841: done getting the remaining hosts for this loop 8222 1726776610.82845: getting the next task for host managed_node3 8222 1726776610.82850: done getting next task for host managed_node3 8222 1726776610.82854: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 8222 1726776610.82857: ^ state is: HOST STATE: block=2, task=16, 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 8222 1726776610.82872: getting variables 8222 1726776610.82874: in VariableManager get_vars() 8222 1726776610.82913: Calling all_inventory to load vars for managed_node3 8222 1726776610.82916: Calling groups_inventory to load vars for managed_node3 8222 1726776610.82919: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.82929: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.82931: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.82934: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.83074: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.83207: done with get_vars() 8222 1726776610.83217: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.043) 0:00:13.510 **** 8222 1726776610.83282: entering _queue_task() for managed_node3/include_tasks 8222 1726776610.83510: worker is 1 (out of 1 available) 8222 1726776610.83524: exiting _queue_task() for managed_node3/include_tasks 8222 1726776610.83535: done queuing things up, now waiting for results queue to drain 8222 1726776610.83536: waiting for pending results... 8222 1726776610.83720: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 8222 1726776610.83821: in run() - task 12343ab9-b159-90b8-9460-0000000003fe 8222 1726776610.83835: variable 'ansible_search_path' from source: unknown 8222 1726776610.83839: variable 'ansible_search_path' from source: unknown 8222 1726776610.83868: calling self._execute() 8222 1726776610.84011: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.84018: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.84027: variable 'omit' from source: magic vars 8222 1726776610.84108: _execute() done 8222 1726776610.84112: dumping result to json 8222 1726776610.84115: done dumping result, returning 8222 1726776610.84122: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [12343ab9-b159-90b8-9460-0000000003fe] 8222 1726776610.84127: sending task result for task 12343ab9-b159-90b8-9460-0000000003fe 8222 1726776610.84215: done sending task result for task 12343ab9-b159-90b8-9460-0000000003fe 8222 1726776610.84218: WORKER PROCESS EXITING 8222 1726776610.84258: no more pending results, returning what we have 8222 1726776610.84262: in VariableManager get_vars() 8222 1726776610.84307: Calling all_inventory to load vars for managed_node3 8222 1726776610.84310: Calling groups_inventory to load vars for managed_node3 8222 1726776610.84367: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.84376: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.84379: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.84381: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.84505: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.84622: done with get_vars() 8222 1726776610.84628: variable 'ansible_search_path' from source: unknown 8222 1726776610.84629: variable 'ansible_search_path' from source: unknown 8222 1726776610.84651: we have included files to process 8222 1726776610.84651: generating all_blocks data 8222 1726776610.84653: done generating all_blocks data 8222 1726776610.84657: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 8222 1726776610.84658: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 8222 1726776610.84659: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 8222 1726776610.85110: done processing included file 8222 1726776610.85112: iterating over new_blocks loaded from include file 8222 1726776610.85113: in VariableManager get_vars() 8222 1726776610.85129: done with get_vars() 8222 1726776610.85130: filtering new block on tags 8222 1726776610.85147: done filtering new block on tags 8222 1726776610.85148: in VariableManager get_vars() 8222 1726776610.85162: done with get_vars() 8222 1726776610.85163: filtering new block on tags 8222 1726776610.85184: done filtering new block on tags 8222 1726776610.85187: in VariableManager get_vars() 8222 1726776610.85219: done with get_vars() 8222 1726776610.85221: filtering new block on tags 8222 1726776610.85242: done filtering new block on tags 8222 1726776610.85243: in VariableManager get_vars() 8222 1726776610.85255: done with get_vars() 8222 1726776610.85256: filtering new block on tags 8222 1726776610.85271: done filtering new block on tags 8222 1726776610.85272: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node3 8222 1726776610.85276: extending task lists for all hosts with included blocks 8222 1726776610.85363: done extending task lists 8222 1726776610.85364: done processing included files 8222 1726776610.85364: results queue empty 8222 1726776610.85365: checking for any_errors_fatal 8222 1726776610.85367: done checking for any_errors_fatal 8222 1726776610.85367: checking for max_fail_percentage 8222 1726776610.85368: done checking for max_fail_percentage 8222 1726776610.85369: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.85370: done checking to see if all hosts have failed 8222 1726776610.85370: getting the remaining hosts for this loop 8222 1726776610.85372: done getting the remaining hosts for this loop 8222 1726776610.85373: getting the next task for host managed_node3 8222 1726776610.85376: done getting next task for host managed_node3 8222 1726776610.85378: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 8222 1726776610.85380: ^ state is: HOST STATE: block=2, task=16, 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 8222 1726776610.85388: getting variables 8222 1726776610.85389: in VariableManager get_vars() 8222 1726776610.85398: Calling all_inventory to load vars for managed_node3 8222 1726776610.85400: Calling groups_inventory to load vars for managed_node3 8222 1726776610.85401: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.85405: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.85406: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.85408: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.85488: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.85599: done with get_vars() 8222 1726776610.85606: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.023) 0:00:13.534 **** 8222 1726776610.85653: entering _queue_task() for managed_node3/setup 8222 1726776610.85889: worker is 1 (out of 1 available) 8222 1726776610.85901: exiting _queue_task() for managed_node3/setup 8222 1726776610.85913: done queuing things up, now waiting for results queue to drain 8222 1726776610.85915: waiting for pending results... 8222 1726776610.86098: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 8222 1726776610.86184: in run() - task 12343ab9-b159-90b8-9460-00000000050b 8222 1726776610.86201: variable 'ansible_search_path' from source: unknown 8222 1726776610.86205: variable 'ansible_search_path' from source: unknown 8222 1726776610.86231: calling self._execute() 8222 1726776610.86302: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.86305: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.86314: variable 'omit' from source: magic vars 8222 1726776610.86763: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776610.88237: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776610.88289: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776610.88321: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776610.88346: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776610.88365: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776610.88430: 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) 8222 1726776610.88448: 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) 8222 1726776610.88467: 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) 8222 1726776610.88498: 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) 8222 1726776610.88509: 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) 8222 1726776610.88551: 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) 8222 1726776610.88566: 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) 8222 1726776610.88583: 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) 8222 1726776610.88611: 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) 8222 1726776610.88621: 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) 8222 1726776610.88749: variable '__kernel_settings_required_facts' from source: role '' all vars 8222 1726776610.88758: variable 'ansible_facts' from source: unknown 8222 1726776610.88826: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 8222 1726776610.88829: when evaluation is False, skipping this task 8222 1726776610.88832: _execute() done 8222 1726776610.88835: dumping result to json 8222 1726776610.88837: done dumping result, returning 8222 1726776610.88844: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [12343ab9-b159-90b8-9460-00000000050b] 8222 1726776610.88848: sending task result for task 12343ab9-b159-90b8-9460-00000000050b 8222 1726776610.88938: done sending task result for task 12343ab9-b159-90b8-9460-00000000050b 8222 1726776610.88941: 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" } 8222 1726776610.89016: no more pending results, returning what we have 8222 1726776610.89020: results queue empty 8222 1726776610.89021: checking for any_errors_fatal 8222 1726776610.89023: done checking for any_errors_fatal 8222 1726776610.89023: checking for max_fail_percentage 8222 1726776610.89025: done checking for max_fail_percentage 8222 1726776610.89026: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.89027: done checking to see if all hosts have failed 8222 1726776610.89027: getting the remaining hosts for this loop 8222 1726776610.89029: done getting the remaining hosts for this loop 8222 1726776610.89034: getting the next task for host managed_node3 8222 1726776610.89043: done getting next task for host managed_node3 8222 1726776610.89046: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 8222 1726776610.89050: ^ state is: HOST STATE: block=2, task=16, 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 8222 1726776610.89065: getting variables 8222 1726776610.89066: in VariableManager get_vars() 8222 1726776610.89103: Calling all_inventory to load vars for managed_node3 8222 1726776610.89106: Calling groups_inventory to load vars for managed_node3 8222 1726776610.89109: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.89117: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.89119: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.89122: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.89281: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.89422: done with get_vars() 8222 1726776610.89435: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.038) 0:00:13.573 **** 8222 1726776610.89511: entering _queue_task() for managed_node3/stat 8222 1726776610.89751: worker is 1 (out of 1 available) 8222 1726776610.89765: exiting _queue_task() for managed_node3/stat 8222 1726776610.89776: done queuing things up, now waiting for results queue to drain 8222 1726776610.89777: waiting for pending results... 8222 1726776610.89965: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 8222 1726776610.90056: in run() - task 12343ab9-b159-90b8-9460-00000000050d 8222 1726776610.90069: variable 'ansible_search_path' from source: unknown 8222 1726776610.90072: variable 'ansible_search_path' from source: unknown 8222 1726776610.90103: calling self._execute() 8222 1726776610.90171: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.90174: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.90183: variable 'omit' from source: magic vars 8222 1726776610.90536: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776610.90722: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776610.90755: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776610.90782: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776610.90835: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776610.90901: 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) 8222 1726776610.90918: 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) 8222 1726776610.90936: 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) 8222 1726776610.90954: 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) 8222 1726776610.91044: variable '__kernel_settings_is_ostree' from source: set_fact 8222 1726776610.91053: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 8222 1726776610.91056: when evaluation is False, skipping this task 8222 1726776610.91059: _execute() done 8222 1726776610.91061: dumping result to json 8222 1726776610.91063: done dumping result, returning 8222 1726776610.91072: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [12343ab9-b159-90b8-9460-00000000050d] 8222 1726776610.91074: sending task result for task 12343ab9-b159-90b8-9460-00000000050d 8222 1726776610.91165: done sending task result for task 12343ab9-b159-90b8-9460-00000000050d 8222 1726776610.91168: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 8222 1726776610.91240: no more pending results, returning what we have 8222 1726776610.91243: results queue empty 8222 1726776610.91244: checking for any_errors_fatal 8222 1726776610.91250: done checking for any_errors_fatal 8222 1726776610.91250: checking for max_fail_percentage 8222 1726776610.91252: done checking for max_fail_percentage 8222 1726776610.91253: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.91254: done checking to see if all hosts have failed 8222 1726776610.91254: getting the remaining hosts for this loop 8222 1726776610.91257: done getting the remaining hosts for this loop 8222 1726776610.91260: getting the next task for host managed_node3 8222 1726776610.91265: done getting next task for host managed_node3 8222 1726776610.91269: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 8222 1726776610.91272: ^ state is: HOST STATE: block=2, task=16, 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 8222 1726776610.91291: getting variables 8222 1726776610.91293: in VariableManager get_vars() 8222 1726776610.91324: Calling all_inventory to load vars for managed_node3 8222 1726776610.91327: Calling groups_inventory to load vars for managed_node3 8222 1726776610.91329: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.91336: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.91339: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.91342: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.91461: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.91585: done with get_vars() 8222 1726776610.91599: done getting variables 8222 1726776610.91640: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.021) 0:00:13.594 **** 8222 1726776610.91663: entering _queue_task() for managed_node3/set_fact 8222 1726776610.91894: worker is 1 (out of 1 available) 8222 1726776610.91907: exiting _queue_task() for managed_node3/set_fact 8222 1726776610.91919: done queuing things up, now waiting for results queue to drain 8222 1726776610.91920: waiting for pending results... 8222 1726776610.92099: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 8222 1726776610.92191: in run() - task 12343ab9-b159-90b8-9460-00000000050e 8222 1726776610.92204: variable 'ansible_search_path' from source: unknown 8222 1726776610.92210: variable 'ansible_search_path' from source: unknown 8222 1726776610.92238: calling self._execute() 8222 1726776610.92314: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.92318: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.92327: variable 'omit' from source: magic vars 8222 1726776610.92741: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776610.92920: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776610.92954: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776610.92980: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776610.93008: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776610.93072: 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) 8222 1726776610.93095: 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) 8222 1726776610.93112: 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) 8222 1726776610.93131: 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) 8222 1726776610.93220: variable '__kernel_settings_is_ostree' from source: set_fact 8222 1726776610.93230: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 8222 1726776610.93235: when evaluation is False, skipping this task 8222 1726776610.93238: _execute() done 8222 1726776610.93240: dumping result to json 8222 1726776610.93242: done dumping result, returning 8222 1726776610.93251: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [12343ab9-b159-90b8-9460-00000000050e] 8222 1726776610.93254: sending task result for task 12343ab9-b159-90b8-9460-00000000050e 8222 1726776610.93344: done sending task result for task 12343ab9-b159-90b8-9460-00000000050e 8222 1726776610.93347: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 8222 1726776610.93400: no more pending results, returning what we have 8222 1726776610.93403: results queue empty 8222 1726776610.93404: checking for any_errors_fatal 8222 1726776610.93411: done checking for any_errors_fatal 8222 1726776610.93411: checking for max_fail_percentage 8222 1726776610.93413: done checking for max_fail_percentage 8222 1726776610.93413: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.93414: done checking to see if all hosts have failed 8222 1726776610.93415: getting the remaining hosts for this loop 8222 1726776610.93417: done getting the remaining hosts for this loop 8222 1726776610.93421: getting the next task for host managed_node3 8222 1726776610.93429: done getting next task for host managed_node3 8222 1726776610.93433: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 8222 1726776610.93436: ^ state is: HOST STATE: block=2, task=16, 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 8222 1726776610.93453: getting variables 8222 1726776610.93455: in VariableManager get_vars() 8222 1726776610.93492: Calling all_inventory to load vars for managed_node3 8222 1726776610.93495: Calling groups_inventory to load vars for managed_node3 8222 1726776610.93497: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.93505: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.93507: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.93509: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.93662: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.93788: done with get_vars() 8222 1726776610.93798: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.021) 0:00:13.616 **** 8222 1726776610.93861: entering _queue_task() for managed_node3/stat 8222 1726776610.94069: worker is 1 (out of 1 available) 8222 1726776610.94082: exiting _queue_task() for managed_node3/stat 8222 1726776610.94096: done queuing things up, now waiting for results queue to drain 8222 1726776610.94097: waiting for pending results... 8222 1726776610.94276: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 8222 1726776610.94365: in run() - task 12343ab9-b159-90b8-9460-000000000510 8222 1726776610.94377: variable 'ansible_search_path' from source: unknown 8222 1726776610.94381: variable 'ansible_search_path' from source: unknown 8222 1726776610.94414: calling self._execute() 8222 1726776610.94481: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.94487: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.94498: variable 'omit' from source: magic vars 8222 1726776610.94846: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776610.95039: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776610.95081: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776610.95150: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776610.95177: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776610.95255: 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) 8222 1726776610.95272: 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) 8222 1726776610.95292: 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) 8222 1726776610.95314: 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) 8222 1726776610.95410: variable '__kernel_settings_is_transactional' from source: set_fact 8222 1726776610.95422: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 8222 1726776610.95425: when evaluation is False, skipping this task 8222 1726776610.95429: _execute() done 8222 1726776610.95431: dumping result to json 8222 1726776610.95434: done dumping result, returning 8222 1726776610.95441: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [12343ab9-b159-90b8-9460-000000000510] 8222 1726776610.95445: sending task result for task 12343ab9-b159-90b8-9460-000000000510 8222 1726776610.95535: done sending task result for task 12343ab9-b159-90b8-9460-000000000510 8222 1726776610.95538: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 8222 1726776610.95587: no more pending results, returning what we have 8222 1726776610.95591: results queue empty 8222 1726776610.95592: checking for any_errors_fatal 8222 1726776610.95598: done checking for any_errors_fatal 8222 1726776610.95599: checking for max_fail_percentage 8222 1726776610.95601: done checking for max_fail_percentage 8222 1726776610.95601: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.95602: done checking to see if all hosts have failed 8222 1726776610.95603: getting the remaining hosts for this loop 8222 1726776610.95605: done getting the remaining hosts for this loop 8222 1726776610.95609: getting the next task for host managed_node3 8222 1726776610.95616: done getting next task for host managed_node3 8222 1726776610.95619: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 8222 1726776610.95622: ^ state is: HOST STATE: block=2, task=16, 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 8222 1726776610.95639: getting variables 8222 1726776610.95640: in VariableManager get_vars() 8222 1726776610.95676: Calling all_inventory to load vars for managed_node3 8222 1726776610.95679: Calling groups_inventory to load vars for managed_node3 8222 1726776610.95681: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.95692: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.95694: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.95697: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.95830: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.95975: done with get_vars() 8222 1726776610.95984: done getting variables 8222 1726776610.96028: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.021) 0:00:13.638 **** 8222 1726776610.96051: entering _queue_task() for managed_node3/set_fact 8222 1726776610.96281: worker is 1 (out of 1 available) 8222 1726776610.96296: exiting _queue_task() for managed_node3/set_fact 8222 1726776610.96309: done queuing things up, now waiting for results queue to drain 8222 1726776610.96310: waiting for pending results... 8222 1726776610.96488: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 8222 1726776610.96582: in run() - task 12343ab9-b159-90b8-9460-000000000511 8222 1726776610.96597: variable 'ansible_search_path' from source: unknown 8222 1726776610.96601: variable 'ansible_search_path' from source: unknown 8222 1726776610.96629: calling self._execute() 8222 1726776610.96695: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.96699: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.96707: variable 'omit' from source: magic vars 8222 1726776610.97047: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776610.97235: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776610.97267: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776610.97298: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776610.97324: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776610.97391: 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) 8222 1726776610.97416: 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) 8222 1726776610.97432: 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) 8222 1726776610.97449: 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) 8222 1726776610.97541: variable '__kernel_settings_is_transactional' from source: set_fact 8222 1726776610.97550: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 8222 1726776610.97553: when evaluation is False, skipping this task 8222 1726776610.97556: _execute() done 8222 1726776610.97559: dumping result to json 8222 1726776610.97561: done dumping result, returning 8222 1726776610.97570: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [12343ab9-b159-90b8-9460-000000000511] 8222 1726776610.97573: sending task result for task 12343ab9-b159-90b8-9460-000000000511 8222 1726776610.97663: done sending task result for task 12343ab9-b159-90b8-9460-000000000511 8222 1726776610.97666: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 8222 1726776610.97716: no more pending results, returning what we have 8222 1726776610.97720: results queue empty 8222 1726776610.97721: checking for any_errors_fatal 8222 1726776610.97729: done checking for any_errors_fatal 8222 1726776610.97729: checking for max_fail_percentage 8222 1726776610.97731: done checking for max_fail_percentage 8222 1726776610.97731: checking to see if all hosts have failed and the running result is not ok 8222 1726776610.97732: done checking to see if all hosts have failed 8222 1726776610.97733: getting the remaining hosts for this loop 8222 1726776610.97735: done getting the remaining hosts for this loop 8222 1726776610.97739: getting the next task for host managed_node3 8222 1726776610.97748: done getting next task for host managed_node3 8222 1726776610.97751: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 8222 1726776610.97754: ^ state is: HOST STATE: block=2, task=16, 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 8222 1726776610.97772: getting variables 8222 1726776610.97773: in VariableManager get_vars() 8222 1726776610.97815: Calling all_inventory to load vars for managed_node3 8222 1726776610.97818: Calling groups_inventory to load vars for managed_node3 8222 1726776610.97820: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776610.97828: Calling all_plugins_play to load vars for managed_node3 8222 1726776610.97831: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776610.97833: Calling groups_plugins_play to load vars for managed_node3 8222 1726776610.97975: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776610.98114: done with get_vars() 8222 1726776610.98125: done getting variables 8222 1726776610.98169: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 16:10:10 -0400 (0:00:00.021) 0:00:13.659 **** 8222 1726776610.98197: entering _queue_task() for managed_node3/include_vars 8222 1726776610.98427: worker is 1 (out of 1 available) 8222 1726776610.98440: exiting _queue_task() for managed_node3/include_vars 8222 1726776610.98452: done queuing things up, now waiting for results queue to drain 8222 1726776610.98453: waiting for pending results... 8222 1726776610.98643: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 8222 1726776610.98735: in run() - task 12343ab9-b159-90b8-9460-000000000513 8222 1726776610.98748: variable 'ansible_search_path' from source: unknown 8222 1726776610.98751: variable 'ansible_search_path' from source: unknown 8222 1726776610.98778: calling self._execute() 8222 1726776610.98849: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776610.98852: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776610.98861: variable 'omit' from source: magic vars 8222 1726776610.98946: variable 'omit' from source: magic vars 8222 1726776610.98990: variable 'omit' from source: magic vars 8222 1726776610.99274: variable 'ffparams' from source: task vars 8222 1726776610.99427: variable 'ansible_facts' from source: unknown 8222 1726776610.99552: variable 'ansible_facts' from source: unknown 8222 1726776610.99639: variable 'ansible_facts' from source: unknown 8222 1726776610.99726: variable 'ansible_facts' from source: unknown 8222 1726776610.99806: variable 'role_path' from source: magic vars 8222 1726776610.99931: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 8222 1726776611.00068: Loaded config def from plugin (lookup/first_found) 8222 1726776611.00072: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 8222 1726776611.00107: variable 'ansible_search_path' from source: unknown 8222 1726776611.00123: variable 'ansible_search_path' from source: unknown 8222 1726776611.00130: variable 'ansible_search_path' from source: unknown 8222 1726776611.00136: variable 'ansible_search_path' from source: unknown 8222 1726776611.00144: variable 'ansible_search_path' from source: unknown 8222 1726776611.00161: variable 'omit' from source: magic vars 8222 1726776611.00181: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776611.00206: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776611.00221: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776611.00234: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776611.00243: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776611.00264: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776611.00268: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776611.00270: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776611.00344: Set connection var ansible_timeout to 10 8222 1726776611.00350: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776611.00355: Set connection var ansible_connection to ssh 8222 1726776611.00360: Set connection var ansible_shell_executable to /bin/sh 8222 1726776611.00363: Set connection var ansible_shell_type to sh 8222 1726776611.00367: Set connection var ansible_pipelining to False 8222 1726776611.00385: variable 'ansible_shell_executable' from source: unknown 8222 1726776611.00389: variable 'ansible_connection' from source: unknown 8222 1726776611.00394: variable 'ansible_module_compression' from source: unknown 8222 1726776611.00396: variable 'ansible_shell_type' from source: unknown 8222 1726776611.00399: variable 'ansible_shell_executable' from source: unknown 8222 1726776611.00402: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776611.00406: variable 'ansible_pipelining' from source: unknown 8222 1726776611.00410: variable 'ansible_timeout' from source: unknown 8222 1726776611.00412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776611.00491: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776611.00502: variable 'omit' from source: magic vars 8222 1726776611.00507: starting attempt loop 8222 1726776611.00510: running the handler 8222 1726776611.00562: handler run complete 8222 1726776611.00570: attempt loop complete, returning result 8222 1726776611.00573: _execute() done 8222 1726776611.00575: dumping result to json 8222 1726776611.00578: done dumping result, returning 8222 1726776611.00588: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [12343ab9-b159-90b8-9460-000000000513] 8222 1726776611.00591: sending task result for task 12343ab9-b159-90b8-9460-000000000513 8222 1726776611.00691: done sending task result for task 12343ab9-b159-90b8-9460-000000000513 8222 1726776611.00693: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 8222 1726776611.00783: no more pending results, returning what we have 8222 1726776611.00789: results queue empty 8222 1726776611.00790: checking for any_errors_fatal 8222 1726776611.00795: done checking for any_errors_fatal 8222 1726776611.00796: checking for max_fail_percentage 8222 1726776611.00797: done checking for max_fail_percentage 8222 1726776611.00798: checking to see if all hosts have failed and the running result is not ok 8222 1726776611.00799: done checking to see if all hosts have failed 8222 1726776611.00800: getting the remaining hosts for this loop 8222 1726776611.00802: done getting the remaining hosts for this loop 8222 1726776611.00806: getting the next task for host managed_node3 8222 1726776611.00813: done getting next task for host managed_node3 8222 1726776611.00817: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 8222 1726776611.00819: ^ state is: HOST STATE: block=2, task=16, 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 8222 1726776611.00831: getting variables 8222 1726776611.00833: in VariableManager get_vars() 8222 1726776611.00869: Calling all_inventory to load vars for managed_node3 8222 1726776611.00872: Calling groups_inventory to load vars for managed_node3 8222 1726776611.00875: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776611.00883: Calling all_plugins_play to load vars for managed_node3 8222 1726776611.00895: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776611.00899: Calling groups_plugins_play to load vars for managed_node3 8222 1726776611.01068: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776611.01198: done with get_vars() 8222 1726776611.01207: done getting variables 8222 1726776611.01250: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 16:10:11 -0400 (0:00:00.030) 0:00:13.690 **** 8222 1726776611.01273: entering _queue_task() for managed_node3/package 8222 1726776611.01499: worker is 1 (out of 1 available) 8222 1726776611.01515: exiting _queue_task() for managed_node3/package 8222 1726776611.01528: done queuing things up, now waiting for results queue to drain 8222 1726776611.01529: waiting for pending results... 8222 1726776611.01713: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 8222 1726776611.01781: in run() - task 12343ab9-b159-90b8-9460-0000000003ff 8222 1726776611.01798: variable 'ansible_search_path' from source: unknown 8222 1726776611.01802: variable 'ansible_search_path' from source: unknown 8222 1726776611.01830: calling self._execute() 8222 1726776611.01904: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776611.01908: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776611.01916: variable 'omit' from source: magic vars 8222 1726776611.02002: variable 'omit' from source: magic vars 8222 1726776611.02036: variable 'omit' from source: magic vars 8222 1726776611.02058: variable '__kernel_settings_packages' from source: include_vars 8222 1726776611.02282: variable '__kernel_settings_packages' from source: include_vars 8222 1726776611.02443: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776611.04465: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776611.04696: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776611.04702: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776611.04704: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776611.04707: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776611.04769: 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) 8222 1726776611.04811: 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) 8222 1726776611.04844: 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) 8222 1726776611.04894: 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) 8222 1726776611.04918: 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) 8222 1726776611.05033: variable '__kernel_settings_is_ostree' from source: set_fact 8222 1726776611.05044: variable 'omit' from source: magic vars 8222 1726776611.05080: variable 'omit' from source: magic vars 8222 1726776611.05118: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776611.05138: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776611.05153: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776611.05166: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776611.05174: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776611.05203: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776611.05213: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776611.05215: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776611.05277: Set connection var ansible_timeout to 10 8222 1726776611.05284: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776611.05290: Set connection var ansible_connection to ssh 8222 1726776611.05298: Set connection var ansible_shell_executable to /bin/sh 8222 1726776611.05300: Set connection var ansible_shell_type to sh 8222 1726776611.05305: Set connection var ansible_pipelining to False 8222 1726776611.05325: variable 'ansible_shell_executable' from source: unknown 8222 1726776611.05328: variable 'ansible_connection' from source: unknown 8222 1726776611.05330: variable 'ansible_module_compression' from source: unknown 8222 1726776611.05333: variable 'ansible_shell_type' from source: unknown 8222 1726776611.05335: variable 'ansible_shell_executable' from source: unknown 8222 1726776611.05337: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776611.05339: variable 'ansible_pipelining' from source: unknown 8222 1726776611.05346: variable 'ansible_timeout' from source: unknown 8222 1726776611.05348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776611.05422: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776611.05430: variable 'omit' from source: magic vars 8222 1726776611.05436: starting attempt loop 8222 1726776611.05439: running the handler 8222 1726776611.05445: variable 'ansible_facts' from source: unknown 8222 1726776611.05447: variable 'ansible_facts' from source: unknown 8222 1726776611.05490: _low_level_execute_command(): starting 8222 1726776611.05498: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776611.06003: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776611.06009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776611.06012: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.06061: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776611.06066: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776611.06068: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776611.06133: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776611.07815: stdout chunk (state=3): >>>/root <<< 8222 1726776611.07903: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776611.07935: stderr chunk (state=3): >>><<< 8222 1726776611.07938: stdout chunk (state=3): >>><<< 8222 1726776611.07961: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776611.07972: _low_level_execute_command(): starting 8222 1726776611.07978: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776611.0796232-8737-52298041234344 `" && echo ansible-tmp-1726776611.0796232-8737-52298041234344="` echo /root/.ansible/tmp/ansible-tmp-1726776611.0796232-8737-52298041234344 `" ) && sleep 0' 8222 1726776611.08421: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776611.08425: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.08437: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.08497: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776611.08500: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776611.08502: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776611.08555: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776611.10525: stdout chunk (state=3): >>>ansible-tmp-1726776611.0796232-8737-52298041234344=/root/.ansible/tmp/ansible-tmp-1726776611.0796232-8737-52298041234344 <<< 8222 1726776611.10628: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776611.10660: stderr chunk (state=3): >>><<< 8222 1726776611.10663: stdout chunk (state=3): >>><<< 8222 1726776611.10678: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776611.0796232-8737-52298041234344=/root/.ansible/tmp/ansible-tmp-1726776611.0796232-8737-52298041234344 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776611.10712: variable 'ansible_module_compression' from source: unknown 8222 1726776611.10761: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8222 1726776611.10797: variable 'ansible_facts' from source: unknown 8222 1726776611.10875: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776611.0796232-8737-52298041234344/AnsiballZ_dnf.py 8222 1726776611.10988: Sending initial data 8222 1726776611.10991: Sent initial data (149 bytes) 8222 1726776611.11439: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776611.11443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.11446: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776611.11448: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.11487: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776611.11503: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776611.11561: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776611.13180: 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 <<< 8222 1726776611.13224: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776611.13272: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp96ldd_ef /root/.ansible/tmp/ansible-tmp-1726776611.0796232-8737-52298041234344/AnsiballZ_dnf.py <<< 8222 1726776611.13279: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776611.0796232-8737-52298041234344/AnsiballZ_dnf.py" <<< 8222 1726776611.13325: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp96ldd_ef" to remote "/root/.ansible/tmp/ansible-tmp-1726776611.0796232-8737-52298041234344/AnsiballZ_dnf.py" <<< 8222 1726776611.13331: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776611.0796232-8737-52298041234344/AnsiballZ_dnf.py" <<< 8222 1726776611.14076: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776611.14120: stderr chunk (state=3): >>><<< 8222 1726776611.14124: stdout chunk (state=3): >>><<< 8222 1726776611.14145: done transferring module to remote 8222 1726776611.14154: _low_level_execute_command(): starting 8222 1726776611.14159: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776611.0796232-8737-52298041234344/ /root/.ansible/tmp/ansible-tmp-1726776611.0796232-8737-52298041234344/AnsiballZ_dnf.py && sleep 0' 8222 1726776611.14592: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776611.14624: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776611.14627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.14629: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776611.14631: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776611.14633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.14696: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776611.14701: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776611.14746: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776611.16547: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776611.16573: stderr chunk (state=3): >>><<< 8222 1726776611.16576: stdout chunk (state=3): >>><<< 8222 1726776611.16596: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776611.16599: _low_level_execute_command(): starting 8222 1726776611.16607: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776611.0796232-8737-52298041234344/AnsiballZ_dnf.py && sleep 0' 8222 1726776611.17061: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776611.17064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.17067: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776611.17069: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.17124: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776611.17128: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776611.17134: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776611.17194: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776611.59663: 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}}} <<< 8222 1726776611.64142: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776611.64167: stderr chunk (state=3): >>><<< 8222 1726776611.64171: stdout chunk (state=3): >>><<< 8222 1726776611.64189: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776611.64231: 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-1726776611.0796232-8737-52298041234344/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776611.64236: _low_level_execute_command(): starting 8222 1726776611.64241: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776611.0796232-8737-52298041234344/ > /dev/null 2>&1 && sleep 0' 8222 1726776611.64699: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776611.64703: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.64705: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 8222 1726776611.64707: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776611.64709: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.64762: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776611.64769: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776611.64771: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776611.64814: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776611.66625: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776611.66652: stderr chunk (state=3): >>><<< 8222 1726776611.66655: stdout chunk (state=3): >>><<< 8222 1726776611.66669: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776611.66675: handler run complete 8222 1726776611.66707: attempt loop complete, returning result 8222 1726776611.66711: _execute() done 8222 1726776611.66713: dumping result to json 8222 1726776611.66717: done dumping result, returning 8222 1726776611.66725: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [12343ab9-b159-90b8-9460-0000000003ff] 8222 1726776611.66728: sending task result for task 12343ab9-b159-90b8-9460-0000000003ff 8222 1726776611.66824: done sending task result for task 12343ab9-b159-90b8-9460-0000000003ff 8222 1726776611.66827: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8222 1726776611.66948: no more pending results, returning what we have 8222 1726776611.66951: results queue empty 8222 1726776611.66952: checking for any_errors_fatal 8222 1726776611.66957: done checking for any_errors_fatal 8222 1726776611.66958: checking for max_fail_percentage 8222 1726776611.66959: done checking for max_fail_percentage 8222 1726776611.66960: checking to see if all hosts have failed and the running result is not ok 8222 1726776611.66961: done checking to see if all hosts have failed 8222 1726776611.66962: getting the remaining hosts for this loop 8222 1726776611.66964: done getting the remaining hosts for this loop 8222 1726776611.66967: getting the next task for host managed_node3 8222 1726776611.66974: done getting next task for host managed_node3 8222 1726776611.66977: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 8222 1726776611.66980: ^ state is: HOST STATE: block=2, task=17, 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 8222 1726776611.66991: getting variables 8222 1726776611.66993: in VariableManager get_vars() 8222 1726776611.67024: Calling all_inventory to load vars for managed_node3 8222 1726776611.67026: Calling groups_inventory to load vars for managed_node3 8222 1726776611.67028: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776611.67036: Calling all_plugins_play to load vars for managed_node3 8222 1726776611.67039: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776611.67041: Calling groups_plugins_play to load vars for managed_node3 8222 1726776611.67159: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776611.67280: done with get_vars() 8222 1726776611.67291: done getting variables 8222 1726776611.67332: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 16:10:11 -0400 (0:00:00.660) 0:00:14.351 **** 8222 1726776611.67355: entering _queue_task() for managed_node3/debug 8222 1726776611.67554: worker is 1 (out of 1 available) 8222 1726776611.67568: exiting _queue_task() for managed_node3/debug 8222 1726776611.67579: done queuing things up, now waiting for results queue to drain 8222 1726776611.67580: waiting for pending results... 8222 1726776611.67752: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 8222 1726776611.67817: in run() - task 12343ab9-b159-90b8-9460-000000000401 8222 1726776611.67829: variable 'ansible_search_path' from source: unknown 8222 1726776611.67833: variable 'ansible_search_path' from source: unknown 8222 1726776611.67859: calling self._execute() 8222 1726776611.67929: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776611.67932: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776611.67940: variable 'omit' from source: magic vars 8222 1726776611.68339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776611.69874: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776611.69922: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776611.69947: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776611.69972: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776611.69997: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776611.70063: 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) 8222 1726776611.70082: 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) 8222 1726776611.70107: 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) 8222 1726776611.70132: 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) 8222 1726776611.70143: 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) 8222 1726776611.70221: variable '__kernel_settings_is_transactional' from source: set_fact 8222 1726776611.70235: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 8222 1726776611.70238: when evaluation is False, skipping this task 8222 1726776611.70240: _execute() done 8222 1726776611.70243: dumping result to json 8222 1726776611.70246: done dumping result, returning 8222 1726776611.70252: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [12343ab9-b159-90b8-9460-000000000401] 8222 1726776611.70256: sending task result for task 12343ab9-b159-90b8-9460-000000000401 8222 1726776611.70340: done sending task result for task 12343ab9-b159-90b8-9460-000000000401 8222 1726776611.70343: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 8222 1726776611.70383: no more pending results, returning what we have 8222 1726776611.70388: results queue empty 8222 1726776611.70390: checking for any_errors_fatal 8222 1726776611.70396: done checking for any_errors_fatal 8222 1726776611.70397: checking for max_fail_percentage 8222 1726776611.70399: done checking for max_fail_percentage 8222 1726776611.70399: checking to see if all hosts have failed and the running result is not ok 8222 1726776611.70400: done checking to see if all hosts have failed 8222 1726776611.70401: getting the remaining hosts for this loop 8222 1726776611.70403: done getting the remaining hosts for this loop 8222 1726776611.70407: getting the next task for host managed_node3 8222 1726776611.70413: done getting next task for host managed_node3 8222 1726776611.70417: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 8222 1726776611.70419: ^ state is: HOST STATE: block=2, task=17, 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 8222 1726776611.70434: getting variables 8222 1726776611.70436: in VariableManager get_vars() 8222 1726776611.70470: Calling all_inventory to load vars for managed_node3 8222 1726776611.70472: Calling groups_inventory to load vars for managed_node3 8222 1726776611.70475: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776611.70484: Calling all_plugins_play to load vars for managed_node3 8222 1726776611.70489: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776611.70491: Calling groups_plugins_play to load vars for managed_node3 8222 1726776611.70668: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776611.70798: done with get_vars() 8222 1726776611.70806: done getting variables 8222 1726776611.70846: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 16:10:11 -0400 (0:00:00.035) 0:00:14.386 **** 8222 1726776611.70868: entering _queue_task() for managed_node3/reboot 8222 1726776611.71064: worker is 1 (out of 1 available) 8222 1726776611.71077: exiting _queue_task() for managed_node3/reboot 8222 1726776611.71091: done queuing things up, now waiting for results queue to drain 8222 1726776611.71092: waiting for pending results... 8222 1726776611.71259: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 8222 1726776611.71335: in run() - task 12343ab9-b159-90b8-9460-000000000402 8222 1726776611.71348: variable 'ansible_search_path' from source: unknown 8222 1726776611.71353: variable 'ansible_search_path' from source: unknown 8222 1726776611.71377: calling self._execute() 8222 1726776611.71447: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776611.71451: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776611.71458: variable 'omit' from source: magic vars 8222 1726776611.71799: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776611.73329: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776611.73388: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776611.73411: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776611.73436: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776611.73455: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776611.73514: 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) 8222 1726776611.73534: 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) 8222 1726776611.73551: 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) 8222 1726776611.73576: 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) 8222 1726776611.73587: 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) 8222 1726776611.73660: variable '__kernel_settings_is_transactional' from source: set_fact 8222 1726776611.73673: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 8222 1726776611.73676: when evaluation is False, skipping this task 8222 1726776611.73678: _execute() done 8222 1726776611.73681: dumping result to json 8222 1726776611.73684: done dumping result, returning 8222 1726776611.73694: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [12343ab9-b159-90b8-9460-000000000402] 8222 1726776611.73697: sending task result for task 12343ab9-b159-90b8-9460-000000000402 8222 1726776611.73779: done sending task result for task 12343ab9-b159-90b8-9460-000000000402 8222 1726776611.73782: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 8222 1726776611.73854: no more pending results, returning what we have 8222 1726776611.73857: results queue empty 8222 1726776611.73858: checking for any_errors_fatal 8222 1726776611.73863: done checking for any_errors_fatal 8222 1726776611.73864: checking for max_fail_percentage 8222 1726776611.73865: done checking for max_fail_percentage 8222 1726776611.73866: checking to see if all hosts have failed and the running result is not ok 8222 1726776611.73867: done checking to see if all hosts have failed 8222 1726776611.73868: getting the remaining hosts for this loop 8222 1726776611.73870: done getting the remaining hosts for this loop 8222 1726776611.73874: getting the next task for host managed_node3 8222 1726776611.73879: done getting next task for host managed_node3 8222 1726776611.73882: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 8222 1726776611.73885: ^ state is: HOST STATE: block=2, task=17, 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 8222 1726776611.73903: getting variables 8222 1726776611.73904: in VariableManager get_vars() 8222 1726776611.73934: Calling all_inventory to load vars for managed_node3 8222 1726776611.73936: Calling groups_inventory to load vars for managed_node3 8222 1726776611.73938: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776611.73946: Calling all_plugins_play to load vars for managed_node3 8222 1726776611.73948: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776611.73950: Calling groups_plugins_play to load vars for managed_node3 8222 1726776611.74070: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776611.74194: done with get_vars() 8222 1726776611.74202: done getting variables 8222 1726776611.74242: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 16:10:11 -0400 (0:00:00.033) 0:00:14.420 **** 8222 1726776611.74264: entering _queue_task() for managed_node3/fail 8222 1726776611.74458: worker is 1 (out of 1 available) 8222 1726776611.74472: exiting _queue_task() for managed_node3/fail 8222 1726776611.74484: done queuing things up, now waiting for results queue to drain 8222 1726776611.74484: waiting for pending results... 8222 1726776611.74657: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 8222 1726776611.74738: in run() - task 12343ab9-b159-90b8-9460-000000000403 8222 1726776611.74750: variable 'ansible_search_path' from source: unknown 8222 1726776611.74754: variable 'ansible_search_path' from source: unknown 8222 1726776611.74780: calling self._execute() 8222 1726776611.74849: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776611.74852: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776611.74861: variable 'omit' from source: magic vars 8222 1726776611.75255: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776611.76763: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776611.76809: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776611.76835: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776611.76859: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776611.76879: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776611.76949: 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) 8222 1726776611.76970: 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) 8222 1726776611.76990: 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) 8222 1726776611.77018: 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) 8222 1726776611.77029: 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) 8222 1726776611.77105: variable '__kernel_settings_is_transactional' from source: set_fact 8222 1726776611.77120: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 8222 1726776611.77124: when evaluation is False, skipping this task 8222 1726776611.77126: _execute() done 8222 1726776611.77129: dumping result to json 8222 1726776611.77131: done dumping result, returning 8222 1726776611.77139: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [12343ab9-b159-90b8-9460-000000000403] 8222 1726776611.77142: sending task result for task 12343ab9-b159-90b8-9460-000000000403 8222 1726776611.77231: done sending task result for task 12343ab9-b159-90b8-9460-000000000403 8222 1726776611.77234: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 8222 1726776611.77277: no more pending results, returning what we have 8222 1726776611.77280: results queue empty 8222 1726776611.77281: checking for any_errors_fatal 8222 1726776611.77287: done checking for any_errors_fatal 8222 1726776611.77288: checking for max_fail_percentage 8222 1726776611.77292: done checking for max_fail_percentage 8222 1726776611.77292: checking to see if all hosts have failed and the running result is not ok 8222 1726776611.77293: done checking to see if all hosts have failed 8222 1726776611.77294: getting the remaining hosts for this loop 8222 1726776611.77296: done getting the remaining hosts for this loop 8222 1726776611.77299: getting the next task for host managed_node3 8222 1726776611.77308: done getting next task for host managed_node3 8222 1726776611.77311: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 8222 1726776611.77314: ^ state is: HOST STATE: block=2, task=18, 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 8222 1726776611.77329: getting variables 8222 1726776611.77330: in VariableManager get_vars() 8222 1726776611.77368: Calling all_inventory to load vars for managed_node3 8222 1726776611.77370: Calling groups_inventory to load vars for managed_node3 8222 1726776611.77373: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776611.77381: Calling all_plugins_play to load vars for managed_node3 8222 1726776611.77384: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776611.77390: Calling groups_plugins_play to load vars for managed_node3 8222 1726776611.77560: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776611.77680: done with get_vars() 8222 1726776611.77692: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 16:10:11 -0400 (0:00:00.034) 0:00:14.455 **** 8222 1726776611.77749: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 8222 1726776611.77960: worker is 1 (out of 1 available) 8222 1726776611.77974: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 8222 1726776611.77987: done queuing things up, now waiting for results queue to drain 8222 1726776611.77991: waiting for pending results... 8222 1726776611.78159: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 8222 1726776611.78233: in run() - task 12343ab9-b159-90b8-9460-000000000405 8222 1726776611.78245: variable 'ansible_search_path' from source: unknown 8222 1726776611.78248: variable 'ansible_search_path' from source: unknown 8222 1726776611.78275: calling self._execute() 8222 1726776611.78343: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776611.78346: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776611.78356: variable 'omit' from source: magic vars 8222 1726776611.78433: variable 'omit' from source: magic vars 8222 1726776611.78463: variable 'omit' from source: magic vars 8222 1726776611.78484: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 8222 1726776611.78695: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 8222 1726776611.78753: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776611.78780: variable 'omit' from source: magic vars 8222 1726776611.78814: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776611.78839: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776611.78855: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776611.78868: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776611.78879: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776611.78903: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776611.78907: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776611.78909: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776611.78977: Set connection var ansible_timeout to 10 8222 1726776611.78982: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776611.78992: Set connection var ansible_connection to ssh 8222 1726776611.78996: Set connection var ansible_shell_executable to /bin/sh 8222 1726776611.78998: Set connection var ansible_shell_type to sh 8222 1726776611.79001: Set connection var ansible_pipelining to False 8222 1726776611.79016: variable 'ansible_shell_executable' from source: unknown 8222 1726776611.79019: variable 'ansible_connection' from source: unknown 8222 1726776611.79022: variable 'ansible_module_compression' from source: unknown 8222 1726776611.79024: variable 'ansible_shell_type' from source: unknown 8222 1726776611.79026: variable 'ansible_shell_executable' from source: unknown 8222 1726776611.79028: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776611.79031: variable 'ansible_pipelining' from source: unknown 8222 1726776611.79034: variable 'ansible_timeout' from source: unknown 8222 1726776611.79038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776611.79165: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776611.79174: variable 'omit' from source: magic vars 8222 1726776611.79179: starting attempt loop 8222 1726776611.79182: running the handler 8222 1726776611.79198: _low_level_execute_command(): starting 8222 1726776611.79204: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776611.79709: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776611.79712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.79715: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776611.79717: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.79770: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776611.79775: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776611.79778: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776611.79837: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776611.81544: stdout chunk (state=3): >>>/root <<< 8222 1726776611.81638: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776611.81670: stderr chunk (state=3): >>><<< 8222 1726776611.81673: stdout chunk (state=3): >>><<< 8222 1726776611.81696: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776611.81710: _low_level_execute_command(): starting 8222 1726776611.81716: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776611.8169732-8751-278886988091945 `" && echo ansible-tmp-1726776611.8169732-8751-278886988091945="` echo /root/.ansible/tmp/ansible-tmp-1726776611.8169732-8751-278886988091945 `" ) && sleep 0' 8222 1726776611.82176: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776611.82179: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.82191: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776611.82194: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776611.82197: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.82242: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776611.82247: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776611.82253: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776611.82307: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776611.84275: stdout chunk (state=3): >>>ansible-tmp-1726776611.8169732-8751-278886988091945=/root/.ansible/tmp/ansible-tmp-1726776611.8169732-8751-278886988091945 <<< 8222 1726776611.84378: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776611.84414: stderr chunk (state=3): >>><<< 8222 1726776611.84417: stdout chunk (state=3): >>><<< 8222 1726776611.84431: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776611.8169732-8751-278886988091945=/root/.ansible/tmp/ansible-tmp-1726776611.8169732-8751-278886988091945 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776611.84474: variable 'ansible_module_compression' from source: unknown 8222 1726776611.84509: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 8222 1726776611.84538: variable 'ansible_facts' from source: unknown 8222 1726776611.84613: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776611.8169732-8751-278886988091945/AnsiballZ_kernel_settings_get_config.py 8222 1726776611.84711: Sending initial data 8222 1726776611.84714: Sent initial data (173 bytes) 8222 1726776611.85164: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776611.85168: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776611.85170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.85173: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776611.85175: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.85228: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776611.85231: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776611.85235: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776611.85285: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776611.86921: 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 <<< 8222 1726776611.86969: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776611.87017: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp1psi_yku /root/.ansible/tmp/ansible-tmp-1726776611.8169732-8751-278886988091945/AnsiballZ_kernel_settings_get_config.py <<< 8222 1726776611.87024: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776611.8169732-8751-278886988091945/AnsiballZ_kernel_settings_get_config.py" <<< 8222 1726776611.87065: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp1psi_yku" to remote "/root/.ansible/tmp/ansible-tmp-1726776611.8169732-8751-278886988091945/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776611.8169732-8751-278886988091945/AnsiballZ_kernel_settings_get_config.py" <<< 8222 1726776611.87642: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776611.87685: stderr chunk (state=3): >>><<< 8222 1726776611.87690: stdout chunk (state=3): >>><<< 8222 1726776611.87710: done transferring module to remote 8222 1726776611.87718: _low_level_execute_command(): starting 8222 1726776611.87723: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776611.8169732-8751-278886988091945/ /root/.ansible/tmp/ansible-tmp-1726776611.8169732-8751-278886988091945/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8222 1726776611.88163: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776611.88166: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776611.88168: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.88174: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776611.88176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776611.88178: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.88225: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776611.88228: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776611.88279: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776611.90105: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776611.90134: stderr chunk (state=3): >>><<< 8222 1726776611.90138: stdout chunk (state=3): >>><<< 8222 1726776611.90155: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776611.90158: _low_level_execute_command(): starting 8222 1726776611.90163: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776611.8169732-8751-278886988091945/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8222 1726776611.90595: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776611.90599: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.90610: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776611.90668: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776611.90676: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776611.90678: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776611.90728: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.06345: 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"}}} <<< 8222 1726776612.07785: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776612.07813: stderr chunk (state=3): >>><<< 8222 1726776612.07816: stdout chunk (state=3): >>><<< 8222 1726776612.07832: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776612.07860: 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-1726776611.8169732-8751-278886988091945/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776612.07867: _low_level_execute_command(): starting 8222 1726776612.07890: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776611.8169732-8751-278886988091945/ > /dev/null 2>&1 && sleep 0' 8222 1726776612.08334: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776612.08338: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.08345: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.08347: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.08394: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.08398: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776612.08415: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.08459: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.10312: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776612.10324: stderr chunk (state=3): >>><<< 8222 1726776612.10332: stdout chunk (state=3): >>><<< 8222 1726776612.10347: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776612.10353: handler run complete 8222 1726776612.10370: attempt loop complete, returning result 8222 1726776612.10373: _execute() done 8222 1726776612.10375: dumping result to json 8222 1726776612.10379: done dumping result, returning 8222 1726776612.10389: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [12343ab9-b159-90b8-9460-000000000405] 8222 1726776612.10395: sending task result for task 12343ab9-b159-90b8-9460-000000000405 8222 1726776612.10488: done sending task result for task 12343ab9-b159-90b8-9460-000000000405 8222 1726776612.10492: 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" } } 8222 1726776612.10562: no more pending results, returning what we have 8222 1726776612.10566: results queue empty 8222 1726776612.10567: checking for any_errors_fatal 8222 1726776612.10574: done checking for any_errors_fatal 8222 1726776612.10574: checking for max_fail_percentage 8222 1726776612.10576: done checking for max_fail_percentage 8222 1726776612.10577: checking to see if all hosts have failed and the running result is not ok 8222 1726776612.10578: done checking to see if all hosts have failed 8222 1726776612.10579: getting the remaining hosts for this loop 8222 1726776612.10580: done getting the remaining hosts for this loop 8222 1726776612.10584: getting the next task for host managed_node3 8222 1726776612.10591: done getting next task for host managed_node3 8222 1726776612.10595: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 8222 1726776612.10597: ^ state is: HOST STATE: block=2, task=18, 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 8222 1726776612.10609: getting variables 8222 1726776612.10610: in VariableManager get_vars() 8222 1726776612.10645: Calling all_inventory to load vars for managed_node3 8222 1726776612.10647: Calling groups_inventory to load vars for managed_node3 8222 1726776612.10649: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776612.10659: Calling all_plugins_play to load vars for managed_node3 8222 1726776612.10662: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776612.10664: Calling groups_plugins_play to load vars for managed_node3 8222 1726776612.10800: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776612.10926: done with get_vars() 8222 1726776612.10935: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 16:10:12 -0400 (0:00:00.332) 0:00:14.788 **** 8222 1726776612.11006: entering _queue_task() for managed_node3/stat 8222 1726776612.11233: worker is 1 (out of 1 available) 8222 1726776612.11248: exiting _queue_task() for managed_node3/stat 8222 1726776612.11259: done queuing things up, now waiting for results queue to drain 8222 1726776612.11260: waiting for pending results... 8222 1726776612.11451: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 8222 1726776612.11530: in run() - task 12343ab9-b159-90b8-9460-000000000406 8222 1726776612.11542: variable 'ansible_search_path' from source: unknown 8222 1726776612.11546: variable 'ansible_search_path' from source: unknown 8222 1726776612.11585: variable '__prof_from_conf' from source: task vars 8222 1726776612.11847: variable '__prof_from_conf' from source: task vars 8222 1726776612.12267: variable '__data' from source: task vars 8222 1726776612.12326: variable '__kernel_settings_register_tuned_main' from source: set_fact 8222 1726776612.12465: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776612.12469: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776612.12517: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776612.12534: variable 'omit' from source: magic vars 8222 1726776612.12611: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776612.12617: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776612.12626: variable 'omit' from source: magic vars 8222 1726776612.12805: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776612.14251: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776612.14300: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776612.14327: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776612.14352: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776612.14371: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776612.14438: 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) 8222 1726776612.14458: 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) 8222 1726776612.14475: 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) 8222 1726776612.14506: 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) 8222 1726776612.14516: 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) 8222 1726776612.14591: variable 'item' from source: unknown 8222 1726776612.14605: Evaluated conditional (item | length > 0): False 8222 1726776612.14608: when evaluation is False, skipping this task 8222 1726776612.14634: variable 'item' from source: unknown 8222 1726776612.14690: 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" } 8222 1726776612.14863: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776612.14866: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776612.14869: variable 'omit' from source: magic vars 8222 1726776612.14929: 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) 8222 1726776612.14947: 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) 8222 1726776612.14964: 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) 8222 1726776612.14996: 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) 8222 1726776612.15007: 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) 8222 1726776612.15064: variable 'item' from source: unknown 8222 1726776612.15070: Evaluated conditional (item | length > 0): True 8222 1726776612.15076: variable 'omit' from source: magic vars 8222 1726776612.15113: variable 'omit' from source: magic vars 8222 1726776612.15143: variable 'item' from source: unknown 8222 1726776612.15191: variable 'item' from source: unknown 8222 1726776612.15207: variable 'omit' from source: magic vars 8222 1726776612.15228: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776612.15248: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776612.15266: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776612.15279: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776612.15290: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776612.15319: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776612.15322: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776612.15324: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776612.15404: Set connection var ansible_timeout to 10 8222 1726776612.15409: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776612.15414: Set connection var ansible_connection to ssh 8222 1726776612.15423: Set connection var ansible_shell_executable to /bin/sh 8222 1726776612.15425: Set connection var ansible_shell_type to sh 8222 1726776612.15427: Set connection var ansible_pipelining to False 8222 1726776612.15445: variable 'ansible_shell_executable' from source: unknown 8222 1726776612.15448: variable 'ansible_connection' from source: unknown 8222 1726776612.15450: variable 'ansible_module_compression' from source: unknown 8222 1726776612.15453: variable 'ansible_shell_type' from source: unknown 8222 1726776612.15455: variable 'ansible_shell_executable' from source: unknown 8222 1726776612.15457: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776612.15461: variable 'ansible_pipelining' from source: unknown 8222 1726776612.15464: variable 'ansible_timeout' from source: unknown 8222 1726776612.15468: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776612.15583: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776612.15597: variable 'omit' from source: magic vars 8222 1726776612.15602: starting attempt loop 8222 1726776612.15605: running the handler 8222 1726776612.15617: _low_level_execute_command(): starting 8222 1726776612.15623: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776612.16129: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.16135: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.16138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.16192: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.16196: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776612.16200: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.16257: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.17937: stdout chunk (state=3): >>>/root <<< 8222 1726776612.18028: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776612.18060: stderr chunk (state=3): >>><<< 8222 1726776612.18063: stdout chunk (state=3): >>><<< 8222 1726776612.18088: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776612.18102: _low_level_execute_command(): starting 8222 1726776612.18108: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776612.1808918-8762-67294270295931 `" && echo ansible-tmp-1726776612.1808918-8762-67294270295931="` echo /root/.ansible/tmp/ansible-tmp-1726776612.1808918-8762-67294270295931 `" ) && sleep 0' 8222 1726776612.18578: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.18583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.18609: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776612.18613: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.18666: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.18670: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776612.18672: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.18728: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.20661: stdout chunk (state=3): >>>ansible-tmp-1726776612.1808918-8762-67294270295931=/root/.ansible/tmp/ansible-tmp-1726776612.1808918-8762-67294270295931 <<< 8222 1726776612.20758: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776612.20791: stderr chunk (state=3): >>><<< 8222 1726776612.20795: stdout chunk (state=3): >>><<< 8222 1726776612.20808: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776612.1808918-8762-67294270295931=/root/.ansible/tmp/ansible-tmp-1726776612.1808918-8762-67294270295931 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776612.20847: variable 'ansible_module_compression' from source: unknown 8222 1726776612.20893: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776612.20919: variable 'ansible_facts' from source: unknown 8222 1726776612.20985: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776612.1808918-8762-67294270295931/AnsiballZ_stat.py 8222 1726776612.21088: Sending initial data 8222 1726776612.21092: Sent initial data (150 bytes) 8222 1726776612.21550: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.21554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.21561: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.21563: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.21615: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.21619: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776612.21621: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.21681: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.23337: 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 <<< 8222 1726776612.23378: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776612.23423: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpx373pvwa /root/.ansible/tmp/ansible-tmp-1726776612.1808918-8762-67294270295931/AnsiballZ_stat.py <<< 8222 1726776612.23430: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776612.1808918-8762-67294270295931/AnsiballZ_stat.py" <<< 8222 1726776612.23472: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpx373pvwa" to remote "/root/.ansible/tmp/ansible-tmp-1726776612.1808918-8762-67294270295931/AnsiballZ_stat.py" <<< 8222 1726776612.23476: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776612.1808918-8762-67294270295931/AnsiballZ_stat.py" <<< 8222 1726776612.24026: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776612.24069: stderr chunk (state=3): >>><<< 8222 1726776612.24073: stdout chunk (state=3): >>><<< 8222 1726776612.24115: done transferring module to remote 8222 1726776612.24124: _low_level_execute_command(): starting 8222 1726776612.24129: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776612.1808918-8762-67294270295931/ /root/.ansible/tmp/ansible-tmp-1726776612.1808918-8762-67294270295931/AnsiballZ_stat.py && sleep 0' 8222 1726776612.24592: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.24597: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.24599: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.24602: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.24652: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.24655: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776612.24657: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.24710: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.26552: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776612.26575: stderr chunk (state=3): >>><<< 8222 1726776612.26578: stdout chunk (state=3): >>><<< 8222 1726776612.26595: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776612.26598: _low_level_execute_command(): starting 8222 1726776612.26603: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776612.1808918-8762-67294270295931/AnsiballZ_stat.py && sleep 0' 8222 1726776612.27058: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.27061: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.27064: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776612.27066: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776612.27068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.27121: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.27125: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776612.27136: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.27192: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.43143: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 29, "inode": 348127424, "dev": 51714, "nlink": 3, "atime": 1726776606.3690631, "mtime": 1726776602.9060369, "ctime": 1726776602.9060369, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3830244823", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 8222 1726776612.44741: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776612.44767: stderr chunk (state=3): >>><<< 8222 1726776612.44771: stdout chunk (state=3): >>><<< 8222 1726776612.44785: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 29, "inode": 348127424, "dev": 51714, "nlink": 3, "atime": 1726776606.3690631, "mtime": 1726776602.9060369, "ctime": 1726776602.9060369, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3830244823", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776612.44849: 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-1726776612.1808918-8762-67294270295931/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776612.44856: _low_level_execute_command(): starting 8222 1726776612.44861: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776612.1808918-8762-67294270295931/ > /dev/null 2>&1 && sleep 0' 8222 1726776612.45314: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776612.45317: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776612.45320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776612.45322: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776612.45324: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.45377: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.45382: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776612.45385: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.45434: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.47284: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776612.47314: stderr chunk (state=3): >>><<< 8222 1726776612.47317: stdout chunk (state=3): >>><<< 8222 1726776612.47329: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776612.47335: handler run complete 8222 1726776612.47366: attempt loop complete, returning result 8222 1726776612.47381: variable 'item' from source: unknown 8222 1726776612.47442: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1726776606.3690631, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776602.9060369, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 348127424, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776602.9060369, "nlink": 3, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 29, "uid": 0, "version": "3830244823", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 8222 1726776612.47599: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776612.47602: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776612.47605: variable 'omit' from source: magic vars 8222 1726776612.47670: 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) 8222 1726776612.47691: 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) 8222 1726776612.47709: 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) 8222 1726776612.47737: 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) 8222 1726776612.47749: 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) 8222 1726776612.47807: variable 'item' from source: unknown 8222 1726776612.47813: Evaluated conditional (item | length > 0): True 8222 1726776612.47818: variable 'omit' from source: magic vars 8222 1726776612.47832: variable 'omit' from source: magic vars 8222 1726776612.47860: variable 'item' from source: unknown 8222 1726776612.47906: variable 'item' from source: unknown 8222 1726776612.47916: variable 'omit' from source: magic vars 8222 1726776612.47932: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776612.47941: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776612.47944: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776612.47955: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776612.47958: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776612.47960: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776612.48011: Set connection var ansible_timeout to 10 8222 1726776612.48017: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776612.48022: Set connection var ansible_connection to ssh 8222 1726776612.48026: Set connection var ansible_shell_executable to /bin/sh 8222 1726776612.48029: Set connection var ansible_shell_type to sh 8222 1726776612.48034: Set connection var ansible_pipelining to False 8222 1726776612.48048: variable 'ansible_shell_executable' from source: unknown 8222 1726776612.48054: variable 'ansible_connection' from source: unknown 8222 1726776612.48056: variable 'ansible_module_compression' from source: unknown 8222 1726776612.48059: variable 'ansible_shell_type' from source: unknown 8222 1726776612.48061: variable 'ansible_shell_executable' from source: unknown 8222 1726776612.48064: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776612.48068: variable 'ansible_pipelining' from source: unknown 8222 1726776612.48070: variable 'ansible_timeout' from source: unknown 8222 1726776612.48075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776612.48148: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776612.48158: variable 'omit' from source: magic vars 8222 1726776612.48161: starting attempt loop 8222 1726776612.48165: running the handler 8222 1726776612.48172: _low_level_execute_command(): starting 8222 1726776612.48175: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776612.48607: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776612.48610: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776612.48612: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.48614: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776612.48616: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.48666: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.48669: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776612.48673: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.48721: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.50410: stdout chunk (state=3): >>>/root <<< 8222 1726776612.50510: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776612.50534: stderr chunk (state=3): >>><<< 8222 1726776612.50537: stdout chunk (state=3): >>><<< 8222 1726776612.50553: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776612.50560: _low_level_execute_command(): starting 8222 1726776612.50565: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776612.5055249-8762-122321641905677 `" && echo ansible-tmp-1726776612.5055249-8762-122321641905677="` echo /root/.ansible/tmp/ansible-tmp-1726776612.5055249-8762-122321641905677 `" ) && sleep 0' 8222 1726776612.50978: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.50987: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776612.50989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776612.50992: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.50994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.51042: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.51048: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776612.51050: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.51099: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.53016: stdout chunk (state=3): >>>ansible-tmp-1726776612.5055249-8762-122321641905677=/root/.ansible/tmp/ansible-tmp-1726776612.5055249-8762-122321641905677 <<< 8222 1726776612.53123: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776612.53149: stderr chunk (state=3): >>><<< 8222 1726776612.53153: stdout chunk (state=3): >>><<< 8222 1726776612.53165: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776612.5055249-8762-122321641905677=/root/.ansible/tmp/ansible-tmp-1726776612.5055249-8762-122321641905677 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776612.53199: variable 'ansible_module_compression' from source: unknown 8222 1726776612.53232: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776612.53251: variable 'ansible_facts' from source: unknown 8222 1726776612.53296: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776612.5055249-8762-122321641905677/AnsiballZ_stat.py 8222 1726776612.53383: Sending initial data 8222 1726776612.53391: Sent initial data (151 bytes) 8222 1726776612.53829: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776612.53832: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776612.53834: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.53836: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8222 1726776612.53839: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.53841: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.53883: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.53889: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.53945: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.55512: 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 <<< 8222 1726776612.55515: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776612.55557: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776612.55608: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp8wzlkg4l /root/.ansible/tmp/ansible-tmp-1726776612.5055249-8762-122321641905677/AnsiballZ_stat.py <<< 8222 1726776612.55611: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776612.5055249-8762-122321641905677/AnsiballZ_stat.py" <<< 8222 1726776612.55653: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp8wzlkg4l" to remote "/root/.ansible/tmp/ansible-tmp-1726776612.5055249-8762-122321641905677/AnsiballZ_stat.py" <<< 8222 1726776612.55660: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776612.5055249-8762-122321641905677/AnsiballZ_stat.py" <<< 8222 1726776612.56198: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776612.56236: stderr chunk (state=3): >>><<< 8222 1726776612.56240: stdout chunk (state=3): >>><<< 8222 1726776612.56275: done transferring module to remote 8222 1726776612.56282: _low_level_execute_command(): starting 8222 1726776612.56291: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776612.5055249-8762-122321641905677/ /root/.ansible/tmp/ansible-tmp-1726776612.5055249-8762-122321641905677/AnsiballZ_stat.py && sleep 0' 8222 1726776612.56720: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776612.56724: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776612.56729: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.56731: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776612.56733: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.56735: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.56779: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.56782: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.56837: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.58659: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776612.58669: stderr chunk (state=3): >>><<< 8222 1726776612.58672: stdout chunk (state=3): >>><<< 8222 1726776612.58691: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776612.58694: _low_level_execute_command(): starting 8222 1726776612.58697: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776612.5055249-8762-122321641905677/AnsiballZ_stat.py && sleep 0' 8222 1726776612.59193: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776612.59226: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.59229: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.59235: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776612.59236: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.59303: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.75328: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 152, "inode": 346030272, "dev": 51714, "nlink": 4, "atime": 1726776570.1627889, "mtime": 1726776604.7130506, "ctime": 1726776604.7130506, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1686699488", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 8222 1726776612.76827: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776612.76856: stderr chunk (state=3): >>><<< 8222 1726776612.76859: stdout chunk (state=3): >>><<< 8222 1726776612.76875: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 152, "inode": 346030272, "dev": 51714, "nlink": 4, "atime": 1726776570.1627889, "mtime": 1726776604.7130506, "ctime": 1726776604.7130506, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1686699488", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776612.76913: 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-1726776612.5055249-8762-122321641905677/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776612.76921: _low_level_execute_command(): starting 8222 1726776612.76923: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776612.5055249-8762-122321641905677/ > /dev/null 2>&1 && sleep 0' 8222 1726776612.77367: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776612.77371: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776612.77373: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.77375: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.77379: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.77432: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.77435: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776612.77441: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.77485: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.79292: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776612.79318: stderr chunk (state=3): >>><<< 8222 1726776612.79321: stdout chunk (state=3): >>><<< 8222 1726776612.79335: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776612.79340: handler run complete 8222 1726776612.79370: attempt loop complete, returning result 8222 1726776612.79384: variable 'item' from source: unknown 8222 1726776612.79446: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726776570.1627889, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776604.7130506, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 346030272, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776604.7130506, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "1686699488", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 8222 1726776612.79591: dumping result to json 8222 1726776612.79594: done dumping result, returning 8222 1726776612.79597: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [12343ab9-b159-90b8-9460-000000000406] 8222 1726776612.79598: sending task result for task 12343ab9-b159-90b8-9460-000000000406 8222 1726776612.79646: done sending task result for task 12343ab9-b159-90b8-9460-000000000406 8222 1726776612.79649: WORKER PROCESS EXITING 8222 1726776612.79744: no more pending results, returning what we have 8222 1726776612.79747: results queue empty 8222 1726776612.79748: checking for any_errors_fatal 8222 1726776612.79753: done checking for any_errors_fatal 8222 1726776612.79753: checking for max_fail_percentage 8222 1726776612.79755: done checking for max_fail_percentage 8222 1726776612.79755: checking to see if all hosts have failed and the running result is not ok 8222 1726776612.79756: done checking to see if all hosts have failed 8222 1726776612.79761: getting the remaining hosts for this loop 8222 1726776612.79763: done getting the remaining hosts for this loop 8222 1726776612.79766: getting the next task for host managed_node3 8222 1726776612.79771: done getting next task for host managed_node3 8222 1726776612.79774: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 8222 1726776612.79776: ^ state is: HOST STATE: block=2, task=18, 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 8222 1726776612.79788: getting variables 8222 1726776612.79791: in VariableManager get_vars() 8222 1726776612.79821: Calling all_inventory to load vars for managed_node3 8222 1726776612.79824: Calling groups_inventory to load vars for managed_node3 8222 1726776612.79825: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776612.79833: Calling all_plugins_play to load vars for managed_node3 8222 1726776612.79835: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776612.79838: Calling groups_plugins_play to load vars for managed_node3 8222 1726776612.79952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776612.80254: done with get_vars() 8222 1726776612.80261: done getting variables 8222 1726776612.80305: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 16:10:12 -0400 (0:00:00.693) 0:00:15.481 **** 8222 1726776612.80329: entering _queue_task() for managed_node3/set_fact 8222 1726776612.80514: worker is 1 (out of 1 available) 8222 1726776612.80526: exiting _queue_task() for managed_node3/set_fact 8222 1726776612.80537: done queuing things up, now waiting for results queue to drain 8222 1726776612.80538: waiting for pending results... 8222 1726776612.80717: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 8222 1726776612.80785: in run() - task 12343ab9-b159-90b8-9460-000000000407 8222 1726776612.80800: variable 'ansible_search_path' from source: unknown 8222 1726776612.80804: variable 'ansible_search_path' from source: unknown 8222 1726776612.80833: calling self._execute() 8222 1726776612.80904: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776612.80908: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776612.80916: variable 'omit' from source: magic vars 8222 1726776612.80996: variable 'omit' from source: magic vars 8222 1726776612.81030: variable 'omit' from source: magic vars 8222 1726776612.81344: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776612.82732: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776612.82782: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776612.82811: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776612.82838: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776612.82857: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776612.82913: 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) 8222 1726776612.82935: 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) 8222 1726776612.82953: 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) 8222 1726776612.82978: 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) 8222 1726776612.82992: 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) 8222 1726776612.83022: 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) 8222 1726776612.83043: 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) 8222 1726776612.83058: 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) 8222 1726776612.83082: 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) 8222 1726776612.83095: 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) 8222 1726776612.83134: 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) 8222 1726776612.83152: 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) 8222 1726776612.83168: 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) 8222 1726776612.83195: 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) 8222 1726776612.83206: 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) 8222 1726776612.83352: variable '__kernel_settings_find_profile_dirs' from source: set_fact 8222 1726776612.83424: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776612.83529: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776612.83554: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776612.83577: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776612.83601: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776612.83631: 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) 8222 1726776612.83647: 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) 8222 1726776612.83663: 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) 8222 1726776612.83680: 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) 8222 1726776612.83722: variable 'omit' from source: magic vars 8222 1726776612.83740: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776612.83760: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776612.83774: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776612.83791: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776612.83799: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776612.83821: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776612.83825: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776612.83827: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776612.83894: Set connection var ansible_timeout to 10 8222 1726776612.83898: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776612.83903: Set connection var ansible_connection to ssh 8222 1726776612.83913: Set connection var ansible_shell_executable to /bin/sh 8222 1726776612.83924: Set connection var ansible_shell_type to sh 8222 1726776612.83927: Set connection var ansible_pipelining to False 8222 1726776612.83935: variable 'ansible_shell_executable' from source: unknown 8222 1726776612.83938: variable 'ansible_connection' from source: unknown 8222 1726776612.83940: variable 'ansible_module_compression' from source: unknown 8222 1726776612.83943: variable 'ansible_shell_type' from source: unknown 8222 1726776612.83945: variable 'ansible_shell_executable' from source: unknown 8222 1726776612.83948: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776612.83953: variable 'ansible_pipelining' from source: unknown 8222 1726776612.83955: variable 'ansible_timeout' from source: unknown 8222 1726776612.83958: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776612.84027: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776612.84037: variable 'omit' from source: magic vars 8222 1726776612.84043: starting attempt loop 8222 1726776612.84045: running the handler 8222 1726776612.84054: handler run complete 8222 1726776612.84061: attempt loop complete, returning result 8222 1726776612.84064: _execute() done 8222 1726776612.84066: dumping result to json 8222 1726776612.84068: done dumping result, returning 8222 1726776612.84075: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [12343ab9-b159-90b8-9460-000000000407] 8222 1726776612.84078: sending task result for task 12343ab9-b159-90b8-9460-000000000407 8222 1726776612.84156: done sending task result for task 12343ab9-b159-90b8-9460-000000000407 8222 1726776612.84159: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 8222 1726776612.84232: no more pending results, returning what we have 8222 1726776612.84235: results queue empty 8222 1726776612.84236: checking for any_errors_fatal 8222 1726776612.84250: done checking for any_errors_fatal 8222 1726776612.84251: checking for max_fail_percentage 8222 1726776612.84252: done checking for max_fail_percentage 8222 1726776612.84253: checking to see if all hosts have failed and the running result is not ok 8222 1726776612.84254: done checking to see if all hosts have failed 8222 1726776612.84255: getting the remaining hosts for this loop 8222 1726776612.84257: done getting the remaining hosts for this loop 8222 1726776612.84259: getting the next task for host managed_node3 8222 1726776612.84264: done getting next task for host managed_node3 8222 1726776612.84272: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 8222 1726776612.84275: ^ state is: HOST STATE: block=2, task=18, 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 8222 1726776612.84287: getting variables 8222 1726776612.84291: in VariableManager get_vars() 8222 1726776612.84319: Calling all_inventory to load vars for managed_node3 8222 1726776612.84321: Calling groups_inventory to load vars for managed_node3 8222 1726776612.84323: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776612.84330: Calling all_plugins_play to load vars for managed_node3 8222 1726776612.84332: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776612.84334: Calling groups_plugins_play to load vars for managed_node3 8222 1726776612.84464: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776612.84597: done with get_vars() 8222 1726776612.84605: done getting variables 8222 1726776612.84643: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 16:10:12 -0400 (0:00:00.043) 0:00:15.524 **** 8222 1726776612.84665: entering _queue_task() for managed_node3/service 8222 1726776612.84853: worker is 1 (out of 1 available) 8222 1726776612.84866: exiting _queue_task() for managed_node3/service 8222 1726776612.84878: done queuing things up, now waiting for results queue to drain 8222 1726776612.84879: waiting for pending results... 8222 1726776612.85047: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 8222 1726776612.85123: in run() - task 12343ab9-b159-90b8-9460-000000000408 8222 1726776612.85134: variable 'ansible_search_path' from source: unknown 8222 1726776612.85137: variable 'ansible_search_path' from source: unknown 8222 1726776612.85171: variable '__kernel_settings_services' from source: include_vars 8222 1726776612.85395: variable '__kernel_settings_services' from source: include_vars 8222 1726776612.85448: variable 'omit' from source: magic vars 8222 1726776612.85527: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776612.85535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776612.85543: variable 'omit' from source: magic vars 8222 1726776612.85596: variable 'omit' from source: magic vars 8222 1726776612.85625: variable 'omit' from source: magic vars 8222 1726776612.85655: variable 'item' from source: unknown 8222 1726776612.85709: variable 'item' from source: unknown 8222 1726776612.85726: variable 'omit' from source: magic vars 8222 1726776612.85760: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776612.85834: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776612.85849: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776612.85865: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776612.85872: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776612.85895: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776612.85898: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776612.85901: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776612.85964: Set connection var ansible_timeout to 10 8222 1726776612.85971: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776612.85974: Set connection var ansible_connection to ssh 8222 1726776612.85982: Set connection var ansible_shell_executable to /bin/sh 8222 1726776612.85984: Set connection var ansible_shell_type to sh 8222 1726776612.86018: Set connection var ansible_pipelining to False 8222 1726776612.86022: variable 'ansible_shell_executable' from source: unknown 8222 1726776612.86024: variable 'ansible_connection' from source: unknown 8222 1726776612.86027: variable 'ansible_module_compression' from source: unknown 8222 1726776612.86029: variable 'ansible_shell_type' from source: unknown 8222 1726776612.86031: variable 'ansible_shell_executable' from source: unknown 8222 1726776612.86032: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776612.86034: variable 'ansible_pipelining' from source: unknown 8222 1726776612.86036: variable 'ansible_timeout' from source: unknown 8222 1726776612.86038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776612.86125: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776612.86133: variable 'omit' from source: magic vars 8222 1726776612.86139: starting attempt loop 8222 1726776612.86142: running the handler 8222 1726776612.86204: variable 'ansible_facts' from source: unknown 8222 1726776612.86277: _low_level_execute_command(): starting 8222 1726776612.86284: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776612.86763: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.86793: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.86797: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776612.86800: 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 <<< 8222 1726776612.86804: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.86842: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.86858: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.86916: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.88573: stdout chunk (state=3): >>>/root <<< 8222 1726776612.88668: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776612.88698: stderr chunk (state=3): >>><<< 8222 1726776612.88702: stdout chunk (state=3): >>><<< 8222 1726776612.88721: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776612.88732: _low_level_execute_command(): starting 8222 1726776612.88737: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776612.8872082-8778-134501950384294 `" && echo ansible-tmp-1726776612.8872082-8778-134501950384294="` echo /root/.ansible/tmp/ansible-tmp-1726776612.8872082-8778-134501950384294 `" ) && sleep 0' 8222 1726776612.89159: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776612.89163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776612.89172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776612.89174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776612.89176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.89229: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.89231: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776612.89233: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.89274: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.91159: stdout chunk (state=3): >>>ansible-tmp-1726776612.8872082-8778-134501950384294=/root/.ansible/tmp/ansible-tmp-1726776612.8872082-8778-134501950384294 <<< 8222 1726776612.91269: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776612.91295: stderr chunk (state=3): >>><<< 8222 1726776612.91299: stdout chunk (state=3): >>><<< 8222 1726776612.91313: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776612.8872082-8778-134501950384294=/root/.ansible/tmp/ansible-tmp-1726776612.8872082-8778-134501950384294 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776612.91339: variable 'ansible_module_compression' from source: unknown 8222 1726776612.91379: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 8222 1726776612.91432: variable 'ansible_facts' from source: unknown 8222 1726776612.91572: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776612.8872082-8778-134501950384294/AnsiballZ_systemd.py 8222 1726776612.91668: Sending initial data 8222 1726776612.91671: Sent initial data (154 bytes) 8222 1726776612.92108: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776612.92111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.92115: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.92118: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.92167: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.92174: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776612.92176: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.92219: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.93791: 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 <<< 8222 1726776612.93794: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776612.93831: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776612.93875: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp1petdcv4 /root/.ansible/tmp/ansible-tmp-1726776612.8872082-8778-134501950384294/AnsiballZ_systemd.py <<< 8222 1726776612.93882: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776612.8872082-8778-134501950384294/AnsiballZ_systemd.py" <<< 8222 1726776612.93920: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp1petdcv4" to remote "/root/.ansible/tmp/ansible-tmp-1726776612.8872082-8778-134501950384294/AnsiballZ_systemd.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776612.8872082-8778-134501950384294/AnsiballZ_systemd.py" <<< 8222 1726776612.94958: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776612.94997: stderr chunk (state=3): >>><<< 8222 1726776612.95000: stdout chunk (state=3): >>><<< 8222 1726776612.95020: done transferring module to remote 8222 1726776612.95028: _low_level_execute_command(): starting 8222 1726776612.95033: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776612.8872082-8778-134501950384294/ /root/.ansible/tmp/ansible-tmp-1726776612.8872082-8778-134501950384294/AnsiballZ_systemd.py && sleep 0' 8222 1726776612.95462: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776612.95465: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776612.95468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.95470: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776612.95476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.95522: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.95525: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.95575: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776612.97402: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776612.97425: stderr chunk (state=3): >>><<< 8222 1726776612.97428: stdout chunk (state=3): >>><<< 8222 1726776612.97440: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776612.97443: _low_level_execute_command(): starting 8222 1726776612.97448: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776612.8872082-8778-134501950384294/AnsiballZ_systemd.py && sleep 0' 8222 1726776612.97860: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776612.97863: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776612.97865: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776612.97868: 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 <<< 8222 1726776612.97869: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776612.97920: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776612.97923: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776612.97978: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776613.27443: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "13443", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainStartTimestampMonotonic": "212515230", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainHandoffTimestampMonotonic": "212527420", "ExecMainPID": "13443", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4609", "MemoryCurrent": "15192064", "MemoryPeak": "15601664", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3273859072", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "114261000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEML<<< 8222 1726776613.27463: stdout chunk (state=3): >>>OCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:10:06 EDT", "StateChangeTimestampMonotonic": "212655563", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveExitTimestampMonotonic": "212515731", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveEnterTimestampMonotonic": "212655563", "ActiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveExitTimestampMonotonic": "212478589", "InactiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveEnterTimestampMonotonic": "212513440", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ConditionTimestampMonotonic": "212514445", "AssertTimestamp": "Thu 2024-09-19 16:10:06 EDT", "AssertTimestampMonotonic": "212514449", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "9e51a24952304ec082473cd5c1e18eb3", "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}}} <<< 8222 1726776613.29451: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776613.29480: stderr chunk (state=3): >>><<< 8222 1726776613.29483: stdout chunk (state=3): >>><<< 8222 1726776613.29512: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "13443", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainStartTimestampMonotonic": "212515230", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainHandoffTimestampMonotonic": "212527420", "ExecMainPID": "13443", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4609", "MemoryCurrent": "15192064", "MemoryPeak": "15601664", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3273859072", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "114261000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:10:06 EDT", "StateChangeTimestampMonotonic": "212655563", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveExitTimestampMonotonic": "212515731", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveEnterTimestampMonotonic": "212655563", "ActiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveExitTimestampMonotonic": "212478589", "InactiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveEnterTimestampMonotonic": "212513440", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ConditionTimestampMonotonic": "212514445", "AssertTimestamp": "Thu 2024-09-19 16:10:06 EDT", "AssertTimestampMonotonic": "212514449", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "9e51a24952304ec082473cd5c1e18eb3", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776613.29642: 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-1726776612.8872082-8778-134501950384294/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776613.29657: _low_level_execute_command(): starting 8222 1726776613.29661: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776612.8872082-8778-134501950384294/ > /dev/null 2>&1 && sleep 0' 8222 1726776613.30117: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776613.30120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776613.30123: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.30127: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776613.30129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776613.30131: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.30192: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776613.30195: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776613.30197: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776613.30252: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776613.32162: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776613.32193: stderr chunk (state=3): >>><<< 8222 1726776613.32196: stdout chunk (state=3): >>><<< 8222 1726776613.32215: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776613.32221: handler run complete 8222 1726776613.32258: attempt loop complete, returning result 8222 1726776613.32274: variable 'item' from source: unknown 8222 1726776613.32341: variable 'item' from source: unknown ok: [managed_node3] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveEnterTimestampMonotonic": "212655563", "ActiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveExitTimestampMonotonic": "212478589", "ActiveState": "active", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:10:06 EDT", "AssertTimestampMonotonic": "212514449", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "114261000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ConditionTimestampMonotonic": "212514445", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4609", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3702878208", "EffectiveMemoryMax": "3702878208", "EffectiveTasksMax": "22362", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainHandoffTimestampMonotonic": "212527420", "ExecMainPID": "13443", "ExecMainStartTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainStartTimestampMonotonic": "212515230", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveEnterTimestampMonotonic": "212513440", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveExitTimestampMonotonic": "212515731", "InvocationID": "9e51a24952304ec082473cd5c1e18eb3", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13443", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3273859072", "MemoryCurrent": "15192064", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "15601664", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:10:06 EDT", "StateChangeTimestampMonotonic": "212655563", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 8222 1726776613.32835: dumping result to json 8222 1726776613.32838: done dumping result, returning 8222 1726776613.32840: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [12343ab9-b159-90b8-9460-000000000408] 8222 1726776613.32842: sending task result for task 12343ab9-b159-90b8-9460-000000000408 8222 1726776613.32920: done sending task result for task 12343ab9-b159-90b8-9460-000000000408 8222 1726776613.32923: WORKER PROCESS EXITING 8222 1726776613.33001: no more pending results, returning what we have 8222 1726776613.33003: results queue empty 8222 1726776613.33004: checking for any_errors_fatal 8222 1726776613.33006: done checking for any_errors_fatal 8222 1726776613.33006: checking for max_fail_percentage 8222 1726776613.33007: done checking for max_fail_percentage 8222 1726776613.33008: checking to see if all hosts have failed and the running result is not ok 8222 1726776613.33008: done checking to see if all hosts have failed 8222 1726776613.33009: getting the remaining hosts for this loop 8222 1726776613.33010: done getting the remaining hosts for this loop 8222 1726776613.33012: getting the next task for host managed_node3 8222 1726776613.33015: done getting next task for host managed_node3 8222 1726776613.33017: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 8222 1726776613.33019: ^ state is: HOST STATE: block=2, task=18, 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 8222 1726776613.33028: getting variables 8222 1726776613.33029: in VariableManager get_vars() 8222 1726776613.33049: Calling all_inventory to load vars for managed_node3 8222 1726776613.33051: Calling groups_inventory to load vars for managed_node3 8222 1726776613.33052: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776613.33058: Calling all_plugins_play to load vars for managed_node3 8222 1726776613.33060: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776613.33062: Calling groups_plugins_play to load vars for managed_node3 8222 1726776613.33163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776613.33281: done with get_vars() 8222 1726776613.33293: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 16:10:13 -0400 (0:00:00.486) 0:00:16.011 **** 8222 1726776613.33359: entering _queue_task() for managed_node3/file 8222 1726776613.33572: worker is 1 (out of 1 available) 8222 1726776613.33588: exiting _queue_task() for managed_node3/file 8222 1726776613.33602: done queuing things up, now waiting for results queue to drain 8222 1726776613.33604: waiting for pending results... 8222 1726776613.33777: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 8222 1726776613.33851: in run() - task 12343ab9-b159-90b8-9460-000000000409 8222 1726776613.33863: variable 'ansible_search_path' from source: unknown 8222 1726776613.33867: variable 'ansible_search_path' from source: unknown 8222 1726776613.33895: calling self._execute() 8222 1726776613.33965: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776613.33970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776613.33979: variable 'omit' from source: magic vars 8222 1726776613.34057: variable 'omit' from source: magic vars 8222 1726776613.34094: variable 'omit' from source: magic vars 8222 1726776613.34116: variable '__kernel_settings_profile_dir' from source: role '' all vars 8222 1726776613.34333: variable '__kernel_settings_profile_dir' from source: role '' all vars 8222 1726776613.34405: variable '__kernel_settings_profile_parent' from source: set_fact 8222 1726776613.34410: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776613.34466: variable 'omit' from source: magic vars 8222 1726776613.34500: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776613.34526: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776613.34543: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776613.34555: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776613.34564: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776613.34591: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776613.34594: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776613.34597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776613.34661: Set connection var ansible_timeout to 10 8222 1726776613.34668: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776613.34672: Set connection var ansible_connection to ssh 8222 1726776613.34677: Set connection var ansible_shell_executable to /bin/sh 8222 1726776613.34680: Set connection var ansible_shell_type to sh 8222 1726776613.34685: Set connection var ansible_pipelining to False 8222 1726776613.34703: variable 'ansible_shell_executable' from source: unknown 8222 1726776613.34707: variable 'ansible_connection' from source: unknown 8222 1726776613.34710: variable 'ansible_module_compression' from source: unknown 8222 1726776613.34712: variable 'ansible_shell_type' from source: unknown 8222 1726776613.34714: variable 'ansible_shell_executable' from source: unknown 8222 1726776613.34716: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776613.34718: variable 'ansible_pipelining' from source: unknown 8222 1726776613.34720: variable 'ansible_timeout' from source: unknown 8222 1726776613.34727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776613.34863: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776613.34872: variable 'omit' from source: magic vars 8222 1726776613.34878: starting attempt loop 8222 1726776613.34881: running the handler 8222 1726776613.34894: _low_level_execute_command(): starting 8222 1726776613.34902: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776613.35378: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776613.35411: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776613.35414: 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 <<< 8222 1726776613.35417: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.35471: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776613.35475: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776613.35477: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776613.35537: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776613.37224: stdout chunk (state=3): >>>/root <<< 8222 1726776613.37326: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776613.37352: stderr chunk (state=3): >>><<< 8222 1726776613.37356: stdout chunk (state=3): >>><<< 8222 1726776613.37375: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776613.37389: _low_level_execute_command(): starting 8222 1726776613.37397: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776613.3737524-8789-193926419375950 `" && echo ansible-tmp-1726776613.3737524-8789-193926419375950="` echo /root/.ansible/tmp/ansible-tmp-1726776613.3737524-8789-193926419375950 `" ) && sleep 0' 8222 1726776613.37831: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776613.37834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776613.37843: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.37845: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776613.37848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.37894: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776613.37898: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776613.37909: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776613.37952: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776613.39894: stdout chunk (state=3): >>>ansible-tmp-1726776613.3737524-8789-193926419375950=/root/.ansible/tmp/ansible-tmp-1726776613.3737524-8789-193926419375950 <<< 8222 1726776613.39998: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776613.40023: stderr chunk (state=3): >>><<< 8222 1726776613.40027: stdout chunk (state=3): >>><<< 8222 1726776613.40040: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776613.3737524-8789-193926419375950=/root/.ansible/tmp/ansible-tmp-1726776613.3737524-8789-193926419375950 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776613.40077: variable 'ansible_module_compression' from source: unknown 8222 1726776613.40123: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 8222 1726776613.40156: variable 'ansible_facts' from source: unknown 8222 1726776613.40222: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776613.3737524-8789-193926419375950/AnsiballZ_file.py 8222 1726776613.40315: Sending initial data 8222 1726776613.40319: Sent initial data (151 bytes) 8222 1726776613.40754: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776613.40757: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776613.40760: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.40762: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776613.40764: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.40819: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776613.40823: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776613.40827: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776613.40874: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776613.42475: 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 <<< 8222 1726776613.42518: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776613.42564: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpmri8af1e /root/.ansible/tmp/ansible-tmp-1726776613.3737524-8789-193926419375950/AnsiballZ_file.py <<< 8222 1726776613.42572: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776613.3737524-8789-193926419375950/AnsiballZ_file.py" <<< 8222 1726776613.42616: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpmri8af1e" to remote "/root/.ansible/tmp/ansible-tmp-1726776613.3737524-8789-193926419375950/AnsiballZ_file.py" <<< 8222 1726776613.42618: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776613.3737524-8789-193926419375950/AnsiballZ_file.py" <<< 8222 1726776613.43198: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776613.43238: stderr chunk (state=3): >>><<< 8222 1726776613.43243: stdout chunk (state=3): >>><<< 8222 1726776613.43263: done transferring module to remote 8222 1726776613.43271: _low_level_execute_command(): starting 8222 1726776613.43276: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776613.3737524-8789-193926419375950/ /root/.ansible/tmp/ansible-tmp-1726776613.3737524-8789-193926419375950/AnsiballZ_file.py && sleep 0' 8222 1726776613.43727: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776613.43730: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776613.43733: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776613.43735: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.43742: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776613.43744: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776613.43746: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.43793: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776613.43797: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776613.43799: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776613.43850: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776613.45719: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776613.45748: stderr chunk (state=3): >>><<< 8222 1726776613.45751: stdout chunk (state=3): >>><<< 8222 1726776613.45764: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776613.45767: _low_level_execute_command(): starting 8222 1726776613.45772: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776613.3737524-8789-193926419375950/AnsiballZ_file.py && sleep 0' 8222 1726776613.46221: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776613.46224: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.46227: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776613.46229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776613.46231: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.46277: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776613.46281: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776613.46339: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776613.63127: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 8222 1726776613.64609: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776613.64634: stderr chunk (state=3): >>><<< 8222 1726776613.64637: stdout chunk (state=3): >>><<< 8222 1726776613.64654: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776613.64688: 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-1726776613.3737524-8789-193926419375950/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776613.64699: _low_level_execute_command(): starting 8222 1726776613.64702: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776613.3737524-8789-193926419375950/ > /dev/null 2>&1 && sleep 0' 8222 1726776613.65134: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776613.65138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.65154: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.65207: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776613.65210: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776613.65271: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776613.67111: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776613.67137: stderr chunk (state=3): >>><<< 8222 1726776613.67140: stdout chunk (state=3): >>><<< 8222 1726776613.67154: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776613.67159: handler run complete 8222 1726776613.67177: attempt loop complete, returning result 8222 1726776613.67179: _execute() done 8222 1726776613.67182: dumping result to json 8222 1726776613.67197: done dumping result, returning 8222 1726776613.67200: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [12343ab9-b159-90b8-9460-000000000409] 8222 1726776613.67202: sending task result for task 12343ab9-b159-90b8-9460-000000000409 8222 1726776613.67314: done sending task result for task 12343ab9-b159-90b8-9460-000000000409 8222 1726776613.67317: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "state": "directory", "uid": 0 } 8222 1726776613.67396: no more pending results, returning what we have 8222 1726776613.67400: results queue empty 8222 1726776613.67401: checking for any_errors_fatal 8222 1726776613.67422: done checking for any_errors_fatal 8222 1726776613.67423: checking for max_fail_percentage 8222 1726776613.67425: done checking for max_fail_percentage 8222 1726776613.67425: checking to see if all hosts have failed and the running result is not ok 8222 1726776613.67427: done checking to see if all hosts have failed 8222 1726776613.67427: getting the remaining hosts for this loop 8222 1726776613.67429: done getting the remaining hosts for this loop 8222 1726776613.67432: getting the next task for host managed_node3 8222 1726776613.67438: done getting next task for host managed_node3 8222 1726776613.67441: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 8222 1726776613.67443: ^ state is: HOST STATE: block=2, task=18, 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 8222 1726776613.67454: getting variables 8222 1726776613.67456: in VariableManager get_vars() 8222 1726776613.67492: Calling all_inventory to load vars for managed_node3 8222 1726776613.67496: Calling groups_inventory to load vars for managed_node3 8222 1726776613.67498: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776613.67507: Calling all_plugins_play to load vars for managed_node3 8222 1726776613.67509: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776613.67511: Calling groups_plugins_play to load vars for managed_node3 8222 1726776613.67631: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776613.67756: done with get_vars() 8222 1726776613.67764: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 16:10:13 -0400 (0:00:00.344) 0:00:16.356 **** 8222 1726776613.67833: entering _queue_task() for managed_node3/slurp 8222 1726776613.68034: worker is 1 (out of 1 available) 8222 1726776613.68049: exiting _queue_task() for managed_node3/slurp 8222 1726776613.68060: done queuing things up, now waiting for results queue to drain 8222 1726776613.68061: waiting for pending results... 8222 1726776613.68231: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 8222 1726776613.68304: in run() - task 12343ab9-b159-90b8-9460-00000000040a 8222 1726776613.68318: variable 'ansible_search_path' from source: unknown 8222 1726776613.68321: variable 'ansible_search_path' from source: unknown 8222 1726776613.68347: calling self._execute() 8222 1726776613.68417: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776613.68421: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776613.68430: variable 'omit' from source: magic vars 8222 1726776613.68505: variable 'omit' from source: magic vars 8222 1726776613.68539: variable 'omit' from source: magic vars 8222 1726776613.68560: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8222 1726776613.68779: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8222 1726776613.68843: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776613.68872: variable 'omit' from source: magic vars 8222 1726776613.68909: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776613.68941: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776613.68956: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776613.68969: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776613.68977: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776613.69003: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776613.69006: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776613.69009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776613.69080: Set connection var ansible_timeout to 10 8222 1726776613.69091: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776613.69094: Set connection var ansible_connection to ssh 8222 1726776613.69097: Set connection var ansible_shell_executable to /bin/sh 8222 1726776613.69100: Set connection var ansible_shell_type to sh 8222 1726776613.69105: Set connection var ansible_pipelining to False 8222 1726776613.69122: variable 'ansible_shell_executable' from source: unknown 8222 1726776613.69125: variable 'ansible_connection' from source: unknown 8222 1726776613.69127: variable 'ansible_module_compression' from source: unknown 8222 1726776613.69129: variable 'ansible_shell_type' from source: unknown 8222 1726776613.69132: variable 'ansible_shell_executable' from source: unknown 8222 1726776613.69134: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776613.69138: variable 'ansible_pipelining' from source: unknown 8222 1726776613.69140: variable 'ansible_timeout' from source: unknown 8222 1726776613.69144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776613.69293: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776613.69302: variable 'omit' from source: magic vars 8222 1726776613.69307: starting attempt loop 8222 1726776613.69310: running the handler 8222 1726776613.69322: _low_level_execute_command(): starting 8222 1726776613.69329: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776613.69851: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776613.69857: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.69912: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776613.69917: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776613.69980: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776613.71627: stdout chunk (state=3): >>>/root <<< 8222 1726776613.71722: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776613.71755: stderr chunk (state=3): >>><<< 8222 1726776613.71758: stdout chunk (state=3): >>><<< 8222 1726776613.71781: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776613.71798: _low_level_execute_command(): starting 8222 1726776613.71804: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776613.7178135-8797-26077283511799 `" && echo ansible-tmp-1726776613.7178135-8797-26077283511799="` echo /root/.ansible/tmp/ansible-tmp-1726776613.7178135-8797-26077283511799 `" ) && sleep 0' 8222 1726776613.72258: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776613.72262: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776613.72264: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776613.72275: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776613.72277: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.72324: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776613.72328: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776613.72332: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776613.72379: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776613.74316: stdout chunk (state=3): >>>ansible-tmp-1726776613.7178135-8797-26077283511799=/root/.ansible/tmp/ansible-tmp-1726776613.7178135-8797-26077283511799 <<< 8222 1726776613.74423: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776613.74454: stderr chunk (state=3): >>><<< 8222 1726776613.74457: stdout chunk (state=3): >>><<< 8222 1726776613.74473: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776613.7178135-8797-26077283511799=/root/.ansible/tmp/ansible-tmp-1726776613.7178135-8797-26077283511799 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776613.74517: variable 'ansible_module_compression' from source: unknown 8222 1726776613.74552: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 8222 1726776613.74579: variable 'ansible_facts' from source: unknown 8222 1726776613.74647: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776613.7178135-8797-26077283511799/AnsiballZ_slurp.py 8222 1726776613.74816: Sending initial data 8222 1726776613.74820: Sent initial data (151 bytes) 8222 1726776613.75266: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776613.75269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776613.75272: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.75274: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776613.75276: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.75323: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776613.75326: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776613.75390: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776613.76977: 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" <<< 8222 1726776613.76985: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776613.77026: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776613.77069: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpx76l96fi /root/.ansible/tmp/ansible-tmp-1726776613.7178135-8797-26077283511799/AnsiballZ_slurp.py <<< 8222 1726776613.77076: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776613.7178135-8797-26077283511799/AnsiballZ_slurp.py" <<< 8222 1726776613.77117: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpx76l96fi" to remote "/root/.ansible/tmp/ansible-tmp-1726776613.7178135-8797-26077283511799/AnsiballZ_slurp.py" <<< 8222 1726776613.77120: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776613.7178135-8797-26077283511799/AnsiballZ_slurp.py" <<< 8222 1726776613.77645: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776613.77691: stderr chunk (state=3): >>><<< 8222 1726776613.77695: stdout chunk (state=3): >>><<< 8222 1726776613.77710: done transferring module to remote 8222 1726776613.77719: _low_level_execute_command(): starting 8222 1726776613.77724: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776613.7178135-8797-26077283511799/ /root/.ansible/tmp/ansible-tmp-1726776613.7178135-8797-26077283511799/AnsiballZ_slurp.py && sleep 0' 8222 1726776613.78167: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776613.78170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776613.78172: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.78174: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776613.78180: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.78234: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776613.78241: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776613.78282: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776613.80070: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776613.80096: stderr chunk (state=3): >>><<< 8222 1726776613.80100: stdout chunk (state=3): >>><<< 8222 1726776613.80116: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776613.80118: _low_level_execute_command(): starting 8222 1726776613.80124: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776613.7178135-8797-26077283511799/AnsiballZ_slurp.py && sleep 0' 8222 1726776613.80585: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776613.80594: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776613.80616: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776613.80619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.80680: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776613.80684: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776613.80693: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776613.80749: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776613.95901: 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"}}} <<< 8222 1726776613.97250: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776613.97277: stderr chunk (state=3): >>><<< 8222 1726776613.97280: stdout chunk (state=3): >>><<< 8222 1726776613.97305: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776613.97329: 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-1726776613.7178135-8797-26077283511799/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776613.97337: _low_level_execute_command(): starting 8222 1726776613.97343: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776613.7178135-8797-26077283511799/ > /dev/null 2>&1 && sleep 0' 8222 1726776613.97811: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776613.97815: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.97818: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776613.97820: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776613.97877: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776613.97880: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776613.97883: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776613.97938: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776613.99764: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776613.99795: stderr chunk (state=3): >>><<< 8222 1726776613.99798: stdout chunk (state=3): >>><<< 8222 1726776613.99813: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776613.99819: handler run complete 8222 1726776613.99832: attempt loop complete, returning result 8222 1726776613.99834: _execute() done 8222 1726776613.99837: dumping result to json 8222 1726776613.99839: done dumping result, returning 8222 1726776613.99848: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [12343ab9-b159-90b8-9460-00000000040a] 8222 1726776613.99850: sending task result for task 12343ab9-b159-90b8-9460-00000000040a 8222 1726776613.99942: done sending task result for task 12343ab9-b159-90b8-9460-00000000040a 8222 1726776613.99945: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 8222 1726776614.00011: no more pending results, returning what we have 8222 1726776614.00014: results queue empty 8222 1726776614.00015: checking for any_errors_fatal 8222 1726776614.00024: done checking for any_errors_fatal 8222 1726776614.00024: checking for max_fail_percentage 8222 1726776614.00026: done checking for max_fail_percentage 8222 1726776614.00027: checking to see if all hosts have failed and the running result is not ok 8222 1726776614.00028: done checking to see if all hosts have failed 8222 1726776614.00028: getting the remaining hosts for this loop 8222 1726776614.00030: done getting the remaining hosts for this loop 8222 1726776614.00033: getting the next task for host managed_node3 8222 1726776614.00039: done getting next task for host managed_node3 8222 1726776614.00042: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 8222 1726776614.00045: ^ state is: HOST STATE: block=2, task=18, 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 8222 1726776614.00055: getting variables 8222 1726776614.00056: in VariableManager get_vars() 8222 1726776614.00093: Calling all_inventory to load vars for managed_node3 8222 1726776614.00096: Calling groups_inventory to load vars for managed_node3 8222 1726776614.00098: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776614.00108: Calling all_plugins_play to load vars for managed_node3 8222 1726776614.00110: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776614.00113: Calling groups_plugins_play to load vars for managed_node3 8222 1726776614.00249: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776614.00413: done with get_vars() 8222 1726776614.00420: done getting variables 8222 1726776614.00461: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 16:10:14 -0400 (0:00:00.326) 0:00:16.682 **** 8222 1726776614.00483: entering _queue_task() for managed_node3/set_fact 8222 1726776614.00696: worker is 1 (out of 1 available) 8222 1726776614.00710: exiting _queue_task() for managed_node3/set_fact 8222 1726776614.00721: done queuing things up, now waiting for results queue to drain 8222 1726776614.00722: waiting for pending results... 8222 1726776614.00897: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 8222 1726776614.00973: in run() - task 12343ab9-b159-90b8-9460-00000000040b 8222 1726776614.00987: variable 'ansible_search_path' from source: unknown 8222 1726776614.00990: variable 'ansible_search_path' from source: unknown 8222 1726776614.01021: calling self._execute() 8222 1726776614.01094: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776614.01100: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776614.01108: variable 'omit' from source: magic vars 8222 1726776614.01185: variable 'omit' from source: magic vars 8222 1726776614.01221: variable 'omit' from source: magic vars 8222 1726776614.01523: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776614.01530: variable '__cur_profile' from source: task vars 8222 1726776614.01638: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776614.03144: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776614.03202: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776614.03233: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776614.03258: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776614.03277: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776614.03342: 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) 8222 1726776614.03363: 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) 8222 1726776614.03381: 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) 8222 1726776614.03411: 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) 8222 1726776614.03422: 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) 8222 1726776614.03507: variable '__kernel_settings_tuned_current_profile' from source: set_fact 8222 1726776614.03553: variable 'omit' from source: magic vars 8222 1726776614.03570: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776614.03595: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776614.03613: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776614.03626: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776614.03634: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776614.03659: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776614.03668: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776614.03671: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776614.03742: Set connection var ansible_timeout to 10 8222 1726776614.03748: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776614.03753: Set connection var ansible_connection to ssh 8222 1726776614.03758: Set connection var ansible_shell_executable to /bin/sh 8222 1726776614.03761: Set connection var ansible_shell_type to sh 8222 1726776614.03765: Set connection var ansible_pipelining to False 8222 1726776614.03795: variable 'ansible_shell_executable' from source: unknown 8222 1726776614.03799: variable 'ansible_connection' from source: unknown 8222 1726776614.03801: variable 'ansible_module_compression' from source: unknown 8222 1726776614.03803: variable 'ansible_shell_type' from source: unknown 8222 1726776614.03805: variable 'ansible_shell_executable' from source: unknown 8222 1726776614.03808: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776614.03813: variable 'ansible_pipelining' from source: unknown 8222 1726776614.03815: variable 'ansible_timeout' from source: unknown 8222 1726776614.03819: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776614.03893: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776614.03901: variable 'omit' from source: magic vars 8222 1726776614.03906: starting attempt loop 8222 1726776614.03908: running the handler 8222 1726776614.03918: handler run complete 8222 1726776614.03925: attempt loop complete, returning result 8222 1726776614.03928: _execute() done 8222 1726776614.03930: dumping result to json 8222 1726776614.03932: done dumping result, returning 8222 1726776614.03940: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [12343ab9-b159-90b8-9460-00000000040b] 8222 1726776614.03942: sending task result for task 12343ab9-b159-90b8-9460-00000000040b 8222 1726776614.04024: done sending task result for task 12343ab9-b159-90b8-9460-00000000040b 8222 1726776614.04027: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 8222 1726776614.04091: no more pending results, returning what we have 8222 1726776614.04094: results queue empty 8222 1726776614.04095: checking for any_errors_fatal 8222 1726776614.04102: done checking for any_errors_fatal 8222 1726776614.04102: checking for max_fail_percentage 8222 1726776614.04104: done checking for max_fail_percentage 8222 1726776614.04105: checking to see if all hosts have failed and the running result is not ok 8222 1726776614.04106: done checking to see if all hosts have failed 8222 1726776614.04106: getting the remaining hosts for this loop 8222 1726776614.04108: done getting the remaining hosts for this loop 8222 1726776614.04111: getting the next task for host managed_node3 8222 1726776614.04117: done getting next task for host managed_node3 8222 1726776614.04120: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 8222 1726776614.04123: ^ state is: HOST STATE: block=2, task=18, 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 8222 1726776614.04140: getting variables 8222 1726776614.04142: in VariableManager get_vars() 8222 1726776614.04176: Calling all_inventory to load vars for managed_node3 8222 1726776614.04179: Calling groups_inventory to load vars for managed_node3 8222 1726776614.04181: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776614.04196: Calling all_plugins_play to load vars for managed_node3 8222 1726776614.04199: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776614.04202: Calling groups_plugins_play to load vars for managed_node3 8222 1726776614.04336: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776614.04467: done with get_vars() 8222 1726776614.04475: done getting variables 8222 1726776614.04519: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 16:10:14 -0400 (0:00:00.040) 0:00:16.723 **** 8222 1726776614.04543: entering _queue_task() for managed_node3/copy 8222 1726776614.04740: worker is 1 (out of 1 available) 8222 1726776614.04752: exiting _queue_task() for managed_node3/copy 8222 1726776614.04764: done queuing things up, now waiting for results queue to drain 8222 1726776614.04765: waiting for pending results... 8222 1726776614.04946: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 8222 1726776614.05024: in run() - task 12343ab9-b159-90b8-9460-00000000040c 8222 1726776614.05037: variable 'ansible_search_path' from source: unknown 8222 1726776614.05041: variable 'ansible_search_path' from source: unknown 8222 1726776614.05068: calling self._execute() 8222 1726776614.05140: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776614.05144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776614.05153: variable 'omit' from source: magic vars 8222 1726776614.05236: variable 'omit' from source: magic vars 8222 1726776614.05269: variable 'omit' from source: magic vars 8222 1726776614.05291: variable '__kernel_settings_active_profile' from source: set_fact 8222 1726776614.05518: variable '__kernel_settings_active_profile' from source: set_fact 8222 1726776614.05540: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8222 1726776614.05592: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8222 1726776614.05647: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776614.05730: variable 'omit' from source: magic vars 8222 1726776614.05766: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776614.05796: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776614.05812: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776614.05825: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776614.05833: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776614.05860: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776614.05864: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776614.05866: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776614.05943: Set connection var ansible_timeout to 10 8222 1726776614.05946: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776614.05951: Set connection var ansible_connection to ssh 8222 1726776614.05956: Set connection var ansible_shell_executable to /bin/sh 8222 1726776614.05959: Set connection var ansible_shell_type to sh 8222 1726776614.05965: Set connection var ansible_pipelining to False 8222 1726776614.05983: variable 'ansible_shell_executable' from source: unknown 8222 1726776614.05988: variable 'ansible_connection' from source: unknown 8222 1726776614.05990: variable 'ansible_module_compression' from source: unknown 8222 1726776614.05996: variable 'ansible_shell_type' from source: unknown 8222 1726776614.05998: variable 'ansible_shell_executable' from source: unknown 8222 1726776614.06000: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776614.06005: variable 'ansible_pipelining' from source: unknown 8222 1726776614.06007: variable 'ansible_timeout' from source: unknown 8222 1726776614.06011: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776614.06111: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776614.06121: variable 'omit' from source: magic vars 8222 1726776614.06126: starting attempt loop 8222 1726776614.06128: running the handler 8222 1726776614.06139: _low_level_execute_command(): starting 8222 1726776614.06147: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776614.06656: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.06661: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776614.06665: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.06719: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776614.06722: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776614.06725: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.06784: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776614.08454: stdout chunk (state=3): >>>/root <<< 8222 1726776614.08547: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776614.08575: stderr chunk (state=3): >>><<< 8222 1726776614.08579: stdout chunk (state=3): >>><<< 8222 1726776614.08607: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776614.08620: _low_level_execute_command(): starting 8222 1726776614.08629: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482 `" && echo ansible-tmp-1726776614.0860796-8806-122958798738482="` echo /root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482 `" ) && sleep 0' 8222 1726776614.09076: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.09099: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.09103: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.09105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.09141: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776614.09144: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776614.09146: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.09206: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776614.11080: stdout chunk (state=3): >>>ansible-tmp-1726776614.0860796-8806-122958798738482=/root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482 <<< 8222 1726776614.11181: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776614.11214: stderr chunk (state=3): >>><<< 8222 1726776614.11218: stdout chunk (state=3): >>><<< 8222 1726776614.11233: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776614.0860796-8806-122958798738482=/root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776614.11311: variable 'ansible_module_compression' from source: unknown 8222 1726776614.11353: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776614.11382: variable 'ansible_facts' from source: unknown 8222 1726776614.11445: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/AnsiballZ_stat.py 8222 1726776614.11535: Sending initial data 8222 1726776614.11538: Sent initial data (151 bytes) 8222 1726776614.12001: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.12005: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.12007: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.12010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.12062: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776614.12065: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776614.12067: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.12119: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776614.13679: 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 <<< 8222 1726776614.13718: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776614.13764: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpogw1rb52 /root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/AnsiballZ_stat.py <<< 8222 1726776614.13771: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/AnsiballZ_stat.py" <<< 8222 1726776614.13813: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpogw1rb52" to remote "/root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/AnsiballZ_stat.py" <<< 8222 1726776614.13816: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/AnsiballZ_stat.py" <<< 8222 1726776614.14363: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776614.14413: stderr chunk (state=3): >>><<< 8222 1726776614.14416: stdout chunk (state=3): >>><<< 8222 1726776614.14456: done transferring module to remote 8222 1726776614.14464: _low_level_execute_command(): starting 8222 1726776614.14469: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/ /root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/AnsiballZ_stat.py && sleep 0' 8222 1726776614.14927: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776614.14931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776614.14933: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.14939: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776614.14942: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.14944: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.14993: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776614.14996: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776614.14998: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.15048: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776614.16837: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776614.16862: stderr chunk (state=3): >>><<< 8222 1726776614.16865: stdout chunk (state=3): >>><<< 8222 1726776614.16884: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776614.16889: _low_level_execute_command(): starting 8222 1726776614.16896: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/AnsiballZ_stat.py && sleep 0' 8222 1726776614.17351: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776614.17354: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.17357: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776614.17359: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776614.17361: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.17404: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776614.17422: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.17474: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776614.33847: 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": 150995202, "dev": 51714, "nlink": 1, "atime": 1726776609.6470878, "mtime": 1726776606.3790631, "ctime": 1726776606.3790631, "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": "544712468", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 8222 1726776614.35480: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776614.35513: stderr chunk (state=3): >>><<< 8222 1726776614.35516: stdout chunk (state=3): >>><<< 8222 1726776614.35533: _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": 150995202, "dev": 51714, "nlink": 1, "atime": 1726776609.6470878, "mtime": 1726776606.3790631, "ctime": 1726776606.3790631, "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": "544712468", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776614.35575: 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-1726776614.0860796-8806-122958798738482/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 8222 1726776614.35615: variable 'ansible_module_compression' from source: unknown 8222 1726776614.35648: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 8222 1726776614.35665: variable 'ansible_facts' from source: unknown 8222 1726776614.35720: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/AnsiballZ_file.py 8222 1726776614.35812: Sending initial data 8222 1726776614.35816: Sent initial data (151 bytes) 8222 1726776614.36264: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.36268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.36270: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776614.36272: 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 <<< 8222 1726776614.36274: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.36327: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776614.36331: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776614.36333: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.36391: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776614.38073: 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 <<< 8222 1726776614.38115: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776614.38163: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmporqwq_cf /root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/AnsiballZ_file.py <<< 8222 1726776614.38171: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/AnsiballZ_file.py" <<< 8222 1726776614.38210: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmporqwq_cf" to remote "/root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/AnsiballZ_file.py" <<< 8222 1726776614.38785: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776614.38828: stderr chunk (state=3): >>><<< 8222 1726776614.38832: stdout chunk (state=3): >>><<< 8222 1726776614.38869: done transferring module to remote 8222 1726776614.38876: _low_level_execute_command(): starting 8222 1726776614.38882: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/ /root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/AnsiballZ_file.py && sleep 0' 8222 1726776614.39331: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.39335: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.39337: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 8222 1726776614.39339: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.39342: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.39394: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776614.39399: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776614.39409: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.39450: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776614.41289: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776614.41315: stderr chunk (state=3): >>><<< 8222 1726776614.41318: stdout chunk (state=3): >>><<< 8222 1726776614.41335: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776614.41343: _low_level_execute_command(): starting 8222 1726776614.41346: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/AnsiballZ_file.py && sleep 0' 8222 1726776614.41807: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.41811: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.41813: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.41815: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776614.41817: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.41864: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776614.41867: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776614.41874: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.41933: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776614.58597: 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": ".1pprg1as", "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}}} <<< 8222 1726776614.60046: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776614.60075: stderr chunk (state=3): >>><<< 8222 1726776614.60078: stdout chunk (state=3): >>><<< 8222 1726776614.60101: _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": ".1pprg1as", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776614.60126: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.1pprg1as', '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-1726776614.0860796-8806-122958798738482/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776614.60135: _low_level_execute_command(): starting 8222 1726776614.60139: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776614.0860796-8806-122958798738482/ > /dev/null 2>&1 && sleep 0' 8222 1726776614.60573: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776614.60577: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.60594: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.60650: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776614.60653: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776614.60655: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.60715: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776614.62571: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776614.62595: stderr chunk (state=3): >>><<< 8222 1726776614.62599: stdout chunk (state=3): >>><<< 8222 1726776614.62613: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776614.62621: handler run complete 8222 1726776614.62640: attempt loop complete, returning result 8222 1726776614.62642: _execute() done 8222 1726776614.62645: dumping result to json 8222 1726776614.62648: done dumping result, returning 8222 1726776614.62661: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [12343ab9-b159-90b8-9460-00000000040c] 8222 1726776614.62664: sending task result for task 12343ab9-b159-90b8-9460-00000000040c 8222 1726776614.62769: done sending task result for task 12343ab9-b159-90b8-9460-00000000040c 8222 1726776614.62771: 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 } 8222 1726776614.62859: no more pending results, returning what we have 8222 1726776614.62862: results queue empty 8222 1726776614.62863: checking for any_errors_fatal 8222 1726776614.62869: done checking for any_errors_fatal 8222 1726776614.62869: checking for max_fail_percentage 8222 1726776614.62871: done checking for max_fail_percentage 8222 1726776614.62872: checking to see if all hosts have failed and the running result is not ok 8222 1726776614.62873: done checking to see if all hosts have failed 8222 1726776614.62873: getting the remaining hosts for this loop 8222 1726776614.62875: done getting the remaining hosts for this loop 8222 1726776614.62878: getting the next task for host managed_node3 8222 1726776614.62884: done getting next task for host managed_node3 8222 1726776614.62895: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 8222 1726776614.62898: ^ state is: HOST STATE: block=2, task=18, 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 8222 1726776614.62909: getting variables 8222 1726776614.62910: in VariableManager get_vars() 8222 1726776614.62941: Calling all_inventory to load vars for managed_node3 8222 1726776614.62944: Calling groups_inventory to load vars for managed_node3 8222 1726776614.62946: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776614.62953: Calling all_plugins_play to load vars for managed_node3 8222 1726776614.62956: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776614.62958: Calling groups_plugins_play to load vars for managed_node3 8222 1726776614.63125: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776614.63245: done with get_vars() 8222 1726776614.63253: done getting variables 8222 1726776614.63298: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 16:10:14 -0400 (0:00:00.587) 0:00:17.311 **** 8222 1726776614.63320: entering _queue_task() for managed_node3/copy 8222 1726776614.63538: worker is 1 (out of 1 available) 8222 1726776614.63551: exiting _queue_task() for managed_node3/copy 8222 1726776614.63563: done queuing things up, now waiting for results queue to drain 8222 1726776614.63564: waiting for pending results... 8222 1726776614.63754: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 8222 1726776614.63825: in run() - task 12343ab9-b159-90b8-9460-00000000040d 8222 1726776614.63838: variable 'ansible_search_path' from source: unknown 8222 1726776614.63841: variable 'ansible_search_path' from source: unknown 8222 1726776614.63868: calling self._execute() 8222 1726776614.63939: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776614.63943: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776614.63951: variable 'omit' from source: magic vars 8222 1726776614.64032: variable 'omit' from source: magic vars 8222 1726776614.64063: variable 'omit' from source: magic vars 8222 1726776614.64087: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 8222 1726776614.64308: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 8222 1726776614.64364: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776614.64394: variable 'omit' from source: magic vars 8222 1726776614.64426: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776614.64457: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776614.64472: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776614.64487: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776614.64498: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776614.64523: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776614.64526: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776614.64529: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776614.64603: Set connection var ansible_timeout to 10 8222 1726776614.64609: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776614.64614: Set connection var ansible_connection to ssh 8222 1726776614.64619: Set connection var ansible_shell_executable to /bin/sh 8222 1726776614.64621: Set connection var ansible_shell_type to sh 8222 1726776614.64626: Set connection var ansible_pipelining to False 8222 1726776614.64643: variable 'ansible_shell_executable' from source: unknown 8222 1726776614.64647: variable 'ansible_connection' from source: unknown 8222 1726776614.64649: variable 'ansible_module_compression' from source: unknown 8222 1726776614.64651: variable 'ansible_shell_type' from source: unknown 8222 1726776614.64654: variable 'ansible_shell_executable' from source: unknown 8222 1726776614.64658: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776614.64660: variable 'ansible_pipelining' from source: unknown 8222 1726776614.64662: variable 'ansible_timeout' from source: unknown 8222 1726776614.64664: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776614.64761: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776614.64771: variable 'omit' from source: magic vars 8222 1726776614.64776: starting attempt loop 8222 1726776614.64779: running the handler 8222 1726776614.64794: _low_level_execute_command(): starting 8222 1726776614.64802: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776614.65315: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.65319: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.65322: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.65326: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.65380: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776614.65383: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776614.65387: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.65443: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776614.67090: stdout chunk (state=3): >>>/root <<< 8222 1726776614.67192: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776614.67225: stderr chunk (state=3): >>><<< 8222 1726776614.67228: stdout chunk (state=3): >>><<< 8222 1726776614.67250: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776614.67265: _low_level_execute_command(): starting 8222 1726776614.67271: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581 `" && echo ansible-tmp-1726776614.672509-8821-60192324315581="` echo /root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581 `" ) && sleep 0' 8222 1726776614.67734: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776614.67737: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776614.67739: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.67751: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776614.67754: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776614.67756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.67791: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776614.67794: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776614.67802: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.67862: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776614.69790: stdout chunk (state=3): >>>ansible-tmp-1726776614.672509-8821-60192324315581=/root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581 <<< 8222 1726776614.69897: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776614.69925: stderr chunk (state=3): >>><<< 8222 1726776614.69928: stdout chunk (state=3): >>><<< 8222 1726776614.69943: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776614.672509-8821-60192324315581=/root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776614.70024: variable 'ansible_module_compression' from source: unknown 8222 1726776614.70064: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776614.70102: variable 'ansible_facts' from source: unknown 8222 1726776614.70163: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/AnsiballZ_stat.py 8222 1726776614.70254: Sending initial data 8222 1726776614.70257: Sent initial data (149 bytes) 8222 1726776614.70690: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776614.70694: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776614.70721: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776614.70724: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.70726: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.70728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.70784: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776614.70800: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776614.70802: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.70848: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776614.72462: 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 <<< 8222 1726776614.72517: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776614.72571: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpwl6ls67o /root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/AnsiballZ_stat.py <<< 8222 1726776614.72574: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/AnsiballZ_stat.py" <<< 8222 1726776614.72620: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpwl6ls67o" to remote "/root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/AnsiballZ_stat.py" <<< 8222 1726776614.72623: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/AnsiballZ_stat.py" <<< 8222 1726776614.73177: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776614.73228: stderr chunk (state=3): >>><<< 8222 1726776614.73231: stdout chunk (state=3): >>><<< 8222 1726776614.73256: done transferring module to remote 8222 1726776614.73265: _low_level_execute_command(): starting 8222 1726776614.73269: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/ /root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/AnsiballZ_stat.py && sleep 0' 8222 1726776614.73724: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.73728: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776614.73730: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.73732: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.73738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.73794: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776614.73798: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776614.73800: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.73843: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776614.75649: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776614.75670: stderr chunk (state=3): >>><<< 8222 1726776614.75673: stdout chunk (state=3): >>><<< 8222 1726776614.75685: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776614.75692: _low_level_execute_command(): starting 8222 1726776614.75695: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/AnsiballZ_stat.py && sleep 0' 8222 1726776614.76094: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.76098: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.76113: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.76159: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776614.76174: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.76226: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776614.92858: 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": 157286658, "dev": 51714, "nlink": 1, "atime": 1726776610.0010905, "mtime": 1726776606.3820632, "ctime": 1726776606.3820632, "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": "3942667916", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 8222 1726776614.94445: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776614.94472: stderr chunk (state=3): >>><<< 8222 1726776614.94477: stdout chunk (state=3): >>><<< 8222 1726776614.94497: _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": 157286658, "dev": 51714, "nlink": 1, "atime": 1726776610.0010905, "mtime": 1726776606.3820632, "ctime": 1726776606.3820632, "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": "3942667916", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776614.94542: 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-1726776614.672509-8821-60192324315581/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 8222 1726776614.94577: variable 'ansible_module_compression' from source: unknown 8222 1726776614.94614: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 8222 1726776614.94633: variable 'ansible_facts' from source: unknown 8222 1726776614.94680: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/AnsiballZ_file.py 8222 1726776614.94772: Sending initial data 8222 1726776614.94775: Sent initial data (149 bytes) 8222 1726776614.95224: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.95227: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776614.95229: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.95231: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.95233: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.95287: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776614.95296: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776614.95298: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.95341: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776614.96957: 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 <<< 8222 1726776614.96961: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776614.97005: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776614.97051: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpe775xmnf /root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/AnsiballZ_file.py <<< 8222 1726776614.97054: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/AnsiballZ_file.py" <<< 8222 1726776614.97100: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpe775xmnf" to remote "/root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/AnsiballZ_file.py" <<< 8222 1726776614.97658: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776614.97697: stderr chunk (state=3): >>><<< 8222 1726776614.97700: stdout chunk (state=3): >>><<< 8222 1726776614.97728: done transferring module to remote 8222 1726776614.97735: _low_level_execute_command(): starting 8222 1726776614.97739: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/ /root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/AnsiballZ_file.py && sleep 0' 8222 1726776614.98165: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776614.98168: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776614.98170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.98172: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776614.98175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776614.98224: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776614.98228: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776614.98280: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.00141: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776615.00165: stderr chunk (state=3): >>><<< 8222 1726776615.00168: stdout chunk (state=3): >>><<< 8222 1726776615.00179: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776615.00182: _low_level_execute_command(): starting 8222 1726776615.00191: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/AnsiballZ_file.py && sleep 0' 8222 1726776615.00616: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.00619: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776615.00625: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.00627: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776615.00629: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.00631: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.00679: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776615.00687: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776615.00690: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.00737: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.17424: 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": ".ny6o69yf", "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}}} <<< 8222 1726776615.18848: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776615.18877: stderr chunk (state=3): >>><<< 8222 1726776615.18880: stdout chunk (state=3): >>><<< 8222 1726776615.18901: _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": ".ny6o69yf", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776615.18927: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.ny6o69yf', '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-1726776614.672509-8821-60192324315581/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776615.18936: _low_level_execute_command(): starting 8222 1726776615.18941: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776614.672509-8821-60192324315581/ > /dev/null 2>&1 && sleep 0' 8222 1726776615.19394: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.19397: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.19400: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 8222 1726776615.19402: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.19404: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.19454: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776615.19457: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776615.19459: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.19513: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.21346: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776615.21372: stderr chunk (state=3): >>><<< 8222 1726776615.21375: stdout chunk (state=3): >>><<< 8222 1726776615.21392: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776615.21399: handler run complete 8222 1726776615.21418: attempt loop complete, returning result 8222 1726776615.21421: _execute() done 8222 1726776615.21424: dumping result to json 8222 1726776615.21428: done dumping result, returning 8222 1726776615.21437: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [12343ab9-b159-90b8-9460-00000000040d] 8222 1726776615.21441: sending task result for task 12343ab9-b159-90b8-9460-00000000040d 8222 1726776615.21548: done sending task result for task 12343ab9-b159-90b8-9460-00000000040d 8222 1726776615.21551: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/profile_mode", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "state": "file", "uid": 0 } 8222 1726776615.21651: no more pending results, returning what we have 8222 1726776615.21655: results queue empty 8222 1726776615.21656: checking for any_errors_fatal 8222 1726776615.21663: done checking for any_errors_fatal 8222 1726776615.21663: checking for max_fail_percentage 8222 1726776615.21667: done checking for max_fail_percentage 8222 1726776615.21667: checking to see if all hosts have failed and the running result is not ok 8222 1726776615.21668: done checking to see if all hosts have failed 8222 1726776615.21669: getting the remaining hosts for this loop 8222 1726776615.21671: done getting the remaining hosts for this loop 8222 1726776615.21674: getting the next task for host managed_node3 8222 1726776615.21679: done getting next task for host managed_node3 8222 1726776615.21682: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 8222 1726776615.21684: ^ state is: HOST STATE: block=2, task=18, 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 8222 1726776615.21698: getting variables 8222 1726776615.21700: in VariableManager get_vars() 8222 1726776615.21730: Calling all_inventory to load vars for managed_node3 8222 1726776615.21732: Calling groups_inventory to load vars for managed_node3 8222 1726776615.21734: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776615.21743: Calling all_plugins_play to load vars for managed_node3 8222 1726776615.21745: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776615.21747: Calling groups_plugins_play to load vars for managed_node3 8222 1726776615.21870: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776615.22000: done with get_vars() 8222 1726776615.22009: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 16:10:15 -0400 (0:00:00.587) 0:00:17.898 **** 8222 1726776615.22069: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 8222 1726776615.22294: worker is 1 (out of 1 available) 8222 1726776615.22306: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 8222 1726776615.22317: done queuing things up, now waiting for results queue to drain 8222 1726776615.22318: waiting for pending results... 8222 1726776615.22493: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config 8222 1726776615.22574: in run() - task 12343ab9-b159-90b8-9460-00000000040e 8222 1726776615.22585: variable 'ansible_search_path' from source: unknown 8222 1726776615.22592: variable 'ansible_search_path' from source: unknown 8222 1726776615.22618: calling self._execute() 8222 1726776615.22690: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776615.22695: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776615.22701: variable 'omit' from source: magic vars 8222 1726776615.22779: variable 'omit' from source: magic vars 8222 1726776615.22813: variable 'omit' from source: magic vars 8222 1726776615.22836: variable '__kernel_settings_profile_filename' from source: role '' all vars 8222 1726776615.23111: variable '__kernel_settings_profile_filename' from source: role '' all vars 8222 1726776615.23168: variable '__kernel_settings_profile_dir' from source: role '' all vars 8222 1726776615.23231: variable '__kernel_settings_profile_parent' from source: set_fact 8222 1726776615.23235: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776615.23270: variable 'omit' from source: magic vars 8222 1726776615.23304: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776615.23332: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776615.23348: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776615.23362: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776615.23371: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776615.23395: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776615.23399: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776615.23402: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776615.23472: Set connection var ansible_timeout to 10 8222 1726776615.23478: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776615.23483: Set connection var ansible_connection to ssh 8222 1726776615.23491: Set connection var ansible_shell_executable to /bin/sh 8222 1726776615.23493: Set connection var ansible_shell_type to sh 8222 1726776615.23496: Set connection var ansible_pipelining to False 8222 1726776615.23512: variable 'ansible_shell_executable' from source: unknown 8222 1726776615.23517: variable 'ansible_connection' from source: unknown 8222 1726776615.23519: variable 'ansible_module_compression' from source: unknown 8222 1726776615.23523: variable 'ansible_shell_type' from source: unknown 8222 1726776615.23525: variable 'ansible_shell_executable' from source: unknown 8222 1726776615.23528: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776615.23530: variable 'ansible_pipelining' from source: unknown 8222 1726776615.23532: variable 'ansible_timeout' from source: unknown 8222 1726776615.23534: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776615.23664: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776615.23673: variable 'omit' from source: magic vars 8222 1726776615.23678: starting attempt loop 8222 1726776615.23680: running the handler 8222 1726776615.23695: _low_level_execute_command(): starting 8222 1726776615.23702: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776615.24178: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.24211: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776615.24214: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.24217: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776615.24219: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.24266: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776615.24269: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776615.24279: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.24336: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.26001: stdout chunk (state=3): >>>/root <<< 8222 1726776615.26096: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776615.26127: stderr chunk (state=3): >>><<< 8222 1726776615.26130: stdout chunk (state=3): >>><<< 8222 1726776615.26151: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776615.26163: _low_level_execute_command(): starting 8222 1726776615.26168: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776615.2615166-8837-149004748725448 `" && echo ansible-tmp-1726776615.2615166-8837-149004748725448="` echo /root/.ansible/tmp/ansible-tmp-1726776615.2615166-8837-149004748725448 `" ) && sleep 0' 8222 1726776615.26621: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.26633: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.26636: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.26638: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.26694: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776615.26697: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776615.26701: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.26748: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.28676: stdout chunk (state=3): >>>ansible-tmp-1726776615.2615166-8837-149004748725448=/root/.ansible/tmp/ansible-tmp-1726776615.2615166-8837-149004748725448 <<< 8222 1726776615.28780: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776615.28811: stderr chunk (state=3): >>><<< 8222 1726776615.28814: stdout chunk (state=3): >>><<< 8222 1726776615.28830: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776615.2615166-8837-149004748725448=/root/.ansible/tmp/ansible-tmp-1726776615.2615166-8837-149004748725448 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776615.28874: variable 'ansible_module_compression' from source: unknown 8222 1726776615.28907: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 8222 1726776615.28939: variable 'ansible_facts' from source: unknown 8222 1726776615.29002: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776615.2615166-8837-149004748725448/AnsiballZ_kernel_settings_get_config.py 8222 1726776615.29100: Sending initial data 8222 1726776615.29104: Sent initial data (173 bytes) 8222 1726776615.29550: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776615.29554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776615.29556: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.29558: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776615.29560: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776615.29562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.29612: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776615.29617: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.29665: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.31272: 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 <<< 8222 1726776615.31314: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776615.31361: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpnimiycf_ /root/.ansible/tmp/ansible-tmp-1726776615.2615166-8837-149004748725448/AnsiballZ_kernel_settings_get_config.py <<< 8222 1726776615.31369: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776615.2615166-8837-149004748725448/AnsiballZ_kernel_settings_get_config.py" <<< 8222 1726776615.31412: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpnimiycf_" to remote "/root/.ansible/tmp/ansible-tmp-1726776615.2615166-8837-149004748725448/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776615.2615166-8837-149004748725448/AnsiballZ_kernel_settings_get_config.py" <<< 8222 1726776615.31937: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776615.31981: stderr chunk (state=3): >>><<< 8222 1726776615.31985: stdout chunk (state=3): >>><<< 8222 1726776615.32015: done transferring module to remote 8222 1726776615.32023: _low_level_execute_command(): starting 8222 1726776615.32028: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776615.2615166-8837-149004748725448/ /root/.ansible/tmp/ansible-tmp-1726776615.2615166-8837-149004748725448/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8222 1726776615.32469: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776615.32473: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776615.32479: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.32483: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.32485: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.32537: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776615.32541: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776615.32545: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.32592: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.34376: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776615.34406: stderr chunk (state=3): >>><<< 8222 1726776615.34409: stdout chunk (state=3): >>><<< 8222 1726776615.34426: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776615.34430: _low_level_execute_command(): starting 8222 1726776615.34436: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776615.2615166-8837-149004748725448/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8222 1726776615.34879: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.34882: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.34884: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776615.34890: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.34943: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776615.34946: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776615.34950: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.35008: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.50823: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "379724"}, "sysfs": {"/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}, "vm": {"transparent_hugepages": "madvise"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 8222 1726776615.52199: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776615.52229: stderr chunk (state=3): >>><<< 8222 1726776615.52233: stdout chunk (state=3): >>><<< 8222 1726776615.52248: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "379724"}, "sysfs": {"/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}, "vm": {"transparent_hugepages": "madvise"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776615.52272: 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-1726776615.2615166-8837-149004748725448/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776615.52280: _low_level_execute_command(): starting 8222 1726776615.52285: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776615.2615166-8837-149004748725448/ > /dev/null 2>&1 && sleep 0' 8222 1726776615.52747: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.52755: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.52760: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776615.52762: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776615.52764: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.52812: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776615.52815: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776615.52817: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.52874: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.54716: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776615.54743: stderr chunk (state=3): >>><<< 8222 1726776615.54746: stdout chunk (state=3): >>><<< 8222 1726776615.54760: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776615.54766: handler run complete 8222 1726776615.54781: attempt loop complete, returning result 8222 1726776615.54783: _execute() done 8222 1726776615.54791: dumping result to json 8222 1726776615.54793: done dumping result, returning 8222 1726776615.54802: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config [12343ab9-b159-90b8-9460-00000000040e] 8222 1726776615.54808: sending task result for task 12343ab9-b159-90b8-9460-00000000040e 8222 1726776615.54907: done sending task result for task 12343ab9-b159-90b8-9460-00000000040e 8222 1726776615.54910: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "fs.file-max": "379724" }, "sysfs": { "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" }, "vm": { "transparent_hugepages": "madvise" } } } 8222 1726776615.54991: no more pending results, returning what we have 8222 1726776615.54994: results queue empty 8222 1726776615.54995: checking for any_errors_fatal 8222 1726776615.55002: done checking for any_errors_fatal 8222 1726776615.55003: checking for max_fail_percentage 8222 1726776615.55005: done checking for max_fail_percentage 8222 1726776615.55006: checking to see if all hosts have failed and the running result is not ok 8222 1726776615.55007: done checking to see if all hosts have failed 8222 1726776615.55008: getting the remaining hosts for this loop 8222 1726776615.55009: done getting the remaining hosts for this loop 8222 1726776615.55013: getting the next task for host managed_node3 8222 1726776615.55018: done getting next task for host managed_node3 8222 1726776615.55022: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 8222 1726776615.55025: ^ state is: HOST STATE: block=2, task=18, 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 8222 1726776615.55035: getting variables 8222 1726776615.55036: in VariableManager get_vars() 8222 1726776615.55066: Calling all_inventory to load vars for managed_node3 8222 1726776615.55068: Calling groups_inventory to load vars for managed_node3 8222 1726776615.55071: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776615.55078: Calling all_plugins_play to load vars for managed_node3 8222 1726776615.55081: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776615.55083: Calling groups_plugins_play to load vars for managed_node3 8222 1726776615.55253: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776615.55375: done with get_vars() 8222 1726776615.55383: done getting variables 8222 1726776615.55429: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 16:10:15 -0400 (0:00:00.333) 0:00:18.232 **** 8222 1726776615.55450: entering _queue_task() for managed_node3/template 8222 1726776615.55648: worker is 1 (out of 1 available) 8222 1726776615.55662: exiting _queue_task() for managed_node3/template 8222 1726776615.55673: done queuing things up, now waiting for results queue to drain 8222 1726776615.55674: waiting for pending results... 8222 1726776615.55842: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 8222 1726776615.55916: in run() - task 12343ab9-b159-90b8-9460-00000000040f 8222 1726776615.55928: variable 'ansible_search_path' from source: unknown 8222 1726776615.55931: variable 'ansible_search_path' from source: unknown 8222 1726776615.55956: calling self._execute() 8222 1726776615.56025: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776615.56029: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776615.56038: variable 'omit' from source: magic vars 8222 1726776615.56115: variable 'omit' from source: magic vars 8222 1726776615.56148: variable 'omit' from source: magic vars 8222 1726776615.56375: variable '__kernel_settings_profile_src' from source: role '' all vars 8222 1726776615.56381: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776615.56440: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776615.56460: variable '__kernel_settings_profile_filename' from source: role '' all vars 8222 1726776615.56507: variable '__kernel_settings_profile_filename' from source: role '' all vars 8222 1726776615.56560: variable '__kernel_settings_profile_dir' from source: role '' all vars 8222 1726776615.56617: variable '__kernel_settings_profile_parent' from source: set_fact 8222 1726776615.56620: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776615.56644: variable 'omit' from source: magic vars 8222 1726776615.56676: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776615.56703: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776615.56719: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776615.56731: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776615.56740: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776615.56761: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776615.56764: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776615.56766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776615.56837: Set connection var ansible_timeout to 10 8222 1726776615.56843: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776615.56848: Set connection var ansible_connection to ssh 8222 1726776615.56853: Set connection var ansible_shell_executable to /bin/sh 8222 1726776615.56855: Set connection var ansible_shell_type to sh 8222 1726776615.56860: Set connection var ansible_pipelining to False 8222 1726776615.56875: variable 'ansible_shell_executable' from source: unknown 8222 1726776615.56880: variable 'ansible_connection' from source: unknown 8222 1726776615.56882: variable 'ansible_module_compression' from source: unknown 8222 1726776615.56884: variable 'ansible_shell_type' from source: unknown 8222 1726776615.56897: variable 'ansible_shell_executable' from source: unknown 8222 1726776615.56900: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776615.56902: variable 'ansible_pipelining' from source: unknown 8222 1726776615.56904: variable 'ansible_timeout' from source: unknown 8222 1726776615.56906: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776615.56995: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776615.57005: variable 'omit' from source: magic vars 8222 1726776615.57009: starting attempt loop 8222 1726776615.57013: running the handler 8222 1726776615.57023: _low_level_execute_command(): starting 8222 1726776615.57030: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776615.57532: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.57536: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.57539: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.57543: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.57592: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776615.57595: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776615.57611: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.57665: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.59329: stdout chunk (state=3): >>>/root <<< 8222 1726776615.59426: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776615.59454: stderr chunk (state=3): >>><<< 8222 1726776615.59458: stdout chunk (state=3): >>><<< 8222 1726776615.59478: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776615.59497: _low_level_execute_command(): starting 8222 1726776615.59503: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868 `" && echo ansible-tmp-1726776615.5947962-8845-240812594823868="` echo /root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868 `" ) && sleep 0' 8222 1726776615.59958: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.59961: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.59964: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776615.59966: 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 <<< 8222 1726776615.59968: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.60020: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776615.60025: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776615.60029: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.60076: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.62000: stdout chunk (state=3): >>>ansible-tmp-1726776615.5947962-8845-240812594823868=/root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868 <<< 8222 1726776615.62100: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776615.62130: stderr chunk (state=3): >>><<< 8222 1726776615.62133: stdout chunk (state=3): >>><<< 8222 1726776615.62150: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776615.5947962-8845-240812594823868=/root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776615.62165: evaluation_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 8222 1726776615.62190: search_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 8222 1726776615.62210: variable 'ansible_search_path' from source: unknown 8222 1726776615.62784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776615.64094: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776615.64144: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776615.64171: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776615.64198: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776615.64218: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776615.64402: 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) 8222 1726776615.64421: 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) 8222 1726776615.64438: 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) 8222 1726776615.64466: 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) 8222 1726776615.64477: 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) 8222 1726776615.64698: 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) 8222 1726776615.64715: 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) 8222 1726776615.64731: 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) 8222 1726776615.64755: 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) 8222 1726776615.64766: 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) 8222 1726776615.65010: variable 'ansible_managed' from source: unknown 8222 1726776615.65015: variable '__sections' from source: task vars 8222 1726776615.65100: 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) 8222 1726776615.65118: 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) 8222 1726776615.65135: 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) 8222 1726776615.65160: 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) 8222 1726776615.65171: 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) 8222 1726776615.65243: variable 'kernel_settings_sysctl' from source: include_vars 8222 1726776615.65251: variable '__kernel_settings_state_empty' from source: role '' all vars 8222 1726776615.65256: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8222 1726776615.65303: variable '__sysctl_old' from source: task vars 8222 1726776615.65348: variable '__sysctl_old' from source: task vars 8222 1726776615.65479: variable 'kernel_settings_purge' from source: role '' defaults 8222 1726776615.65482: variable 'kernel_settings_sysctl' from source: include_vars 8222 1726776615.65493: variable '__kernel_settings_state_empty' from source: role '' all vars 8222 1726776615.65496: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8222 1726776615.65498: variable '__kernel_settings_profile_contents' from source: set_fact 8222 1726776615.65631: variable 'kernel_settings_sysfs' from source: include_vars 8222 1726776615.65638: variable '__kernel_settings_state_empty' from source: role '' all vars 8222 1726776615.65643: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8222 1726776615.65673: variable '__sysfs_old' from source: task vars 8222 1726776615.65715: variable '__sysfs_old' from source: task vars 8222 1726776615.65846: variable 'kernel_settings_purge' from source: role '' defaults 8222 1726776615.65850: variable 'kernel_settings_sysfs' from source: include_vars 8222 1726776615.65857: variable '__kernel_settings_state_empty' from source: role '' all vars 8222 1726776615.65860: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8222 1726776615.65867: variable '__kernel_settings_profile_contents' from source: set_fact 8222 1726776615.65897: variable 'kernel_settings_systemd_cpu_affinity' from source: include_vars 8222 1726776615.65939: variable 'kernel_settings_systemd_cpu_affinity' from source: include_vars 8222 1726776615.65951: variable '__systemd_old' from source: task vars 8222 1726776615.65994: variable '__systemd_old' from source: task vars 8222 1726776615.66118: variable 'kernel_settings_purge' from source: role '' defaults 8222 1726776615.66122: variable 'kernel_settings_systemd_cpu_affinity' from source: include_vars 8222 1726776615.66127: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66131: variable '__kernel_settings_profile_contents' from source: set_fact 8222 1726776615.66143: variable 'kernel_settings_transparent_hugepages' from source: include_vars 8222 1726776615.66190: variable 'kernel_settings_transparent_hugepages' from source: include_vars 8222 1726776615.66194: variable 'kernel_settings_transparent_hugepages_defrag' from source: include_vars 8222 1726776615.66238: variable 'kernel_settings_transparent_hugepages_defrag' from source: include_vars 8222 1726776615.66249: variable '__trans_huge_old' from source: task vars 8222 1726776615.66292: variable '__trans_huge_old' from source: task vars 8222 1726776615.66429: variable 'kernel_settings_purge' from source: role '' defaults 8222 1726776615.66433: variable 'kernel_settings_transparent_hugepages' from source: include_vars 8222 1726776615.66437: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66442: variable '__kernel_settings_profile_contents' from source: set_fact 8222 1726776615.66453: variable '__trans_defrag_old' from source: task vars 8222 1726776615.66495: variable '__trans_defrag_old' from source: task vars 8222 1726776615.66620: variable 'kernel_settings_purge' from source: role '' defaults 8222 1726776615.66623: variable 'kernel_settings_transparent_hugepages_defrag' from source: include_vars 8222 1726776615.66628: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66638: variable '__kernel_settings_profile_contents' from source: set_fact 8222 1726776615.66648: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66659: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66666: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66674: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66680: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66690: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66695: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66704: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66711: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66717: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66730: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66738: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66745: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66753: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66759: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66765: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66770: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66776: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66782: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.66787: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776615.67200: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776615.67243: variable 'ansible_module_compression' from source: unknown 8222 1726776615.67279: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776615.67300: variable 'ansible_facts' from source: unknown 8222 1726776615.67359: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/AnsiballZ_stat.py 8222 1726776615.67450: Sending initial data 8222 1726776615.67454: Sent initial data (151 bytes) 8222 1726776615.67885: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.67918: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776615.67921: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.67923: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776615.67925: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776615.67930: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.67981: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776615.67984: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776615.67992: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.68055: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.69701: 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 <<< 8222 1726776615.69748: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776615.69796: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp7x9aj6vp /root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/AnsiballZ_stat.py <<< 8222 1726776615.69801: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/AnsiballZ_stat.py" <<< 8222 1726776615.69844: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp7x9aj6vp" to remote "/root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/AnsiballZ_stat.py" <<< 8222 1726776615.69847: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/AnsiballZ_stat.py" <<< 8222 1726776615.70414: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776615.70460: stderr chunk (state=3): >>><<< 8222 1726776615.70463: stdout chunk (state=3): >>><<< 8222 1726776615.70491: done transferring module to remote 8222 1726776615.70499: _low_level_execute_command(): starting 8222 1726776615.70503: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/ /root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/AnsiballZ_stat.py && sleep 0' 8222 1726776615.70953: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776615.70956: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776615.70960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.70962: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.70964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776615.70966: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.71018: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776615.71021: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776615.71025: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.71068: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.72881: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776615.72913: stderr chunk (state=3): >>><<< 8222 1726776615.72916: stdout chunk (state=3): >>><<< 8222 1726776615.72931: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776615.72934: _low_level_execute_command(): starting 8222 1726776615.72939: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/AnsiballZ_stat.py && sleep 0' 8222 1726776615.73368: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776615.73372: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776615.73406: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776615.73409: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776615.73412: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776615.73414: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.73466: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776615.73469: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776615.73472: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.73530: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.90368: 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": 312, "inode": 167772418, "dev": 51714, "nlink": 1, "atime": 1726776606.370063, "mtime": 1726776605.4740562, "ctime": 1726776605.7290583, "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": "ba15904bb90578344fad097ce2f46f9231275eae", "mimetype": "text/plain", "charset": "us-ascii", "version": "989906546", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 8222 1726776615.92051: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776615.92075: stderr chunk (state=3): >>><<< 8222 1726776615.92078: stdout chunk (state=3): >>><<< 8222 1726776615.92099: _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": 312, "inode": 167772418, "dev": 51714, "nlink": 1, "atime": 1726776606.370063, "mtime": 1726776605.4740562, "ctime": 1726776605.7290583, "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": "ba15904bb90578344fad097ce2f46f9231275eae", "mimetype": "text/plain", "charset": "us-ascii", "version": "989906546", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776615.92146: 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-1726776615.5947962-8845-240812594823868/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 8222 1726776615.92176: variable 'ansible_module_compression' from source: unknown 8222 1726776615.92211: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 8222 1726776615.92226: variable 'ansible_facts' from source: unknown 8222 1726776615.92274: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/AnsiballZ_file.py 8222 1726776615.92366: Sending initial data 8222 1726776615.92369: Sent initial data (151 bytes) 8222 1726776615.92837: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.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.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.92843: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.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.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.92899: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776615.92903: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776615.92905: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.92961: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.94589: 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 <<< 8222 1726776615.94631: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776615.94679: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpkx0ktluq /root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/AnsiballZ_file.py <<< 8222 1726776615.94681: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/AnsiballZ_file.py" <<< 8222 1726776615.94722: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpkx0ktluq" to remote "/root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/AnsiballZ_file.py" <<< 8222 1726776615.94726: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/AnsiballZ_file.py" <<< 8222 1726776615.95310: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776615.95353: stderr chunk (state=3): >>><<< 8222 1726776615.95357: stdout chunk (state=3): >>><<< 8222 1726776615.95381: done transferring module to remote 8222 1726776615.95390: _low_level_execute_command(): starting 8222 1726776615.95397: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/ /root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/AnsiballZ_file.py && sleep 0' 8222 1726776615.95848: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776615.95855: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.95858: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776615.95860: 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 <<< 8222 1726776615.95862: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.95906: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776615.95909: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.95960: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776615.97790: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776615.97821: stderr chunk (state=3): >>><<< 8222 1726776615.97824: stdout chunk (state=3): >>><<< 8222 1726776615.97838: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776615.97841: _low_level_execute_command(): starting 8222 1726776615.97846: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/AnsiballZ_file.py && sleep 0' 8222 1726776615.98307: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.98310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.98313: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776615.98315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776615.98317: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776615.98368: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776615.98371: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776615.98374: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776615.98434: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776616.15500: 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": 312, "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}}} <<< 8222 1726776616.17005: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776616.17030: stderr chunk (state=3): >>><<< 8222 1726776616.17033: stdout chunk (state=3): >>><<< 8222 1726776616.17049: _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": 312, "invocation": {"module_args": {"mode": "0644", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "_original_basename": "kernel_settings.j2", "recurse": false, "state": "file", "path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776616.17077: 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-1726776615.5947962-8845-240812594823868/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776616.17108: _low_level_execute_command(): starting 8222 1726776616.17112: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776615.5947962-8845-240812594823868/ > /dev/null 2>&1 && sleep 0' 8222 1726776616.17562: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776616.17566: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776616.17569: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776616.17571: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776616.17573: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776616.17628: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776616.17631: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776616.17638: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776616.17687: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776616.19607: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776616.19633: stderr chunk (state=3): >>><<< 8222 1726776616.19636: stdout chunk (state=3): >>><<< 8222 1726776616.19650: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776616.19660: handler run complete 8222 1726776616.19682: attempt loop complete, returning result 8222 1726776616.19687: _execute() done 8222 1726776616.19692: dumping result to json 8222 1726776616.19694: done dumping result, returning 8222 1726776616.19702: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [12343ab9-b159-90b8-9460-00000000040f] 8222 1726776616.19704: sending task result for task 12343ab9-b159-90b8-9460-00000000040f 8222 1726776616.19840: done sending task result for task 12343ab9-b159-90b8-9460-00000000040f 8222 1726776616.19843: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "checksum": "ba15904bb90578344fad097ce2f46f9231275eae", "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": 312, "state": "file", "uid": 0 } 8222 1726776616.19934: no more pending results, returning what we have 8222 1726776616.19937: results queue empty 8222 1726776616.19938: checking for any_errors_fatal 8222 1726776616.19945: done checking for any_errors_fatal 8222 1726776616.19945: checking for max_fail_percentage 8222 1726776616.19947: done checking for max_fail_percentage 8222 1726776616.19947: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.19948: done checking to see if all hosts have failed 8222 1726776616.19949: getting the remaining hosts for this loop 8222 1726776616.19951: done getting the remaining hosts for this loop 8222 1726776616.19956: getting the next task for host managed_node3 8222 1726776616.19961: done getting next task for host managed_node3 8222 1726776616.19964: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 8222 1726776616.19967: ^ state is: HOST STATE: block=2, task=18, 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 8222 1726776616.19977: getting variables 8222 1726776616.19978: in VariableManager get_vars() 8222 1726776616.20012: Calling all_inventory to load vars for managed_node3 8222 1726776616.20015: Calling groups_inventory to load vars for managed_node3 8222 1726776616.20017: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.20025: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.20027: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.20029: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.20177: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.20305: done with get_vars() 8222 1726776616.20313: done getting variables 8222 1726776616.20354: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.649) 0:00:18.881 **** 8222 1726776616.20380: entering _queue_task() for managed_node3/service 8222 1726776616.20592: worker is 1 (out of 1 available) 8222 1726776616.20609: exiting _queue_task() for managed_node3/service 8222 1726776616.20619: done queuing things up, now waiting for results queue to drain 8222 1726776616.20620: waiting for pending results... 8222 1726776616.20796: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 8222 1726776616.20868: in run() - task 12343ab9-b159-90b8-9460-000000000410 8222 1726776616.20881: variable 'ansible_search_path' from source: unknown 8222 1726776616.20884: variable 'ansible_search_path' from source: unknown 8222 1726776616.20925: variable '__kernel_settings_services' from source: include_vars 8222 1726776616.21158: variable '__kernel_settings_services' from source: include_vars 8222 1726776616.21219: variable 'omit' from source: magic vars 8222 1726776616.21309: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.21316: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.21324: variable 'omit' from source: magic vars 8222 1726776616.21505: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776616.21671: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776616.21705: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776616.21732: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776616.21759: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776616.21836: variable '__kernel_settings_register_profile' from source: set_fact 8222 1726776616.21845: variable '__kernel_settings_register_mode' from source: set_fact 8222 1726776616.21881: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 8222 1726776616.21884: when evaluation is False, skipping this task 8222 1726776616.21911: variable 'item' from source: unknown 8222 1726776616.21959: 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" } 8222 1726776616.22119: dumping result to json 8222 1726776616.22122: done dumping result, returning 8222 1726776616.22125: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [12343ab9-b159-90b8-9460-000000000410] 8222 1726776616.22126: sending task result for task 12343ab9-b159-90b8-9460-000000000410 8222 1726776616.22162: done sending task result for task 12343ab9-b159-90b8-9460-000000000410 8222 1726776616.22164: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 8222 1726776616.22200: no more pending results, returning what we have 8222 1726776616.22204: results queue empty 8222 1726776616.22205: checking for any_errors_fatal 8222 1726776616.22217: done checking for any_errors_fatal 8222 1726776616.22217: checking for max_fail_percentage 8222 1726776616.22219: done checking for max_fail_percentage 8222 1726776616.22219: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.22220: done checking to see if all hosts have failed 8222 1726776616.22221: getting the remaining hosts for this loop 8222 1726776616.22222: done getting the remaining hosts for this loop 8222 1726776616.22225: getting the next task for host managed_node3 8222 1726776616.22231: done getting next task for host managed_node3 8222 1726776616.22234: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 8222 1726776616.22236: ^ state is: HOST STATE: block=2, task=18, 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 8222 1726776616.22249: getting variables 8222 1726776616.22250: in VariableManager get_vars() 8222 1726776616.22281: Calling all_inventory to load vars for managed_node3 8222 1726776616.22284: Calling groups_inventory to load vars for managed_node3 8222 1726776616.22287: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.22297: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.22299: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.22302: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.22411: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.22537: done with get_vars() 8222 1726776616.22546: done getting variables 8222 1726776616.22591: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.022) 0:00:18.904 **** 8222 1726776616.22614: entering _queue_task() for managed_node3/command 8222 1726776616.22831: worker is 1 (out of 1 available) 8222 1726776616.22847: exiting _queue_task() for managed_node3/command 8222 1726776616.22859: done queuing things up, now waiting for results queue to drain 8222 1726776616.22860: waiting for pending results... 8222 1726776616.23035: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 8222 1726776616.23108: in run() - task 12343ab9-b159-90b8-9460-000000000411 8222 1726776616.23120: variable 'ansible_search_path' from source: unknown 8222 1726776616.23123: variable 'ansible_search_path' from source: unknown 8222 1726776616.23151: calling self._execute() 8222 1726776616.23223: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.23227: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.23236: variable 'omit' from source: magic vars 8222 1726776616.23596: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776616.23866: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776616.23902: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776616.23926: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776616.23951: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776616.24041: variable '__kernel_settings_register_profile' from source: set_fact 8222 1726776616.24064: Evaluated conditional (not __kernel_settings_register_profile is changed): True 8222 1726776616.24160: variable '__kernel_settings_register_mode' from source: set_fact 8222 1726776616.24169: Evaluated conditional (not __kernel_settings_register_mode is changed): True 8222 1726776616.24250: variable '__kernel_settings_register_apply' from source: set_fact 8222 1726776616.24258: Evaluated conditional (__kernel_settings_register_apply is changed): False 8222 1726776616.24261: when evaluation is False, skipping this task 8222 1726776616.24264: _execute() done 8222 1726776616.24266: dumping result to json 8222 1726776616.24269: done dumping result, returning 8222 1726776616.24277: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [12343ab9-b159-90b8-9460-000000000411] 8222 1726776616.24281: sending task result for task 12343ab9-b159-90b8-9460-000000000411 8222 1726776616.24371: done sending task result for task 12343ab9-b159-90b8-9460-000000000411 8222 1726776616.24374: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_apply is changed", "skip_reason": "Conditional result was False" } 8222 1726776616.24434: no more pending results, returning what we have 8222 1726776616.24437: results queue empty 8222 1726776616.24438: checking for any_errors_fatal 8222 1726776616.24447: done checking for any_errors_fatal 8222 1726776616.24448: checking for max_fail_percentage 8222 1726776616.24450: done checking for max_fail_percentage 8222 1726776616.24450: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.24451: done checking to see if all hosts have failed 8222 1726776616.24452: getting the remaining hosts for this loop 8222 1726776616.24454: done getting the remaining hosts for this loop 8222 1726776616.24457: getting the next task for host managed_node3 8222 1726776616.24464: done getting next task for host managed_node3 8222 1726776616.24468: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 8222 1726776616.24471: ^ state is: HOST STATE: block=2, task=18, 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 8222 1726776616.24490: getting variables 8222 1726776616.24492: in VariableManager get_vars() 8222 1726776616.24523: Calling all_inventory to load vars for managed_node3 8222 1726776616.24525: Calling groups_inventory to load vars for managed_node3 8222 1726776616.24527: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.24535: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.24538: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.24541: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.24666: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.24834: done with get_vars() 8222 1726776616.24840: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.022) 0:00:18.927 **** 8222 1726776616.24906: entering _queue_task() for managed_node3/include_tasks 8222 1726776616.25105: worker is 1 (out of 1 available) 8222 1726776616.25118: exiting _queue_task() for managed_node3/include_tasks 8222 1726776616.25129: done queuing things up, now waiting for results queue to drain 8222 1726776616.25129: waiting for pending results... 8222 1726776616.25302: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 8222 1726776616.25373: in run() - task 12343ab9-b159-90b8-9460-000000000412 8222 1726776616.25385: variable 'ansible_search_path' from source: unknown 8222 1726776616.25392: variable 'ansible_search_path' from source: unknown 8222 1726776616.25417: calling self._execute() 8222 1726776616.25483: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.25493: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.25499: variable 'omit' from source: magic vars 8222 1726776616.25833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776616.26014: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776616.26044: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776616.26069: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776616.26096: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776616.26177: variable '__kernel_settings_register_apply' from source: set_fact 8222 1726776616.26200: Evaluated conditional (__kernel_settings_register_apply is changed): False 8222 1726776616.26204: when evaluation is False, skipping this task 8222 1726776616.26207: _execute() done 8222 1726776616.26209: dumping result to json 8222 1726776616.26212: done dumping result, returning 8222 1726776616.26218: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [12343ab9-b159-90b8-9460-000000000412] 8222 1726776616.26220: sending task result for task 12343ab9-b159-90b8-9460-000000000412 8222 1726776616.26312: done sending task result for task 12343ab9-b159-90b8-9460-000000000412 8222 1726776616.26315: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_apply is changed", "skip_reason": "Conditional result was False" } 8222 1726776616.26374: no more pending results, returning what we have 8222 1726776616.26378: results queue empty 8222 1726776616.26379: checking for any_errors_fatal 8222 1726776616.26392: done checking for any_errors_fatal 8222 1726776616.26393: checking for max_fail_percentage 8222 1726776616.26394: done checking for max_fail_percentage 8222 1726776616.26395: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.26396: done checking to see if all hosts have failed 8222 1726776616.26397: getting the remaining hosts for this loop 8222 1726776616.26399: done getting the remaining hosts for this loop 8222 1726776616.26403: getting the next task for host managed_node3 8222 1726776616.26409: done getting next task for host managed_node3 8222 1726776616.26412: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 8222 1726776616.26415: ^ state is: HOST STATE: block=2, task=18, 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? (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 8222 1726776616.26430: getting variables 8222 1726776616.26432: in VariableManager get_vars() 8222 1726776616.26461: Calling all_inventory to load vars for managed_node3 8222 1726776616.26463: Calling groups_inventory to load vars for managed_node3 8222 1726776616.26465: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.26473: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.26475: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.26477: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.26606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.26729: done with get_vars() 8222 1726776616.26737: done getting variables 8222 1726776616.26777: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.018) 0:00:18.945 **** 8222 1726776616.26803: entering _queue_task() for managed_node3/set_fact 8222 1726776616.27013: worker is 1 (out of 1 available) 8222 1726776616.27027: exiting _queue_task() for managed_node3/set_fact 8222 1726776616.27039: done queuing things up, now waiting for results queue to drain 8222 1726776616.27040: waiting for pending results... 8222 1726776616.27218: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 8222 1726776616.27294: in run() - task 12343ab9-b159-90b8-9460-000000000413 8222 1726776616.27305: variable 'ansible_search_path' from source: unknown 8222 1726776616.27309: variable 'ansible_search_path' from source: unknown 8222 1726776616.27335: calling self._execute() 8222 1726776616.27412: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.27415: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.27424: variable 'omit' from source: magic vars 8222 1726776616.27507: variable 'omit' from source: magic vars 8222 1726776616.27541: variable 'omit' from source: magic vars 8222 1726776616.27565: variable 'omit' from source: magic vars 8222 1726776616.27603: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776616.27632: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776616.27650: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776616.27663: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776616.27672: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776616.27700: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776616.27703: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.27705: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.27778: Set connection var ansible_timeout to 10 8222 1726776616.27784: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776616.27793: Set connection var ansible_connection to ssh 8222 1726776616.27796: Set connection var ansible_shell_executable to /bin/sh 8222 1726776616.27799: Set connection var ansible_shell_type to sh 8222 1726776616.27803: Set connection var ansible_pipelining to False 8222 1726776616.27822: variable 'ansible_shell_executable' from source: unknown 8222 1726776616.27825: variable 'ansible_connection' from source: unknown 8222 1726776616.27828: variable 'ansible_module_compression' from source: unknown 8222 1726776616.27830: variable 'ansible_shell_type' from source: unknown 8222 1726776616.27833: variable 'ansible_shell_executable' from source: unknown 8222 1726776616.27835: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.27839: variable 'ansible_pipelining' from source: unknown 8222 1726776616.27841: variable 'ansible_timeout' from source: unknown 8222 1726776616.27845: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.27952: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776616.27961: variable 'omit' from source: magic vars 8222 1726776616.27966: starting attempt loop 8222 1726776616.27969: running the handler 8222 1726776616.27978: handler run complete 8222 1726776616.27987: attempt loop complete, returning result 8222 1726776616.27992: _execute() done 8222 1726776616.27995: dumping result to json 8222 1726776616.27997: done dumping result, returning 8222 1726776616.28003: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [12343ab9-b159-90b8-9460-000000000413] 8222 1726776616.28007: sending task result for task 12343ab9-b159-90b8-9460-000000000413 8222 1726776616.28089: done sending task result for task 12343ab9-b159-90b8-9460-000000000413 8222 1726776616.28093: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 8222 1726776616.28159: no more pending results, returning what we have 8222 1726776616.28162: results queue empty 8222 1726776616.28163: checking for any_errors_fatal 8222 1726776616.28169: done checking for any_errors_fatal 8222 1726776616.28169: checking for max_fail_percentage 8222 1726776616.28171: done checking for max_fail_percentage 8222 1726776616.28172: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.28173: done checking to see if all hosts have failed 8222 1726776616.28173: getting the remaining hosts for this loop 8222 1726776616.28175: done getting the remaining hosts for this loop 8222 1726776616.28179: getting the next task for host managed_node3 8222 1726776616.28185: done getting next task for host managed_node3 8222 1726776616.28192: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 8222 1726776616.28195: ^ state is: HOST STATE: block=2, task=18, 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 8222 1726776616.28205: getting variables 8222 1726776616.28207: in VariableManager get_vars() 8222 1726776616.28237: Calling all_inventory to load vars for managed_node3 8222 1726776616.28240: Calling groups_inventory to load vars for managed_node3 8222 1726776616.28242: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.28249: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.28251: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.28254: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.28425: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.28552: done with get_vars() 8222 1726776616.28563: done getting variables 8222 1726776616.28614: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.018) 0:00:18.964 **** 8222 1726776616.28641: entering _queue_task() for managed_node3/set_fact 8222 1726776616.28880: worker is 1 (out of 1 available) 8222 1726776616.28898: exiting _queue_task() for managed_node3/set_fact 8222 1726776616.28912: done queuing things up, now waiting for results queue to drain 8222 1726776616.28913: waiting for pending results... 8222 1726776616.29095: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 8222 1726776616.29166: in run() - task 12343ab9-b159-90b8-9460-000000000414 8222 1726776616.29179: variable 'ansible_search_path' from source: unknown 8222 1726776616.29182: variable 'ansible_search_path' from source: unknown 8222 1726776616.29215: calling self._execute() 8222 1726776616.29280: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.29284: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.29296: variable 'omit' from source: magic vars 8222 1726776616.29376: variable 'omit' from source: magic vars 8222 1726776616.29413: variable 'omit' from source: magic vars 8222 1726776616.29681: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776616.29863: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776616.29897: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776616.29924: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776616.29949: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776616.30051: variable '__kernel_settings_register_profile' from source: set_fact 8222 1726776616.30061: variable '__kernel_settings_register_mode' from source: set_fact 8222 1726776616.30068: variable '__kernel_settings_register_apply' from source: set_fact 8222 1726776616.30109: variable 'omit' from source: magic vars 8222 1726776616.30132: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776616.30155: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776616.30169: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776616.30182: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776616.30193: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776616.30215: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776616.30218: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.30220: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.30292: Set connection var ansible_timeout to 10 8222 1726776616.30296: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776616.30301: Set connection var ansible_connection to ssh 8222 1726776616.30306: Set connection var ansible_shell_executable to /bin/sh 8222 1726776616.30309: Set connection var ansible_shell_type to sh 8222 1726776616.30313: Set connection var ansible_pipelining to False 8222 1726776616.30329: variable 'ansible_shell_executable' from source: unknown 8222 1726776616.30331: variable 'ansible_connection' from source: unknown 8222 1726776616.30334: variable 'ansible_module_compression' from source: unknown 8222 1726776616.30338: variable 'ansible_shell_type' from source: unknown 8222 1726776616.30340: variable 'ansible_shell_executable' from source: unknown 8222 1726776616.30342: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.30345: variable 'ansible_pipelining' from source: unknown 8222 1726776616.30347: variable 'ansible_timeout' from source: unknown 8222 1726776616.30353: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.30426: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776616.30435: variable 'omit' from source: magic vars 8222 1726776616.30440: starting attempt loop 8222 1726776616.30443: running the handler 8222 1726776616.30452: handler run complete 8222 1726776616.30461: attempt loop complete, returning result 8222 1726776616.30463: _execute() done 8222 1726776616.30466: dumping result to json 8222 1726776616.30468: done dumping result, returning 8222 1726776616.30475: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [12343ab9-b159-90b8-9460-000000000414] 8222 1726776616.30477: sending task result for task 12343ab9-b159-90b8-9460-000000000414 8222 1726776616.30556: done sending task result for task 12343ab9-b159-90b8-9460-000000000414 8222 1726776616.30559: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_changed": false }, "changed": false } 8222 1726776616.30641: no more pending results, returning what we have 8222 1726776616.30644: results queue empty 8222 1726776616.30645: checking for any_errors_fatal 8222 1726776616.30652: done checking for any_errors_fatal 8222 1726776616.30653: checking for max_fail_percentage 8222 1726776616.30655: done checking for max_fail_percentage 8222 1726776616.30656: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.30657: done checking to see if all hosts have failed 8222 1726776616.30658: getting the remaining hosts for this loop 8222 1726776616.30659: done getting the remaining hosts for this loop 8222 1726776616.30663: getting the next task for host managed_node3 8222 1726776616.30670: done getting next task for host managed_node3 8222 1726776616.30674: ^ task is: TASK: meta (role_complete) 8222 1726776616.30676: ^ state is: HOST STATE: block=2, task=19, 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 8222 1726776616.30691: getting variables 8222 1726776616.30692: in VariableManager get_vars() 8222 1726776616.30724: Calling all_inventory to load vars for managed_node3 8222 1726776616.30726: Calling groups_inventory to load vars for managed_node3 8222 1726776616.30728: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.30736: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.30738: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.30740: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.30867: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.30995: done with get_vars() 8222 1726776616.31004: done getting variables 8222 1726776616.31056: done queuing things up, now waiting for results queue to drain 8222 1726776616.31057: results queue empty 8222 1726776616.31058: checking for any_errors_fatal 8222 1726776616.31059: done checking for any_errors_fatal 8222 1726776616.31060: checking for max_fail_percentage 8222 1726776616.31061: done checking for max_fail_percentage 8222 1726776616.31065: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.31066: done checking to see if all hosts have failed 8222 1726776616.31066: getting the remaining hosts for this loop 8222 1726776616.31067: done getting the remaining hosts for this loop 8222 1726776616.31068: getting the next task for host managed_node3 8222 1726776616.31071: done getting next task for host managed_node3 8222 1726776616.31072: ^ task is: TASK: Ensure role reported not changed 8222 1726776616.31073: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776616.31075: getting variables 8222 1726776616.31076: in VariableManager get_vars() 8222 1726776616.31082: Calling all_inventory to load vars for managed_node3 8222 1726776616.31084: Calling groups_inventory to load vars for managed_node3 8222 1726776616.31085: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.31092: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.31093: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.31095: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.31174: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.31307: done with get_vars() 8222 1726776616.31313: done getting variables 8222 1726776616.31341: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure role reported not changed] **************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:67 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.027) 0:00:18.991 **** 8222 1726776616.31360: entering _queue_task() for managed_node3/assert 8222 1726776616.31587: worker is 1 (out of 1 available) 8222 1726776616.31603: exiting _queue_task() for managed_node3/assert 8222 1726776616.31616: done queuing things up, now waiting for results queue to drain 8222 1726776616.31617: waiting for pending results... 8222 1726776616.31797: running TaskExecutor() for managed_node3/TASK: Ensure role reported not changed 8222 1726776616.31854: in run() - task 12343ab9-b159-90b8-9460-00000000000f 8222 1726776616.31867: variable 'ansible_search_path' from source: unknown 8222 1726776616.31898: calling self._execute() 8222 1726776616.31965: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.31969: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.31978: variable 'omit' from source: magic vars 8222 1726776616.32058: variable 'omit' from source: magic vars 8222 1726776616.32079: variable 'omit' from source: magic vars 8222 1726776616.32107: variable 'omit' from source: magic vars 8222 1726776616.32141: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776616.32171: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776616.32192: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776616.32207: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776616.32215: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776616.32238: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776616.32242: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.32245: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.32319: Set connection var ansible_timeout to 10 8222 1726776616.32326: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776616.32331: Set connection var ansible_connection to ssh 8222 1726776616.32335: Set connection var ansible_shell_executable to /bin/sh 8222 1726776616.32338: Set connection var ansible_shell_type to sh 8222 1726776616.32343: Set connection var ansible_pipelining to False 8222 1726776616.32361: variable 'ansible_shell_executable' from source: unknown 8222 1726776616.32364: variable 'ansible_connection' from source: unknown 8222 1726776616.32366: variable 'ansible_module_compression' from source: unknown 8222 1726776616.32368: variable 'ansible_shell_type' from source: unknown 8222 1726776616.32370: variable 'ansible_shell_executable' from source: unknown 8222 1726776616.32373: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.32379: variable 'ansible_pipelining' from source: unknown 8222 1726776616.32381: variable 'ansible_timeout' from source: unknown 8222 1726776616.32383: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.32491: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776616.32499: variable 'omit' from source: magic vars 8222 1726776616.32504: starting attempt loop 8222 1726776616.32507: running the handler 8222 1726776616.32769: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776616.34267: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776616.34531: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776616.34558: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776616.34583: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776616.34605: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776616.34659: 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) 8222 1726776616.34679: 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) 8222 1726776616.34705: 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) 8222 1726776616.34730: 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) 8222 1726776616.34741: 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) 8222 1726776616.34831: variable '__kernel_settings_changed' from source: set_fact 8222 1726776616.34845: Evaluated conditional (not __kernel_settings_changed | d(false)): True 8222 1726776616.34851: handler run complete 8222 1726776616.34871: attempt loop complete, returning result 8222 1726776616.34874: _execute() done 8222 1726776616.34878: dumping result to json 8222 1726776616.34881: done dumping result, returning 8222 1726776616.34887: done running TaskExecutor() for managed_node3/TASK: Ensure role reported not changed [12343ab9-b159-90b8-9460-00000000000f] 8222 1726776616.34893: sending task result for task 12343ab9-b159-90b8-9460-00000000000f 8222 1726776616.34978: done sending task result for task 12343ab9-b159-90b8-9460-00000000000f 8222 1726776616.34981: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 8222 1726776616.35031: no more pending results, returning what we have 8222 1726776616.35034: results queue empty 8222 1726776616.35035: checking for any_errors_fatal 8222 1726776616.35037: done checking for any_errors_fatal 8222 1726776616.35037: checking for max_fail_percentage 8222 1726776616.35039: done checking for max_fail_percentage 8222 1726776616.35040: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.35041: done checking to see if all hosts have failed 8222 1726776616.35042: getting the remaining hosts for this loop 8222 1726776616.35043: done getting the remaining hosts for this loop 8222 1726776616.35047: getting the next task for host managed_node3 8222 1726776616.35054: done getting next task for host managed_node3 8222 1726776616.35056: ^ task is: TASK: Cleanup 8222 1726776616.35058: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776616.35061: getting variables 8222 1726776616.35062: in VariableManager get_vars() 8222 1726776616.35101: Calling all_inventory to load vars for managed_node3 8222 1726776616.35103: Calling groups_inventory to load vars for managed_node3 8222 1726776616.35105: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.35115: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.35118: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.35127: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.35279: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.35402: done with get_vars() 8222 1726776616.35412: done getting variables TASK [Cleanup] ***************************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:72 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.041) 0:00:19.032 **** 8222 1726776616.35473: entering _queue_task() for managed_node3/include_tasks 8222 1726776616.35704: worker is 1 (out of 1 available) 8222 1726776616.35718: exiting _queue_task() for managed_node3/include_tasks 8222 1726776616.35729: done queuing things up, now waiting for results queue to drain 8222 1726776616.35730: waiting for pending results... 8222 1726776616.35911: running TaskExecutor() for managed_node3/TASK: Cleanup 8222 1726776616.35963: in run() - task 12343ab9-b159-90b8-9460-000000000010 8222 1726776616.35976: variable 'ansible_search_path' from source: unknown 8222 1726776616.36008: calling self._execute() 8222 1726776616.36081: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.36087: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.36099: variable 'omit' from source: magic vars 8222 1726776616.36180: _execute() done 8222 1726776616.36183: dumping result to json 8222 1726776616.36187: done dumping result, returning 8222 1726776616.36195: done running TaskExecutor() for managed_node3/TASK: Cleanup [12343ab9-b159-90b8-9460-000000000010] 8222 1726776616.36200: sending task result for task 12343ab9-b159-90b8-9460-000000000010 8222 1726776616.36291: done sending task result for task 12343ab9-b159-90b8-9460-000000000010 8222 1726776616.36294: WORKER PROCESS EXITING 8222 1726776616.36322: no more pending results, returning what we have 8222 1726776616.36327: in VariableManager get_vars() 8222 1726776616.36370: Calling all_inventory to load vars for managed_node3 8222 1726776616.36372: Calling groups_inventory to load vars for managed_node3 8222 1726776616.36375: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.36388: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.36391: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.36395: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.36575: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.36689: done with get_vars() 8222 1726776616.36696: variable 'ansible_search_path' from source: unknown 8222 1726776616.36707: we have included files to process 8222 1726776616.36707: generating all_blocks data 8222 1726776616.36710: done generating all_blocks data 8222 1726776616.36713: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 8222 1726776616.36714: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 8222 1726776616.36716: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 8222 1726776616.37317: done processing included file 8222 1726776616.37319: iterating over new_blocks loaded from include file 8222 1726776616.37320: in VariableManager get_vars() 8222 1726776616.37330: done with get_vars() 8222 1726776616.37331: filtering new block on tags 8222 1726776616.37348: done filtering new block on tags 8222 1726776616.37350: in VariableManager get_vars() 8222 1726776616.37359: done with get_vars() 8222 1726776616.37359: filtering new block on tags 8222 1726776616.37413: done filtering new block on tags 8222 1726776616.37415: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml for managed_node3 8222 1726776616.37419: extending task lists for all hosts with included blocks 8222 1726776616.38932: done extending task lists 8222 1726776616.38933: done processing included files 8222 1726776616.38934: results queue empty 8222 1726776616.38934: checking for any_errors_fatal 8222 1726776616.38936: done checking for any_errors_fatal 8222 1726776616.38937: checking for max_fail_percentage 8222 1726776616.38937: done checking for max_fail_percentage 8222 1726776616.38938: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.38938: done checking to see if all hosts have failed 8222 1726776616.38939: getting the remaining hosts for this loop 8222 1726776616.38940: done getting the remaining hosts for this loop 8222 1726776616.38942: getting the next task for host managed_node3 8222 1726776616.38945: done getting next task for host managed_node3 8222 1726776616.38947: ^ task is: TASK: Show current tuned profile settings 8222 1726776616.38948: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776616.38950: getting variables 8222 1726776616.38951: in VariableManager get_vars() 8222 1726776616.38959: Calling all_inventory to load vars for managed_node3 8222 1726776616.38961: Calling groups_inventory to load vars for managed_node3 8222 1726776616.38962: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.38967: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.38968: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.38970: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.39054: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.39172: done with get_vars() 8222 1726776616.39178: done getting variables 8222 1726776616.39211: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Show current tuned profile settings] ************************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:2 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.037) 0:00:19.070 **** 8222 1726776616.39231: entering _queue_task() for managed_node3/command 8222 1726776616.39457: worker is 1 (out of 1 available) 8222 1726776616.39469: exiting _queue_task() for managed_node3/command 8222 1726776616.39480: done queuing things up, now waiting for results queue to drain 8222 1726776616.39481: waiting for pending results... 8222 1726776616.39657: running TaskExecutor() for managed_node3/TASK: Show current tuned profile settings 8222 1726776616.39725: in run() - task 12343ab9-b159-90b8-9460-000000000588 8222 1726776616.39736: variable 'ansible_search_path' from source: unknown 8222 1726776616.39739: variable 'ansible_search_path' from source: unknown 8222 1726776616.39767: calling self._execute() 8222 1726776616.39840: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.39844: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.39852: variable 'omit' from source: magic vars 8222 1726776616.39929: variable 'omit' from source: magic vars 8222 1726776616.39957: variable 'omit' from source: magic vars 8222 1726776616.40200: variable '__kernel_settings_profile_filename' from source: role '' exported vars 8222 1726776616.40256: variable '__kernel_settings_profile_dir' from source: role '' exported vars 8222 1726776616.40318: variable '__kernel_settings_profile_parent' from source: set_fact 8222 1726776616.40322: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 8222 1726776616.40359: variable 'omit' from source: magic vars 8222 1726776616.40391: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776616.40420: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776616.40437: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776616.40451: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776616.40459: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776616.40487: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776616.40490: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.40495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.40563: Set connection var ansible_timeout to 10 8222 1726776616.40570: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776616.40574: Set connection var ansible_connection to ssh 8222 1726776616.40583: Set connection var ansible_shell_executable to /bin/sh 8222 1726776616.40588: Set connection var ansible_shell_type to sh 8222 1726776616.40591: Set connection var ansible_pipelining to False 8222 1726776616.40607: variable 'ansible_shell_executable' from source: unknown 8222 1726776616.40610: variable 'ansible_connection' from source: unknown 8222 1726776616.40613: variable 'ansible_module_compression' from source: unknown 8222 1726776616.40615: variable 'ansible_shell_type' from source: unknown 8222 1726776616.40618: variable 'ansible_shell_executable' from source: unknown 8222 1726776616.40620: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.40622: variable 'ansible_pipelining' from source: unknown 8222 1726776616.40626: variable 'ansible_timeout' from source: unknown 8222 1726776616.40629: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.40728: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776616.40738: variable 'omit' from source: magic vars 8222 1726776616.40743: starting attempt loop 8222 1726776616.40746: running the handler 8222 1726776616.40759: _low_level_execute_command(): starting 8222 1726776616.40766: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776616.41254: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776616.41283: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776616.41291: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776616.41294: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776616.41347: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776616.41350: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776616.41353: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776616.41416: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776616.43107: stdout chunk (state=3): >>>/root <<< 8222 1726776616.43206: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776616.43232: stderr chunk (state=3): >>><<< 8222 1726776616.43235: stdout chunk (state=3): >>><<< 8222 1726776616.43256: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776616.43266: _low_level_execute_command(): starting 8222 1726776616.43271: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776616.4325418-8867-10117370417252 `" && echo ansible-tmp-1726776616.4325418-8867-10117370417252="` echo /root/.ansible/tmp/ansible-tmp-1726776616.4325418-8867-10117370417252 `" ) && sleep 0' 8222 1726776616.43710: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776616.43713: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776616.43723: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776616.43725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776616.43769: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776616.43772: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776616.43825: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776616.45757: stdout chunk (state=3): >>>ansible-tmp-1726776616.4325418-8867-10117370417252=/root/.ansible/tmp/ansible-tmp-1726776616.4325418-8867-10117370417252 <<< 8222 1726776616.45863: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776616.45895: stderr chunk (state=3): >>><<< 8222 1726776616.45898: stdout chunk (state=3): >>><<< 8222 1726776616.45910: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776616.4325418-8867-10117370417252=/root/.ansible/tmp/ansible-tmp-1726776616.4325418-8867-10117370417252 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776616.45935: variable 'ansible_module_compression' from source: unknown 8222 1726776616.45973: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 8222 1726776616.46006: variable 'ansible_facts' from source: unknown 8222 1726776616.46058: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776616.4325418-8867-10117370417252/AnsiballZ_command.py 8222 1726776616.46156: Sending initial data 8222 1726776616.46159: Sent initial data (153 bytes) 8222 1726776616.46599: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776616.46602: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776616.46604: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776616.46607: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776616.46609: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776616.46657: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776616.46664: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776616.46710: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776616.48288: 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 <<< 8222 1726776616.48335: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776616.48384: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpns2i4tao /root/.ansible/tmp/ansible-tmp-1726776616.4325418-8867-10117370417252/AnsiballZ_command.py <<< 8222 1726776616.48392: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776616.4325418-8867-10117370417252/AnsiballZ_command.py" <<< 8222 1726776616.48427: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpns2i4tao" to remote "/root/.ansible/tmp/ansible-tmp-1726776616.4325418-8867-10117370417252/AnsiballZ_command.py" <<< 8222 1726776616.48433: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776616.4325418-8867-10117370417252/AnsiballZ_command.py" <<< 8222 1726776616.48976: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776616.49021: stderr chunk (state=3): >>><<< 8222 1726776616.49024: stdout chunk (state=3): >>><<< 8222 1726776616.49062: done transferring module to remote 8222 1726776616.49071: _low_level_execute_command(): starting 8222 1726776616.49076: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776616.4325418-8867-10117370417252/ /root/.ansible/tmp/ansible-tmp-1726776616.4325418-8867-10117370417252/AnsiballZ_command.py && sleep 0' 8222 1726776616.49519: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776616.49523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776616.49525: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776616.49527: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 8222 1726776616.49529: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776616.49534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776616.49581: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776616.49591: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776616.49633: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776616.51424: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776616.51447: stderr chunk (state=3): >>><<< 8222 1726776616.51450: stdout chunk (state=3): >>><<< 8222 1726776616.51464: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776616.51468: _low_level_execute_command(): starting 8222 1726776616.51470: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776616.4325418-8867-10117370417252/AnsiballZ_command.py && sleep 0' 8222 1726776616.51912: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776616.51915: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776616.51917: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776616.51919: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776616.51921: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776616.51923: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776616.51971: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776616.51975: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776616.52030: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776616.67749: stdout chunk (state=3): >>> {"changed": true, "stdout": "#\n# Ansible managed\n#\n# system_role:kernel_settings\n\n[main]\nsummary = kernel settings\n[sysctl]\nfs.epoll.max_user_watches = 785592\nfs.file-max = 379724\n[sysfs]\n/sys/kernel/debug/x86/ibrs_enabled = 0\n/sys/kernel/debug/x86/pti_enabled = 0\n/sys/kernel/debug/x86/retp_enabled = 0\n[vm]\ntransparent_hugepages = madvise", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/tuned/profiles/kernel_settings/tuned.conf"], "start": "2024-09-19 16:10:16.672655", "end": "2024-09-19 16:10:16.675819", "delta": "0:00:00.003164", "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}}} <<< 8222 1726776616.69308: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776616.69335: stderr chunk (state=3): >>><<< 8222 1726776616.69338: stdout chunk (state=3): >>><<< 8222 1726776616.69354: _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\n[sysctl]\nfs.epoll.max_user_watches = 785592\nfs.file-max = 379724\n[sysfs]\n/sys/kernel/debug/x86/ibrs_enabled = 0\n/sys/kernel/debug/x86/pti_enabled = 0\n/sys/kernel/debug/x86/retp_enabled = 0\n[vm]\ntransparent_hugepages = madvise", "stderr": "", "rc": 0, "cmd": ["cat", "/etc/tuned/profiles/kernel_settings/tuned.conf"], "start": "2024-09-19 16:10:16.672655", "end": "2024-09-19 16:10:16.675819", "delta": "0:00:00.003164", "msg": "", "invocation": {"module_args": {"_raw_params": "cat /etc/tuned/profiles/kernel_settings/tuned.conf", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776616.69392: 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-1726776616.4325418-8867-10117370417252/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776616.69401: _low_level_execute_command(): starting 8222 1726776616.69403: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776616.4325418-8867-10117370417252/ > /dev/null 2>&1 && sleep 0' 8222 1726776616.69853: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776616.69856: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776616.69859: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776616.69861: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776616.69863: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776616.69920: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776616.69927: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776616.69929: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776616.69969: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776616.71792: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776616.71817: stderr chunk (state=3): >>><<< 8222 1726776616.71820: stdout chunk (state=3): >>><<< 8222 1726776616.71832: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776616.71838: handler run complete 8222 1726776616.71858: Evaluated conditional (False): False 8222 1726776616.71866: attempt loop complete, returning result 8222 1726776616.71869: _execute() done 8222 1726776616.71871: dumping result to json 8222 1726776616.71876: done dumping result, returning 8222 1726776616.71884: done running TaskExecutor() for managed_node3/TASK: Show current tuned profile settings [12343ab9-b159-90b8-9460-000000000588] 8222 1726776616.71888: sending task result for task 12343ab9-b159-90b8-9460-000000000588 8222 1726776616.71992: done sending task result for task 12343ab9-b159-90b8-9460-000000000588 8222 1726776616.71995: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "cmd": [ "cat", "/etc/tuned/profiles/kernel_settings/tuned.conf" ], "delta": "0:00:00.003164", "end": "2024-09-19 16:10:16.675819", "rc": 0, "start": "2024-09-19 16:10:16.672655" } STDOUT: # # Ansible managed # # system_role:kernel_settings [main] summary = kernel settings [sysctl] fs.epoll.max_user_watches = 785592 fs.file-max = 379724 [sysfs] /sys/kernel/debug/x86/ibrs_enabled = 0 /sys/kernel/debug/x86/pti_enabled = 0 /sys/kernel/debug/x86/retp_enabled = 0 [vm] transparent_hugepages = madvise 8222 1726776616.72075: no more pending results, returning what we have 8222 1726776616.72079: results queue empty 8222 1726776616.72080: checking for any_errors_fatal 8222 1726776616.72081: done checking for any_errors_fatal 8222 1726776616.72082: checking for max_fail_percentage 8222 1726776616.72083: done checking for max_fail_percentage 8222 1726776616.72084: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.72085: done checking to see if all hosts have failed 8222 1726776616.72088: getting the remaining hosts for this loop 8222 1726776616.72090: done getting the remaining hosts for this loop 8222 1726776616.72094: getting the next task for host managed_node3 8222 1726776616.72102: done getting next task for host managed_node3 8222 1726776616.72106: ^ task is: TASK: Run role with purge to remove everything 8222 1726776616.72108: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776616.72111: getting variables 8222 1726776616.72113: in VariableManager get_vars() 8222 1726776616.72145: Calling all_inventory to load vars for managed_node3 8222 1726776616.72148: Calling groups_inventory to load vars for managed_node3 8222 1726776616.72150: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.72159: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.72161: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.72163: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.72299: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.72422: done with get_vars() 8222 1726776616.72430: done getting variables TASK [Run role with purge to remove everything] ******************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:9 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.332) 0:00:19.402 **** 8222 1726776616.72495: entering _queue_task() for managed_node3/include_role 8222 1726776616.72687: worker is 1 (out of 1 available) 8222 1726776616.72699: exiting _queue_task() for managed_node3/include_role 8222 1726776616.72710: done queuing things up, now waiting for results queue to drain 8222 1726776616.72711: waiting for pending results... 8222 1726776616.72881: running TaskExecutor() for managed_node3/TASK: Run role with purge to remove everything 8222 1726776616.72954: in run() - task 12343ab9-b159-90b8-9460-00000000058a 8222 1726776616.72965: variable 'ansible_search_path' from source: unknown 8222 1726776616.72969: variable 'ansible_search_path' from source: unknown 8222 1726776616.72999: calling self._execute() 8222 1726776616.73066: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.73070: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.73079: variable 'omit' from source: magic vars 8222 1726776616.73154: _execute() done 8222 1726776616.73159: dumping result to json 8222 1726776616.73161: done dumping result, returning 8222 1726776616.73166: done running TaskExecutor() for managed_node3/TASK: Run role with purge to remove everything [12343ab9-b159-90b8-9460-00000000058a] 8222 1726776616.73169: sending task result for task 12343ab9-b159-90b8-9460-00000000058a 8222 1726776616.73272: done sending task result for task 12343ab9-b159-90b8-9460-00000000058a 8222 1726776616.73275: WORKER PROCESS EXITING 8222 1726776616.73303: no more pending results, returning what we have 8222 1726776616.73309: in VariableManager get_vars() 8222 1726776616.73341: Calling all_inventory to load vars for managed_node3 8222 1726776616.73344: Calling groups_inventory to load vars for managed_node3 8222 1726776616.73346: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.73354: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.73357: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.73359: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.73515: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.73626: done with get_vars() 8222 1726776616.73631: variable 'ansible_search_path' from source: unknown 8222 1726776616.73632: variable 'ansible_search_path' from source: unknown 8222 1726776616.73806: variable 'omit' from source: magic vars 8222 1726776616.73828: variable 'omit' from source: magic vars 8222 1726776616.73837: variable 'omit' from source: magic vars 8222 1726776616.73840: we have included files to process 8222 1726776616.73840: generating all_blocks data 8222 1726776616.73841: done generating all_blocks data 8222 1726776616.73844: processing included file: fedora.linux_system_roles.kernel_settings 8222 1726776616.73856: in VariableManager get_vars() 8222 1726776616.73865: done with get_vars() 8222 1726776616.73882: in VariableManager get_vars() 8222 1726776616.73896: done with get_vars() 8222 1726776616.73919: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 8222 1726776616.73958: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 8222 1726776616.73972: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 8222 1726776616.74018: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 8222 1726776616.74339: in VariableManager get_vars() 8222 1726776616.74352: done with get_vars() 8222 1726776616.75162: in VariableManager get_vars() 8222 1726776616.75176: done with get_vars() 8222 1726776616.75277: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 8222 1726776616.75648: iterating over new_blocks loaded from include file 8222 1726776616.75649: in VariableManager get_vars() 8222 1726776616.75661: done with get_vars() 8222 1726776616.75662: filtering new block on tags 8222 1726776616.75705: done filtering new block on tags 8222 1726776616.75707: in VariableManager get_vars() 8222 1726776616.75716: done with get_vars() 8222 1726776616.75717: filtering new block on tags 8222 1726776616.75742: done filtering new block on tags 8222 1726776616.75743: in VariableManager get_vars() 8222 1726776616.75752: done with get_vars() 8222 1726776616.75753: filtering new block on tags 8222 1726776616.75846: done filtering new block on tags 8222 1726776616.75848: in VariableManager get_vars() 8222 1726776616.75859: done with get_vars() 8222 1726776616.75860: filtering new block on tags 8222 1726776616.75870: done filtering new block on tags 8222 1726776616.75871: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.kernel_settings for managed_node3 8222 1726776616.75877: extending task lists for all hosts with included blocks 8222 1726776616.76052: done extending task lists 8222 1726776616.76053: done processing included files 8222 1726776616.76053: results queue empty 8222 1726776616.76054: checking for any_errors_fatal 8222 1726776616.76057: done checking for any_errors_fatal 8222 1726776616.76057: checking for max_fail_percentage 8222 1726776616.76058: done checking for max_fail_percentage 8222 1726776616.76059: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.76059: done checking to see if all hosts have failed 8222 1726776616.76059: getting the remaining hosts for this loop 8222 1726776616.76060: done getting the remaining hosts for this loop 8222 1726776616.76062: getting the next task for host managed_node3 8222 1726776616.76064: done getting next task for host managed_node3 8222 1726776616.76066: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 8222 1726776616.76068: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776616.76074: getting variables 8222 1726776616.76074: in VariableManager get_vars() 8222 1726776616.76082: Calling all_inventory to load vars for managed_node3 8222 1726776616.76084: Calling groups_inventory to load vars for managed_node3 8222 1726776616.76085: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.76091: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.76092: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.76094: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.76173: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.76284: done with get_vars() 8222 1726776616.76293: done getting variables 8222 1726776616.76318: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.038) 0:00:19.441 **** 8222 1726776616.76343: entering _queue_task() for managed_node3/fail 8222 1726776616.76546: worker is 1 (out of 1 available) 8222 1726776616.76559: exiting _queue_task() for managed_node3/fail 8222 1726776616.76571: done queuing things up, now waiting for results queue to drain 8222 1726776616.76572: waiting for pending results... 8222 1726776616.76746: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 8222 1726776616.76825: in run() - task 12343ab9-b159-90b8-9460-0000000006d8 8222 1726776616.76838: variable 'ansible_search_path' from source: unknown 8222 1726776616.76841: variable 'ansible_search_path' from source: unknown 8222 1726776616.76868: calling self._execute() 8222 1726776616.76935: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.76939: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.76948: variable 'omit' from source: magic vars 8222 1726776616.77288: variable 'kernel_settings_sysctl' from source: include params 8222 1726776616.77298: variable '__kernel_settings_state_empty' from source: role '' all vars 8222 1726776616.77309: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 8222 1726776616.77505: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776616.78875: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776616.78919: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776616.78946: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776616.78979: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776616.79005: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776616.79058: 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) 8222 1726776616.79078: 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) 8222 1726776616.79102: 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) 8222 1726776616.79129: 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) 8222 1726776616.79140: 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) 8222 1726776616.79175: 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) 8222 1726776616.79196: 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) 8222 1726776616.79213: 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) 8222 1726776616.79237: 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) 8222 1726776616.79247: 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) 8222 1726776616.79276: 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) 8222 1726776616.79297: 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) 8222 1726776616.79315: 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) 8222 1726776616.79338: 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) 8222 1726776616.79349: 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) 8222 1726776616.79527: variable 'kernel_settings_sysctl' from source: include params 8222 1726776616.79546: 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 8222 1726776616.79549: when evaluation is False, skipping this task 8222 1726776616.79552: _execute() done 8222 1726776616.79555: dumping result to json 8222 1726776616.79557: done dumping result, returning 8222 1726776616.79562: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [12343ab9-b159-90b8-9460-0000000006d8] 8222 1726776616.79567: sending task result for task 12343ab9-b159-90b8-9460-0000000006d8 8222 1726776616.79648: done sending task result for task 12343ab9-b159-90b8-9460-0000000006d8 8222 1726776616.79651: 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" } 8222 1726776616.79696: no more pending results, returning what we have 8222 1726776616.79700: results queue empty 8222 1726776616.79701: checking for any_errors_fatal 8222 1726776616.79702: done checking for any_errors_fatal 8222 1726776616.79703: checking for max_fail_percentage 8222 1726776616.79705: done checking for max_fail_percentage 8222 1726776616.79705: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.79706: done checking to see if all hosts have failed 8222 1726776616.79707: getting the remaining hosts for this loop 8222 1726776616.79708: done getting the remaining hosts for this loop 8222 1726776616.79712: getting the next task for host managed_node3 8222 1726776616.79718: done getting next task for host managed_node3 8222 1726776616.79722: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 8222 1726776616.79725: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776616.79746: getting variables 8222 1726776616.79747: in VariableManager get_vars() 8222 1726776616.79777: Calling all_inventory to load vars for managed_node3 8222 1726776616.79780: Calling groups_inventory to load vars for managed_node3 8222 1726776616.79782: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.79791: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.79794: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.79796: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.79943: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.80065: done with get_vars() 8222 1726776616.80071: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.037) 0:00:19.479 **** 8222 1726776616.80133: entering _queue_task() for managed_node3/include_tasks 8222 1726776616.80309: worker is 1 (out of 1 available) 8222 1726776616.80322: exiting _queue_task() for managed_node3/include_tasks 8222 1726776616.80334: done queuing things up, now waiting for results queue to drain 8222 1726776616.80335: waiting for pending results... 8222 1726776616.80499: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 8222 1726776616.80579: in run() - task 12343ab9-b159-90b8-9460-0000000006d9 8222 1726776616.80595: variable 'ansible_search_path' from source: unknown 8222 1726776616.80599: variable 'ansible_search_path' from source: unknown 8222 1726776616.80624: calling self._execute() 8222 1726776616.80687: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.80693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.80703: variable 'omit' from source: magic vars 8222 1726776616.80772: _execute() done 8222 1726776616.80777: dumping result to json 8222 1726776616.80780: done dumping result, returning 8222 1726776616.80790: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [12343ab9-b159-90b8-9460-0000000006d9] 8222 1726776616.80793: sending task result for task 12343ab9-b159-90b8-9460-0000000006d9 8222 1726776616.80870: done sending task result for task 12343ab9-b159-90b8-9460-0000000006d9 8222 1726776616.80873: WORKER PROCESS EXITING 8222 1726776616.80922: no more pending results, returning what we have 8222 1726776616.80926: in VariableManager get_vars() 8222 1726776616.80958: Calling all_inventory to load vars for managed_node3 8222 1726776616.80960: Calling groups_inventory to load vars for managed_node3 8222 1726776616.80962: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.80970: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.80973: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.80975: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.81081: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.81201: done with get_vars() 8222 1726776616.81207: variable 'ansible_search_path' from source: unknown 8222 1726776616.81208: variable 'ansible_search_path' from source: unknown 8222 1726776616.81228: we have included files to process 8222 1726776616.81229: generating all_blocks data 8222 1726776616.81231: done generating all_blocks data 8222 1726776616.81236: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 8222 1726776616.81237: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 8222 1726776616.81238: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 8222 1726776616.81695: done processing included file 8222 1726776616.81698: iterating over new_blocks loaded from include file 8222 1726776616.81698: in VariableManager get_vars() 8222 1726776616.81712: done with get_vars() 8222 1726776616.81713: filtering new block on tags 8222 1726776616.81730: done filtering new block on tags 8222 1726776616.81732: in VariableManager get_vars() 8222 1726776616.81745: done with get_vars() 8222 1726776616.81746: filtering new block on tags 8222 1726776616.81770: done filtering new block on tags 8222 1726776616.81772: in VariableManager get_vars() 8222 1726776616.81785: done with get_vars() 8222 1726776616.81788: filtering new block on tags 8222 1726776616.81810: done filtering new block on tags 8222 1726776616.81812: in VariableManager get_vars() 8222 1726776616.81825: done with get_vars() 8222 1726776616.81826: filtering new block on tags 8222 1726776616.81839: done filtering new block on tags 8222 1726776616.81840: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node3 8222 1726776616.81843: extending task lists for all hosts with included blocks 8222 1726776616.81965: done extending task lists 8222 1726776616.81966: done processing included files 8222 1726776616.81967: results queue empty 8222 1726776616.81967: checking for any_errors_fatal 8222 1726776616.81969: done checking for any_errors_fatal 8222 1726776616.81970: checking for max_fail_percentage 8222 1726776616.81970: done checking for max_fail_percentage 8222 1726776616.81971: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.81971: done checking to see if all hosts have failed 8222 1726776616.81972: getting the remaining hosts for this loop 8222 1726776616.81973: done getting the remaining hosts for this loop 8222 1726776616.81975: getting the next task for host managed_node3 8222 1726776616.81978: done getting next task for host managed_node3 8222 1726776616.81980: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 8222 1726776616.81982: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776616.81990: getting variables 8222 1726776616.81991: in VariableManager get_vars() 8222 1726776616.81999: Calling all_inventory to load vars for managed_node3 8222 1726776616.82001: Calling groups_inventory to load vars for managed_node3 8222 1726776616.82002: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.82006: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.82008: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.82009: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.82104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.82218: done with get_vars() 8222 1726776616.82225: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.021) 0:00:19.500 **** 8222 1726776616.82270: entering _queue_task() for managed_node3/setup 8222 1726776616.82450: worker is 1 (out of 1 available) 8222 1726776616.82463: exiting _queue_task() for managed_node3/setup 8222 1726776616.82475: done queuing things up, now waiting for results queue to drain 8222 1726776616.82476: waiting for pending results... 8222 1726776616.82645: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 8222 1726776616.82731: in run() - task 12343ab9-b159-90b8-9460-000000000754 8222 1726776616.82743: variable 'ansible_search_path' from source: unknown 8222 1726776616.82746: variable 'ansible_search_path' from source: unknown 8222 1726776616.82771: calling self._execute() 8222 1726776616.82839: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.82843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.82851: variable 'omit' from source: magic vars 8222 1726776616.83210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776616.84597: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776616.84815: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776616.84842: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776616.84865: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776616.84890: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776616.84947: 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) 8222 1726776616.84967: 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) 8222 1726776616.84985: 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) 8222 1726776616.85015: 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) 8222 1726776616.85026: 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) 8222 1726776616.85062: 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) 8222 1726776616.85078: 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) 8222 1726776616.85101: 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) 8222 1726776616.85125: 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) 8222 1726776616.85136: 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) 8222 1726776616.85248: variable '__kernel_settings_required_facts' from source: role '' all vars 8222 1726776616.85256: variable 'ansible_facts' from source: unknown 8222 1726776616.85316: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 8222 1726776616.85320: when evaluation is False, skipping this task 8222 1726776616.85323: _execute() done 8222 1726776616.85326: dumping result to json 8222 1726776616.85328: done dumping result, returning 8222 1726776616.85333: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [12343ab9-b159-90b8-9460-000000000754] 8222 1726776616.85337: sending task result for task 12343ab9-b159-90b8-9460-000000000754 8222 1726776616.85419: done sending task result for task 12343ab9-b159-90b8-9460-000000000754 8222 1726776616.85422: 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" } 8222 1726776616.85466: no more pending results, returning what we have 8222 1726776616.85469: results queue empty 8222 1726776616.85470: checking for any_errors_fatal 8222 1726776616.85472: done checking for any_errors_fatal 8222 1726776616.85472: checking for max_fail_percentage 8222 1726776616.85474: done checking for max_fail_percentage 8222 1726776616.85474: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.85475: done checking to see if all hosts have failed 8222 1726776616.85476: getting the remaining hosts for this loop 8222 1726776616.85478: done getting the remaining hosts for this loop 8222 1726776616.85482: getting the next task for host managed_node3 8222 1726776616.85493: done getting next task for host managed_node3 8222 1726776616.85496: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 8222 1726776616.85500: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776616.85515: getting variables 8222 1726776616.85516: in VariableManager get_vars() 8222 1726776616.85551: Calling all_inventory to load vars for managed_node3 8222 1726776616.85554: Calling groups_inventory to load vars for managed_node3 8222 1726776616.85556: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.85564: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.85567: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.85569: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.85705: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.85833: done with get_vars() 8222 1726776616.85841: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.036) 0:00:19.537 **** 8222 1726776616.85907: entering _queue_task() for managed_node3/stat 8222 1726776616.86092: worker is 1 (out of 1 available) 8222 1726776616.86106: exiting _queue_task() for managed_node3/stat 8222 1726776616.86117: done queuing things up, now waiting for results queue to drain 8222 1726776616.86119: waiting for pending results... 8222 1726776616.86288: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 8222 1726776616.86372: in run() - task 12343ab9-b159-90b8-9460-000000000756 8222 1726776616.86384: variable 'ansible_search_path' from source: unknown 8222 1726776616.86390: variable 'ansible_search_path' from source: unknown 8222 1726776616.86426: calling self._execute() 8222 1726776616.86495: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.86500: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.86508: variable 'omit' from source: magic vars 8222 1726776616.86832: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776616.87054: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776616.87085: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776616.87114: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776616.87138: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776616.87202: 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) 8222 1726776616.87224: 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) 8222 1726776616.87243: 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) 8222 1726776616.87260: 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) 8222 1726776616.87341: variable '__kernel_settings_is_ostree' from source: set_fact 8222 1726776616.87349: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 8222 1726776616.87352: when evaluation is False, skipping this task 8222 1726776616.87355: _execute() done 8222 1726776616.87357: dumping result to json 8222 1726776616.87360: done dumping result, returning 8222 1726776616.87367: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [12343ab9-b159-90b8-9460-000000000756] 8222 1726776616.87369: sending task result for task 12343ab9-b159-90b8-9460-000000000756 8222 1726776616.87451: done sending task result for task 12343ab9-b159-90b8-9460-000000000756 8222 1726776616.87454: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 8222 1726776616.87504: no more pending results, returning what we have 8222 1726776616.87508: results queue empty 8222 1726776616.87509: checking for any_errors_fatal 8222 1726776616.87514: done checking for any_errors_fatal 8222 1726776616.87514: checking for max_fail_percentage 8222 1726776616.87516: done checking for max_fail_percentage 8222 1726776616.87517: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.87518: done checking to see if all hosts have failed 8222 1726776616.87518: getting the remaining hosts for this loop 8222 1726776616.87520: done getting the remaining hosts for this loop 8222 1726776616.87523: getting the next task for host managed_node3 8222 1726776616.87529: done getting next task for host managed_node3 8222 1726776616.87532: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 8222 1726776616.87536: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776616.87549: getting variables 8222 1726776616.87550: in VariableManager get_vars() 8222 1726776616.87580: Calling all_inventory to load vars for managed_node3 8222 1726776616.87582: Calling groups_inventory to load vars for managed_node3 8222 1726776616.87584: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.87595: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.87597: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.87600: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.87739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.87863: done with get_vars() 8222 1726776616.87870: done getting variables 8222 1726776616.87910: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.020) 0:00:19.557 **** 8222 1726776616.87934: entering _queue_task() for managed_node3/set_fact 8222 1726776616.88113: worker is 1 (out of 1 available) 8222 1726776616.88126: exiting _queue_task() for managed_node3/set_fact 8222 1726776616.88137: done queuing things up, now waiting for results queue to drain 8222 1726776616.88138: waiting for pending results... 8222 1726776616.88299: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 8222 1726776616.88385: in run() - task 12343ab9-b159-90b8-9460-000000000757 8222 1726776616.88400: variable 'ansible_search_path' from source: unknown 8222 1726776616.88403: variable 'ansible_search_path' from source: unknown 8222 1726776616.88428: calling self._execute() 8222 1726776616.88491: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.88495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.88502: variable 'omit' from source: magic vars 8222 1726776616.88812: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776616.88973: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776616.89007: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776616.89033: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776616.89058: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776616.89116: 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) 8222 1726776616.89135: 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) 8222 1726776616.89154: 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) 8222 1726776616.89171: 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) 8222 1726776616.89251: variable '__kernel_settings_is_ostree' from source: set_fact 8222 1726776616.89258: Evaluated conditional (not __kernel_settings_is_ostree is defined): False 8222 1726776616.89261: when evaluation is False, skipping this task 8222 1726776616.89264: _execute() done 8222 1726776616.89267: dumping result to json 8222 1726776616.89269: done dumping result, returning 8222 1726776616.89276: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [12343ab9-b159-90b8-9460-000000000757] 8222 1726776616.89279: sending task result for task 12343ab9-b159-90b8-9460-000000000757 8222 1726776616.89357: done sending task result for task 12343ab9-b159-90b8-9460-000000000757 8222 1726776616.89360: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } 8222 1726776616.89407: no more pending results, returning what we have 8222 1726776616.89410: results queue empty 8222 1726776616.89411: checking for any_errors_fatal 8222 1726776616.89415: done checking for any_errors_fatal 8222 1726776616.89416: checking for max_fail_percentage 8222 1726776616.89417: done checking for max_fail_percentage 8222 1726776616.89418: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.89418: done checking to see if all hosts have failed 8222 1726776616.89419: getting the remaining hosts for this loop 8222 1726776616.89421: done getting the remaining hosts for this loop 8222 1726776616.89424: getting the next task for host managed_node3 8222 1726776616.89432: done getting next task for host managed_node3 8222 1726776616.89435: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 8222 1726776616.89439: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776616.89452: getting variables 8222 1726776616.89453: in VariableManager get_vars() 8222 1726776616.89480: Calling all_inventory to load vars for managed_node3 8222 1726776616.89482: Calling groups_inventory to load vars for managed_node3 8222 1726776616.89484: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.89499: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.89502: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.89503: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.89606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.89730: done with get_vars() 8222 1726776616.89737: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.018) 0:00:19.575 **** 8222 1726776616.89800: entering _queue_task() for managed_node3/stat 8222 1726776616.89969: worker is 1 (out of 1 available) 8222 1726776616.89982: exiting _queue_task() for managed_node3/stat 8222 1726776616.89997: done queuing things up, now waiting for results queue to drain 8222 1726776616.89998: waiting for pending results... 8222 1726776616.90147: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 8222 1726776616.90227: in run() - task 12343ab9-b159-90b8-9460-000000000759 8222 1726776616.90238: variable 'ansible_search_path' from source: unknown 8222 1726776616.90242: variable 'ansible_search_path' from source: unknown 8222 1726776616.90266: calling self._execute() 8222 1726776616.90326: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.90330: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.90338: variable 'omit' from source: magic vars 8222 1726776616.90638: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776616.90847: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776616.90878: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776616.90904: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776616.90928: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776616.90982: 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) 8222 1726776616.91003: 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) 8222 1726776616.91021: 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) 8222 1726776616.91038: 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) 8222 1726776616.91115: variable '__kernel_settings_is_transactional' from source: set_fact 8222 1726776616.91122: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 8222 1726776616.91125: when evaluation is False, skipping this task 8222 1726776616.91128: _execute() done 8222 1726776616.91130: dumping result to json 8222 1726776616.91132: done dumping result, returning 8222 1726776616.91139: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [12343ab9-b159-90b8-9460-000000000759] 8222 1726776616.91141: sending task result for task 12343ab9-b159-90b8-9460-000000000759 8222 1726776616.91221: done sending task result for task 12343ab9-b159-90b8-9460-000000000759 8222 1726776616.91224: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 8222 1726776616.91265: no more pending results, returning what we have 8222 1726776616.91268: results queue empty 8222 1726776616.91269: checking for any_errors_fatal 8222 1726776616.91273: done checking for any_errors_fatal 8222 1726776616.91274: checking for max_fail_percentage 8222 1726776616.91275: done checking for max_fail_percentage 8222 1726776616.91276: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.91277: done checking to see if all hosts have failed 8222 1726776616.91277: getting the remaining hosts for this loop 8222 1726776616.91279: done getting the remaining hosts for this loop 8222 1726776616.91282: getting the next task for host managed_node3 8222 1726776616.91292: done getting next task for host managed_node3 8222 1726776616.91295: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 8222 1726776616.91299: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776616.91312: getting variables 8222 1726776616.91313: in VariableManager get_vars() 8222 1726776616.91339: Calling all_inventory to load vars for managed_node3 8222 1726776616.91342: Calling groups_inventory to load vars for managed_node3 8222 1726776616.91344: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.91351: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.91354: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.91356: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.91493: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.91613: done with get_vars() 8222 1726776616.91620: done getting variables 8222 1726776616.91654: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.018) 0:00:19.594 **** 8222 1726776616.91675: entering _queue_task() for managed_node3/set_fact 8222 1726776616.91844: worker is 1 (out of 1 available) 8222 1726776616.91856: exiting _queue_task() for managed_node3/set_fact 8222 1726776616.91867: done queuing things up, now waiting for results queue to drain 8222 1726776616.91868: waiting for pending results... 8222 1726776616.92019: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 8222 1726776616.92098: in run() - task 12343ab9-b159-90b8-9460-00000000075a 8222 1726776616.92111: variable 'ansible_search_path' from source: unknown 8222 1726776616.92115: variable 'ansible_search_path' from source: unknown 8222 1726776616.92138: calling self._execute() 8222 1726776616.92198: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.92202: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.92212: variable 'omit' from source: magic vars 8222 1726776616.92509: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776616.92670: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776616.92703: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776616.92727: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776616.92751: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776616.92809: 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) 8222 1726776616.92826: 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) 8222 1726776616.92844: 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) 8222 1726776616.92862: 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) 8222 1726776616.92937: variable '__kernel_settings_is_transactional' from source: set_fact 8222 1726776616.92945: Evaluated conditional (not __kernel_settings_is_transactional is defined): False 8222 1726776616.92948: when evaluation is False, skipping this task 8222 1726776616.92950: _execute() done 8222 1726776616.92953: dumping result to json 8222 1726776616.92955: done dumping result, returning 8222 1726776616.92964: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [12343ab9-b159-90b8-9460-00000000075a] 8222 1726776616.92966: sending task result for task 12343ab9-b159-90b8-9460-00000000075a 8222 1726776616.93045: done sending task result for task 12343ab9-b159-90b8-9460-00000000075a 8222 1726776616.93048: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } 8222 1726776616.93115: no more pending results, returning what we have 8222 1726776616.93117: results queue empty 8222 1726776616.93118: checking for any_errors_fatal 8222 1726776616.93122: done checking for any_errors_fatal 8222 1726776616.93123: checking for max_fail_percentage 8222 1726776616.93124: done checking for max_fail_percentage 8222 1726776616.93125: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.93126: done checking to see if all hosts have failed 8222 1726776616.93127: getting the remaining hosts for this loop 8222 1726776616.93128: done getting the remaining hosts for this loop 8222 1726776616.93131: getting the next task for host managed_node3 8222 1726776616.93138: done getting next task for host managed_node3 8222 1726776616.93141: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 8222 1726776616.93145: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776616.93159: getting variables 8222 1726776616.93160: in VariableManager get_vars() 8222 1726776616.93182: Calling all_inventory to load vars for managed_node3 8222 1726776616.93183: Calling groups_inventory to load vars for managed_node3 8222 1726776616.93185: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.93195: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.93197: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.93199: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.93299: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.93423: done with get_vars() 8222 1726776616.93430: done getting variables 8222 1726776616.93464: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.018) 0:00:19.612 **** 8222 1726776616.93491: entering _queue_task() for managed_node3/include_vars 8222 1726776616.93654: worker is 1 (out of 1 available) 8222 1726776616.93667: exiting _queue_task() for managed_node3/include_vars 8222 1726776616.93677: done queuing things up, now waiting for results queue to drain 8222 1726776616.93678: waiting for pending results... 8222 1726776616.93831: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 8222 1726776616.93912: in run() - task 12343ab9-b159-90b8-9460-00000000075c 8222 1726776616.93925: variable 'ansible_search_path' from source: unknown 8222 1726776616.93929: variable 'ansible_search_path' from source: unknown 8222 1726776616.93952: calling self._execute() 8222 1726776616.94012: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.94015: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.94023: variable 'omit' from source: magic vars 8222 1726776616.94095: variable 'omit' from source: magic vars 8222 1726776616.94142: variable 'omit' from source: magic vars 8222 1726776616.94587: variable 'ffparams' from source: task vars 8222 1726776616.94671: variable 'ansible_facts' from source: unknown 8222 1726776616.94792: variable 'ansible_facts' from source: unknown 8222 1726776616.94874: variable 'ansible_facts' from source: unknown 8222 1726776616.94960: variable 'ansible_facts' from source: unknown 8222 1726776616.95036: variable 'role_path' from source: magic vars 8222 1726776616.95142: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 8222 1726776616.95265: Loaded config def from plugin (lookup/first_found) 8222 1726776616.95269: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 8222 1726776616.95299: variable 'ansible_search_path' from source: unknown 8222 1726776616.95314: variable 'ansible_search_path' from source: unknown 8222 1726776616.95321: variable 'ansible_search_path' from source: unknown 8222 1726776616.95327: variable 'ansible_search_path' from source: unknown 8222 1726776616.95333: variable 'ansible_search_path' from source: unknown 8222 1726776616.95351: variable 'omit' from source: magic vars 8222 1726776616.95368: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776616.95387: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776616.95402: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776616.95415: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776616.95424: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776616.95445: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776616.95448: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.95450: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.95513: Set connection var ansible_timeout to 10 8222 1726776616.95519: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776616.95524: Set connection var ansible_connection to ssh 8222 1726776616.95529: Set connection var ansible_shell_executable to /bin/sh 8222 1726776616.95532: Set connection var ansible_shell_type to sh 8222 1726776616.95535: Set connection var ansible_pipelining to False 8222 1726776616.95551: variable 'ansible_shell_executable' from source: unknown 8222 1726776616.95554: variable 'ansible_connection' from source: unknown 8222 1726776616.95557: variable 'ansible_module_compression' from source: unknown 8222 1726776616.95561: variable 'ansible_shell_type' from source: unknown 8222 1726776616.95563: variable 'ansible_shell_executable' from source: unknown 8222 1726776616.95565: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.95567: variable 'ansible_pipelining' from source: unknown 8222 1726776616.95569: variable 'ansible_timeout' from source: unknown 8222 1726776616.95575: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.95644: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776616.95651: variable 'omit' from source: magic vars 8222 1726776616.95657: starting attempt loop 8222 1726776616.95659: running the handler 8222 1726776616.95704: handler run complete 8222 1726776616.95710: attempt loop complete, returning result 8222 1726776616.95713: _execute() done 8222 1726776616.95716: dumping result to json 8222 1726776616.95718: done dumping result, returning 8222 1726776616.95726: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [12343ab9-b159-90b8-9460-00000000075c] 8222 1726776616.95728: sending task result for task 12343ab9-b159-90b8-9460-00000000075c 8222 1726776616.95818: done sending task result for task 12343ab9-b159-90b8-9460-00000000075c 8222 1726776616.95820: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 8222 1726776616.95882: no more pending results, returning what we have 8222 1726776616.95885: results queue empty 8222 1726776616.95890: checking for any_errors_fatal 8222 1726776616.95895: done checking for any_errors_fatal 8222 1726776616.95895: checking for max_fail_percentage 8222 1726776616.95897: done checking for max_fail_percentage 8222 1726776616.95897: checking to see if all hosts have failed and the running result is not ok 8222 1726776616.95898: done checking to see if all hosts have failed 8222 1726776616.95899: getting the remaining hosts for this loop 8222 1726776616.95900: done getting the remaining hosts for this loop 8222 1726776616.95903: getting the next task for host managed_node3 8222 1726776616.95910: done getting next task for host managed_node3 8222 1726776616.95913: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 8222 1726776616.95916: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776616.95925: getting variables 8222 1726776616.95926: in VariableManager get_vars() 8222 1726776616.95952: Calling all_inventory to load vars for managed_node3 8222 1726776616.95955: Calling groups_inventory to load vars for managed_node3 8222 1726776616.95957: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776616.95967: Calling all_plugins_play to load vars for managed_node3 8222 1726776616.95969: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776616.95971: Calling groups_plugins_play to load vars for managed_node3 8222 1726776616.96222: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776616.96336: done with get_vars() 8222 1726776616.96342: done getting variables 8222 1726776616.96377: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 16:10:16 -0400 (0:00:00.029) 0:00:19.641 **** 8222 1726776616.96401: entering _queue_task() for managed_node3/package 8222 1726776616.96565: worker is 1 (out of 1 available) 8222 1726776616.96578: exiting _queue_task() for managed_node3/package 8222 1726776616.96595: done queuing things up, now waiting for results queue to drain 8222 1726776616.96596: waiting for pending results... 8222 1726776616.96743: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 8222 1726776616.96819: in run() - task 12343ab9-b159-90b8-9460-0000000006da 8222 1726776616.96830: variable 'ansible_search_path' from source: unknown 8222 1726776616.96834: variable 'ansible_search_path' from source: unknown 8222 1726776616.96859: calling self._execute() 8222 1726776616.96921: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.96924: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.96933: variable 'omit' from source: magic vars 8222 1726776616.97005: variable 'omit' from source: magic vars 8222 1726776616.97040: variable 'omit' from source: magic vars 8222 1726776616.97062: variable '__kernel_settings_packages' from source: include_vars 8222 1726776616.97272: variable '__kernel_settings_packages' from source: include_vars 8222 1726776616.97423: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776616.98755: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776616.98798: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776616.98824: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776616.98848: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776616.98868: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776616.98933: 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) 8222 1726776616.98953: 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) 8222 1726776616.98970: 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) 8222 1726776616.99000: 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) 8222 1726776616.99011: 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) 8222 1726776616.99075: variable '__kernel_settings_is_ostree' from source: set_fact 8222 1726776616.99078: variable 'omit' from source: magic vars 8222 1726776616.99101: variable 'omit' from source: magic vars 8222 1726776616.99121: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776616.99141: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776616.99155: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776616.99168: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776616.99175: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776616.99199: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776616.99202: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.99204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.99268: Set connection var ansible_timeout to 10 8222 1726776616.99274: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776616.99279: Set connection var ansible_connection to ssh 8222 1726776616.99285: Set connection var ansible_shell_executable to /bin/sh 8222 1726776616.99291: Set connection var ansible_shell_type to sh 8222 1726776616.99294: Set connection var ansible_pipelining to False 8222 1726776616.99308: variable 'ansible_shell_executable' from source: unknown 8222 1726776616.99311: variable 'ansible_connection' from source: unknown 8222 1726776616.99313: variable 'ansible_module_compression' from source: unknown 8222 1726776616.99316: variable 'ansible_shell_type' from source: unknown 8222 1726776616.99318: variable 'ansible_shell_executable' from source: unknown 8222 1726776616.99320: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776616.99326: variable 'ansible_pipelining' from source: unknown 8222 1726776616.99328: variable 'ansible_timeout' from source: unknown 8222 1726776616.99331: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776616.99398: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776616.99407: variable 'omit' from source: magic vars 8222 1726776616.99413: starting attempt loop 8222 1726776616.99416: running the handler 8222 1726776616.99422: variable 'ansible_facts' from source: unknown 8222 1726776616.99424: variable 'ansible_facts' from source: unknown 8222 1726776616.99462: _low_level_execute_command(): starting 8222 1726776616.99467: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776616.99949: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776616.99952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776616.99955: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776616.99957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776616.99961: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.00003: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776617.00015: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776617.00075: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776617.01774: stdout chunk (state=3): >>>/root <<< 8222 1726776617.01873: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776617.01902: stderr chunk (state=3): >>><<< 8222 1726776617.01912: stdout chunk (state=3): >>><<< 8222 1726776617.01926: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776617.01936: _low_level_execute_command(): starting 8222 1726776617.01940: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776617.0192602-8884-220966619506732 `" && echo ansible-tmp-1726776617.0192602-8884-220966619506732="` echo /root/.ansible/tmp/ansible-tmp-1726776617.0192602-8884-220966619506732 `" ) && sleep 0' 8222 1726776617.02355: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776617.02358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776617.02361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776617.02363: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776617.02365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.02417: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776617.02420: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776617.02424: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776617.02472: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776617.04398: stdout chunk (state=3): >>>ansible-tmp-1726776617.0192602-8884-220966619506732=/root/.ansible/tmp/ansible-tmp-1726776617.0192602-8884-220966619506732 <<< 8222 1726776617.04501: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776617.04527: stderr chunk (state=3): >>><<< 8222 1726776617.04531: stdout chunk (state=3): >>><<< 8222 1726776617.04543: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776617.0192602-8884-220966619506732=/root/.ansible/tmp/ansible-tmp-1726776617.0192602-8884-220966619506732 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776617.04567: variable 'ansible_module_compression' from source: unknown 8222 1726776617.04610: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 8222 1726776617.04643: variable 'ansible_facts' from source: unknown 8222 1726776617.04723: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776617.0192602-8884-220966619506732/AnsiballZ_dnf.py 8222 1726776617.04815: Sending initial data 8222 1726776617.04818: Sent initial data (150 bytes) 8222 1726776617.05248: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776617.05251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776617.05253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.05255: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776617.05258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.05309: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776617.05312: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776617.05362: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776617.06924: 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 <<< 8222 1726776617.06931: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776617.06967: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776617.07014: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp4uxd2c8h /root/.ansible/tmp/ansible-tmp-1726776617.0192602-8884-220966619506732/AnsiballZ_dnf.py <<< 8222 1726776617.07021: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776617.0192602-8884-220966619506732/AnsiballZ_dnf.py" <<< 8222 1726776617.07060: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp4uxd2c8h" to remote "/root/.ansible/tmp/ansible-tmp-1726776617.0192602-8884-220966619506732/AnsiballZ_dnf.py" <<< 8222 1726776617.07062: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776617.0192602-8884-220966619506732/AnsiballZ_dnf.py" <<< 8222 1726776617.07748: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776617.07787: stderr chunk (state=3): >>><<< 8222 1726776617.07793: stdout chunk (state=3): >>><<< 8222 1726776617.07821: done transferring module to remote 8222 1726776617.07829: _low_level_execute_command(): starting 8222 1726776617.07834: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776617.0192602-8884-220966619506732/ /root/.ansible/tmp/ansible-tmp-1726776617.0192602-8884-220966619506732/AnsiballZ_dnf.py && sleep 0' 8222 1726776617.08251: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776617.08254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776617.08256: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.08258: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776617.08260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.08315: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776617.08322: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776617.08324: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776617.08369: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776617.10165: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776617.10188: stderr chunk (state=3): >>><<< 8222 1726776617.10192: stdout chunk (state=3): >>><<< 8222 1726776617.10206: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776617.10210: _low_level_execute_command(): starting 8222 1726776617.10212: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776617.0192602-8884-220966619506732/AnsiballZ_dnf.py && sleep 0' 8222 1726776617.10808: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776617.10921: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776617.53499: 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}}} <<< 8222 1726776617.62250: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776617.62278: stderr chunk (state=3): >>><<< 8222 1726776617.62281: stdout chunk (state=3): >>><<< 8222 1726776617.62305: _low_level_execute_command() done: rc=0, stdout= {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776617.62358: 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-1726776617.0192602-8884-220966619506732/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776617.62362: _low_level_execute_command(): starting 8222 1726776617.62368: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776617.0192602-8884-220966619506732/ > /dev/null 2>&1 && sleep 0' 8222 1726776617.62824: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776617.62827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.62831: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 8222 1726776617.62833: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776617.62835: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.62883: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776617.62890: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776617.62894: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776617.62940: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776617.64797: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776617.64817: stderr chunk (state=3): >>><<< 8222 1726776617.64820: stdout chunk (state=3): >>><<< 8222 1726776617.64832: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776617.64837: handler run complete 8222 1726776617.64861: attempt loop complete, returning result 8222 1726776617.64863: _execute() done 8222 1726776617.64866: dumping result to json 8222 1726776617.64872: done dumping result, returning 8222 1726776617.64879: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [12343ab9-b159-90b8-9460-0000000006da] 8222 1726776617.64883: sending task result for task 12343ab9-b159-90b8-9460-0000000006da 8222 1726776617.64978: done sending task result for task 12343ab9-b159-90b8-9460-0000000006da 8222 1726776617.64983: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8222 1726776617.65073: no more pending results, returning what we have 8222 1726776617.65076: results queue empty 8222 1726776617.65077: checking for any_errors_fatal 8222 1726776617.65088: done checking for any_errors_fatal 8222 1726776617.65089: checking for max_fail_percentage 8222 1726776617.65091: done checking for max_fail_percentage 8222 1726776617.65092: checking to see if all hosts have failed and the running result is not ok 8222 1726776617.65094: done checking to see if all hosts have failed 8222 1726776617.65095: getting the remaining hosts for this loop 8222 1726776617.65097: done getting the remaining hosts for this loop 8222 1726776617.65100: getting the next task for host managed_node3 8222 1726776617.65108: done getting next task for host managed_node3 8222 1726776617.65112: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 8222 1726776617.65115: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776617.65125: getting variables 8222 1726776617.65126: in VariableManager get_vars() 8222 1726776617.65157: Calling all_inventory to load vars for managed_node3 8222 1726776617.65159: Calling groups_inventory to load vars for managed_node3 8222 1726776617.65161: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776617.65169: Calling all_plugins_play to load vars for managed_node3 8222 1726776617.65171: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776617.65173: Calling groups_plugins_play to load vars for managed_node3 8222 1726776617.65306: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776617.65438: done with get_vars() 8222 1726776617.65447: done getting variables 8222 1726776617.65489: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 16:10:17 -0400 (0:00:00.691) 0:00:20.333 **** 8222 1726776617.65518: entering _queue_task() for managed_node3/debug 8222 1726776617.65705: worker is 1 (out of 1 available) 8222 1726776617.65718: exiting _queue_task() for managed_node3/debug 8222 1726776617.65729: done queuing things up, now waiting for results queue to drain 8222 1726776617.65730: waiting for pending results... 8222 1726776617.65909: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 8222 1726776617.65997: in run() - task 12343ab9-b159-90b8-9460-0000000006dc 8222 1726776617.66009: variable 'ansible_search_path' from source: unknown 8222 1726776617.66012: variable 'ansible_search_path' from source: unknown 8222 1726776617.66039: calling self._execute() 8222 1726776617.66110: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776617.66114: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776617.66124: variable 'omit' from source: magic vars 8222 1726776617.66522: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776617.67901: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776617.67951: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776617.67977: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776617.68006: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776617.68027: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776617.68080: 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) 8222 1726776617.68104: 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) 8222 1726776617.68123: 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) 8222 1726776617.68151: 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) 8222 1726776617.68161: 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) 8222 1726776617.68237: variable '__kernel_settings_is_transactional' from source: set_fact 8222 1726776617.68249: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 8222 1726776617.68253: when evaluation is False, skipping this task 8222 1726776617.68255: _execute() done 8222 1726776617.68258: dumping result to json 8222 1726776617.68260: done dumping result, returning 8222 1726776617.68267: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [12343ab9-b159-90b8-9460-0000000006dc] 8222 1726776617.68271: sending task result for task 12343ab9-b159-90b8-9460-0000000006dc 8222 1726776617.68352: done sending task result for task 12343ab9-b159-90b8-9460-0000000006dc 8222 1726776617.68355: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 8222 1726776617.68396: no more pending results, returning what we have 8222 1726776617.68400: results queue empty 8222 1726776617.68401: checking for any_errors_fatal 8222 1726776617.68408: done checking for any_errors_fatal 8222 1726776617.68408: checking for max_fail_percentage 8222 1726776617.68410: done checking for max_fail_percentage 8222 1726776617.68411: checking to see if all hosts have failed and the running result is not ok 8222 1726776617.68412: done checking to see if all hosts have failed 8222 1726776617.68413: getting the remaining hosts for this loop 8222 1726776617.68414: done getting the remaining hosts for this loop 8222 1726776617.68418: getting the next task for host managed_node3 8222 1726776617.68424: done getting next task for host managed_node3 8222 1726776617.68427: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 8222 1726776617.68431: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776617.68445: getting variables 8222 1726776617.68446: in VariableManager get_vars() 8222 1726776617.68475: Calling all_inventory to load vars for managed_node3 8222 1726776617.68478: Calling groups_inventory to load vars for managed_node3 8222 1726776617.68480: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776617.68492: Calling all_plugins_play to load vars for managed_node3 8222 1726776617.68495: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776617.68498: Calling groups_plugins_play to load vars for managed_node3 8222 1726776617.68657: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776617.68776: done with get_vars() 8222 1726776617.68784: done getting variables 8222 1726776617.68825: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 16:10:17 -0400 (0:00:00.033) 0:00:20.366 **** 8222 1726776617.68847: entering _queue_task() for managed_node3/reboot 8222 1726776617.69037: worker is 1 (out of 1 available) 8222 1726776617.69050: exiting _queue_task() for managed_node3/reboot 8222 1726776617.69062: done queuing things up, now waiting for results queue to drain 8222 1726776617.69063: waiting for pending results... 8222 1726776617.69233: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 8222 1726776617.69310: in run() - task 12343ab9-b159-90b8-9460-0000000006dd 8222 1726776617.69321: variable 'ansible_search_path' from source: unknown 8222 1726776617.69324: variable 'ansible_search_path' from source: unknown 8222 1726776617.69351: calling self._execute() 8222 1726776617.69421: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776617.69424: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776617.69433: variable 'omit' from source: magic vars 8222 1726776617.69761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776617.71129: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776617.71171: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776617.71201: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776617.71226: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776617.71248: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776617.71302: 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) 8222 1726776617.71321: 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) 8222 1726776617.71338: 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) 8222 1726776617.71367: 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) 8222 1726776617.71378: 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) 8222 1726776617.71447: variable '__kernel_settings_is_transactional' from source: set_fact 8222 1726776617.71464: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 8222 1726776617.71468: when evaluation is False, skipping this task 8222 1726776617.71470: _execute() done 8222 1726776617.71473: dumping result to json 8222 1726776617.71475: done dumping result, returning 8222 1726776617.71478: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [12343ab9-b159-90b8-9460-0000000006dd] 8222 1726776617.71481: sending task result for task 12343ab9-b159-90b8-9460-0000000006dd 8222 1726776617.71562: done sending task result for task 12343ab9-b159-90b8-9460-0000000006dd 8222 1726776617.71564: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 8222 1726776617.71614: no more pending results, returning what we have 8222 1726776617.71616: results queue empty 8222 1726776617.71617: checking for any_errors_fatal 8222 1726776617.71622: done checking for any_errors_fatal 8222 1726776617.71623: checking for max_fail_percentage 8222 1726776617.71624: done checking for max_fail_percentage 8222 1726776617.71625: checking to see if all hosts have failed and the running result is not ok 8222 1726776617.71626: done checking to see if all hosts have failed 8222 1726776617.71627: getting the remaining hosts for this loop 8222 1726776617.71629: done getting the remaining hosts for this loop 8222 1726776617.71632: getting the next task for host managed_node3 8222 1726776617.71638: done getting next task for host managed_node3 8222 1726776617.71641: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 8222 1726776617.71645: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776617.71658: getting variables 8222 1726776617.71659: in VariableManager get_vars() 8222 1726776617.71687: Calling all_inventory to load vars for managed_node3 8222 1726776617.71690: Calling groups_inventory to load vars for managed_node3 8222 1726776617.71692: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776617.71703: Calling all_plugins_play to load vars for managed_node3 8222 1726776617.71706: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776617.71709: Calling groups_plugins_play to load vars for managed_node3 8222 1726776617.71822: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776617.71949: done with get_vars() 8222 1726776617.71956: done getting variables 8222 1726776617.71995: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 16:10:17 -0400 (0:00:00.031) 0:00:20.398 **** 8222 1726776617.72016: entering _queue_task() for managed_node3/fail 8222 1726776617.72193: worker is 1 (out of 1 available) 8222 1726776617.72206: exiting _queue_task() for managed_node3/fail 8222 1726776617.72218: done queuing things up, now waiting for results queue to drain 8222 1726776617.72219: waiting for pending results... 8222 1726776617.72380: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 8222 1726776617.72467: in run() - task 12343ab9-b159-90b8-9460-0000000006de 8222 1726776617.72479: variable 'ansible_search_path' from source: unknown 8222 1726776617.72483: variable 'ansible_search_path' from source: unknown 8222 1726776617.72514: calling self._execute() 8222 1726776617.72582: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776617.72587: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776617.72597: variable 'omit' from source: magic vars 8222 1726776617.72991: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776617.74343: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776617.74394: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776617.74423: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776617.74449: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776617.74468: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776617.74528: 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) 8222 1726776617.74549: 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) 8222 1726776617.74566: 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) 8222 1726776617.74594: 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) 8222 1726776617.74605: 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) 8222 1726776617.74675: variable '__kernel_settings_is_transactional' from source: set_fact 8222 1726776617.74692: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 8222 1726776617.74696: when evaluation is False, skipping this task 8222 1726776617.74699: _execute() done 8222 1726776617.74701: dumping result to json 8222 1726776617.74703: done dumping result, returning 8222 1726776617.74708: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [12343ab9-b159-90b8-9460-0000000006de] 8222 1726776617.74712: sending task result for task 12343ab9-b159-90b8-9460-0000000006de 8222 1726776617.74800: done sending task result for task 12343ab9-b159-90b8-9460-0000000006de 8222 1726776617.74804: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 8222 1726776617.74847: no more pending results, returning what we have 8222 1726776617.74850: results queue empty 8222 1726776617.74851: checking for any_errors_fatal 8222 1726776617.74855: done checking for any_errors_fatal 8222 1726776617.74856: checking for max_fail_percentage 8222 1726776617.74857: done checking for max_fail_percentage 8222 1726776617.74858: checking to see if all hosts have failed and the running result is not ok 8222 1726776617.74859: done checking to see if all hosts have failed 8222 1726776617.74859: getting the remaining hosts for this loop 8222 1726776617.74861: done getting the remaining hosts for this loop 8222 1726776617.74865: getting the next task for host managed_node3 8222 1726776617.74873: done getting next task for host managed_node3 8222 1726776617.74876: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 8222 1726776617.74880: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776617.74900: getting variables 8222 1726776617.74901: in VariableManager get_vars() 8222 1726776617.74936: Calling all_inventory to load vars for managed_node3 8222 1726776617.74938: Calling groups_inventory to load vars for managed_node3 8222 1726776617.74941: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776617.74950: Calling all_plugins_play to load vars for managed_node3 8222 1726776617.74952: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776617.74955: Calling groups_plugins_play to load vars for managed_node3 8222 1726776617.75119: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776617.75241: done with get_vars() 8222 1726776617.75249: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 16:10:17 -0400 (0:00:00.032) 0:00:20.431 **** 8222 1726776617.75307: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 8222 1726776617.75505: worker is 1 (out of 1 available) 8222 1726776617.75520: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 8222 1726776617.75532: done queuing things up, now waiting for results queue to drain 8222 1726776617.75533: waiting for pending results... 8222 1726776617.75705: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 8222 1726776617.75784: in run() - task 12343ab9-b159-90b8-9460-0000000006e0 8222 1726776617.75798: variable 'ansible_search_path' from source: unknown 8222 1726776617.75802: variable 'ansible_search_path' from source: unknown 8222 1726776617.75830: calling self._execute() 8222 1726776617.75894: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776617.75898: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776617.75908: variable 'omit' from source: magic vars 8222 1726776617.75982: variable 'omit' from source: magic vars 8222 1726776617.76021: variable 'omit' from source: magic vars 8222 1726776617.76043: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 8222 1726776617.76259: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 8222 1726776617.76320: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776617.76349: variable 'omit' from source: magic vars 8222 1726776617.76381: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776617.76410: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776617.76426: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776617.76439: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776617.76449: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776617.76470: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776617.76473: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776617.76476: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776617.76548: Set connection var ansible_timeout to 10 8222 1726776617.76554: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776617.76559: Set connection var ansible_connection to ssh 8222 1726776617.76563: Set connection var ansible_shell_executable to /bin/sh 8222 1726776617.76566: Set connection var ansible_shell_type to sh 8222 1726776617.76571: Set connection var ansible_pipelining to False 8222 1726776617.76591: variable 'ansible_shell_executable' from source: unknown 8222 1726776617.76594: variable 'ansible_connection' from source: unknown 8222 1726776617.76597: variable 'ansible_module_compression' from source: unknown 8222 1726776617.76599: variable 'ansible_shell_type' from source: unknown 8222 1726776617.76601: variable 'ansible_shell_executable' from source: unknown 8222 1726776617.76603: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776617.76605: variable 'ansible_pipelining' from source: unknown 8222 1726776617.76607: variable 'ansible_timeout' from source: unknown 8222 1726776617.76609: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776617.76739: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776617.76747: variable 'omit' from source: magic vars 8222 1726776617.76750: starting attempt loop 8222 1726776617.76753: running the handler 8222 1726776617.76765: _low_level_execute_command(): starting 8222 1726776617.76771: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776617.77249: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776617.77282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776617.77287: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.77290: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776617.77293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776617.77295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.77346: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776617.77349: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776617.77351: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776617.77412: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776617.79084: stdout chunk (state=3): >>>/root <<< 8222 1726776617.79182: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776617.79212: stderr chunk (state=3): >>><<< 8222 1726776617.79215: stdout chunk (state=3): >>><<< 8222 1726776617.79236: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776617.79248: _low_level_execute_command(): starting 8222 1726776617.79253: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776617.7923646-8898-29600435349233 `" && echo ansible-tmp-1726776617.7923646-8898-29600435349233="` echo /root/.ansible/tmp/ansible-tmp-1726776617.7923646-8898-29600435349233 `" ) && sleep 0' 8222 1726776617.79670: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776617.79673: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776617.79682: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776617.79687: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776617.79690: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.79734: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776617.79739: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776617.79742: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776617.79785: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776617.81708: stdout chunk (state=3): >>>ansible-tmp-1726776617.7923646-8898-29600435349233=/root/.ansible/tmp/ansible-tmp-1726776617.7923646-8898-29600435349233 <<< 8222 1726776617.81815: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776617.81843: stderr chunk (state=3): >>><<< 8222 1726776617.81845: stdout chunk (state=3): >>><<< 8222 1726776617.81857: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776617.7923646-8898-29600435349233=/root/.ansible/tmp/ansible-tmp-1726776617.7923646-8898-29600435349233 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776617.81894: variable 'ansible_module_compression' from source: unknown 8222 1726776617.81923: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 8222 1726776617.81953: variable 'ansible_facts' from source: unknown 8222 1726776617.82015: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776617.7923646-8898-29600435349233/AnsiballZ_kernel_settings_get_config.py 8222 1726776617.82108: Sending initial data 8222 1726776617.82111: Sent initial data (172 bytes) 8222 1726776617.82529: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776617.82532: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776617.82535: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.82537: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776617.82539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776617.82542: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.82582: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776617.82585: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776617.82638: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776617.84204: 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 <<< 8222 1726776617.84247: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776617.84291: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpgy0qj_v5 /root/.ansible/tmp/ansible-tmp-1726776617.7923646-8898-29600435349233/AnsiballZ_kernel_settings_get_config.py <<< 8222 1726776617.84299: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776617.7923646-8898-29600435349233/AnsiballZ_kernel_settings_get_config.py" <<< 8222 1726776617.84336: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpgy0qj_v5" to remote "/root/.ansible/tmp/ansible-tmp-1726776617.7923646-8898-29600435349233/AnsiballZ_kernel_settings_get_config.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776617.7923646-8898-29600435349233/AnsiballZ_kernel_settings_get_config.py" <<< 8222 1726776617.84854: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776617.84890: stderr chunk (state=3): >>><<< 8222 1726776617.84894: stdout chunk (state=3): >>><<< 8222 1726776617.84923: done transferring module to remote 8222 1726776617.84930: _low_level_execute_command(): starting 8222 1726776617.84933: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776617.7923646-8898-29600435349233/ /root/.ansible/tmp/ansible-tmp-1726776617.7923646-8898-29600435349233/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8222 1726776617.85338: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776617.85342: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776617.85344: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.85349: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776617.85351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.85398: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776617.85401: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776617.85452: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776617.87210: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776617.87229: stderr chunk (state=3): >>><<< 8222 1726776617.87232: stdout chunk (state=3): >>><<< 8222 1726776617.87242: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776617.87246: _low_level_execute_command(): starting 8222 1726776617.87250: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776617.7923646-8898-29600435349233/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8222 1726776617.87640: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776617.87643: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.87645: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776617.87647: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776617.87697: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776617.87704: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776617.87754: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.03428: 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"}}} <<< 8222 1726776618.04795: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776618.04826: stderr chunk (state=3): >>><<< 8222 1726776618.04830: stdout chunk (state=3): >>><<< 8222 1726776618.04845: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776618.04873: 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-1726776617.7923646-8898-29600435349233/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776618.04880: _low_level_execute_command(): starting 8222 1726776618.04885: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776617.7923646-8898-29600435349233/ > /dev/null 2>&1 && sleep 0' 8222 1726776618.05337: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.05343: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776618.05346: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776618.05353: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.05355: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.05403: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.05407: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.05461: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.07324: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776618.07351: stderr chunk (state=3): >>><<< 8222 1726776618.07354: stdout chunk (state=3): >>><<< 8222 1726776618.07367: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776618.07373: handler run complete 8222 1726776618.07390: attempt loop complete, returning result 8222 1726776618.07398: _execute() done 8222 1726776618.07400: dumping result to json 8222 1726776618.07402: done dumping result, returning 8222 1726776618.07410: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [12343ab9-b159-90b8-9460-0000000006e0] 8222 1726776618.07414: sending task result for task 12343ab9-b159-90b8-9460-0000000006e0 8222 1726776618.07511: done sending task result for task 12343ab9-b159-90b8-9460-0000000006e0 8222 1726776618.07515: 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" } } 8222 1726776618.07584: no more pending results, returning what we have 8222 1726776618.07590: results queue empty 8222 1726776618.07592: checking for any_errors_fatal 8222 1726776618.07597: done checking for any_errors_fatal 8222 1726776618.07598: checking for max_fail_percentage 8222 1726776618.07599: done checking for max_fail_percentage 8222 1726776618.07600: checking to see if all hosts have failed and the running result is not ok 8222 1726776618.07601: done checking to see if all hosts have failed 8222 1726776618.07602: getting the remaining hosts for this loop 8222 1726776618.07604: done getting the remaining hosts for this loop 8222 1726776618.07607: getting the next task for host managed_node3 8222 1726776618.07614: done getting next task for host managed_node3 8222 1726776618.07617: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 8222 1726776618.07621: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776618.07638: getting variables 8222 1726776618.07640: in VariableManager get_vars() 8222 1726776618.07673: Calling all_inventory to load vars for managed_node3 8222 1726776618.07675: Calling groups_inventory to load vars for managed_node3 8222 1726776618.07677: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776618.07687: Calling all_plugins_play to load vars for managed_node3 8222 1726776618.07690: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776618.07693: Calling groups_plugins_play to load vars for managed_node3 8222 1726776618.07833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776618.07992: done with get_vars() 8222 1726776618.08001: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 16:10:18 -0400 (0:00:00.327) 0:00:20.758 **** 8222 1726776618.08067: entering _queue_task() for managed_node3/stat 8222 1726776618.08282: worker is 1 (out of 1 available) 8222 1726776618.08298: exiting _queue_task() for managed_node3/stat 8222 1726776618.08311: done queuing things up, now waiting for results queue to drain 8222 1726776618.08312: waiting for pending results... 8222 1726776618.08490: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 8222 1726776618.08577: in run() - task 12343ab9-b159-90b8-9460-0000000006e1 8222 1726776618.08590: variable 'ansible_search_path' from source: unknown 8222 1726776618.08596: variable 'ansible_search_path' from source: unknown 8222 1726776618.08638: variable '__prof_from_conf' from source: task vars 8222 1726776618.08878: variable '__prof_from_conf' from source: task vars 8222 1726776618.09020: variable '__data' from source: task vars 8222 1726776618.09072: variable '__kernel_settings_register_tuned_main' from source: set_fact 8222 1726776618.09217: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776618.09225: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776618.09267: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776618.09285: variable 'omit' from source: magic vars 8222 1726776618.09376: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776618.09382: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776618.09396: variable 'omit' from source: magic vars 8222 1726776618.09569: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776618.11025: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776618.11072: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776618.11102: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776618.11126: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776618.11147: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776618.11207: 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) 8222 1726776618.11228: 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) 8222 1726776618.11245: 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) 8222 1726776618.11274: 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) 8222 1726776618.11284: 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) 8222 1726776618.11357: variable 'item' from source: unknown 8222 1726776618.11372: Evaluated conditional (item | length > 0): False 8222 1726776618.11382: when evaluation is False, skipping this task 8222 1726776618.11404: variable 'item' from source: unknown 8222 1726776618.11453: 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" } 8222 1726776618.11607: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776618.11611: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776618.11613: variable 'omit' from source: magic vars 8222 1726776618.11671: 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) 8222 1726776618.11793: 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) 8222 1726776618.11797: 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) 8222 1726776618.11800: 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) 8222 1726776618.11802: 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) 8222 1726776618.11870: variable 'item' from source: unknown 8222 1726776618.11884: Evaluated conditional (item | length > 0): True 8222 1726776618.11900: variable 'omit' from source: magic vars 8222 1726776618.11951: variable 'omit' from source: magic vars 8222 1726776618.12012: variable 'item' from source: unknown 8222 1726776618.12076: variable 'item' from source: unknown 8222 1726776618.12102: variable 'omit' from source: magic vars 8222 1726776618.12131: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776618.12165: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776618.12194: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776618.12219: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776618.12305: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776618.12308: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776618.12311: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776618.12313: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776618.12403: Set connection var ansible_timeout to 10 8222 1726776618.12418: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776618.12429: Set connection var ansible_connection to ssh 8222 1726776618.12440: Set connection var ansible_shell_executable to /bin/sh 8222 1726776618.12448: Set connection var ansible_shell_type to sh 8222 1726776618.12458: Set connection var ansible_pipelining to False 8222 1726776618.12485: variable 'ansible_shell_executable' from source: unknown 8222 1726776618.12505: variable 'ansible_connection' from source: unknown 8222 1726776618.12515: variable 'ansible_module_compression' from source: unknown 8222 1726776618.12605: variable 'ansible_shell_type' from source: unknown 8222 1726776618.12608: variable 'ansible_shell_executable' from source: unknown 8222 1726776618.12611: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776618.12613: variable 'ansible_pipelining' from source: unknown 8222 1726776618.12615: variable 'ansible_timeout' from source: unknown 8222 1726776618.12617: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776618.12724: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776618.12750: variable 'omit' from source: magic vars 8222 1726776618.12762: starting attempt loop 8222 1726776618.12770: running the handler 8222 1726776618.12795: _low_level_execute_command(): starting 8222 1726776618.12808: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776618.13506: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.13523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.13534: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.13572: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.13596: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.13655: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.15345: stdout chunk (state=3): >>>/root <<< 8222 1726776618.15439: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776618.15468: stderr chunk (state=3): >>><<< 8222 1726776618.15471: stdout chunk (state=3): >>><<< 8222 1726776618.15494: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776618.15506: _low_level_execute_command(): starting 8222 1726776618.15511: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776618.1549501-8906-209650024430623 `" && echo ansible-tmp-1726776618.1549501-8906-209650024430623="` echo /root/.ansible/tmp/ansible-tmp-1726776618.1549501-8906-209650024430623 `" ) && sleep 0' 8222 1726776618.15957: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.15960: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.15963: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776618.15966: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.16021: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.16028: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776618.16031: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.16076: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.17990: stdout chunk (state=3): >>>ansible-tmp-1726776618.1549501-8906-209650024430623=/root/.ansible/tmp/ansible-tmp-1726776618.1549501-8906-209650024430623 <<< 8222 1726776618.18091: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776618.18123: stderr chunk (state=3): >>><<< 8222 1726776618.18126: stdout chunk (state=3): >>><<< 8222 1726776618.18142: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776618.1549501-8906-209650024430623=/root/.ansible/tmp/ansible-tmp-1726776618.1549501-8906-209650024430623 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776618.18181: variable 'ansible_module_compression' from source: unknown 8222 1726776618.18225: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776618.18252: variable 'ansible_facts' from source: unknown 8222 1726776618.18316: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776618.1549501-8906-209650024430623/AnsiballZ_stat.py 8222 1726776618.18416: Sending initial data 8222 1726776618.18420: Sent initial data (151 bytes) 8222 1726776618.18870: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.18874: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776618.18876: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.18883: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.18885: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776618.18898: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.18936: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.18940: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776618.18946: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.18992: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.20542: 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 <<< 8222 1726776618.20582: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776618.20631: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpd58h7bgg /root/.ansible/tmp/ansible-tmp-1726776618.1549501-8906-209650024430623/AnsiballZ_stat.py <<< 8222 1726776618.20639: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776618.1549501-8906-209650024430623/AnsiballZ_stat.py" <<< 8222 1726776618.20679: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpd58h7bgg" to remote "/root/.ansible/tmp/ansible-tmp-1726776618.1549501-8906-209650024430623/AnsiballZ_stat.py" <<< 8222 1726776618.20681: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776618.1549501-8906-209650024430623/AnsiballZ_stat.py" <<< 8222 1726776618.21222: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776618.21267: stderr chunk (state=3): >>><<< 8222 1726776618.21270: stdout chunk (state=3): >>><<< 8222 1726776618.21299: done transferring module to remote 8222 1726776618.21308: _low_level_execute_command(): starting 8222 1726776618.21312: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776618.1549501-8906-209650024430623/ /root/.ansible/tmp/ansible-tmp-1726776618.1549501-8906-209650024430623/AnsiballZ_stat.py && sleep 0' 8222 1726776618.21759: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.21762: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776618.21765: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.21767: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.21769: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776618.21770: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.21823: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.21828: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.21873: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.23669: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776618.23697: stderr chunk (state=3): >>><<< 8222 1726776618.23701: stdout chunk (state=3): >>><<< 8222 1726776618.23714: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776618.23717: _low_level_execute_command(): starting 8222 1726776618.23722: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776618.1549501-8906-209650024430623/AnsiballZ_stat.py && sleep 0' 8222 1726776618.24145: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.24149: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.24161: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.24220: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.24226: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776618.24232: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.24278: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.40265: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 29, "inode": 348127424, "dev": 51714, "nlink": 3, "atime": 1726776606.3690631, "mtime": 1726776602.9060369, "ctime": 1726776602.9060369, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3830244823", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 8222 1726776618.41858: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776618.41884: stderr chunk (state=3): >>><<< 8222 1726776618.41893: stdout chunk (state=3): >>><<< 8222 1726776618.41907: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profiles", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 29, "inode": 348127424, "dev": 51714, "nlink": 3, "atime": 1726776606.3690631, "mtime": 1726776602.9060369, "ctime": 1726776602.9060369, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "3830244823", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776618.41947: 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-1726776618.1549501-8906-209650024430623/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776618.41954: _low_level_execute_command(): starting 8222 1726776618.41958: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776618.1549501-8906-209650024430623/ > /dev/null 2>&1 && sleep 0' 8222 1726776618.42414: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.42418: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776618.42420: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.42422: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.42424: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776618.42426: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.42479: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.42484: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776618.42488: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.42532: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.44416: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776618.44440: stderr chunk (state=3): >>><<< 8222 1726776618.44443: stdout chunk (state=3): >>><<< 8222 1726776618.44456: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776618.44463: handler run complete 8222 1726776618.44497: attempt loop complete, returning result 8222 1726776618.44513: variable 'item' from source: unknown 8222 1726776618.44577: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "atime": 1726776606.3690631, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776602.9060369, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 348127424, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776602.9060369, "nlink": 3, "path": "/etc/tuned/profiles", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 29, "uid": 0, "version": "3830244823", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 8222 1726776618.44731: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776618.44733: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776618.44736: variable 'omit' from source: magic vars 8222 1726776618.44816: 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) 8222 1726776618.44833: 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) 8222 1726776618.44854: 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) 8222 1726776618.44878: 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) 8222 1726776618.44893: 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) 8222 1726776618.44948: variable 'item' from source: unknown 8222 1726776618.44956: Evaluated conditional (item | length > 0): True 8222 1726776618.44958: variable 'omit' from source: magic vars 8222 1726776618.44972: variable 'omit' from source: magic vars 8222 1726776618.45005: variable 'item' from source: unknown 8222 1726776618.45049: variable 'item' from source: unknown 8222 1726776618.45060: variable 'omit' from source: magic vars 8222 1726776618.45078: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776618.45085: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776618.45092: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776618.45103: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776618.45106: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776618.45109: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776618.45155: Set connection var ansible_timeout to 10 8222 1726776618.45161: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776618.45166: Set connection var ansible_connection to ssh 8222 1726776618.45171: Set connection var ansible_shell_executable to /bin/sh 8222 1726776618.45173: Set connection var ansible_shell_type to sh 8222 1726776618.45177: Set connection var ansible_pipelining to False 8222 1726776618.45196: variable 'ansible_shell_executable' from source: unknown 8222 1726776618.45199: variable 'ansible_connection' from source: unknown 8222 1726776618.45201: variable 'ansible_module_compression' from source: unknown 8222 1726776618.45204: variable 'ansible_shell_type' from source: unknown 8222 1726776618.45206: variable 'ansible_shell_executable' from source: unknown 8222 1726776618.45208: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776618.45212: variable 'ansible_pipelining' from source: unknown 8222 1726776618.45214: variable 'ansible_timeout' from source: unknown 8222 1726776618.45218: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776618.45287: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776618.45298: variable 'omit' from source: magic vars 8222 1726776618.45301: starting attempt loop 8222 1726776618.45303: running the handler 8222 1726776618.45309: _low_level_execute_command(): starting 8222 1726776618.45312: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776618.45765: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.45768: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.45770: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776618.45772: 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 <<< 8222 1726776618.45774: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.45827: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.45830: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776618.45832: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.45892: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.47557: stdout chunk (state=3): >>>/root <<< 8222 1726776618.47657: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776618.47684: stderr chunk (state=3): >>><<< 8222 1726776618.47689: stdout chunk (state=3): >>><<< 8222 1726776618.47706: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776618.47714: _low_level_execute_command(): starting 8222 1726776618.47720: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776618.4770625-8906-113548164982290 `" && echo ansible-tmp-1726776618.4770625-8906-113548164982290="` echo /root/.ansible/tmp/ansible-tmp-1726776618.4770625-8906-113548164982290 `" ) && sleep 0' 8222 1726776618.48149: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.48152: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.48155: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776618.48157: 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 <<< 8222 1726776618.48159: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.48208: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776618.48211: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.48264: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.50231: stdout chunk (state=3): >>>ansible-tmp-1726776618.4770625-8906-113548164982290=/root/.ansible/tmp/ansible-tmp-1726776618.4770625-8906-113548164982290 <<< 8222 1726776618.50336: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776618.50364: stderr chunk (state=3): >>><<< 8222 1726776618.50367: stdout chunk (state=3): >>><<< 8222 1726776618.50380: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776618.4770625-8906-113548164982290=/root/.ansible/tmp/ansible-tmp-1726776618.4770625-8906-113548164982290 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776618.50421: variable 'ansible_module_compression' from source: unknown 8222 1726776618.50455: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776618.50470: variable 'ansible_facts' from source: unknown 8222 1726776618.50521: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776618.4770625-8906-113548164982290/AnsiballZ_stat.py 8222 1726776618.50615: Sending initial data 8222 1726776618.50619: Sent initial data (151 bytes) 8222 1726776618.51078: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.51081: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.51084: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.51091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.51143: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.51146: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776618.51148: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.51211: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.52881: 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 <<< 8222 1726776618.52926: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776618.52987: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpa_5p9gmn /root/.ansible/tmp/ansible-tmp-1726776618.4770625-8906-113548164982290/AnsiballZ_stat.py <<< 8222 1726776618.52996: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776618.4770625-8906-113548164982290/AnsiballZ_stat.py" <<< 8222 1726776618.53038: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpa_5p9gmn" to remote "/root/.ansible/tmp/ansible-tmp-1726776618.4770625-8906-113548164982290/AnsiballZ_stat.py" <<< 8222 1726776618.53040: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776618.4770625-8906-113548164982290/AnsiballZ_stat.py" <<< 8222 1726776618.53631: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776618.53670: stderr chunk (state=3): >>><<< 8222 1726776618.53674: stdout chunk (state=3): >>><<< 8222 1726776618.53707: done transferring module to remote 8222 1726776618.53715: _low_level_execute_command(): starting 8222 1726776618.53719: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776618.4770625-8906-113548164982290/ /root/.ansible/tmp/ansible-tmp-1726776618.4770625-8906-113548164982290/AnsiballZ_stat.py && sleep 0' 8222 1726776618.54178: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.54182: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.54185: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.54190: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776618.54192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.54244: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.54247: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776618.54251: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.54304: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.56161: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776618.56189: stderr chunk (state=3): >>><<< 8222 1726776618.56197: stdout chunk (state=3): >>><<< 8222 1726776618.56211: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776618.56214: _low_level_execute_command(): starting 8222 1726776618.56219: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776618.4770625-8906-113548164982290/AnsiballZ_stat.py && sleep 0' 8222 1726776618.56670: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.56673: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.56676: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 8222 1726776618.56678: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.56680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.56735: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.56738: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776618.56746: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.56796: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.72868: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 152, "inode": 346030272, "dev": 51714, "nlink": 4, "atime": 1726776570.1627889, "mtime": 1726776604.7130506, "ctime": 1726776604.7130506, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1686699488", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 8222 1726776618.74481: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776618.74512: stderr chunk (state=3): >>><<< 8222 1726776618.74516: stdout chunk (state=3): >>><<< 8222 1726776618.74530: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 152, "inode": 346030272, "dev": 51714, "nlink": 4, "atime": 1726776570.1627889, "mtime": 1726776604.7130506, "ctime": 1726776604.7130506, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1686699488", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776618.74565: 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-1726776618.4770625-8906-113548164982290/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776618.74572: _low_level_execute_command(): starting 8222 1726776618.74576: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776618.4770625-8906-113548164982290/ > /dev/null 2>&1 && sleep 0' 8222 1726776618.75026: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.75032: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776618.75034: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.75036: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.75038: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.75094: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.75097: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776618.75100: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.75157: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.77021: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776618.77045: stderr chunk (state=3): >>><<< 8222 1726776618.77048: stdout chunk (state=3): >>><<< 8222 1726776618.77062: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776618.77068: handler run complete 8222 1726776618.77107: attempt loop complete, returning result 8222 1726776618.77121: variable 'item' from source: unknown 8222 1726776618.77181: variable 'item' from source: unknown ok: [managed_node3] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726776570.1627889, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1726776604.7130506, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 346030272, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1726776604.7130506, "nlink": 4, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "1686699488", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 8222 1726776618.77327: dumping result to json 8222 1726776618.77330: done dumping result, returning 8222 1726776618.77332: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [12343ab9-b159-90b8-9460-0000000006e1] 8222 1726776618.77334: sending task result for task 12343ab9-b159-90b8-9460-0000000006e1 8222 1726776618.77382: done sending task result for task 12343ab9-b159-90b8-9460-0000000006e1 8222 1726776618.77385: WORKER PROCESS EXITING 8222 1726776618.77482: no more pending results, returning what we have 8222 1726776618.77485: results queue empty 8222 1726776618.77491: checking for any_errors_fatal 8222 1726776618.77496: done checking for any_errors_fatal 8222 1726776618.77497: checking for max_fail_percentage 8222 1726776618.77498: done checking for max_fail_percentage 8222 1726776618.77499: checking to see if all hosts have failed and the running result is not ok 8222 1726776618.77500: done checking to see if all hosts have failed 8222 1726776618.77501: getting the remaining hosts for this loop 8222 1726776618.77503: done getting the remaining hosts for this loop 8222 1726776618.77506: getting the next task for host managed_node3 8222 1726776618.77511: done getting next task for host managed_node3 8222 1726776618.77514: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 8222 1726776618.77518: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776618.77528: getting variables 8222 1726776618.77531: in VariableManager get_vars() 8222 1726776618.77560: Calling all_inventory to load vars for managed_node3 8222 1726776618.77563: Calling groups_inventory to load vars for managed_node3 8222 1726776618.77569: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776618.77578: Calling all_plugins_play to load vars for managed_node3 8222 1726776618.77580: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776618.77582: Calling groups_plugins_play to load vars for managed_node3 8222 1726776618.77711: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776618.77861: done with get_vars() 8222 1726776618.77869: done getting variables 8222 1726776618.77915: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 16:10:18 -0400 (0:00:00.698) 0:00:21.457 **** 8222 1726776618.77939: entering _queue_task() for managed_node3/set_fact 8222 1726776618.78151: worker is 1 (out of 1 available) 8222 1726776618.78164: exiting _queue_task() for managed_node3/set_fact 8222 1726776618.78176: done queuing things up, now waiting for results queue to drain 8222 1726776618.78177: waiting for pending results... 8222 1726776618.78356: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 8222 1726776618.78444: in run() - task 12343ab9-b159-90b8-9460-0000000006e2 8222 1726776618.78457: variable 'ansible_search_path' from source: unknown 8222 1726776618.78461: variable 'ansible_search_path' from source: unknown 8222 1726776618.78494: calling self._execute() 8222 1726776618.78559: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776618.78562: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776618.78571: variable 'omit' from source: magic vars 8222 1726776618.78649: variable 'omit' from source: magic vars 8222 1726776618.78690: variable 'omit' from source: magic vars 8222 1726776618.79011: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776618.80469: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776618.80525: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776618.80554: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776618.80578: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776618.80603: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776618.80662: 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) 8222 1726776618.80682: 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) 8222 1726776618.80705: 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) 8222 1726776618.80730: 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) 8222 1726776618.80741: 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) 8222 1726776618.80773: 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) 8222 1726776618.80792: 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) 8222 1726776618.80809: 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) 8222 1726776618.80833: 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) 8222 1726776618.80843: 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) 8222 1726776618.80883: 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) 8222 1726776618.80902: 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) 8222 1726776618.80921: 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) 8222 1726776618.80946: 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) 8222 1726776618.80956: 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) 8222 1726776618.81116: variable '__kernel_settings_find_profile_dirs' from source: set_fact 8222 1726776618.81183: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776618.81295: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776618.81322: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776618.81345: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776618.81368: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776618.81402: 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) 8222 1726776618.81417: 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) 8222 1726776618.81433: 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) 8222 1726776618.81451: 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) 8222 1726776618.81494: variable 'omit' from source: magic vars 8222 1726776618.81515: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776618.81534: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776618.81549: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776618.81564: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776618.81572: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776618.81596: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776618.81599: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776618.81602: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776618.81669: Set connection var ansible_timeout to 10 8222 1726776618.81678: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776618.81681: Set connection var ansible_connection to ssh 8222 1726776618.81687: Set connection var ansible_shell_executable to /bin/sh 8222 1726776618.81700: Set connection var ansible_shell_type to sh 8222 1726776618.81702: Set connection var ansible_pipelining to False 8222 1726776618.81715: variable 'ansible_shell_executable' from source: unknown 8222 1726776618.81717: variable 'ansible_connection' from source: unknown 8222 1726776618.81719: variable 'ansible_module_compression' from source: unknown 8222 1726776618.81722: variable 'ansible_shell_type' from source: unknown 8222 1726776618.81724: variable 'ansible_shell_executable' from source: unknown 8222 1726776618.81728: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776618.81732: variable 'ansible_pipelining' from source: unknown 8222 1726776618.81734: variable 'ansible_timeout' from source: unknown 8222 1726776618.81738: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776618.81813: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776618.81821: variable 'omit' from source: magic vars 8222 1726776618.81826: starting attempt loop 8222 1726776618.81829: running the handler 8222 1726776618.81839: handler run complete 8222 1726776618.81845: attempt loop complete, returning result 8222 1726776618.81848: _execute() done 8222 1726776618.81850: dumping result to json 8222 1726776618.81853: done dumping result, returning 8222 1726776618.81859: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [12343ab9-b159-90b8-9460-0000000006e2] 8222 1726776618.81862: sending task result for task 12343ab9-b159-90b8-9460-0000000006e2 ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned/profiles" }, "changed": false } 8222 1726776618.82014: no more pending results, returning what we have 8222 1726776618.82017: results queue empty 8222 1726776618.82018: checking for any_errors_fatal 8222 1726776618.82032: done checking for any_errors_fatal 8222 1726776618.82032: checking for max_fail_percentage 8222 1726776618.82034: done checking for max_fail_percentage 8222 1726776618.82035: checking to see if all hosts have failed and the running result is not ok 8222 1726776618.82036: done checking to see if all hosts have failed 8222 1726776618.82037: getting the remaining hosts for this loop 8222 1726776618.82038: done getting the remaining hosts for this loop 8222 1726776618.82042: getting the next task for host managed_node3 8222 1726776618.82048: done getting next task for host managed_node3 8222 1726776618.82051: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 8222 1726776618.82055: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776618.82066: getting variables 8222 1726776618.82067: in VariableManager get_vars() 8222 1726776618.82106: Calling all_inventory to load vars for managed_node3 8222 1726776618.82109: Calling groups_inventory to load vars for managed_node3 8222 1726776618.82111: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776618.82120: Calling all_plugins_play to load vars for managed_node3 8222 1726776618.82122: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776618.82125: Calling groups_plugins_play to load vars for managed_node3 8222 1726776618.82262: done sending task result for task 12343ab9-b159-90b8-9460-0000000006e2 8222 1726776618.82265: WORKER PROCESS EXITING 8222 1726776618.82276: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776618.82407: done with get_vars() 8222 1726776618.82416: done getting variables 8222 1726776618.82456: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 16:10:18 -0400 (0:00:00.045) 0:00:21.502 **** 8222 1726776618.82479: entering _queue_task() for managed_node3/service 8222 1726776618.82685: worker is 1 (out of 1 available) 8222 1726776618.82703: exiting _queue_task() for managed_node3/service 8222 1726776618.82715: done queuing things up, now waiting for results queue to drain 8222 1726776618.82716: waiting for pending results... 8222 1726776618.82893: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 8222 1726776618.82969: in run() - task 12343ab9-b159-90b8-9460-0000000006e3 8222 1726776618.82981: variable 'ansible_search_path' from source: unknown 8222 1726776618.82985: variable 'ansible_search_path' from source: unknown 8222 1726776618.83025: variable '__kernel_settings_services' from source: include_vars 8222 1726776618.83258: variable '__kernel_settings_services' from source: include_vars 8222 1726776618.83321: variable 'omit' from source: magic vars 8222 1726776618.83413: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776618.83420: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776618.83429: variable 'omit' from source: magic vars 8222 1726776618.83485: variable 'omit' from source: magic vars 8222 1726776618.83521: variable 'omit' from source: magic vars 8222 1726776618.83553: variable 'item' from source: unknown 8222 1726776618.83613: variable 'item' from source: unknown 8222 1726776618.83634: variable 'omit' from source: magic vars 8222 1726776618.83668: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776618.83774: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776618.83794: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776618.83812: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776618.83821: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776618.83843: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776618.83847: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776618.83849: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776618.83930: Set connection var ansible_timeout to 10 8222 1726776618.83933: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776618.83938: Set connection var ansible_connection to ssh 8222 1726776618.83943: Set connection var ansible_shell_executable to /bin/sh 8222 1726776618.83945: Set connection var ansible_shell_type to sh 8222 1726776618.83950: Set connection var ansible_pipelining to False 8222 1726776618.83967: variable 'ansible_shell_executable' from source: unknown 8222 1726776618.83969: variable 'ansible_connection' from source: unknown 8222 1726776618.83972: variable 'ansible_module_compression' from source: unknown 8222 1726776618.83974: variable 'ansible_shell_type' from source: unknown 8222 1726776618.83976: variable 'ansible_shell_executable' from source: unknown 8222 1726776618.83980: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776618.83984: variable 'ansible_pipelining' from source: unknown 8222 1726776618.83990: variable 'ansible_timeout' from source: unknown 8222 1726776618.83993: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776618.84094: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776618.84103: variable 'omit' from source: magic vars 8222 1726776618.84108: starting attempt loop 8222 1726776618.84111: running the handler 8222 1726776618.84191: variable 'ansible_facts' from source: unknown 8222 1726776618.84276: _low_level_execute_command(): starting 8222 1726776618.84282: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776618.84764: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.84804: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776618.84807: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.84810: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.84813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776618.84815: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.84860: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.84863: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776618.84865: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.84929: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.86617: stdout chunk (state=3): >>>/root <<< 8222 1726776618.86709: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776618.86741: stderr chunk (state=3): >>><<< 8222 1726776618.86745: stdout chunk (state=3): >>><<< 8222 1726776618.86765: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776618.86778: _low_level_execute_command(): starting 8222 1726776618.86784: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776618.867665-8925-5663259338422 `" && echo ansible-tmp-1726776618.867665-8925-5663259338422="` echo /root/.ansible/tmp/ansible-tmp-1726776618.867665-8925-5663259338422 `" ) && sleep 0' 8222 1726776618.87247: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.87258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776618.87260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.87263: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.87265: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.87306: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.87310: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776618.87320: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.87371: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.89323: stdout chunk (state=3): >>>ansible-tmp-1726776618.867665-8925-5663259338422=/root/.ansible/tmp/ansible-tmp-1726776618.867665-8925-5663259338422 <<< 8222 1726776618.89376: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776618.89409: stderr chunk (state=3): >>><<< 8222 1726776618.89412: stdout chunk (state=3): >>><<< 8222 1726776618.89432: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776618.867665-8925-5663259338422=/root/.ansible/tmp/ansible-tmp-1726776618.867665-8925-5663259338422 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776618.89460: variable 'ansible_module_compression' from source: unknown 8222 1726776618.89505: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 8222 1726776618.89557: variable 'ansible_facts' from source: unknown 8222 1726776618.89695: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776618.867665-8925-5663259338422/AnsiballZ_systemd.py 8222 1726776618.89805: Sending initial data 8222 1726776618.89808: Sent initial data (151 bytes) 8222 1726776618.90258: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.90262: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776618.90264: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.90266: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.90268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.90324: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.90327: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776618.90329: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.90381: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.91955: 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 <<< 8222 1726776618.91994: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776618.92036: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpzv3co2wn /root/.ansible/tmp/ansible-tmp-1726776618.867665-8925-5663259338422/AnsiballZ_systemd.py <<< 8222 1726776618.92043: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776618.867665-8925-5663259338422/AnsiballZ_systemd.py" <<< 8222 1726776618.92089: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpzv3co2wn" to remote "/root/.ansible/tmp/ansible-tmp-1726776618.867665-8925-5663259338422/AnsiballZ_systemd.py" <<< 8222 1726776618.92092: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776618.867665-8925-5663259338422/AnsiballZ_systemd.py" <<< 8222 1726776618.93181: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776618.93227: stderr chunk (state=3): >>><<< 8222 1726776618.93231: stdout chunk (state=3): >>><<< 8222 1726776618.93249: done transferring module to remote 8222 1726776618.93258: _low_level_execute_command(): starting 8222 1726776618.93263: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776618.867665-8925-5663259338422/ /root/.ansible/tmp/ansible-tmp-1726776618.867665-8925-5663259338422/AnsiballZ_systemd.py && sleep 0' 8222 1726776618.93721: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776618.93725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.93733: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.93736: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776618.93738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.93783: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.93792: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776618.93794: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.93841: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776618.95665: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776618.95693: stderr chunk (state=3): >>><<< 8222 1726776618.95697: stdout chunk (state=3): >>><<< 8222 1726776618.95713: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776618.95716: _low_level_execute_command(): starting 8222 1726776618.95721: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776618.867665-8925-5663259338422/AnsiballZ_systemd.py && sleep 0' 8222 1726776618.96146: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.96150: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776618.96178: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776618.96181: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776618.96183: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776618.96185: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776618.96242: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776618.96246: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776618.96248: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776618.96312: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776619.26225: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "13443", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainStartTimestampMonotonic": "212515230", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainHandoffTimestampMonotonic": "212527420", "ExecMainPID": "13443", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4609", "MemoryCurrent": "15192064", "MemoryPeak": "15601664", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3301322752", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "115050000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEML<<< 8222 1726776619.26251: stdout chunk (state=3): >>>OCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned<<< 8222 1726776619.26262: stdout chunk (state=3): >>>(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:10:06 EDT", "StateChangeTimestampMonotonic": "212655563", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveExitTimestampMonotonic": "212515731", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveEnterTimestampMonotonic": "212655563", "ActiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveExitTimestampMonotonic": "212478589", "InactiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveEnterTimestampMonotonic": "212513440", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ConditionTimestampMonotonic": "212514445", "AssertTimestamp": "Thu 2024-09-19 16:10:06 EDT", "AssertTimestampMonotonic": "212514449", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "9e51a24952304ec082473cd5c1e18eb3", "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}}} <<< 8222 1726776619.28207: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776619.28233: stderr chunk (state=3): >>><<< 8222 1726776619.28236: stdout chunk (state=3): >>><<< 8222 1726776619.28264: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "13443", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainStartTimestampMonotonic": "212515230", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainHandoffTimestampMonotonic": "212527420", "ExecMainPID": "13443", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4609", "MemoryCurrent": "15192064", "MemoryPeak": "15601664", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3301322752", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "115050000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:10:06 EDT", "StateChangeTimestampMonotonic": "212655563", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveExitTimestampMonotonic": "212515731", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveEnterTimestampMonotonic": "212655563", "ActiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveExitTimestampMonotonic": "212478589", "InactiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveEnterTimestampMonotonic": "212513440", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ConditionTimestampMonotonic": "212514445", "AssertTimestamp": "Thu 2024-09-19 16:10:06 EDT", "AssertTimestampMonotonic": "212514449", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "9e51a24952304ec082473cd5c1e18eb3", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776619.28397: 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-1726776618.867665-8925-5663259338422/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776619.28412: _low_level_execute_command(): starting 8222 1726776619.28416: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776618.867665-8925-5663259338422/ > /dev/null 2>&1 && sleep 0' 8222 1726776619.28844: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776619.28848: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776619.28850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.28852: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776619.28854: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.28908: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776619.28915: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776619.28961: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776619.30856: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776619.30879: stderr chunk (state=3): >>><<< 8222 1726776619.30882: stdout chunk (state=3): >>><<< 8222 1726776619.30897: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776619.30903: handler run complete 8222 1726776619.30939: attempt loop complete, returning result 8222 1726776619.30957: variable 'item' from source: unknown 8222 1726776619.31018: variable 'item' from source: unknown ok: [managed_node3] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveEnterTimestampMonotonic": "212655563", "ActiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveExitTimestampMonotonic": "212478589", "ActiveState": "active", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:10:06 EDT", "AssertTimestampMonotonic": "212514449", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "115050000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ConditionTimestampMonotonic": "212514445", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4609", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3702878208", "EffectiveMemoryMax": "3702878208", "EffectiveTasksMax": "22362", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainHandoffTimestampMonotonic": "212527420", "ExecMainPID": "13443", "ExecMainStartTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainStartTimestampMonotonic": "212515230", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveEnterTimestampMonotonic": "212513440", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveExitTimestampMonotonic": "212515731", "InvocationID": "9e51a24952304ec082473cd5c1e18eb3", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13443", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3301322752", "MemoryCurrent": "15192064", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "15601664", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:10:06 EDT", "StateChangeTimestampMonotonic": "212655563", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 8222 1726776619.31544: dumping result to json 8222 1726776619.31547: done dumping result, returning 8222 1726776619.31549: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [12343ab9-b159-90b8-9460-0000000006e3] 8222 1726776619.31551: sending task result for task 12343ab9-b159-90b8-9460-0000000006e3 8222 1726776619.31625: done sending task result for task 12343ab9-b159-90b8-9460-0000000006e3 8222 1726776619.31629: WORKER PROCESS EXITING 8222 1726776619.31703: no more pending results, returning what we have 8222 1726776619.31705: results queue empty 8222 1726776619.31706: checking for any_errors_fatal 8222 1726776619.31708: done checking for any_errors_fatal 8222 1726776619.31709: checking for max_fail_percentage 8222 1726776619.31710: done checking for max_fail_percentage 8222 1726776619.31710: checking to see if all hosts have failed and the running result is not ok 8222 1726776619.31711: done checking to see if all hosts have failed 8222 1726776619.31711: getting the remaining hosts for this loop 8222 1726776619.31712: done getting the remaining hosts for this loop 8222 1726776619.31715: getting the next task for host managed_node3 8222 1726776619.31718: done getting next task for host managed_node3 8222 1726776619.31720: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 8222 1726776619.31725: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776619.31732: getting variables 8222 1726776619.31733: in VariableManager get_vars() 8222 1726776619.31754: Calling all_inventory to load vars for managed_node3 8222 1726776619.31756: Calling groups_inventory to load vars for managed_node3 8222 1726776619.31757: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776619.31763: Calling all_plugins_play to load vars for managed_node3 8222 1726776619.31765: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776619.31766: Calling groups_plugins_play to load vars for managed_node3 8222 1726776619.31866: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776619.31988: done with get_vars() 8222 1726776619.31996: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 16:10:19 -0400 (0:00:00.495) 0:00:21.998 **** 8222 1726776619.32059: entering _queue_task() for managed_node3/file 8222 1726776619.32258: worker is 1 (out of 1 available) 8222 1726776619.32272: exiting _queue_task() for managed_node3/file 8222 1726776619.32284: done queuing things up, now waiting for results queue to drain 8222 1726776619.32285: waiting for pending results... 8222 1726776619.32460: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 8222 1726776619.32540: in run() - task 12343ab9-b159-90b8-9460-0000000006e4 8222 1726776619.32552: variable 'ansible_search_path' from source: unknown 8222 1726776619.32555: variable 'ansible_search_path' from source: unknown 8222 1726776619.32582: calling self._execute() 8222 1726776619.32653: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776619.32657: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776619.32666: variable 'omit' from source: magic vars 8222 1726776619.32744: variable 'omit' from source: magic vars 8222 1726776619.32787: variable 'omit' from source: magic vars 8222 1726776619.32812: variable '__kernel_settings_profile_dir' from source: role '' all vars 8222 1726776619.33025: variable '__kernel_settings_profile_dir' from source: role '' all vars 8222 1726776619.33097: variable '__kernel_settings_profile_parent' from source: set_fact 8222 1726776619.33102: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776619.33160: variable 'omit' from source: magic vars 8222 1726776619.33191: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776619.33219: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776619.33236: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776619.33248: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776619.33257: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776619.33282: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776619.33285: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776619.33289: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776619.33360: Set connection var ansible_timeout to 10 8222 1726776619.33366: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776619.33371: Set connection var ansible_connection to ssh 8222 1726776619.33376: Set connection var ansible_shell_executable to /bin/sh 8222 1726776619.33380: Set connection var ansible_shell_type to sh 8222 1726776619.33384: Set connection var ansible_pipelining to False 8222 1726776619.33404: variable 'ansible_shell_executable' from source: unknown 8222 1726776619.33407: variable 'ansible_connection' from source: unknown 8222 1726776619.33410: variable 'ansible_module_compression' from source: unknown 8222 1726776619.33414: variable 'ansible_shell_type' from source: unknown 8222 1726776619.33416: variable 'ansible_shell_executable' from source: unknown 8222 1726776619.33419: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776619.33423: variable 'ansible_pipelining' from source: unknown 8222 1726776619.33425: variable 'ansible_timeout' from source: unknown 8222 1726776619.33429: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776619.33569: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776619.33577: variable 'omit' from source: magic vars 8222 1726776619.33582: starting attempt loop 8222 1726776619.33587: running the handler 8222 1726776619.33602: _low_level_execute_command(): starting 8222 1726776619.33609: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776619.34072: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776619.34091: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776619.34094: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.34097: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776619.34099: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776619.34119: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776619.34122: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.34180: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776619.34184: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776619.34188: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776619.34244: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776619.35936: stdout chunk (state=3): >>>/root <<< 8222 1726776619.36032: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776619.36057: stderr chunk (state=3): >>><<< 8222 1726776619.36062: stdout chunk (state=3): >>><<< 8222 1726776619.36081: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776619.36095: _low_level_execute_command(): starting 8222 1726776619.36099: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776619.3607962-8937-172734170116349 `" && echo ansible-tmp-1726776619.3607962-8937-172734170116349="` echo /root/.ansible/tmp/ansible-tmp-1726776619.3607962-8937-172734170116349 `" ) && sleep 0' 8222 1726776619.36511: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776619.36521: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776619.36524: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776619.36527: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.36568: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776619.36572: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776619.36575: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776619.36622: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776619.38571: stdout chunk (state=3): >>>ansible-tmp-1726776619.3607962-8937-172734170116349=/root/.ansible/tmp/ansible-tmp-1726776619.3607962-8937-172734170116349 <<< 8222 1726776619.38680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776619.38705: stderr chunk (state=3): >>><<< 8222 1726776619.38708: stdout chunk (state=3): >>><<< 8222 1726776619.38719: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776619.3607962-8937-172734170116349=/root/.ansible/tmp/ansible-tmp-1726776619.3607962-8937-172734170116349 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776619.38757: variable 'ansible_module_compression' from source: unknown 8222 1726776619.38794: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 8222 1726776619.38820: variable 'ansible_facts' from source: unknown 8222 1726776619.38882: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776619.3607962-8937-172734170116349/AnsiballZ_file.py 8222 1726776619.38972: Sending initial data 8222 1726776619.38975: Sent initial data (151 bytes) 8222 1726776619.39394: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776619.39397: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776619.39400: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.39402: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776619.39404: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.39448: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776619.39452: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776619.39509: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776619.41123: 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 <<< 8222 1726776619.41132: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776619.41168: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776619.41213: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpbsbvmuxl /root/.ansible/tmp/ansible-tmp-1726776619.3607962-8937-172734170116349/AnsiballZ_file.py <<< 8222 1726776619.41219: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776619.3607962-8937-172734170116349/AnsiballZ_file.py" <<< 8222 1726776619.41260: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpbsbvmuxl" to remote "/root/.ansible/tmp/ansible-tmp-1726776619.3607962-8937-172734170116349/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776619.3607962-8937-172734170116349/AnsiballZ_file.py" <<< 8222 1726776619.41816: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776619.41850: stderr chunk (state=3): >>><<< 8222 1726776619.41854: stdout chunk (state=3): >>><<< 8222 1726776619.41888: done transferring module to remote 8222 1726776619.41900: _low_level_execute_command(): starting 8222 1726776619.41903: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776619.3607962-8937-172734170116349/ /root/.ansible/tmp/ansible-tmp-1726776619.3607962-8937-172734170116349/AnsiballZ_file.py && sleep 0' 8222 1726776619.42309: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776619.42312: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776619.42315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776619.42320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.42367: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776619.42370: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776619.42421: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776619.44204: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776619.44225: stderr chunk (state=3): >>><<< 8222 1726776619.44228: stdout chunk (state=3): >>><<< 8222 1726776619.44239: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776619.44242: _low_level_execute_command(): starting 8222 1726776619.44248: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776619.3607962-8937-172734170116349/AnsiballZ_file.py && sleep 0' 8222 1726776619.44650: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776619.44653: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776619.44655: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.44657: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776619.44659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.44714: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776619.44717: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776619.44764: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776619.61978: stdout chunk (state=3): >>> {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 8222 1726776619.63471: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776619.63504: stderr chunk (state=3): >>><<< 8222 1726776619.63508: stdout chunk (state=3): >>><<< 8222 1726776619.63523: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": false, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings"}, "after": {"path": "/etc/tuned/profiles/kernel_settings"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776619.63555: 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-1726776619.3607962-8937-172734170116349/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776619.63564: _low_level_execute_command(): starting 8222 1726776619.63573: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776619.3607962-8937-172734170116349/ > /dev/null 2>&1 && sleep 0' 8222 1726776619.64016: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776619.64021: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.64039: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.64091: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776619.64095: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776619.64101: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776619.64148: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776619.65995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776619.66019: stderr chunk (state=3): >>><<< 8222 1726776619.66022: stdout chunk (state=3): >>><<< 8222 1726776619.66035: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776619.66040: handler run complete 8222 1726776619.66058: attempt loop complete, returning result 8222 1726776619.66061: _execute() done 8222 1726776619.66063: dumping result to json 8222 1726776619.66068: done dumping result, returning 8222 1726776619.66076: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [12343ab9-b159-90b8-9460-0000000006e4] 8222 1726776619.66084: sending task result for task 12343ab9-b159-90b8-9460-0000000006e4 8222 1726776619.66191: done sending task result for task 12343ab9-b159-90b8-9460-0000000006e4 8222 1726776619.66194: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/profiles/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 24, "state": "directory", "uid": 0 } 8222 1726776619.66268: no more pending results, returning what we have 8222 1726776619.66272: results queue empty 8222 1726776619.66273: checking for any_errors_fatal 8222 1726776619.66296: done checking for any_errors_fatal 8222 1726776619.66297: checking for max_fail_percentage 8222 1726776619.66299: done checking for max_fail_percentage 8222 1726776619.66300: checking to see if all hosts have failed and the running result is not ok 8222 1726776619.66301: done checking to see if all hosts have failed 8222 1726776619.66302: getting the remaining hosts for this loop 8222 1726776619.66303: done getting the remaining hosts for this loop 8222 1726776619.66307: getting the next task for host managed_node3 8222 1726776619.66313: done getting next task for host managed_node3 8222 1726776619.66316: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 8222 1726776619.66320: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776619.66330: getting variables 8222 1726776619.66331: in VariableManager get_vars() 8222 1726776619.66362: Calling all_inventory to load vars for managed_node3 8222 1726776619.66365: Calling groups_inventory to load vars for managed_node3 8222 1726776619.66367: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776619.66374: Calling all_plugins_play to load vars for managed_node3 8222 1726776619.66377: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776619.66379: Calling groups_plugins_play to load vars for managed_node3 8222 1726776619.66509: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776619.66636: done with get_vars() 8222 1726776619.66645: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 16:10:19 -0400 (0:00:00.346) 0:00:22.345 **** 8222 1726776619.66713: entering _queue_task() for managed_node3/slurp 8222 1726776619.66908: worker is 1 (out of 1 available) 8222 1726776619.66921: exiting _queue_task() for managed_node3/slurp 8222 1726776619.66932: done queuing things up, now waiting for results queue to drain 8222 1726776619.66933: waiting for pending results... 8222 1726776619.67108: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 8222 1726776619.67180: in run() - task 12343ab9-b159-90b8-9460-0000000006e5 8222 1726776619.67195: variable 'ansible_search_path' from source: unknown 8222 1726776619.67198: variable 'ansible_search_path' from source: unknown 8222 1726776619.67227: calling self._execute() 8222 1726776619.67293: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776619.67296: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776619.67305: variable 'omit' from source: magic vars 8222 1726776619.67380: variable 'omit' from source: magic vars 8222 1726776619.67420: variable 'omit' from source: magic vars 8222 1726776619.67442: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8222 1726776619.67660: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8222 1726776619.67724: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776619.67752: variable 'omit' from source: magic vars 8222 1726776619.67784: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776619.67818: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776619.67833: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776619.67846: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776619.67856: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776619.67878: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776619.67882: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776619.67884: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776619.67959: Set connection var ansible_timeout to 10 8222 1726776619.67965: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776619.67970: Set connection var ansible_connection to ssh 8222 1726776619.67975: Set connection var ansible_shell_executable to /bin/sh 8222 1726776619.67977: Set connection var ansible_shell_type to sh 8222 1726776619.67982: Set connection var ansible_pipelining to False 8222 1726776619.68001: variable 'ansible_shell_executable' from source: unknown 8222 1726776619.68005: variable 'ansible_connection' from source: unknown 8222 1726776619.68008: variable 'ansible_module_compression' from source: unknown 8222 1726776619.68010: variable 'ansible_shell_type' from source: unknown 8222 1726776619.68012: variable 'ansible_shell_executable' from source: unknown 8222 1726776619.68015: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776619.68017: variable 'ansible_pipelining' from source: unknown 8222 1726776619.68022: variable 'ansible_timeout' from source: unknown 8222 1726776619.68024: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776619.68168: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776619.68176: variable 'omit' from source: magic vars 8222 1726776619.68181: starting attempt loop 8222 1726776619.68183: running the handler 8222 1726776619.68199: _low_level_execute_command(): starting 8222 1726776619.68205: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776619.68692: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776619.68695: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.68698: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776619.68700: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.68751: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776619.68754: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776619.68758: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776619.68811: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776619.70509: stdout chunk (state=3): >>>/root <<< 8222 1726776619.70606: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776619.70638: stderr chunk (state=3): >>><<< 8222 1726776619.70641: stdout chunk (state=3): >>><<< 8222 1726776619.70658: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776619.70669: _low_level_execute_command(): starting 8222 1726776619.70676: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776619.7065792-8948-77017998162535 `" && echo ansible-tmp-1726776619.7065792-8948-77017998162535="` echo /root/.ansible/tmp/ansible-tmp-1726776619.7065792-8948-77017998162535 `" ) && sleep 0' 8222 1726776619.71121: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776619.71124: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.71134: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 8222 1726776619.71136: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776619.71139: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.71187: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776619.71197: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776619.71199: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776619.71237: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776619.73150: stdout chunk (state=3): >>>ansible-tmp-1726776619.7065792-8948-77017998162535=/root/.ansible/tmp/ansible-tmp-1726776619.7065792-8948-77017998162535 <<< 8222 1726776619.73259: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776619.73285: stderr chunk (state=3): >>><<< 8222 1726776619.73290: stdout chunk (state=3): >>><<< 8222 1726776619.73307: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776619.7065792-8948-77017998162535=/root/.ansible/tmp/ansible-tmp-1726776619.7065792-8948-77017998162535 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776619.73350: variable 'ansible_module_compression' from source: unknown 8222 1726776619.73383: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 8222 1726776619.73413: variable 'ansible_facts' from source: unknown 8222 1726776619.73468: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776619.7065792-8948-77017998162535/AnsiballZ_slurp.py 8222 1726776619.73641: Sending initial data 8222 1726776619.73644: Sent initial data (151 bytes) 8222 1726776619.74090: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776619.74095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776619.74097: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.74100: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776619.74102: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.74155: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776619.74158: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776619.74162: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776619.74210: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776619.75806: 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 <<< 8222 1726776619.75811: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776619.75852: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776619.75904: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpx5pxopsi /root/.ansible/tmp/ansible-tmp-1726776619.7065792-8948-77017998162535/AnsiballZ_slurp.py <<< 8222 1726776619.75910: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776619.7065792-8948-77017998162535/AnsiballZ_slurp.py" <<< 8222 1726776619.75951: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpx5pxopsi" to remote "/root/.ansible/tmp/ansible-tmp-1726776619.7065792-8948-77017998162535/AnsiballZ_slurp.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776619.7065792-8948-77017998162535/AnsiballZ_slurp.py" <<< 8222 1726776619.76499: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776619.76534: stderr chunk (state=3): >>><<< 8222 1726776619.76537: stdout chunk (state=3): >>><<< 8222 1726776619.76565: done transferring module to remote 8222 1726776619.76572: _low_level_execute_command(): starting 8222 1726776619.76581: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776619.7065792-8948-77017998162535/ /root/.ansible/tmp/ansible-tmp-1726776619.7065792-8948-77017998162535/AnsiballZ_slurp.py && sleep 0' 8222 1726776619.77017: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776619.77021: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776619.77023: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.77025: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776619.77030: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776619.77033: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.77073: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776619.77076: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776619.77128: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776619.78956: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776619.78978: stderr chunk (state=3): >>><<< 8222 1726776619.78981: stdout chunk (state=3): >>><<< 8222 1726776619.78997: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776619.79001: _low_level_execute_command(): starting 8222 1726776619.79003: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776619.7065792-8948-77017998162535/AnsiballZ_slurp.py && sleep 0' 8222 1726776619.79423: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776619.79426: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776619.79428: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.79430: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776619.79432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.79476: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776619.79479: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776619.79540: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776619.94520: 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"}}} <<< 8222 1726776619.95892: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776619.95919: stderr chunk (state=3): >>><<< 8222 1726776619.95923: stdout chunk (state=3): >>><<< 8222 1726776619.95937: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776619.95962: 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-1726776619.7065792-8948-77017998162535/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776619.95969: _low_level_execute_command(): starting 8222 1726776619.95974: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776619.7065792-8948-77017998162535/ > /dev/null 2>&1 && sleep 0' 8222 1726776619.96422: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776619.96426: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.96428: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776619.96430: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776619.96439: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776619.96484: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776619.96493: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776619.96494: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776619.96537: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776619.98363: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776619.98391: stderr chunk (state=3): >>><<< 8222 1726776619.98395: stdout chunk (state=3): >>><<< 8222 1726776619.98405: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776619.98411: handler run complete 8222 1726776619.98424: attempt loop complete, returning result 8222 1726776619.98426: _execute() done 8222 1726776619.98429: dumping result to json 8222 1726776619.98431: done dumping result, returning 8222 1726776619.98439: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [12343ab9-b159-90b8-9460-0000000006e5] 8222 1726776619.98442: sending task result for task 12343ab9-b159-90b8-9460-0000000006e5 8222 1726776619.98536: done sending task result for task 12343ab9-b159-90b8-9460-0000000006e5 8222 1726776619.98539: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 8222 1726776619.98607: no more pending results, returning what we have 8222 1726776619.98611: results queue empty 8222 1726776619.98611: checking for any_errors_fatal 8222 1726776619.98623: done checking for any_errors_fatal 8222 1726776619.98624: checking for max_fail_percentage 8222 1726776619.98625: done checking for max_fail_percentage 8222 1726776619.98626: checking to see if all hosts have failed and the running result is not ok 8222 1726776619.98627: done checking to see if all hosts have failed 8222 1726776619.98628: getting the remaining hosts for this loop 8222 1726776619.98630: done getting the remaining hosts for this loop 8222 1726776619.98633: getting the next task for host managed_node3 8222 1726776619.98639: done getting next task for host managed_node3 8222 1726776619.98643: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 8222 1726776619.98646: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776619.98657: getting variables 8222 1726776619.98659: in VariableManager get_vars() 8222 1726776619.98697: Calling all_inventory to load vars for managed_node3 8222 1726776619.98700: Calling groups_inventory to load vars for managed_node3 8222 1726776619.98702: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776619.98710: Calling all_plugins_play to load vars for managed_node3 8222 1726776619.98713: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776619.98715: Calling groups_plugins_play to load vars for managed_node3 8222 1726776619.98843: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776619.99016: done with get_vars() 8222 1726776619.99024: done getting variables 8222 1726776619.99064: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 16:10:19 -0400 (0:00:00.323) 0:00:22.668 **** 8222 1726776619.99091: entering _queue_task() for managed_node3/set_fact 8222 1726776619.99280: worker is 1 (out of 1 available) 8222 1726776619.99296: exiting _queue_task() for managed_node3/set_fact 8222 1726776619.99309: done queuing things up, now waiting for results queue to drain 8222 1726776619.99310: waiting for pending results... 8222 1726776619.99480: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 8222 1726776619.99561: in run() - task 12343ab9-b159-90b8-9460-0000000006e6 8222 1726776619.99572: variable 'ansible_search_path' from source: unknown 8222 1726776619.99576: variable 'ansible_search_path' from source: unknown 8222 1726776619.99606: calling self._execute() 8222 1726776619.99670: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776619.99674: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776619.99682: variable 'omit' from source: magic vars 8222 1726776619.99762: variable 'omit' from source: magic vars 8222 1726776619.99800: variable 'omit' from source: magic vars 8222 1726776620.00083: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776620.00093: variable '__cur_profile' from source: task vars 8222 1726776620.00196: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776620.01556: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776620.01609: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776620.01636: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776620.01663: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776620.01683: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776620.01744: 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) 8222 1726776620.01765: 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) 8222 1726776620.01782: 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) 8222 1726776620.01811: 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) 8222 1726776620.01824: 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) 8222 1726776620.01901: variable '__kernel_settings_tuned_current_profile' from source: set_fact 8222 1726776620.01942: variable 'omit' from source: magic vars 8222 1726776620.01962: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776620.01982: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776620.02000: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776620.02013: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776620.02021: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776620.02045: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776620.02048: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776620.02051: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776620.02120: Set connection var ansible_timeout to 10 8222 1726776620.02126: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776620.02131: Set connection var ansible_connection to ssh 8222 1726776620.02136: Set connection var ansible_shell_executable to /bin/sh 8222 1726776620.02142: Set connection var ansible_shell_type to sh 8222 1726776620.02144: Set connection var ansible_pipelining to False 8222 1726776620.02163: variable 'ansible_shell_executable' from source: unknown 8222 1726776620.02165: variable 'ansible_connection' from source: unknown 8222 1726776620.02168: variable 'ansible_module_compression' from source: unknown 8222 1726776620.02170: variable 'ansible_shell_type' from source: unknown 8222 1726776620.02172: variable 'ansible_shell_executable' from source: unknown 8222 1726776620.02174: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776620.02179: variable 'ansible_pipelining' from source: unknown 8222 1726776620.02181: variable 'ansible_timeout' from source: unknown 8222 1726776620.02185: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776620.02255: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776620.02264: variable 'omit' from source: magic vars 8222 1726776620.02269: starting attempt loop 8222 1726776620.02272: running the handler 8222 1726776620.02281: handler run complete 8222 1726776620.02292: attempt loop complete, returning result 8222 1726776620.02295: _execute() done 8222 1726776620.02298: dumping result to json 8222 1726776620.02300: done dumping result, returning 8222 1726776620.02306: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [12343ab9-b159-90b8-9460-0000000006e6] 8222 1726776620.02309: sending task result for task 12343ab9-b159-90b8-9460-0000000006e6 8222 1726776620.02397: done sending task result for task 12343ab9-b159-90b8-9460-0000000006e6 8222 1726776620.02401: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 8222 1726776620.02462: no more pending results, returning what we have 8222 1726776620.02465: results queue empty 8222 1726776620.02466: checking for any_errors_fatal 8222 1726776620.02478: done checking for any_errors_fatal 8222 1726776620.02478: checking for max_fail_percentage 8222 1726776620.02480: done checking for max_fail_percentage 8222 1726776620.02481: checking to see if all hosts have failed and the running result is not ok 8222 1726776620.02482: done checking to see if all hosts have failed 8222 1726776620.02483: getting the remaining hosts for this loop 8222 1726776620.02484: done getting the remaining hosts for this loop 8222 1726776620.02492: getting the next task for host managed_node3 8222 1726776620.02498: done getting next task for host managed_node3 8222 1726776620.02502: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 8222 1726776620.02506: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776620.02522: getting variables 8222 1726776620.02524: in VariableManager get_vars() 8222 1726776620.02558: Calling all_inventory to load vars for managed_node3 8222 1726776620.02561: Calling groups_inventory to load vars for managed_node3 8222 1726776620.02563: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776620.02570: Calling all_plugins_play to load vars for managed_node3 8222 1726776620.02573: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776620.02575: Calling groups_plugins_play to load vars for managed_node3 8222 1726776620.02713: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776620.02843: done with get_vars() 8222 1726776620.02851: done getting variables 8222 1726776620.02894: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 16:10:20 -0400 (0:00:00.038) 0:00:22.707 **** 8222 1726776620.02917: entering _queue_task() for managed_node3/copy 8222 1726776620.03122: worker is 1 (out of 1 available) 8222 1726776620.03135: exiting _queue_task() for managed_node3/copy 8222 1726776620.03147: done queuing things up, now waiting for results queue to drain 8222 1726776620.03148: waiting for pending results... 8222 1726776620.03330: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 8222 1726776620.03415: in run() - task 12343ab9-b159-90b8-9460-0000000006e7 8222 1726776620.03429: variable 'ansible_search_path' from source: unknown 8222 1726776620.03432: variable 'ansible_search_path' from source: unknown 8222 1726776620.03459: calling self._execute() 8222 1726776620.03535: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776620.03539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776620.03547: variable 'omit' from source: magic vars 8222 1726776620.03627: variable 'omit' from source: magic vars 8222 1726776620.03665: variable 'omit' from source: magic vars 8222 1726776620.03690: variable '__kernel_settings_active_profile' from source: set_fact 8222 1726776620.03923: variable '__kernel_settings_active_profile' from source: set_fact 8222 1726776620.03944: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8222 1726776620.03999: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8222 1726776620.04051: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776620.04137: variable 'omit' from source: magic vars 8222 1726776620.04171: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776620.04201: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776620.04219: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776620.04232: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776620.04244: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776620.04265: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776620.04268: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776620.04270: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776620.04343: Set connection var ansible_timeout to 10 8222 1726776620.04350: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776620.04353: Set connection var ansible_connection to ssh 8222 1726776620.04360: Set connection var ansible_shell_executable to /bin/sh 8222 1726776620.04362: Set connection var ansible_shell_type to sh 8222 1726776620.04367: Set connection var ansible_pipelining to False 8222 1726776620.04383: variable 'ansible_shell_executable' from source: unknown 8222 1726776620.04387: variable 'ansible_connection' from source: unknown 8222 1726776620.04389: variable 'ansible_module_compression' from source: unknown 8222 1726776620.04394: variable 'ansible_shell_type' from source: unknown 8222 1726776620.04397: variable 'ansible_shell_executable' from source: unknown 8222 1726776620.04399: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776620.04403: variable 'ansible_pipelining' from source: unknown 8222 1726776620.04406: variable 'ansible_timeout' from source: unknown 8222 1726776620.04409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776620.04510: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776620.04519: variable 'omit' from source: magic vars 8222 1726776620.04524: starting attempt loop 8222 1726776620.04528: running the handler 8222 1726776620.04539: _low_level_execute_command(): starting 8222 1726776620.04546: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776620.05044: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776620.05075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776620.05079: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.05081: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776620.05084: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776620.05089: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.05147: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776620.05154: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776620.05156: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.05211: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.06903: stdout chunk (state=3): >>>/root <<< 8222 1726776620.07000: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776620.07029: stderr chunk (state=3): >>><<< 8222 1726776620.07033: stdout chunk (state=3): >>><<< 8222 1726776620.07052: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776620.07065: _low_level_execute_command(): starting 8222 1726776620.07070: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403 `" && echo ansible-tmp-1726776620.0705137-8957-103962858188403="` echo /root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403 `" ) && sleep 0' 8222 1726776620.07520: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776620.07530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776620.07533: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.07536: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776620.07538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.07576: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776620.07579: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776620.07581: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.07636: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.09559: stdout chunk (state=3): >>>ansible-tmp-1726776620.0705137-8957-103962858188403=/root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403 <<< 8222 1726776620.09666: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776620.09696: stderr chunk (state=3): >>><<< 8222 1726776620.09699: stdout chunk (state=3): >>><<< 8222 1726776620.09716: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776620.0705137-8957-103962858188403=/root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776620.09800: variable 'ansible_module_compression' from source: unknown 8222 1726776620.09839: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776620.09866: variable 'ansible_facts' from source: unknown 8222 1726776620.09933: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/AnsiballZ_stat.py 8222 1726776620.10023: Sending initial data 8222 1726776620.10026: Sent initial data (151 bytes) 8222 1726776620.10452: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776620.10460: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776620.10483: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.10488: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776620.10491: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.10548: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776620.10552: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776620.10556: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.10608: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.12220: 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 <<< 8222 1726776620.12266: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776620.12317: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp_fqr6r7x /root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/AnsiballZ_stat.py <<< 8222 1726776620.12320: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/AnsiballZ_stat.py" <<< 8222 1726776620.12359: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp_fqr6r7x" to remote "/root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/AnsiballZ_stat.py" <<< 8222 1726776620.12365: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/AnsiballZ_stat.py" <<< 8222 1726776620.12918: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776620.12965: stderr chunk (state=3): >>><<< 8222 1726776620.12969: stdout chunk (state=3): >>><<< 8222 1726776620.13004: done transferring module to remote 8222 1726776620.13013: _low_level_execute_command(): starting 8222 1726776620.13018: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/ /root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/AnsiballZ_stat.py && sleep 0' 8222 1726776620.13462: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776620.13468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776620.13474: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776620.13477: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776620.13479: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.13527: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776620.13530: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776620.13536: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.13579: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.15490: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776620.15494: stdout chunk (state=3): >>><<< 8222 1726776620.15496: stderr chunk (state=3): >>><<< 8222 1726776620.15499: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776620.15502: _low_level_execute_command(): starting 8222 1726776620.15505: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/AnsiballZ_stat.py && sleep 0' 8222 1726776620.15953: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776620.15957: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776620.15959: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.15962: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776620.15964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.16023: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776620.16027: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.16073: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.32493: 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": 150995202, "dev": 51714, "nlink": 1, "atime": 1726776609.6470878, "mtime": 1726776606.3790631, "ctime": 1726776606.3790631, "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": "544712468", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 8222 1726776620.34039: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776620.34067: stderr chunk (state=3): >>><<< 8222 1726776620.34071: stdout chunk (state=3): >>><<< 8222 1726776620.34092: _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": 150995202, "dev": 51714, "nlink": 1, "atime": 1726776609.6470878, "mtime": 1726776606.3790631, "ctime": 1726776606.3790631, "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": "544712468", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776620.34135: 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-1726776620.0705137-8957-103962858188403/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 8222 1726776620.34173: variable 'ansible_module_compression' from source: unknown 8222 1726776620.34207: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 8222 1726776620.34222: variable 'ansible_facts' from source: unknown 8222 1726776620.34271: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/AnsiballZ_file.py 8222 1726776620.34364: Sending initial data 8222 1726776620.34368: Sent initial data (151 bytes) 8222 1726776620.34819: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776620.34822: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.34825: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776620.34827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.34879: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776620.34882: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776620.34884: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.34934: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.36573: 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 <<< 8222 1726776620.36576: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776620.36617: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776620.36667: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpk7ilziow /root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/AnsiballZ_file.py <<< 8222 1726776620.36669: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/AnsiballZ_file.py" <<< 8222 1726776620.36708: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpk7ilziow" to remote "/root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/AnsiballZ_file.py" <<< 8222 1726776620.36715: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/AnsiballZ_file.py" <<< 8222 1726776620.37269: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776620.37314: stderr chunk (state=3): >>><<< 8222 1726776620.37317: stdout chunk (state=3): >>><<< 8222 1726776620.37366: done transferring module to remote 8222 1726776620.37373: _low_level_execute_command(): starting 8222 1726776620.37378: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/ /root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/AnsiballZ_file.py && sleep 0' 8222 1726776620.37820: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776620.37823: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.37825: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776620.37828: 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 <<< 8222 1726776620.37830: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.37878: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776620.37887: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.37929: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.39729: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776620.39755: stderr chunk (state=3): >>><<< 8222 1726776620.39758: stdout chunk (state=3): >>><<< 8222 1726776620.39773: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776620.39780: _low_level_execute_command(): starting 8222 1726776620.39783: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/AnsiballZ_file.py && sleep 0' 8222 1726776620.40219: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776620.40222: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.40243: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776620.40246: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.40294: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776620.40307: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776620.40313: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.40361: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.56736: 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": ".ip0_iq_d", "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}}} <<< 8222 1726776620.58184: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776620.58211: stderr chunk (state=3): >>><<< 8222 1726776620.58214: stdout chunk (state=3): >>><<< 8222 1726776620.58229: _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": ".ip0_iq_d", "recurse": false, "state": "file", "path": "/etc/tuned/active_profile", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776620.58254: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/active_profile', '_original_basename': '.ip0_iq_d', '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-1726776620.0705137-8957-103962858188403/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776620.58263: _low_level_execute_command(): starting 8222 1726776620.58267: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776620.0705137-8957-103962858188403/ > /dev/null 2>&1 && sleep 0' 8222 1726776620.58731: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776620.58735: 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 <<< 8222 1726776620.58737: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.58739: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776620.58741: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776620.58743: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.58795: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776620.58799: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776620.58801: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.58854: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.60723: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776620.60747: stderr chunk (state=3): >>><<< 8222 1726776620.60750: stdout chunk (state=3): >>><<< 8222 1726776620.60765: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776620.60773: handler run complete 8222 1726776620.60800: attempt loop complete, returning result 8222 1726776620.60803: _execute() done 8222 1726776620.60805: dumping result to json 8222 1726776620.60809: done dumping result, returning 8222 1726776620.60819: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [12343ab9-b159-90b8-9460-0000000006e7] 8222 1726776620.60822: sending task result for task 12343ab9-b159-90b8-9460-0000000006e7 8222 1726776620.60924: done sending task result for task 12343ab9-b159-90b8-9460-0000000006e7 8222 1726776620.60927: 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 } 8222 1726776620.61019: no more pending results, returning what we have 8222 1726776620.61023: results queue empty 8222 1726776620.61024: checking for any_errors_fatal 8222 1726776620.61031: done checking for any_errors_fatal 8222 1726776620.61032: checking for max_fail_percentage 8222 1726776620.61033: done checking for max_fail_percentage 8222 1726776620.61034: checking to see if all hosts have failed and the running result is not ok 8222 1726776620.61040: done checking to see if all hosts have failed 8222 1726776620.61041: getting the remaining hosts for this loop 8222 1726776620.61043: done getting the remaining hosts for this loop 8222 1726776620.61046: getting the next task for host managed_node3 8222 1726776620.61053: done getting next task for host managed_node3 8222 1726776620.61056: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 8222 1726776620.61059: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776620.61069: getting variables 8222 1726776620.61071: in VariableManager get_vars() 8222 1726776620.61106: Calling all_inventory to load vars for managed_node3 8222 1726776620.61109: Calling groups_inventory to load vars for managed_node3 8222 1726776620.61110: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776620.61119: Calling all_plugins_play to load vars for managed_node3 8222 1726776620.61121: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776620.61123: Calling groups_plugins_play to load vars for managed_node3 8222 1726776620.61292: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776620.61414: done with get_vars() 8222 1726776620.61422: done getting variables 8222 1726776620.61462: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 16:10:20 -0400 (0:00:00.585) 0:00:23.292 **** 8222 1726776620.61487: entering _queue_task() for managed_node3/copy 8222 1726776620.61716: worker is 1 (out of 1 available) 8222 1726776620.61730: exiting _queue_task() for managed_node3/copy 8222 1726776620.61743: done queuing things up, now waiting for results queue to drain 8222 1726776620.61744: waiting for pending results... 8222 1726776620.61930: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 8222 1726776620.62013: in run() - task 12343ab9-b159-90b8-9460-0000000006e8 8222 1726776620.62025: variable 'ansible_search_path' from source: unknown 8222 1726776620.62029: variable 'ansible_search_path' from source: unknown 8222 1726776620.62056: calling self._execute() 8222 1726776620.62127: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776620.62130: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776620.62138: variable 'omit' from source: magic vars 8222 1726776620.62223: variable 'omit' from source: magic vars 8222 1726776620.62264: variable 'omit' from source: magic vars 8222 1726776620.62291: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 8222 1726776620.62519: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 8222 1726776620.62580: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8222 1726776620.62613: variable 'omit' from source: magic vars 8222 1726776620.62648: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776620.62676: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776620.62697: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776620.62710: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776620.62719: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776620.62744: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776620.62747: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776620.62750: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776620.62824: Set connection var ansible_timeout to 10 8222 1726776620.62830: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776620.62837: Set connection var ansible_connection to ssh 8222 1726776620.62839: Set connection var ansible_shell_executable to /bin/sh 8222 1726776620.62842: Set connection var ansible_shell_type to sh 8222 1726776620.62849: Set connection var ansible_pipelining to False 8222 1726776620.62866: variable 'ansible_shell_executable' from source: unknown 8222 1726776620.62869: variable 'ansible_connection' from source: unknown 8222 1726776620.62872: variable 'ansible_module_compression' from source: unknown 8222 1726776620.62874: variable 'ansible_shell_type' from source: unknown 8222 1726776620.62876: variable 'ansible_shell_executable' from source: unknown 8222 1726776620.62878: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776620.62882: variable 'ansible_pipelining' from source: unknown 8222 1726776620.62885: variable 'ansible_timeout' from source: unknown 8222 1726776620.62893: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776620.63018: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776620.63028: variable 'omit' from source: magic vars 8222 1726776620.63034: starting attempt loop 8222 1726776620.63037: running the handler 8222 1726776620.63048: _low_level_execute_command(): starting 8222 1726776620.63055: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776620.63561: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776620.63592: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.63596: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address <<< 8222 1726776620.63598: 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 <<< 8222 1726776620.63600: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.63644: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776620.63656: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.63716: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.65422: stdout chunk (state=3): >>>/root <<< 8222 1726776620.65520: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776620.65550: stderr chunk (state=3): >>><<< 8222 1726776620.65554: stdout chunk (state=3): >>><<< 8222 1726776620.65577: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776620.65593: _low_level_execute_command(): starting 8222 1726776620.65597: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882 `" && echo ansible-tmp-1726776620.6557658-8972-82872609035882="` echo /root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882 `" ) && sleep 0' 8222 1726776620.66089: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776620.66095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776620.66107: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.66155: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776620.66158: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776620.66160: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.66214: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.68201: stdout chunk (state=3): >>>ansible-tmp-1726776620.6557658-8972-82872609035882=/root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882 <<< 8222 1726776620.68306: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776620.68333: stderr chunk (state=3): >>><<< 8222 1726776620.68337: stdout chunk (state=3): >>><<< 8222 1726776620.68352: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776620.6557658-8972-82872609035882=/root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776620.68436: variable 'ansible_module_compression' from source: unknown 8222 1726776620.68482: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776620.68520: variable 'ansible_facts' from source: unknown 8222 1726776620.68592: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/AnsiballZ_stat.py 8222 1726776620.68701: Sending initial data 8222 1726776620.68704: Sent initial data (150 bytes) 8222 1726776620.69160: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776620.69166: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776620.69170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.69228: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776620.69232: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776620.69234: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.69291: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.70927: 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 <<< 8222 1726776620.70968: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776620.71018: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpt4vwdxvn /root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/AnsiballZ_stat.py <<< 8222 1726776620.71027: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/AnsiballZ_stat.py" <<< 8222 1726776620.71070: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpt4vwdxvn" to remote "/root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/AnsiballZ_stat.py" <<< 8222 1726776620.71073: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/AnsiballZ_stat.py" <<< 8222 1726776620.71666: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776620.71710: stderr chunk (state=3): >>><<< 8222 1726776620.71714: stdout chunk (state=3): >>><<< 8222 1726776620.71738: done transferring module to remote 8222 1726776620.71748: _low_level_execute_command(): starting 8222 1726776620.71753: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/ /root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/AnsiballZ_stat.py && sleep 0' 8222 1726776620.72208: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776620.72213: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776620.72217: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.72271: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776620.72279: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776620.72283: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.72328: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.74167: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776620.74197: stderr chunk (state=3): >>><<< 8222 1726776620.74201: stdout chunk (state=3): >>><<< 8222 1726776620.74215: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776620.74219: _low_level_execute_command(): starting 8222 1726776620.74223: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/AnsiballZ_stat.py && sleep 0' 8222 1726776620.74685: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776620.74693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.74696: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776620.74698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.74752: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776620.74755: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776620.74757: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.74818: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.91270: 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": 157286658, "dev": 51714, "nlink": 1, "atime": 1726776610.0010905, "mtime": 1726776606.3820632, "ctime": 1726776606.3820632, "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": "3942667916", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 8222 1726776620.92824: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776620.92852: stderr chunk (state=3): >>><<< 8222 1726776620.92855: stdout chunk (state=3): >>><<< 8222 1726776620.92870: _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": 157286658, "dev": 51714, "nlink": 1, "atime": 1726776610.0010905, "mtime": 1726776606.3820632, "ctime": 1726776606.3820632, "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": "3942667916", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776620.92921: 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-1726776620.6557658-8972-82872609035882/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 8222 1726776620.92957: variable 'ansible_module_compression' from source: unknown 8222 1726776620.92991: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 8222 1726776620.93006: variable 'ansible_facts' from source: unknown 8222 1726776620.93054: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/AnsiballZ_file.py 8222 1726776620.93150: Sending initial data 8222 1726776620.93153: Sent initial data (150 bytes) 8222 1726776620.93576: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776620.93585: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776620.93611: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.93614: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776620.93616: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.93672: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776620.93680: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776620.93682: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.93726: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.95354: 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 <<< 8222 1726776620.95358: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776620.95399: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776620.95443: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpqyk5i861 /root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/AnsiballZ_file.py <<< 8222 1726776620.95446: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/AnsiballZ_file.py" <<< 8222 1726776620.95484: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpqyk5i861" to remote "/root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/AnsiballZ_file.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/AnsiballZ_file.py" <<< 8222 1726776620.96036: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776620.96076: stderr chunk (state=3): >>><<< 8222 1726776620.96079: stdout chunk (state=3): >>><<< 8222 1726776620.96105: done transferring module to remote 8222 1726776620.96112: _low_level_execute_command(): starting 8222 1726776620.96117: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/ /root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/AnsiballZ_file.py && sleep 0' 8222 1726776620.96532: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776620.96536: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776620.96538: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.96541: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776620.96543: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.96593: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776620.96596: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.96646: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776620.98391: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776620.98418: stderr chunk (state=3): >>><<< 8222 1726776620.98421: stdout chunk (state=3): >>><<< 8222 1726776620.98436: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776620.98439: _low_level_execute_command(): starting 8222 1726776620.98443: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/AnsiballZ_file.py && sleep 0' 8222 1726776620.98841: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776620.98845: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.98867: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776620.98913: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776620.98917: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776620.98975: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.15990: 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": ".k8jf15ez", "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}}} <<< 8222 1726776621.17461: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776621.17482: stderr chunk (state=3): >>><<< 8222 1726776621.17487: stdout chunk (state=3): >>><<< 8222 1726776621.17504: _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": ".k8jf15ez", "recurse": false, "state": "file", "path": "/etc/tuned/profile_mode", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776621.17530: done with _execute_module (ansible.legacy.file, {'mode': '0600', 'dest': '/etc/tuned/profile_mode', '_original_basename': '.k8jf15ez', '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-1726776620.6557658-8972-82872609035882/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776621.17538: _low_level_execute_command(): starting 8222 1726776621.17543: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776620.6557658-8972-82872609035882/ > /dev/null 2>&1 && sleep 0' 8222 1726776621.18124: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.18174: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.20027: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776621.20047: stderr chunk (state=3): >>><<< 8222 1726776621.20050: stdout chunk (state=3): >>><<< 8222 1726776621.20065: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776621.20071: handler run complete 8222 1726776621.20097: attempt loop complete, returning result 8222 1726776621.20103: _execute() done 8222 1726776621.20106: dumping result to json 8222 1726776621.20108: done dumping result, returning 8222 1726776621.20114: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [12343ab9-b159-90b8-9460-0000000006e8] 8222 1726776621.20118: sending task result for task 12343ab9-b159-90b8-9460-0000000006e8 8222 1726776621.20222: done sending task result for task 12343ab9-b159-90b8-9460-0000000006e8 8222 1726776621.20224: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/etc/tuned/profile_mode", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 7, "state": "file", "uid": 0 } 8222 1726776621.20310: no more pending results, returning what we have 8222 1726776621.20314: results queue empty 8222 1726776621.20315: checking for any_errors_fatal 8222 1726776621.20322: done checking for any_errors_fatal 8222 1726776621.20323: checking for max_fail_percentage 8222 1726776621.20324: done checking for max_fail_percentage 8222 1726776621.20325: checking to see if all hosts have failed and the running result is not ok 8222 1726776621.20326: done checking to see if all hosts have failed 8222 1726776621.20327: getting the remaining hosts for this loop 8222 1726776621.20329: done getting the remaining hosts for this loop 8222 1726776621.20332: getting the next task for host managed_node3 8222 1726776621.20338: done getting next task for host managed_node3 8222 1726776621.20341: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 8222 1726776621.20344: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776621.20353: getting variables 8222 1726776621.20354: in VariableManager get_vars() 8222 1726776621.20385: Calling all_inventory to load vars for managed_node3 8222 1726776621.20392: Calling groups_inventory to load vars for managed_node3 8222 1726776621.20395: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776621.20403: Calling all_plugins_play to load vars for managed_node3 8222 1726776621.20405: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776621.20408: Calling groups_plugins_play to load vars for managed_node3 8222 1726776621.20570: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776621.20773: done with get_vars() 8222 1726776621.20783: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 16:10:21 -0400 (0:00:00.593) 0:00:23.886 **** 8222 1726776621.20873: entering _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 8222 1726776621.21130: worker is 1 (out of 1 available) 8222 1726776621.21151: exiting _queue_task() for managed_node3/fedora.linux_system_roles.kernel_settings_get_config 8222 1726776621.21164: done queuing things up, now waiting for results queue to drain 8222 1726776621.21165: waiting for pending results... 8222 1726776621.21600: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config 8222 1726776621.21606: in run() - task 12343ab9-b159-90b8-9460-0000000006e9 8222 1726776621.21610: variable 'ansible_search_path' from source: unknown 8222 1726776621.21613: variable 'ansible_search_path' from source: unknown 8222 1726776621.21616: calling self._execute() 8222 1726776621.21690: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776621.21694: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776621.21702: variable 'omit' from source: magic vars 8222 1726776621.21810: variable 'omit' from source: magic vars 8222 1726776621.21959: variable 'omit' from source: magic vars 8222 1726776621.21962: variable '__kernel_settings_profile_filename' from source: role '' all vars 8222 1726776621.22343: variable '__kernel_settings_profile_filename' from source: role '' all vars 8222 1726776621.22418: variable '__kernel_settings_profile_dir' from source: role '' all vars 8222 1726776621.22476: variable '__kernel_settings_profile_parent' from source: set_fact 8222 1726776621.22485: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776621.22523: variable 'omit' from source: magic vars 8222 1726776621.22554: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776621.22580: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776621.22602: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776621.22616: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776621.22624: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776621.22648: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776621.22651: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776621.22654: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776621.22727: Set connection var ansible_timeout to 10 8222 1726776621.22732: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776621.22737: Set connection var ansible_connection to ssh 8222 1726776621.22742: Set connection var ansible_shell_executable to /bin/sh 8222 1726776621.22745: Set connection var ansible_shell_type to sh 8222 1726776621.22749: Set connection var ansible_pipelining to False 8222 1726776621.22764: variable 'ansible_shell_executable' from source: unknown 8222 1726776621.22767: variable 'ansible_connection' from source: unknown 8222 1726776621.22769: variable 'ansible_module_compression' from source: unknown 8222 1726776621.22771: variable 'ansible_shell_type' from source: unknown 8222 1726776621.22774: variable 'ansible_shell_executable' from source: unknown 8222 1726776621.22776: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776621.22781: variable 'ansible_pipelining' from source: unknown 8222 1726776621.22784: variable 'ansible_timeout' from source: unknown 8222 1726776621.22788: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776621.22923: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776621.22931: variable 'omit' from source: magic vars 8222 1726776621.22936: starting attempt loop 8222 1726776621.22940: running the handler 8222 1726776621.22952: _low_level_execute_command(): starting 8222 1726776621.22959: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776621.23434: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776621.23438: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.23440: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776621.23442: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.23497: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776621.23506: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.23553: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.25270: stdout chunk (state=3): >>>/root <<< 8222 1726776621.25367: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776621.25401: stderr chunk (state=3): >>><<< 8222 1726776621.25404: stdout chunk (state=3): >>><<< 8222 1726776621.25478: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776621.25482: _low_level_execute_command(): starting 8222 1726776621.25485: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776621.2541697-8994-92236277814885 `" && echo ansible-tmp-1726776621.2541697-8994-92236277814885="` echo /root/.ansible/tmp/ansible-tmp-1726776621.2541697-8994-92236277814885 `" ) && sleep 0' 8222 1726776621.25813: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776621.25839: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776621.25849: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.25894: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776621.25897: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.25949: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.27880: stdout chunk (state=3): >>>ansible-tmp-1726776621.2541697-8994-92236277814885=/root/.ansible/tmp/ansible-tmp-1726776621.2541697-8994-92236277814885 <<< 8222 1726776621.28001: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776621.28017: stderr chunk (state=3): >>><<< 8222 1726776621.28020: stdout chunk (state=3): >>><<< 8222 1726776621.28034: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776621.2541697-8994-92236277814885=/root/.ansible/tmp/ansible-tmp-1726776621.2541697-8994-92236277814885 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776621.28069: variable 'ansible_module_compression' from source: unknown 8222 1726776621.28101: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 8222 1726776621.28128: variable 'ansible_facts' from source: unknown 8222 1726776621.28182: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776621.2541697-8994-92236277814885/AnsiballZ_kernel_settings_get_config.py 8222 1726776621.28274: Sending initial data 8222 1726776621.28277: Sent initial data (172 bytes) 8222 1726776621.28672: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776621.28680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776621.28703: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.28707: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.28756: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776621.28760: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.28813: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.30393: 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 <<< 8222 1726776621.30396: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776621.30435: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776621.30482: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpu8585l5z /root/.ansible/tmp/ansible-tmp-1726776621.2541697-8994-92236277814885/AnsiballZ_kernel_settings_get_config.py <<< 8222 1726776621.30485: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776621.2541697-8994-92236277814885/AnsiballZ_kernel_settings_get_config.py" <<< 8222 1726776621.30526: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpu8585l5z" to remote "/root/.ansible/tmp/ansible-tmp-1726776621.2541697-8994-92236277814885/AnsiballZ_kernel_settings_get_config.py" <<< 8222 1726776621.30532: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776621.2541697-8994-92236277814885/AnsiballZ_kernel_settings_get_config.py" <<< 8222 1726776621.31065: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776621.31104: stderr chunk (state=3): >>><<< 8222 1726776621.31108: stdout chunk (state=3): >>><<< 8222 1726776621.31149: done transferring module to remote 8222 1726776621.31156: _low_level_execute_command(): starting 8222 1726776621.31161: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776621.2541697-8994-92236277814885/ /root/.ansible/tmp/ansible-tmp-1726776621.2541697-8994-92236277814885/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8222 1726776621.31579: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776621.31583: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776621.31585: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.31592: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776621.31594: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.31640: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776621.31643: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.31696: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.33451: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776621.33475: stderr chunk (state=3): >>><<< 8222 1726776621.33478: stdout chunk (state=3): >>><<< 8222 1726776621.33494: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776621.33497: _low_level_execute_command(): starting 8222 1726776621.33502: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776621.2541697-8994-92236277814885/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8222 1726776621.33914: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776621.33917: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776621.33920: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.33922: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776621.33924: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.33975: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776621.33978: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776621.33980: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.34039: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.49624: stdout chunk (state=3): >>> {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "379724"}, "sysfs": {"/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}, "vm": {"transparent_hugepages": "madvise"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} <<< 8222 1726776621.50995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776621.51012: stderr chunk (state=3): >>><<< 8222 1726776621.51015: stdout chunk (state=3): >>><<< 8222 1726776621.51029: _low_level_execute_command() done: rc=0, stdout= {"changed": false, "data": {"main": {"summary": "kernel settings"}, "sysctl": {"fs.epoll.max_user_watches": "785592", "fs.file-max": "379724"}, "sysfs": {"/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0"}, "vm": {"transparent_hugepages": "madvise"}}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776621.51055: 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-1726776621.2541697-8994-92236277814885/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776621.51062: _low_level_execute_command(): starting 8222 1726776621.51067: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776621.2541697-8994-92236277814885/ > /dev/null 2>&1 && sleep 0' 8222 1726776621.51498: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776621.51501: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.51503: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776621.51506: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776621.51512: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.51545: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776621.51560: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.51614: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.53505: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776621.53509: stdout chunk (state=3): >>><<< 8222 1726776621.53511: stderr chunk (state=3): >>><<< 8222 1726776621.53527: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776621.53537: handler run complete 8222 1726776621.53560: attempt loop complete, returning result 8222 1726776621.53692: _execute() done 8222 1726776621.53695: dumping result to json 8222 1726776621.53697: done dumping result, returning 8222 1726776621.53699: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get current config [12343ab9-b159-90b8-9460-0000000006e9] 8222 1726776621.53701: sending task result for task 12343ab9-b159-90b8-9460-0000000006e9 8222 1726776621.53772: done sending task result for task 12343ab9-b159-90b8-9460-0000000006e9 8222 1726776621.53775: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "data": { "main": { "summary": "kernel settings" }, "sysctl": { "fs.epoll.max_user_watches": "785592", "fs.file-max": "379724" }, "sysfs": { "/sys/kernel/debug/x86/ibrs_enabled": "0", "/sys/kernel/debug/x86/pti_enabled": "0", "/sys/kernel/debug/x86/retp_enabled": "0" }, "vm": { "transparent_hugepages": "madvise" } } } 8222 1726776621.53867: no more pending results, returning what we have 8222 1726776621.53871: results queue empty 8222 1726776621.53872: checking for any_errors_fatal 8222 1726776621.53881: done checking for any_errors_fatal 8222 1726776621.53882: checking for max_fail_percentage 8222 1726776621.53962: done checking for max_fail_percentage 8222 1726776621.53964: checking to see if all hosts have failed and the running result is not ok 8222 1726776621.53965: done checking to see if all hosts have failed 8222 1726776621.53966: getting the remaining hosts for this loop 8222 1726776621.53968: done getting the remaining hosts for this loop 8222 1726776621.53972: getting the next task for host managed_node3 8222 1726776621.53979: done getting next task for host managed_node3 8222 1726776621.53984: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 8222 1726776621.53991: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776621.54009: getting variables 8222 1726776621.54011: in VariableManager get_vars() 8222 1726776621.54046: Calling all_inventory to load vars for managed_node3 8222 1726776621.54049: Calling groups_inventory to load vars for managed_node3 8222 1726776621.54051: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776621.54061: Calling all_plugins_play to load vars for managed_node3 8222 1726776621.54063: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776621.54066: Calling groups_plugins_play to load vars for managed_node3 8222 1726776621.54261: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776621.54390: done with get_vars() 8222 1726776621.54399: done getting variables 8222 1726776621.54441: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 16:10:21 -0400 (0:00:00.335) 0:00:24.222 **** 8222 1726776621.54464: entering _queue_task() for managed_node3/template 8222 1726776621.54658: worker is 1 (out of 1 available) 8222 1726776621.54674: exiting _queue_task() for managed_node3/template 8222 1726776621.54685: done queuing things up, now waiting for results queue to drain 8222 1726776621.54687: waiting for pending results... 8222 1726776621.54866: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 8222 1726776621.54943: in run() - task 12343ab9-b159-90b8-9460-0000000006ea 8222 1726776621.54956: variable 'ansible_search_path' from source: unknown 8222 1726776621.54960: variable 'ansible_search_path' from source: unknown 8222 1726776621.54987: calling self._execute() 8222 1726776621.55052: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776621.55056: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776621.55065: variable 'omit' from source: magic vars 8222 1726776621.55140: variable 'omit' from source: magic vars 8222 1726776621.55180: variable 'omit' from source: magic vars 8222 1726776621.55411: variable '__kernel_settings_profile_src' from source: role '' all vars 8222 1726776621.55417: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776621.55474: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776621.55496: variable '__kernel_settings_profile_filename' from source: role '' all vars 8222 1726776621.55540: variable '__kernel_settings_profile_filename' from source: role '' all vars 8222 1726776621.55626: variable '__kernel_settings_profile_dir' from source: role '' all vars 8222 1726776621.55677: variable '__kernel_settings_profile_parent' from source: set_fact 8222 1726776621.55695: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8222 1726776621.55747: variable 'omit' from source: magic vars 8222 1726776621.55798: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776621.55891: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776621.55894: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776621.55896: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776621.55897: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776621.55899: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776621.55902: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776621.55910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776621.56015: Set connection var ansible_timeout to 10 8222 1726776621.56027: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776621.56036: Set connection var ansible_connection to ssh 8222 1726776621.56044: Set connection var ansible_shell_executable to /bin/sh 8222 1726776621.56050: Set connection var ansible_shell_type to sh 8222 1726776621.56057: Set connection var ansible_pipelining to False 8222 1726776621.56079: variable 'ansible_shell_executable' from source: unknown 8222 1726776621.56087: variable 'ansible_connection' from source: unknown 8222 1726776621.56095: variable 'ansible_module_compression' from source: unknown 8222 1726776621.56103: variable 'ansible_shell_type' from source: unknown 8222 1726776621.56107: variable 'ansible_shell_executable' from source: unknown 8222 1726776621.56109: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776621.56111: variable 'ansible_pipelining' from source: unknown 8222 1726776621.56115: variable 'ansible_timeout' from source: unknown 8222 1726776621.56125: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776621.56260: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776621.56281: variable 'omit' from source: magic vars 8222 1726776621.56294: starting attempt loop 8222 1726776621.56305: running the handler 8222 1726776621.56339: _low_level_execute_command(): starting 8222 1726776621.56343: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776621.57057: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776621.57072: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776621.57096: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.57163: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.58844: stdout chunk (state=3): >>>/root <<< 8222 1726776621.58944: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776621.58966: stderr chunk (state=3): >>><<< 8222 1726776621.58969: stdout chunk (state=3): >>><<< 8222 1726776621.58989: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776621.58999: _low_level_execute_command(): starting 8222 1726776621.59004: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097 `" && echo ansible-tmp-1726776621.5898705-9010-134500278177097="` echo /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097 `" ) && sleep 0' 8222 1726776621.59597: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776621.59643: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.59702: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.61612: stdout chunk (state=3): >>>ansible-tmp-1726776621.5898705-9010-134500278177097=/root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097 <<< 8222 1726776621.61722: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776621.61750: stderr chunk (state=3): >>><<< 8222 1726776621.61753: stdout chunk (state=3): >>><<< 8222 1726776621.61768: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776621.5898705-9010-134500278177097=/root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776621.61782: evaluation_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 8222 1726776621.61806: search_path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 8222 1726776621.61823: variable 'ansible_search_path' from source: unknown 8222 1726776621.62402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776621.63897: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776621.63938: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776621.63965: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776621.64003: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776621.64024: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776621.64212: 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) 8222 1726776621.64233: 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) 8222 1726776621.64251: 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) 8222 1726776621.64276: 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) 8222 1726776621.64288: 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) 8222 1726776621.64511: 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) 8222 1726776621.64528: 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) 8222 1726776621.64546: 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) 8222 1726776621.64574: 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) 8222 1726776621.64584: 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) 8222 1726776621.64811: variable 'ansible_managed' from source: unknown 8222 1726776621.64815: variable '__sections' from source: task vars 8222 1726776621.64900: 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) 8222 1726776621.64916: 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) 8222 1726776621.64932: 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) 8222 1726776621.64957: 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) 8222 1726776621.64967: 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) 8222 1726776621.65039: variable 'kernel_settings_sysctl' from source: include params 8222 1726776621.65043: variable '__kernel_settings_state_empty' from source: role '' all vars 8222 1726776621.65048: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8222 1726776621.65077: variable '__sysctl_old' from source: task vars 8222 1726776621.65124: variable '__sysctl_old' from source: task vars 8222 1726776621.65256: variable 'kernel_settings_purge' from source: include params 8222 1726776621.65260: variable 'kernel_settings_sysctl' from source: include params 8222 1726776621.65263: variable '__kernel_settings_state_empty' from source: role '' all vars 8222 1726776621.65269: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8222 1726776621.65273: variable '__kernel_settings_profile_contents' from source: set_fact 8222 1726776621.65407: variable 'kernel_settings_sysfs' from source: include params 8222 1726776621.65410: variable '__kernel_settings_state_empty' from source: role '' all vars 8222 1726776621.65414: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8222 1726776621.65430: variable '__sysfs_old' from source: task vars 8222 1726776621.65470: variable '__sysfs_old' from source: task vars 8222 1726776621.65604: variable 'kernel_settings_purge' from source: include params 8222 1726776621.65607: variable 'kernel_settings_sysfs' from source: include params 8222 1726776621.65610: variable '__kernel_settings_state_empty' from source: role '' all vars 8222 1726776621.65615: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8222 1726776621.65620: variable '__kernel_settings_profile_contents' from source: set_fact 8222 1726776621.65636: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 8222 1726776621.65645: variable '__systemd_old' from source: task vars 8222 1726776621.65684: variable '__systemd_old' from source: task vars 8222 1726776621.65816: variable 'kernel_settings_purge' from source: include params 8222 1726776621.65819: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 8222 1726776621.65822: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776621.65827: variable '__kernel_settings_profile_contents' from source: set_fact 8222 1726776621.65838: variable 'kernel_settings_transparent_hugepages' from source: include params 8222 1726776621.65842: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 8222 1726776621.65846: variable '__trans_huge_old' from source: task vars 8222 1726776621.65890: variable '__trans_huge_old' from source: task vars 8222 1726776621.66018: variable 'kernel_settings_purge' from source: include params 8222 1726776621.66022: variable 'kernel_settings_transparent_hugepages' from source: include params 8222 1726776621.66024: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776621.66030: variable '__kernel_settings_profile_contents' from source: set_fact 8222 1726776621.66039: variable '__trans_defrag_old' from source: task vars 8222 1726776621.66081: variable '__trans_defrag_old' from source: task vars 8222 1726776621.66207: variable 'kernel_settings_purge' from source: include params 8222 1726776621.66210: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 8222 1726776621.66213: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776621.66218: variable '__kernel_settings_profile_contents' from source: set_fact 8222 1726776621.66235: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776621.66244: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776621.66249: variable '__kernel_settings_state_absent' from source: role '' all vars 8222 1726776621.66832: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776621.66869: variable 'ansible_module_compression' from source: unknown 8222 1726776621.66908: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776621.66930: variable 'ansible_facts' from source: unknown 8222 1726776621.66995: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/AnsiballZ_stat.py 8222 1726776621.67079: Sending initial data 8222 1726776621.67083: Sent initial data (151 bytes) 8222 1726776621.67536: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776621.67539: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776621.67541: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.67544: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776621.67545: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776621.67548: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.67585: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776621.67605: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.67663: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.69303: 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 <<< 8222 1726776621.69349: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776621.69402: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpp5nqmeq7 /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/AnsiballZ_stat.py <<< 8222 1726776621.69408: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/AnsiballZ_stat.py" <<< 8222 1726776621.69446: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpp5nqmeq7" to remote "/root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/AnsiballZ_stat.py" <<< 8222 1726776621.69452: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/AnsiballZ_stat.py" <<< 8222 1726776621.70002: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776621.70038: stderr chunk (state=3): >>><<< 8222 1726776621.70041: stdout chunk (state=3): >>><<< 8222 1726776621.70074: done transferring module to remote 8222 1726776621.70084: _low_level_execute_command(): starting 8222 1726776621.70092: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/ /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/AnsiballZ_stat.py && sleep 0' 8222 1726776621.70508: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776621.70516: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776621.70519: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.70521: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776621.70523: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776621.70525: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.70565: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776621.70569: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.70619: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.72404: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776621.72425: stderr chunk (state=3): >>><<< 8222 1726776621.72428: stdout chunk (state=3): >>><<< 8222 1726776621.72442: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776621.72445: _low_level_execute_command(): starting 8222 1726776621.72449: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/AnsiballZ_stat.py && sleep 0' 8222 1726776621.72876: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776621.72879: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776621.72882: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.72884: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776621.72888: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.72936: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776621.72941: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.73005: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.89275: 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": 312, "inode": 167772418, "dev": 51714, "nlink": 1, "atime": 1726776606.370063, "mtime": 1726776605.4740562, "ctime": 1726776605.7290583, "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": "ba15904bb90578344fad097ce2f46f9231275eae", "mimetype": "text/plain", "charset": "us-ascii", "version": "989906546", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 8222 1726776621.90852: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776621.90856: stdout chunk (state=3): >>><<< 8222 1726776621.90859: stderr chunk (state=3): >>><<< 8222 1726776621.90878: _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": 312, "inode": 167772418, "dev": 51714, "nlink": 1, "atime": 1726776606.370063, "mtime": 1726776605.4740562, "ctime": 1726776605.7290583, "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": "ba15904bb90578344fad097ce2f46f9231275eae", "mimetype": "text/plain", "charset": "us-ascii", "version": "989906546", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776621.90940: 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-1726776621.5898705-9010-134500278177097/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 8222 1726776621.91025: Sending initial data 8222 1726776621.91029: Sent initial data (165 bytes) 8222 1726776621.91438: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776621.91441: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.91443: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776621.91445: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.91500: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776621.91506: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.91551: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.93140: 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 <<< 8222 1726776621.93143: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776621.93184: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776621.93231: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmph8_rcxbb/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/.source.conf <<< 8222 1726776621.93239: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/.source.conf" <<< 8222 1726776621.93278: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmph8_rcxbb/kernel_settings.j2" to remote "/root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/.source.conf" <<< 8222 1726776621.93282: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/.source.conf" <<< 8222 1726776621.93467: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776621.93506: stderr chunk (state=3): >>><<< 8222 1726776621.93509: stdout chunk (state=3): >>><<< 8222 1726776621.93520: _low_level_execute_command(): starting 8222 1726776621.93525: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/ /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/.source.conf && sleep 0' 8222 1726776621.93915: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776621.93919: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.93931: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.93974: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776621.93992: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.94035: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.95790: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776621.95809: stderr chunk (state=3): >>><<< 8222 1726776621.95812: stdout chunk (state=3): >>><<< 8222 1726776621.95823: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776621.95844: variable 'ansible_module_compression' from source: unknown 8222 1726776621.95878: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 8222 1726776621.95898: variable 'ansible_facts' from source: unknown 8222 1726776621.95941: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/AnsiballZ_copy.py 8222 1726776621.96025: Sending initial data 8222 1726776621.96028: Sent initial data (151 bytes) 8222 1726776621.96421: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776621.96424: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.96426: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776621.96428: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.96475: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776621.96478: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.96529: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776621.98064: 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 <<< 8222 1726776621.98067: stderr chunk (state=3): >>>debug2: Server supports extension "copy-data" revision 1 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776621.98108: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776621.98159: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmphrwk1ra_ /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/AnsiballZ_copy.py <<< 8222 1726776621.98161: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/AnsiballZ_copy.py" <<< 8222 1726776621.98203: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmphrwk1ra_" to remote "/root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/AnsiballZ_copy.py" <<< 8222 1726776621.98767: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776621.98801: stderr chunk (state=3): >>><<< 8222 1726776621.98806: stdout chunk (state=3): >>><<< 8222 1726776621.98831: done transferring module to remote 8222 1726776621.98837: _low_level_execute_command(): starting 8222 1726776621.98841: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/ /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/AnsiballZ_copy.py && sleep 0' 8222 1726776621.99235: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776621.99238: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776621.99242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776621.99245: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776621.99247: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776621.99293: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776621.99301: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776621.99351: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776622.01091: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776622.01115: stderr chunk (state=3): >>><<< 8222 1726776622.01118: stdout chunk (state=3): >>><<< 8222 1726776622.01130: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776622.01133: _low_level_execute_command(): starting 8222 1726776622.01138: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/AnsiballZ_copy.py && sleep 0' 8222 1726776622.01548: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776622.01551: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776622.01554: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776622.01556: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776622.01561: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776622.01608: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776622.01616: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776622.01663: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776622.18282: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/.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-1726776621.5898705-9010-134500278177097/.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}}} <<< 8222 1726776622.19762: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776622.19766: stdout chunk (state=3): >>><<< 8222 1726776622.19768: stderr chunk (state=3): >>><<< 8222 1726776622.19787: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/.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-1726776621.5898705-9010-134500278177097/.source.conf", "dest": "/etc/tuned/profiles/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776622.19923: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/.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-1726776621.5898705-9010-134500278177097/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776622.19926: _low_level_execute_command(): starting 8222 1726776622.19928: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776621.5898705-9010-134500278177097/ > /dev/null 2>&1 && sleep 0' 8222 1726776622.20394: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776622.20407: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776622.20417: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776622.20469: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776622.20481: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776622.20528: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776622.22423: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776622.22445: stderr chunk (state=3): >>><<< 8222 1726776622.22448: stdout chunk (state=3): >>><<< 8222 1726776622.22462: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776622.22471: handler run complete 8222 1726776622.22508: attempt loop complete, returning result 8222 1726776622.22511: _execute() done 8222 1726776622.22514: dumping result to json 8222 1726776622.22517: done dumping result, returning 8222 1726776622.22530: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [12343ab9-b159-90b8-9460-0000000006ea] 8222 1726776622.22533: sending task result for task 12343ab9-b159-90b8-9460-0000000006ea 8222 1726776622.22673: done sending task result for task 12343ab9-b159-90b8-9460-0000000006ea 8222 1726776622.22675: 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-1726776621.5898705-9010-134500278177097/.source.conf", "state": "file", "uid": 0 } 8222 1726776622.22778: no more pending results, returning what we have 8222 1726776622.22781: results queue empty 8222 1726776622.22782: checking for any_errors_fatal 8222 1726776622.22790: done checking for any_errors_fatal 8222 1726776622.22791: checking for max_fail_percentage 8222 1726776622.22793: done checking for max_fail_percentage 8222 1726776622.22793: checking to see if all hosts have failed and the running result is not ok 8222 1726776622.22794: done checking to see if all hosts have failed 8222 1726776622.22795: getting the remaining hosts for this loop 8222 1726776622.22797: done getting the remaining hosts for this loop 8222 1726776622.22800: getting the next task for host managed_node3 8222 1726776622.22806: done getting next task for host managed_node3 8222 1726776622.22810: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 8222 1726776622.22813: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776622.22823: getting variables 8222 1726776622.22824: in VariableManager get_vars() 8222 1726776622.22854: Calling all_inventory to load vars for managed_node3 8222 1726776622.22857: Calling groups_inventory to load vars for managed_node3 8222 1726776622.22859: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776622.22866: Calling all_plugins_play to load vars for managed_node3 8222 1726776622.22869: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776622.22871: Calling groups_plugins_play to load vars for managed_node3 8222 1726776622.23066: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776622.23271: done with get_vars() 8222 1726776622.23283: done getting variables 8222 1726776622.23344: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 16:10:22 -0400 (0:00:00.689) 0:00:24.911 **** 8222 1726776622.23376: entering _queue_task() for managed_node3/service 8222 1726776622.23721: worker is 1 (out of 1 available) 8222 1726776622.23734: exiting _queue_task() for managed_node3/service 8222 1726776622.23744: done queuing things up, now waiting for results queue to drain 8222 1726776622.23745: waiting for pending results... 8222 1726776622.23952: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 8222 1726776622.24054: in run() - task 12343ab9-b159-90b8-9460-0000000006eb 8222 1726776622.24067: variable 'ansible_search_path' from source: unknown 8222 1726776622.24071: variable 'ansible_search_path' from source: unknown 8222 1726776622.24116: variable '__kernel_settings_services' from source: include_vars 8222 1726776622.24346: variable '__kernel_settings_services' from source: include_vars 8222 1726776622.24406: variable 'omit' from source: magic vars 8222 1726776622.24500: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776622.24509: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776622.24516: variable 'omit' from source: magic vars 8222 1726776622.24694: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776622.24860: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776622.24895: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776622.24920: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776622.24947: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776622.25022: variable '__kernel_settings_register_profile' from source: set_fact 8222 1726776622.25030: variable '__kernel_settings_register_mode' from source: set_fact 8222 1726776622.25048: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): False 8222 1726776622.25051: when evaluation is False, skipping this task 8222 1726776622.25073: variable 'item' from source: unknown 8222 1726776622.25140: 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" } 8222 1726776622.25295: dumping result to json 8222 1726776622.25298: done dumping result, returning 8222 1726776622.25300: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [12343ab9-b159-90b8-9460-0000000006eb] 8222 1726776622.25303: sending task result for task 12343ab9-b159-90b8-9460-0000000006eb 8222 1726776622.25341: done sending task result for task 12343ab9-b159-90b8-9460-0000000006eb 8222 1726776622.25344: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 8222 1726776622.25376: no more pending results, returning what we have 8222 1726776622.25378: results queue empty 8222 1726776622.25379: checking for any_errors_fatal 8222 1726776622.25392: done checking for any_errors_fatal 8222 1726776622.25393: checking for max_fail_percentage 8222 1726776622.25394: done checking for max_fail_percentage 8222 1726776622.25395: checking to see if all hosts have failed and the running result is not ok 8222 1726776622.25396: done checking to see if all hosts have failed 8222 1726776622.25397: getting the remaining hosts for this loop 8222 1726776622.25398: done getting the remaining hosts for this loop 8222 1726776622.25401: getting the next task for host managed_node3 8222 1726776622.25406: done getting next task for host managed_node3 8222 1726776622.25409: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 8222 1726776622.25412: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776622.25426: getting variables 8222 1726776622.25427: in VariableManager get_vars() 8222 1726776622.25456: Calling all_inventory to load vars for managed_node3 8222 1726776622.25458: Calling groups_inventory to load vars for managed_node3 8222 1726776622.25460: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776622.25466: Calling all_plugins_play to load vars for managed_node3 8222 1726776622.25468: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776622.25470: Calling groups_plugins_play to load vars for managed_node3 8222 1726776622.25574: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776622.25699: done with get_vars() 8222 1726776622.25707: done getting variables 8222 1726776622.25746: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 16:10:22 -0400 (0:00:00.023) 0:00:24.935 **** 8222 1726776622.25768: entering _queue_task() for managed_node3/command 8222 1726776622.25965: worker is 1 (out of 1 available) 8222 1726776622.25980: exiting _queue_task() for managed_node3/command 8222 1726776622.26097: done queuing things up, now waiting for results queue to drain 8222 1726776622.26099: waiting for pending results... 8222 1726776622.26368: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 8222 1726776622.26374: in run() - task 12343ab9-b159-90b8-9460-0000000006ec 8222 1726776622.26377: variable 'ansible_search_path' from source: unknown 8222 1726776622.26379: variable 'ansible_search_path' from source: unknown 8222 1726776622.26382: calling self._execute() 8222 1726776622.26457: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776622.26597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776622.26602: variable 'omit' from source: magic vars 8222 1726776622.26934: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776622.27235: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776622.27265: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776622.27293: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776622.27317: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776622.27403: variable '__kernel_settings_register_profile' from source: set_fact 8222 1726776622.27422: Evaluated conditional (not __kernel_settings_register_profile is changed): True 8222 1726776622.27512: variable '__kernel_settings_register_mode' from source: set_fact 8222 1726776622.27522: Evaluated conditional (not __kernel_settings_register_mode is changed): True 8222 1726776622.27596: variable '__kernel_settings_register_apply' from source: set_fact 8222 1726776622.27606: Evaluated conditional (__kernel_settings_register_apply is changed): True 8222 1726776622.27609: variable 'omit' from source: magic vars 8222 1726776622.27643: variable 'omit' from source: magic vars 8222 1726776622.27725: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776622.29150: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776622.29192: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776622.29228: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776622.29252: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776622.29272: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776622.29322: variable '__kernel_settings_active_profile' from source: set_fact 8222 1726776622.29348: variable 'omit' from source: magic vars 8222 1726776622.29369: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776622.29392: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776622.29406: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776622.29419: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776622.29427: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776622.29451: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776622.29454: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776622.29457: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776622.29526: Set connection var ansible_timeout to 10 8222 1726776622.29532: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776622.29537: Set connection var ansible_connection to ssh 8222 1726776622.29544: Set connection var ansible_shell_executable to /bin/sh 8222 1726776622.29547: Set connection var ansible_shell_type to sh 8222 1726776622.29550: Set connection var ansible_pipelining to False 8222 1726776622.29568: variable 'ansible_shell_executable' from source: unknown 8222 1726776622.29571: variable 'ansible_connection' from source: unknown 8222 1726776622.29573: variable 'ansible_module_compression' from source: unknown 8222 1726776622.29575: variable 'ansible_shell_type' from source: unknown 8222 1726776622.29578: variable 'ansible_shell_executable' from source: unknown 8222 1726776622.29580: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776622.29582: variable 'ansible_pipelining' from source: unknown 8222 1726776622.29585: variable 'ansible_timeout' from source: unknown 8222 1726776622.29592: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776622.29659: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776622.29667: variable 'omit' from source: magic vars 8222 1726776622.29673: starting attempt loop 8222 1726776622.29675: running the handler 8222 1726776622.29690: _low_level_execute_command(): starting 8222 1726776622.29693: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776622.30185: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776622.30191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776622.30196: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776622.30199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776622.30249: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776622.30254: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776622.30257: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776622.30321: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776622.31980: stdout chunk (state=3): >>>/root <<< 8222 1726776622.32078: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776622.32112: stderr chunk (state=3): >>><<< 8222 1726776622.32115: stdout chunk (state=3): >>><<< 8222 1726776622.32135: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776622.32148: _low_level_execute_command(): starting 8222 1726776622.32154: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776622.3213563-9046-235804394872264 `" && echo ansible-tmp-1726776622.3213563-9046-235804394872264="` echo /root/.ansible/tmp/ansible-tmp-1726776622.3213563-9046-235804394872264 `" ) && sleep 0' 8222 1726776622.32599: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776622.32603: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776622.32605: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776622.32607: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776622.32609: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776622.32658: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776622.32661: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776622.32668: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776622.32715: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776622.34597: stdout chunk (state=3): >>>ansible-tmp-1726776622.3213563-9046-235804394872264=/root/.ansible/tmp/ansible-tmp-1726776622.3213563-9046-235804394872264 <<< 8222 1726776622.34697: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776622.34725: stderr chunk (state=3): >>><<< 8222 1726776622.34728: stdout chunk (state=3): >>><<< 8222 1726776622.34741: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776622.3213563-9046-235804394872264=/root/.ansible/tmp/ansible-tmp-1726776622.3213563-9046-235804394872264 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776622.34767: variable 'ansible_module_compression' from source: unknown 8222 1726776622.34804: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 8222 1726776622.34830: variable 'ansible_facts' from source: unknown 8222 1726776622.34884: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776622.3213563-9046-235804394872264/AnsiballZ_command.py 8222 1726776622.34980: Sending initial data 8222 1726776622.34983: Sent initial data (154 bytes) 8222 1726776622.35423: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776622.35427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776622.35429: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776622.35431: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776622.35433: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776622.35480: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776622.35491: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776622.35532: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776622.37057: 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 <<< 8222 1726776622.37060: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776622.37104: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776622.37163: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp55rel88l /root/.ansible/tmp/ansible-tmp-1726776622.3213563-9046-235804394872264/AnsiballZ_command.py <<< 8222 1726776622.37170: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776622.3213563-9046-235804394872264/AnsiballZ_command.py" <<< 8222 1726776622.37213: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp55rel88l" to remote "/root/.ansible/tmp/ansible-tmp-1726776622.3213563-9046-235804394872264/AnsiballZ_command.py" <<< 8222 1726776622.37215: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776622.3213563-9046-235804394872264/AnsiballZ_command.py" <<< 8222 1726776622.37750: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776622.37793: stderr chunk (state=3): >>><<< 8222 1726776622.37796: stdout chunk (state=3): >>><<< 8222 1726776622.37821: done transferring module to remote 8222 1726776622.37832: _low_level_execute_command(): starting 8222 1726776622.37839: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776622.3213563-9046-235804394872264/ /root/.ansible/tmp/ansible-tmp-1726776622.3213563-9046-235804394872264/AnsiballZ_command.py && sleep 0' 8222 1726776622.38277: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776622.38280: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776622.38282: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776622.38284: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776622.38288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776622.38340: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776622.38347: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776622.38349: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776622.38392: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776622.40155: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776622.40180: stderr chunk (state=3): >>><<< 8222 1726776622.40183: stdout chunk (state=3): >>><<< 8222 1726776622.40201: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776622.40204: _low_level_execute_command(): starting 8222 1726776622.40208: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776622.3213563-9046-235804394872264/AnsiballZ_command.py && sleep 0' 8222 1726776622.40643: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776622.40647: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776622.40649: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776622.40653: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776622.40655: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776622.40708: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776622.40715: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776622.40765: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776623.67356: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 16:10:22.558875", "end": "2024-09-19 16:10:23.671799", "delta": "0:00:01.112924", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_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}}} <<< 8222 1726776623.68970: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776623.69001: stderr chunk (state=3): >>><<< 8222 1726776623.69004: stdout chunk (state=3): >>><<< 8222 1726776623.69020: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "profile", "virtual-guest kernel_settings"], "start": "2024-09-19 16:10:22.558875", "end": "2024-09-19 16:10:23.671799", "delta": "0:00:01.112924", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm profile 'virtual-guest kernel_settings'", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776623.69050: done with _execute_module (ansible.legacy.command, {'_raw_params': "tuned-adm profile 'virtual-guest kernel_settings'", '_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-1726776622.3213563-9046-235804394872264/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776623.69059: _low_level_execute_command(): starting 8222 1726776623.69061: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776622.3213563-9046-235804394872264/ > /dev/null 2>&1 && sleep 0' 8222 1726776623.69520: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776623.69524: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776623.69526: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776623.69528: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776623.69530: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776623.69577: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776623.69580: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776623.69584: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776623.69636: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776623.71476: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776623.71503: stderr chunk (state=3): >>><<< 8222 1726776623.71507: stdout chunk (state=3): >>><<< 8222 1726776623.71519: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776623.71525: handler run complete 8222 1726776623.71541: Evaluated conditional (True): True 8222 1726776623.71549: attempt loop complete, returning result 8222 1726776623.71554: _execute() done 8222 1726776623.71556: dumping result to json 8222 1726776623.71558: done dumping result, returning 8222 1726776623.71569: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [12343ab9-b159-90b8-9460-0000000006ec] 8222 1726776623.71571: sending task result for task 12343ab9-b159-90b8-9460-0000000006ec 8222 1726776623.71669: done sending task result for task 12343ab9-b159-90b8-9460-0000000006ec 8222 1726776623.71672: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "cmd": [ "tuned-adm", "profile", "virtual-guest kernel_settings" ], "delta": "0:00:01.112924", "end": "2024-09-19 16:10:23.671799", "rc": 0, "start": "2024-09-19 16:10:22.558875" } 8222 1726776623.71743: no more pending results, returning what we have 8222 1726776623.71747: results queue empty 8222 1726776623.71748: checking for any_errors_fatal 8222 1726776623.71757: done checking for any_errors_fatal 8222 1726776623.71757: checking for max_fail_percentage 8222 1726776623.71759: done checking for max_fail_percentage 8222 1726776623.71760: checking to see if all hosts have failed and the running result is not ok 8222 1726776623.71761: done checking to see if all hosts have failed 8222 1726776623.71761: getting the remaining hosts for this loop 8222 1726776623.71763: done getting the remaining hosts for this loop 8222 1726776623.71767: getting the next task for host managed_node3 8222 1726776623.71774: done getting next task for host managed_node3 8222 1726776623.71778: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 8222 1726776623.71781: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776623.71796: getting variables 8222 1726776623.71798: in VariableManager get_vars() 8222 1726776623.71833: Calling all_inventory to load vars for managed_node3 8222 1726776623.71836: Calling groups_inventory to load vars for managed_node3 8222 1726776623.71838: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776623.71847: Calling all_plugins_play to load vars for managed_node3 8222 1726776623.71850: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776623.71852: Calling groups_plugins_play to load vars for managed_node3 8222 1726776623.72036: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776623.72158: done with get_vars() 8222 1726776623.72166: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 16:10:23 -0400 (0:00:01.464) 0:00:26.400 **** 8222 1726776623.72237: entering _queue_task() for managed_node3/include_tasks 8222 1726776623.72427: worker is 1 (out of 1 available) 8222 1726776623.72440: exiting _queue_task() for managed_node3/include_tasks 8222 1726776623.72452: done queuing things up, now waiting for results queue to drain 8222 1726776623.72453: waiting for pending results... 8222 1726776623.72635: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 8222 1726776623.72720: in run() - task 12343ab9-b159-90b8-9460-0000000006ed 8222 1726776623.72732: variable 'ansible_search_path' from source: unknown 8222 1726776623.72735: variable 'ansible_search_path' from source: unknown 8222 1726776623.72761: calling self._execute() 8222 1726776623.72830: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776623.72834: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776623.72842: variable 'omit' from source: magic vars 8222 1726776623.73170: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776623.73348: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776623.73381: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776623.73409: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776623.73435: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776623.73511: variable '__kernel_settings_register_apply' from source: set_fact 8222 1726776623.73530: Evaluated conditional (__kernel_settings_register_apply is changed): True 8222 1726776623.73535: _execute() done 8222 1726776623.73540: dumping result to json 8222 1726776623.73542: done dumping result, returning 8222 1726776623.73551: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [12343ab9-b159-90b8-9460-0000000006ed] 8222 1726776623.73554: sending task result for task 12343ab9-b159-90b8-9460-0000000006ed 8222 1726776623.73636: done sending task result for task 12343ab9-b159-90b8-9460-0000000006ed 8222 1726776623.73639: WORKER PROCESS EXITING 8222 1726776623.73688: no more pending results, returning what we have 8222 1726776623.73693: in VariableManager get_vars() 8222 1726776623.73727: Calling all_inventory to load vars for managed_node3 8222 1726776623.73730: Calling groups_inventory to load vars for managed_node3 8222 1726776623.73732: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776623.73740: Calling all_plugins_play to load vars for managed_node3 8222 1726776623.73743: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776623.73745: Calling groups_plugins_play to load vars for managed_node3 8222 1726776623.73861: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776623.73978: done with get_vars() 8222 1726776623.73984: variable 'ansible_search_path' from source: unknown 8222 1726776623.73984: variable 'ansible_search_path' from source: unknown 8222 1726776623.74007: we have included files to process 8222 1726776623.74009: generating all_blocks data 8222 1726776623.74010: done generating all_blocks data 8222 1726776623.74015: processing included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 8222 1726776623.74015: loading included file: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 8222 1726776623.74017: Loading data from /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 8222 1726776623.74267: done processing included file 8222 1726776623.74269: iterating over new_blocks loaded from include file 8222 1726776623.74270: in VariableManager get_vars() 8222 1726776623.74284: done with get_vars() 8222 1726776623.74287: filtering new block on tags 8222 1726776623.74322: done filtering new block on tags 8222 1726776623.74324: done iterating over new_blocks loaded from include file included: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node3 8222 1726776623.74327: extending task lists for all hosts with included blocks 8222 1726776623.75001: done extending task lists 8222 1726776623.75002: done processing included files 8222 1726776623.75002: results queue empty 8222 1726776623.75003: checking for any_errors_fatal 8222 1726776623.75004: done checking for any_errors_fatal 8222 1726776623.75005: checking for max_fail_percentage 8222 1726776623.75006: done checking for max_fail_percentage 8222 1726776623.75006: checking to see if all hosts have failed and the running result is not ok 8222 1726776623.75006: done checking to see if all hosts have failed 8222 1726776623.75007: getting the remaining hosts for this loop 8222 1726776623.75008: done getting the remaining hosts for this loop 8222 1726776623.75009: getting the next task for host managed_node3 8222 1726776623.75012: done getting next task for host managed_node3 8222 1726776623.75014: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 8222 1726776623.75016: ^ state is: HOST STATE: block=2, task=20, 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? (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 8222 1726776623.75022: getting variables 8222 1726776623.75022: in VariableManager get_vars() 8222 1726776623.75031: Calling all_inventory to load vars for managed_node3 8222 1726776623.75032: Calling groups_inventory to load vars for managed_node3 8222 1726776623.75033: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776623.75037: Calling all_plugins_play to load vars for managed_node3 8222 1726776623.75038: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776623.75040: Calling groups_plugins_play to load vars for managed_node3 8222 1726776623.75120: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776623.75230: done with get_vars() 8222 1726776623.75236: done getting variables 8222 1726776623.75261: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 16:10:23 -0400 (0:00:00.030) 0:00:26.430 **** 8222 1726776623.75285: entering _queue_task() for managed_node3/command 8222 1726776623.75482: worker is 1 (out of 1 available) 8222 1726776623.75496: exiting _queue_task() for managed_node3/command 8222 1726776623.75506: done queuing things up, now waiting for results queue to drain 8222 1726776623.75507: waiting for pending results... 8222 1726776623.75678: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 8222 1726776623.75770: in run() - task 12343ab9-b159-90b8-9460-0000000007cc 8222 1726776623.75782: variable 'ansible_search_path' from source: unknown 8222 1726776623.75787: variable 'ansible_search_path' from source: unknown 8222 1726776623.75815: calling self._execute() 8222 1726776623.75883: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776623.75890: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776623.75902: variable 'omit' from source: magic vars 8222 1726776623.75977: variable 'omit' from source: magic vars 8222 1726776623.76028: variable 'omit' from source: magic vars 8222 1726776623.76051: variable 'omit' from source: magic vars 8222 1726776623.76085: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776623.76114: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776623.76130: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776623.76146: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776623.76156: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776623.76180: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776623.76183: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776623.76188: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776623.76257: Set connection var ansible_timeout to 10 8222 1726776623.76264: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776623.76270: Set connection var ansible_connection to ssh 8222 1726776623.76272: Set connection var ansible_shell_executable to /bin/sh 8222 1726776623.76275: Set connection var ansible_shell_type to sh 8222 1726776623.76282: Set connection var ansible_pipelining to False 8222 1726776623.76303: variable 'ansible_shell_executable' from source: unknown 8222 1726776623.76306: variable 'ansible_connection' from source: unknown 8222 1726776623.76309: variable 'ansible_module_compression' from source: unknown 8222 1726776623.76311: variable 'ansible_shell_type' from source: unknown 8222 1726776623.76314: variable 'ansible_shell_executable' from source: unknown 8222 1726776623.76316: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776623.76320: variable 'ansible_pipelining' from source: unknown 8222 1726776623.76323: variable 'ansible_timeout' from source: unknown 8222 1726776623.76325: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776623.76426: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776623.76435: variable 'omit' from source: magic vars 8222 1726776623.76440: starting attempt loop 8222 1726776623.76443: running the handler 8222 1726776623.76456: _low_level_execute_command(): starting 8222 1726776623.76463: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776623.76960: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776623.76991: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776623.76997: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776623.77000: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776623.77003: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776623.77060: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776623.77063: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776623.77066: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776623.77124: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776623.78791: stdout chunk (state=3): >>>/root <<< 8222 1726776623.78884: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776623.78917: stderr chunk (state=3): >>><<< 8222 1726776623.78920: stdout chunk (state=3): >>><<< 8222 1726776623.78946: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776623.78955: _low_level_execute_command(): starting 8222 1726776623.78960: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776623.78943-9076-244688851625462 `" && echo ansible-tmp-1726776623.78943-9076-244688851625462="` echo /root/.ansible/tmp/ansible-tmp-1726776623.78943-9076-244688851625462 `" ) && sleep 0' 8222 1726776623.79409: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776623.79413: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776623.79416: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776623.79425: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776623.79427: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776623.79429: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776623.79473: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776623.79481: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776623.79483: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776623.79525: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776623.81408: stdout chunk (state=3): >>>ansible-tmp-1726776623.78943-9076-244688851625462=/root/.ansible/tmp/ansible-tmp-1726776623.78943-9076-244688851625462 <<< 8222 1726776623.81510: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776623.81537: stderr chunk (state=3): >>><<< 8222 1726776623.81540: stdout chunk (state=3): >>><<< 8222 1726776623.81555: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776623.78943-9076-244688851625462=/root/.ansible/tmp/ansible-tmp-1726776623.78943-9076-244688851625462 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776623.81582: variable 'ansible_module_compression' from source: unknown 8222 1726776623.81633: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 8222 1726776623.81663: variable 'ansible_facts' from source: unknown 8222 1726776623.81723: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776623.78943-9076-244688851625462/AnsiballZ_command.py 8222 1726776623.81825: Sending initial data 8222 1726776623.81829: Sent initial data (152 bytes) 8222 1726776623.82279: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776623.82282: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776623.82285: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776623.82290: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776623.82292: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776623.82343: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776623.82346: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776623.82348: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776623.82401: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776623.83947: 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 <<< 8222 1726776623.83988: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776623.84034: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpf5yotvr6 /root/.ansible/tmp/ansible-tmp-1726776623.78943-9076-244688851625462/AnsiballZ_command.py <<< 8222 1726776623.84043: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776623.78943-9076-244688851625462/AnsiballZ_command.py" <<< 8222 1726776623.84079: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpf5yotvr6" to remote "/root/.ansible/tmp/ansible-tmp-1726776623.78943-9076-244688851625462/AnsiballZ_command.py" <<< 8222 1726776623.84085: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776623.78943-9076-244688851625462/AnsiballZ_command.py" <<< 8222 1726776623.84622: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776623.84663: stderr chunk (state=3): >>><<< 8222 1726776623.84668: stdout chunk (state=3): >>><<< 8222 1726776623.84701: done transferring module to remote 8222 1726776623.84710: _low_level_execute_command(): starting 8222 1726776623.84714: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776623.78943-9076-244688851625462/ /root/.ansible/tmp/ansible-tmp-1726776623.78943-9076-244688851625462/AnsiballZ_command.py && sleep 0' 8222 1726776623.85156: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776623.85160: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776623.85162: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776623.85164: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776623.85170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776623.85224: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776623.85232: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776623.85234: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776623.85276: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776623.87085: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776623.87092: stdout chunk (state=3): >>><<< 8222 1726776623.87098: stderr chunk (state=3): >>><<< 8222 1726776623.87111: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776623.87114: _low_level_execute_command(): starting 8222 1726776623.87119: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776623.78943-9076-244688851625462/AnsiballZ_command.py && sleep 0' 8222 1726776623.87565: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776623.87568: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776623.87570: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776623.87573: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776623.87575: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776623.87625: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776623.87628: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776623.87690: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776624.13244: stdout chunk (state=3): >>> {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 16:10:24.029850", "end": "2024-09-19 16:10:24.130679", "delta": "0:00:00.100829", "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}}} <<< 8222 1726776624.15139: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776624.15142: stdout chunk (state=3): >>><<< 8222 1726776624.15144: stderr chunk (state=3): >>><<< 8222 1726776624.15147: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 16:10:24.029850", "end": "2024-09-19 16:10:24.130679", "delta": "0:00:00.100829", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm verify -i", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776624.15149: 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-1726776623.78943-9076-244688851625462/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776624.15152: _low_level_execute_command(): starting 8222 1726776624.15153: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776623.78943-9076-244688851625462/ > /dev/null 2>&1 && sleep 0' 8222 1726776624.15776: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776624.15796: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776624.15825: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776624.15936: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776624.15958: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776624.15974: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776624.16084: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776624.17995: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776624.18006: stdout chunk (state=3): >>><<< 8222 1726776624.18018: stderr chunk (state=3): >>><<< 8222 1726776624.18043: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776624.18060: handler run complete 8222 1726776624.18092: Evaluated conditional (False): False 8222 1726776624.18110: attempt loop complete, returning result 8222 1726776624.18118: _execute() done 8222 1726776624.18125: dumping result to json 8222 1726776624.18191: done dumping result, returning 8222 1726776624.18194: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [12343ab9-b159-90b8-9460-0000000007cc] 8222 1726776624.18196: sending task result for task 12343ab9-b159-90b8-9460-0000000007cc ok: [managed_node3] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.100829", "end": "2024-09-19 16:10:24.130679", "rc": 0, "start": "2024-09-19 16:10:24.029850" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 8222 1726776624.18480: no more pending results, returning what we have 8222 1726776624.18485: results queue empty 8222 1726776624.18488: checking for any_errors_fatal 8222 1726776624.18490: done checking for any_errors_fatal 8222 1726776624.18490: checking for max_fail_percentage 8222 1726776624.18492: done checking for max_fail_percentage 8222 1726776624.18493: checking to see if all hosts have failed and the running result is not ok 8222 1726776624.18495: done checking to see if all hosts have failed 8222 1726776624.18495: getting the remaining hosts for this loop 8222 1726776624.18592: done getting the remaining hosts for this loop 8222 1726776624.18597: getting the next task for host managed_node3 8222 1726776624.18606: done getting next task for host managed_node3 8222 1726776624.18610: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 8222 1726776624.18614: ^ state is: HOST STATE: block=2, task=20, 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? (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 8222 1726776624.18627: getting variables 8222 1726776624.18628: in VariableManager get_vars() 8222 1726776624.18667: Calling all_inventory to load vars for managed_node3 8222 1726776624.18670: Calling groups_inventory to load vars for managed_node3 8222 1726776624.18673: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776624.18682: Calling all_plugins_play to load vars for managed_node3 8222 1726776624.18685: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776624.18800: Calling groups_plugins_play to load vars for managed_node3 8222 1726776624.19029: done sending task result for task 12343ab9-b159-90b8-9460-0000000007cc 8222 1726776624.19035: WORKER PROCESS EXITING 8222 1726776624.19051: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776624.19259: done with get_vars() 8222 1726776624.19270: done getting variables 8222 1726776624.19333: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 16:10:24 -0400 (0:00:00.440) 0:00:26.871 **** 8222 1726776624.19370: entering _queue_task() for managed_node3/shell 8222 1726776624.19636: worker is 1 (out of 1 available) 8222 1726776624.19650: exiting _queue_task() for managed_node3/shell 8222 1726776624.19662: done queuing things up, now waiting for results queue to drain 8222 1726776624.19663: waiting for pending results... 8222 1726776624.20052: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 8222 1726776624.20158: in run() - task 12343ab9-b159-90b8-9460-0000000007cd 8222 1726776624.20181: variable 'ansible_search_path' from source: unknown 8222 1726776624.20196: variable 'ansible_search_path' from source: unknown 8222 1726776624.20237: calling self._execute() 8222 1726776624.20345: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.20357: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.20384: variable 'omit' from source: magic vars 8222 1726776624.20912: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776624.21392: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776624.21395: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776624.21397: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776624.21400: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776624.21405: variable '__kernel_settings_register_verify_values' from source: set_fact 8222 1726776624.21435: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 8222 1726776624.21442: when evaluation is False, skipping this task 8222 1726776624.21449: _execute() done 8222 1726776624.21456: dumping result to json 8222 1726776624.21464: done dumping result, returning 8222 1726776624.21474: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [12343ab9-b159-90b8-9460-0000000007cd] 8222 1726776624.21481: sending task result for task 12343ab9-b159-90b8-9460-0000000007cd skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 8222 1726776624.21630: no more pending results, returning what we have 8222 1726776624.21633: results queue empty 8222 1726776624.21634: checking for any_errors_fatal 8222 1726776624.21642: done checking for any_errors_fatal 8222 1726776624.21643: checking for max_fail_percentage 8222 1726776624.21644: done checking for max_fail_percentage 8222 1726776624.21645: checking to see if all hosts have failed and the running result is not ok 8222 1726776624.21646: done checking to see if all hosts have failed 8222 1726776624.21646: getting the remaining hosts for this loop 8222 1726776624.21648: done getting the remaining hosts for this loop 8222 1726776624.21652: getting the next task for host managed_node3 8222 1726776624.21658: done getting next task for host managed_node3 8222 1726776624.21661: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 8222 1726776624.21667: ^ state is: HOST STATE: block=2, task=20, 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? (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), did rescue? False, did start at task? False 8222 1726776624.21684: done sending task result for task 12343ab9-b159-90b8-9460-0000000007cd 8222 1726776624.21690: WORKER PROCESS EXITING 8222 1726776624.21811: getting variables 8222 1726776624.21813: in VariableManager get_vars() 8222 1726776624.21843: Calling all_inventory to load vars for managed_node3 8222 1726776624.21845: Calling groups_inventory to load vars for managed_node3 8222 1726776624.21847: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776624.21855: Calling all_plugins_play to load vars for managed_node3 8222 1726776624.21858: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776624.21860: Calling groups_plugins_play to load vars for managed_node3 8222 1726776624.22042: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776624.22182: done with get_vars() 8222 1726776624.22193: done getting variables 8222 1726776624.22234: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 16:10:24 -0400 (0:00:00.028) 0:00:26.900 **** 8222 1726776624.22260: entering _queue_task() for managed_node3/fail 8222 1726776624.22441: worker is 1 (out of 1 available) 8222 1726776624.22454: exiting _queue_task() for managed_node3/fail 8222 1726776624.22465: done queuing things up, now waiting for results queue to drain 8222 1726776624.22466: waiting for pending results... 8222 1726776624.22639: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 8222 1726776624.22729: in run() - task 12343ab9-b159-90b8-9460-0000000007ce 8222 1726776624.22742: variable 'ansible_search_path' from source: unknown 8222 1726776624.22746: variable 'ansible_search_path' from source: unknown 8222 1726776624.22772: calling self._execute() 8222 1726776624.22841: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.22845: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.22854: variable 'omit' from source: magic vars 8222 1726776624.23243: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776624.23412: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776624.23443: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776624.23469: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776624.23498: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776624.23575: variable '__kernel_settings_register_verify_values' from source: set_fact 8222 1726776624.23598: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 8222 1726776624.23601: when evaluation is False, skipping this task 8222 1726776624.23604: _execute() done 8222 1726776624.23606: dumping result to json 8222 1726776624.23609: done dumping result, returning 8222 1726776624.23615: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [12343ab9-b159-90b8-9460-0000000007ce] 8222 1726776624.23618: sending task result for task 12343ab9-b159-90b8-9460-0000000007ce skipping: [managed_node3] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 8222 1726776624.23745: no more pending results, returning what we have 8222 1726776624.23748: results queue empty 8222 1726776624.23749: checking for any_errors_fatal 8222 1726776624.23754: done checking for any_errors_fatal 8222 1726776624.23755: checking for max_fail_percentage 8222 1726776624.23757: done checking for max_fail_percentage 8222 1726776624.23757: checking to see if all hosts have failed and the running result is not ok 8222 1726776624.23758: done checking to see if all hosts have failed 8222 1726776624.23759: getting the remaining hosts for this loop 8222 1726776624.23761: done getting the remaining hosts for this loop 8222 1726776624.23764: getting the next task for host managed_node3 8222 1726776624.23771: done getting next task for host managed_node3 8222 1726776624.23775: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 8222 1726776624.23779: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776624.23796: getting variables 8222 1726776624.23798: in VariableManager get_vars() 8222 1726776624.23825: Calling all_inventory to load vars for managed_node3 8222 1726776624.23828: Calling groups_inventory to load vars for managed_node3 8222 1726776624.23830: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776624.23837: Calling all_plugins_play to load vars for managed_node3 8222 1726776624.23840: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776624.23842: Calling groups_plugins_play to load vars for managed_node3 8222 1726776624.23979: done sending task result for task 12343ab9-b159-90b8-9460-0000000007ce 8222 1726776624.23982: WORKER PROCESS EXITING 8222 1726776624.23996: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776624.24118: done with get_vars() 8222 1726776624.24125: done getting variables 8222 1726776624.24162: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 16:10:24 -0400 (0:00:00.019) 0:00:26.919 **** 8222 1726776624.24201: entering _queue_task() for managed_node3/set_fact 8222 1726776624.24414: worker is 1 (out of 1 available) 8222 1726776624.24425: exiting _queue_task() for managed_node3/set_fact 8222 1726776624.24435: done queuing things up, now waiting for results queue to drain 8222 1726776624.24436: waiting for pending results... 8222 1726776624.24900: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 8222 1726776624.24905: in run() - task 12343ab9-b159-90b8-9460-0000000006ee 8222 1726776624.24908: variable 'ansible_search_path' from source: unknown 8222 1726776624.24911: variable 'ansible_search_path' from source: unknown 8222 1726776624.24913: calling self._execute() 8222 1726776624.24984: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.24998: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.25012: variable 'omit' from source: magic vars 8222 1726776624.25123: variable 'omit' from source: magic vars 8222 1726776624.25188: variable 'omit' from source: magic vars 8222 1726776624.25226: variable 'omit' from source: magic vars 8222 1726776624.25272: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776624.25316: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776624.25343: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776624.25369: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776624.25388: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776624.25423: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776624.25432: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.25440: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.25546: Set connection var ansible_timeout to 10 8222 1726776624.25560: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776624.25576: Set connection var ansible_connection to ssh 8222 1726776624.25592: Set connection var ansible_shell_executable to /bin/sh 8222 1726776624.25595: Set connection var ansible_shell_type to sh 8222 1726776624.25597: Set connection var ansible_pipelining to False 8222 1726776624.25649: variable 'ansible_shell_executable' from source: unknown 8222 1726776624.25652: variable 'ansible_connection' from source: unknown 8222 1726776624.25655: variable 'ansible_module_compression' from source: unknown 8222 1726776624.25657: variable 'ansible_shell_type' from source: unknown 8222 1726776624.25659: variable 'ansible_shell_executable' from source: unknown 8222 1726776624.25661: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.25663: variable 'ansible_pipelining' from source: unknown 8222 1726776624.25665: variable 'ansible_timeout' from source: unknown 8222 1726776624.25667: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.25759: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776624.25781: variable 'omit' from source: magic vars 8222 1726776624.25784: starting attempt loop 8222 1726776624.25791: running the handler 8222 1726776624.25793: handler run complete 8222 1726776624.25801: attempt loop complete, returning result 8222 1726776624.25803: _execute() done 8222 1726776624.25806: dumping result to json 8222 1726776624.25808: done dumping result, returning 8222 1726776624.25815: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [12343ab9-b159-90b8-9460-0000000006ee] 8222 1726776624.25819: sending task result for task 12343ab9-b159-90b8-9460-0000000006ee 8222 1726776624.25903: done sending task result for task 12343ab9-b159-90b8-9460-0000000006ee 8222 1726776624.25906: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 8222 1726776624.25968: no more pending results, returning what we have 8222 1726776624.25970: results queue empty 8222 1726776624.25971: checking for any_errors_fatal 8222 1726776624.25977: done checking for any_errors_fatal 8222 1726776624.25977: checking for max_fail_percentage 8222 1726776624.25979: done checking for max_fail_percentage 8222 1726776624.25979: checking to see if all hosts have failed and the running result is not ok 8222 1726776624.25980: done checking to see if all hosts have failed 8222 1726776624.25981: getting the remaining hosts for this loop 8222 1726776624.25982: done getting the remaining hosts for this loop 8222 1726776624.25985: getting the next task for host managed_node3 8222 1726776624.25994: done getting next task for host managed_node3 8222 1726776624.25997: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 8222 1726776624.26005: ^ state is: HOST STATE: block=2, task=20, 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=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), did rescue? False, did start at task? False 8222 1726776624.26014: getting variables 8222 1726776624.26015: in VariableManager get_vars() 8222 1726776624.26042: Calling all_inventory to load vars for managed_node3 8222 1726776624.26044: Calling groups_inventory to load vars for managed_node3 8222 1726776624.26046: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776624.26053: Calling all_plugins_play to load vars for managed_node3 8222 1726776624.26055: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776624.26056: Calling groups_plugins_play to load vars for managed_node3 8222 1726776624.26164: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776624.26293: done with get_vars() 8222 1726776624.26300: done getting variables 8222 1726776624.26337: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 16:10:24 -0400 (0:00:00.021) 0:00:26.941 **** 8222 1726776624.26359: entering _queue_task() for managed_node3/set_fact 8222 1726776624.26532: worker is 1 (out of 1 available) 8222 1726776624.26544: exiting _queue_task() for managed_node3/set_fact 8222 1726776624.26555: done queuing things up, now waiting for results queue to drain 8222 1726776624.26556: waiting for pending results... 8222 1726776624.26720: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 8222 1726776624.26798: in run() - task 12343ab9-b159-90b8-9460-0000000006ef 8222 1726776624.26809: variable 'ansible_search_path' from source: unknown 8222 1726776624.26812: variable 'ansible_search_path' from source: unknown 8222 1726776624.26839: calling self._execute() 8222 1726776624.26905: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.26908: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.26917: variable 'omit' from source: magic vars 8222 1726776624.26992: variable 'omit' from source: magic vars 8222 1726776624.27029: variable 'omit' from source: magic vars 8222 1726776624.27429: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8222 1726776624.27691: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8222 1726776624.27694: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8222 1726776624.27702: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8222 1726776624.27737: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8222 1726776624.27885: variable '__kernel_settings_register_profile' from source: set_fact 8222 1726776624.27904: variable '__kernel_settings_register_mode' from source: set_fact 8222 1726776624.27924: variable '__kernel_settings_register_apply' from source: set_fact 8222 1726776624.27978: variable 'omit' from source: magic vars 8222 1726776624.28006: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776624.28035: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776624.28050: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776624.28071: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776624.28090: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776624.28115: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776624.28118: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.28121: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.28293: Set connection var ansible_timeout to 10 8222 1726776624.28296: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776624.28298: Set connection var ansible_connection to ssh 8222 1726776624.28301: Set connection var ansible_shell_executable to /bin/sh 8222 1726776624.28303: Set connection var ansible_shell_type to sh 8222 1726776624.28305: Set connection var ansible_pipelining to False 8222 1726776624.28307: variable 'ansible_shell_executable' from source: unknown 8222 1726776624.28309: variable 'ansible_connection' from source: unknown 8222 1726776624.28310: variable 'ansible_module_compression' from source: unknown 8222 1726776624.28312: variable 'ansible_shell_type' from source: unknown 8222 1726776624.28315: variable 'ansible_shell_executable' from source: unknown 8222 1726776624.28317: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.28318: variable 'ansible_pipelining' from source: unknown 8222 1726776624.28320: variable 'ansible_timeout' from source: unknown 8222 1726776624.28322: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.28411: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776624.28428: variable 'omit' from source: magic vars 8222 1726776624.28439: starting attempt loop 8222 1726776624.28446: running the handler 8222 1726776624.28462: handler run complete 8222 1726776624.28474: attempt loop complete, returning result 8222 1726776624.28481: _execute() done 8222 1726776624.28492: dumping result to json 8222 1726776624.28499: done dumping result, returning 8222 1726776624.28594: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [12343ab9-b159-90b8-9460-0000000006ef] 8222 1726776624.28597: sending task result for task 12343ab9-b159-90b8-9460-0000000006ef 8222 1726776624.28656: done sending task result for task 12343ab9-b159-90b8-9460-0000000006ef 8222 1726776624.28660: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 8222 1726776624.28760: no more pending results, returning what we have 8222 1726776624.28763: results queue empty 8222 1726776624.28764: checking for any_errors_fatal 8222 1726776624.28769: done checking for any_errors_fatal 8222 1726776624.28770: checking for max_fail_percentage 8222 1726776624.28771: done checking for max_fail_percentage 8222 1726776624.28772: checking to see if all hosts have failed and the running result is not ok 8222 1726776624.28773: done checking to see if all hosts have failed 8222 1726776624.28773: getting the remaining hosts for this loop 8222 1726776624.28774: done getting the remaining hosts for this loop 8222 1726776624.28777: getting the next task for host managed_node3 8222 1726776624.28785: done getting next task for host managed_node3 8222 1726776624.28789: ^ task is: TASK: meta (role_complete) 8222 1726776624.28793: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776624.28802: getting variables 8222 1726776624.28803: in VariableManager get_vars() 8222 1726776624.28857: Calling all_inventory to load vars for managed_node3 8222 1726776624.28860: Calling groups_inventory to load vars for managed_node3 8222 1726776624.28862: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776624.28870: Calling all_plugins_play to load vars for managed_node3 8222 1726776624.28872: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776624.28875: Calling groups_plugins_play to load vars for managed_node3 8222 1726776624.29091: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776624.29284: done with get_vars() 8222 1726776624.29298: done getting variables 8222 1726776624.29358: done queuing things up, now waiting for results queue to drain 8222 1726776624.29362: results queue empty 8222 1726776624.29363: checking for any_errors_fatal 8222 1726776624.29364: done checking for any_errors_fatal 8222 1726776624.29365: checking for max_fail_percentage 8222 1726776624.29365: done checking for max_fail_percentage 8222 1726776624.29366: checking to see if all hosts have failed and the running result is not ok 8222 1726776624.29366: done checking to see if all hosts have failed 8222 1726776624.29367: getting the remaining hosts for this loop 8222 1726776624.29367: done getting the remaining hosts for this loop 8222 1726776624.29369: getting the next task for host managed_node3 8222 1726776624.29371: done getting next task for host managed_node3 8222 1726776624.29373: ^ task is: TASK: Verify no settings 8222 1726776624.29374: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776624.29375: getting variables 8222 1726776624.29376: in VariableManager get_vars() 8222 1726776624.29383: Calling all_inventory to load vars for managed_node3 8222 1726776624.29385: Calling groups_inventory to load vars for managed_node3 8222 1726776624.29390: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776624.29393: Calling all_plugins_play to load vars for managed_node3 8222 1726776624.29394: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776624.29396: Calling groups_plugins_play to load vars for managed_node3 8222 1726776624.29478: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776624.29592: done with get_vars() 8222 1726776624.29598: done getting variables 8222 1726776624.29624: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Verify no settings] ****************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:20 Thursday 19 September 2024 16:10:24 -0400 (0:00:00.032) 0:00:26.974 **** 8222 1726776624.29642: entering _queue_task() for managed_node3/shell 8222 1726776624.29825: worker is 1 (out of 1 available) 8222 1726776624.29836: exiting _queue_task() for managed_node3/shell 8222 1726776624.29848: done queuing things up, now waiting for results queue to drain 8222 1726776624.29849: waiting for pending results... 8222 1726776624.30018: running TaskExecutor() for managed_node3/TASK: Verify no settings 8222 1726776624.30094: in run() - task 12343ab9-b159-90b8-9460-00000000058b 8222 1726776624.30098: variable 'ansible_search_path' from source: unknown 8222 1726776624.30101: variable 'ansible_search_path' from source: unknown 8222 1726776624.30123: calling self._execute() 8222 1726776624.30193: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.30197: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.30206: variable 'omit' from source: magic vars 8222 1726776624.30278: variable 'omit' from source: magic vars 8222 1726776624.30312: variable 'omit' from source: magic vars 8222 1726776624.30610: variable '__kernel_settings_profile_filename' from source: role '' exported vars 8222 1726776624.30664: variable '__kernel_settings_profile_dir' from source: role '' exported vars 8222 1726776624.30730: variable '__kernel_settings_profile_parent' from source: set_fact 8222 1726776624.30734: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 8222 1726776624.30764: variable 'omit' from source: magic vars 8222 1726776624.30796: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776624.30822: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776624.30840: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776624.30853: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776624.30862: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776624.30884: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776624.30892: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.30894: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.30962: Set connection var ansible_timeout to 10 8222 1726776624.30968: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776624.30973: Set connection var ansible_connection to ssh 8222 1726776624.30978: Set connection var ansible_shell_executable to /bin/sh 8222 1726776624.30981: Set connection var ansible_shell_type to sh 8222 1726776624.30990: Set connection var ansible_pipelining to False 8222 1726776624.31005: variable 'ansible_shell_executable' from source: unknown 8222 1726776624.31007: variable 'ansible_connection' from source: unknown 8222 1726776624.31010: variable 'ansible_module_compression' from source: unknown 8222 1726776624.31012: variable 'ansible_shell_type' from source: unknown 8222 1726776624.31014: variable 'ansible_shell_executable' from source: unknown 8222 1726776624.31016: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.31021: variable 'ansible_pipelining' from source: unknown 8222 1726776624.31023: variable 'ansible_timeout' from source: unknown 8222 1726776624.31028: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.31191: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776624.31195: variable 'omit' from source: magic vars 8222 1726776624.31197: starting attempt loop 8222 1726776624.31199: running the handler 8222 1726776624.31202: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776624.31204: _low_level_execute_command(): starting 8222 1726776624.31206: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776624.31857: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776624.31908: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776624.31991: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776624.32015: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776624.32103: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776624.33798: stdout chunk (state=3): >>>/root <<< 8222 1726776624.33897: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776624.33921: stderr chunk (state=3): >>><<< 8222 1726776624.33924: stdout chunk (state=3): >>><<< 8222 1726776624.33943: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776624.33954: _low_level_execute_command(): starting 8222 1726776624.33959: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776624.3394284-9101-34496852885032 `" && echo ansible-tmp-1726776624.3394284-9101-34496852885032="` echo /root/.ansible/tmp/ansible-tmp-1726776624.3394284-9101-34496852885032 `" ) && sleep 0' 8222 1726776624.34373: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776624.34382: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.34385: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776624.34390: 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 <<< 8222 1726776624.34392: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.34437: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776624.34442: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776624.34501: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776624.36428: stdout chunk (state=3): >>>ansible-tmp-1726776624.3394284-9101-34496852885032=/root/.ansible/tmp/ansible-tmp-1726776624.3394284-9101-34496852885032 <<< 8222 1726776624.36533: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776624.36557: stderr chunk (state=3): >>><<< 8222 1726776624.36561: stdout chunk (state=3): >>><<< 8222 1726776624.36574: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776624.3394284-9101-34496852885032=/root/.ansible/tmp/ansible-tmp-1726776624.3394284-9101-34496852885032 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776624.36604: variable 'ansible_module_compression' from source: unknown 8222 1726776624.36640: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 8222 1726776624.36667: variable 'ansible_facts' from source: unknown 8222 1726776624.36727: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776624.3394284-9101-34496852885032/AnsiballZ_command.py 8222 1726776624.36819: Sending initial data 8222 1726776624.36822: Sent initial data (153 bytes) 8222 1726776624.37248: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776624.37251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.37254: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776624.37256: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776624.37258: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.37310: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776624.37313: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776624.37317: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776624.37361: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776624.38917: 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 <<< 8222 1726776624.38925: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776624.38960: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776624.39009: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmp91ykjpid /root/.ansible/tmp/ansible-tmp-1726776624.3394284-9101-34496852885032/AnsiballZ_command.py <<< 8222 1726776624.39015: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776624.3394284-9101-34496852885032/AnsiballZ_command.py" <<< 8222 1726776624.39057: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmp91ykjpid" to remote "/root/.ansible/tmp/ansible-tmp-1726776624.3394284-9101-34496852885032/AnsiballZ_command.py" <<< 8222 1726776624.39060: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776624.3394284-9101-34496852885032/AnsiballZ_command.py" <<< 8222 1726776624.39592: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776624.39627: stderr chunk (state=3): >>><<< 8222 1726776624.39631: stdout chunk (state=3): >>><<< 8222 1726776624.39667: done transferring module to remote 8222 1726776624.39674: _low_level_execute_command(): starting 8222 1726776624.39679: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776624.3394284-9101-34496852885032/ /root/.ansible/tmp/ansible-tmp-1726776624.3394284-9101-34496852885032/AnsiballZ_command.py && sleep 0' 8222 1726776624.40091: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776624.40095: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.40101: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776624.40103: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776624.40105: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.40144: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776624.40147: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776624.40205: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776624.41988: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776624.42010: stderr chunk (state=3): >>><<< 8222 1726776624.42014: stdout chunk (state=3): >>><<< 8222 1726776624.42025: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776624.42029: _low_level_execute_command(): starting 8222 1726776624.42033: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776624.3394284-9101-34496852885032/AnsiballZ_command.py && sleep 0' 8222 1726776624.42440: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776624.42443: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776624.42445: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776624.42448: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776624.42450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.42498: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776624.42501: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776624.42560: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776624.58677: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "start": "2024-09-19 16:10:24.576847", "end": "2024-09-19 16:10:24.585137", "delta": "0:00:00.008290", "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}}} <<< 8222 1726776624.60244: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776624.60266: stderr chunk (state=3): >>><<< 8222 1726776624.60270: stdout chunk (state=3): >>><<< 8222 1726776624.60285: _low_level_execute_command() done: rc=0, stdout= {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/profiles/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "start": "2024-09-19 16:10:24.576847", "end": "2024-09-19 16:10:24.585137", "delta": "0:00:00.008290", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/profiles/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776624.60321: 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-1726776624.3394284-9101-34496852885032/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776624.60328: _low_level_execute_command(): starting 8222 1726776624.60332: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776624.3394284-9101-34496852885032/ > /dev/null 2>&1 && sleep 0' 8222 1726776624.60750: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776624.60754: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.60766: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.60826: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776624.60833: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776624.60835: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776624.60877: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776624.62695: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776624.62723: stderr chunk (state=3): >>><<< 8222 1726776624.62727: stdout chunk (state=3): >>><<< 8222 1726776624.62741: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776624.62748: handler run complete 8222 1726776624.62765: Evaluated conditional (False): False 8222 1726776624.62772: attempt loop complete, returning result 8222 1726776624.62775: _execute() done 8222 1726776624.62777: dumping result to json 8222 1726776624.62782: done dumping result, returning 8222 1726776624.62794: done running TaskExecutor() for managed_node3/TASK: Verify no settings [12343ab9-b159-90b8-9460-00000000058b] 8222 1726776624.62797: sending task result for task 12343ab9-b159-90b8-9460-00000000058b 8222 1726776624.62904: done sending task result for task 12343ab9-b159-90b8-9460-00000000058b 8222 1726776624.62907: 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.008290", "end": "2024-09-19 16:10:24.585137", "rc": 0, "start": "2024-09-19 16:10:24.576847" } 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 8222 1726776624.62977: no more pending results, returning what we have 8222 1726776624.62980: results queue empty 8222 1726776624.62981: checking for any_errors_fatal 8222 1726776624.62983: done checking for any_errors_fatal 8222 1726776624.62984: checking for max_fail_percentage 8222 1726776624.62990: done checking for max_fail_percentage 8222 1726776624.62991: checking to see if all hosts have failed and the running result is not ok 8222 1726776624.62992: done checking to see if all hosts have failed 8222 1726776624.62993: getting the remaining hosts for this loop 8222 1726776624.62995: done getting the remaining hosts for this loop 8222 1726776624.62999: getting the next task for host managed_node3 8222 1726776624.63006: done getting next task for host managed_node3 8222 1726776624.63009: ^ task is: TASK: Remove kernel_settings tuned profile 8222 1726776624.63012: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776624.63016: getting variables 8222 1726776624.63018: in VariableManager get_vars() 8222 1726776624.63053: Calling all_inventory to load vars for managed_node3 8222 1726776624.63056: Calling groups_inventory to load vars for managed_node3 8222 1726776624.63058: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776624.63069: Calling all_plugins_play to load vars for managed_node3 8222 1726776624.63072: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776624.63075: Calling groups_plugins_play to load vars for managed_node3 8222 1726776624.63366: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776624.63573: done with get_vars() 8222 1726776624.63584: done getting variables TASK [Remove kernel_settings tuned profile] ************************************ task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36 Thursday 19 September 2024 16:10:24 -0400 (0:00:00.340) 0:00:27.314 **** 8222 1726776624.63684: entering _queue_task() for managed_node3/file 8222 1726776624.64192: worker is 1 (out of 1 available) 8222 1726776624.64202: exiting _queue_task() for managed_node3/file 8222 1726776624.64210: done queuing things up, now waiting for results queue to drain 8222 1726776624.64211: waiting for pending results... 8222 1726776624.64340: running TaskExecutor() for managed_node3/TASK: Remove kernel_settings tuned profile 8222 1726776624.64383: in run() - task 12343ab9-b159-90b8-9460-00000000058c 8222 1726776624.64408: variable 'ansible_search_path' from source: unknown 8222 1726776624.64417: variable 'ansible_search_path' from source: unknown 8222 1726776624.64505: calling self._execute() 8222 1726776624.64555: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.64558: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.64568: variable 'omit' from source: magic vars 8222 1726776624.64656: variable 'omit' from source: magic vars 8222 1726776624.64684: variable 'omit' from source: magic vars 8222 1726776624.64711: variable '__kernel_settings_profile_dir' from source: role '' exported vars 8222 1726776624.64932: variable '__kernel_settings_profile_dir' from source: role '' exported vars 8222 1726776624.65007: variable '__kernel_settings_profile_parent' from source: set_fact 8222 1726776624.65013: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 8222 1726776624.65046: variable 'omit' from source: magic vars 8222 1726776624.65076: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776624.65108: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776624.65124: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776624.65137: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776624.65148: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776624.65170: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776624.65174: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.65176: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.65247: Set connection var ansible_timeout to 10 8222 1726776624.65253: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776624.65258: Set connection var ansible_connection to ssh 8222 1726776624.65263: Set connection var ansible_shell_executable to /bin/sh 8222 1726776624.65265: Set connection var ansible_shell_type to sh 8222 1726776624.65270: Set connection var ansible_pipelining to False 8222 1726776624.65289: variable 'ansible_shell_executable' from source: unknown 8222 1726776624.65292: variable 'ansible_connection' from source: unknown 8222 1726776624.65295: variable 'ansible_module_compression' from source: unknown 8222 1726776624.65297: variable 'ansible_shell_type' from source: unknown 8222 1726776624.65299: variable 'ansible_shell_executable' from source: unknown 8222 1726776624.65302: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.65305: variable 'ansible_pipelining' from source: unknown 8222 1726776624.65308: variable 'ansible_timeout' from source: unknown 8222 1726776624.65310: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.65450: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776624.65459: variable 'omit' from source: magic vars 8222 1726776624.65464: starting attempt loop 8222 1726776624.65467: running the handler 8222 1726776624.65479: _low_level_execute_command(): starting 8222 1726776624.65486: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776624.65969: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776624.65972: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.65976: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776624.65978: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.66032: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776624.66039: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776624.66041: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776624.66101: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776624.67738: stdout chunk (state=3): >>>/root <<< 8222 1726776624.67837: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776624.67860: stderr chunk (state=3): >>><<< 8222 1726776624.67863: stdout chunk (state=3): >>><<< 8222 1726776624.67885: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776624.67900: _low_level_execute_command(): starting 8222 1726776624.67906: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776624.6788445-9116-148761098121356 `" && echo ansible-tmp-1726776624.6788445-9116-148761098121356="` echo /root/.ansible/tmp/ansible-tmp-1726776624.6788445-9116-148761098121356 `" ) && sleep 0' 8222 1726776624.68293: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776624.68296: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.68321: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.68360: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776624.68364: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776624.68417: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776624.70343: stdout chunk (state=3): >>>ansible-tmp-1726776624.6788445-9116-148761098121356=/root/.ansible/tmp/ansible-tmp-1726776624.6788445-9116-148761098121356 <<< 8222 1726776624.70447: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776624.70469: stderr chunk (state=3): >>><<< 8222 1726776624.70472: stdout chunk (state=3): >>><<< 8222 1726776624.70493: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776624.6788445-9116-148761098121356=/root/.ansible/tmp/ansible-tmp-1726776624.6788445-9116-148761098121356 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776624.70527: variable 'ansible_module_compression' from source: unknown 8222 1726776624.70568: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 8222 1726776624.70600: variable 'ansible_facts' from source: unknown 8222 1726776624.70661: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776624.6788445-9116-148761098121356/AnsiballZ_file.py 8222 1726776624.70756: Sending initial data 8222 1726776624.70760: Sent initial data (151 bytes) 8222 1726776624.71171: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776624.71174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.71177: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776624.71179: 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 <<< 8222 1726776624.71181: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.71227: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776624.71230: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776624.71283: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776624.72813: 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 <<< 8222 1726776624.72816: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776624.72857: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776624.72908: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpat953j0j /root/.ansible/tmp/ansible-tmp-1726776624.6788445-9116-148761098121356/AnsiballZ_file.py <<< 8222 1726776624.72914: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776624.6788445-9116-148761098121356/AnsiballZ_file.py" <<< 8222 1726776624.72955: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpat953j0j" to remote "/root/.ansible/tmp/ansible-tmp-1726776624.6788445-9116-148761098121356/AnsiballZ_file.py" <<< 8222 1726776624.72958: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776624.6788445-9116-148761098121356/AnsiballZ_file.py" <<< 8222 1726776624.73506: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776624.73543: stderr chunk (state=3): >>><<< 8222 1726776624.73547: stdout chunk (state=3): >>><<< 8222 1726776624.73569: done transferring module to remote 8222 1726776624.73577: _low_level_execute_command(): starting 8222 1726776624.73582: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776624.6788445-9116-148761098121356/ /root/.ansible/tmp/ansible-tmp-1726776624.6788445-9116-148761098121356/AnsiballZ_file.py && sleep 0' 8222 1726776624.73998: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776624.74002: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.74004: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776624.74006: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776624.74011: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.74051: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776624.74055: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776624.74110: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776624.75885: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776624.75912: stderr chunk (state=3): >>><<< 8222 1726776624.75916: stdout chunk (state=3): >>><<< 8222 1726776624.75928: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776624.75933: _low_level_execute_command(): starting 8222 1726776624.75936: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776624.6788445-9116-148761098121356/AnsiballZ_file.py && sleep 0' 8222 1726776624.76359: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776624.76362: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776624.76365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.76367: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776624.76369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.76424: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776624.76430: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776624.76432: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776624.76482: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776624.92784: 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}}} <<< 8222 1726776624.94145: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776624.94171: stderr chunk (state=3): >>><<< 8222 1726776624.94175: stdout chunk (state=3): >>><<< 8222 1726776624.94198: _low_level_execute_command() done: rc=0, stdout= {"path": "/etc/tuned/profiles/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/profiles/kernel_settings", "state": "directory", "path_content": {"directories": [], "files": ["/etc/tuned/profiles/kernel_settings/tuned.conf"]}}, "after": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/etc/tuned/profiles/kernel_settings", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776624.94229: 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-1726776624.6788445-9116-148761098121356/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776624.94236: _low_level_execute_command(): starting 8222 1726776624.94241: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776624.6788445-9116-148761098121356/ > /dev/null 2>&1 && sleep 0' 8222 1726776624.94706: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776624.94710: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776624.94712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776624.94715: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.94789: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776624.94793: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776624.94857: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776624.96690: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776624.96713: stderr chunk (state=3): >>><<< 8222 1726776624.96716: stdout chunk (state=3): >>><<< 8222 1726776624.96729: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776624.96734: handler run complete 8222 1726776624.96752: attempt loop complete, returning result 8222 1726776624.96755: _execute() done 8222 1726776624.96757: dumping result to json 8222 1726776624.96762: done dumping result, returning 8222 1726776624.96768: done running TaskExecutor() for managed_node3/TASK: Remove kernel_settings tuned profile [12343ab9-b159-90b8-9460-00000000058c] 8222 1726776624.96771: sending task result for task 12343ab9-b159-90b8-9460-00000000058c 8222 1726776624.96874: done sending task result for task 12343ab9-b159-90b8-9460-00000000058c 8222 1726776624.96876: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "path": "/etc/tuned/profiles/kernel_settings", "state": "absent" } 8222 1726776624.96945: no more pending results, returning what we have 8222 1726776624.96948: results queue empty 8222 1726776624.96949: checking for any_errors_fatal 8222 1726776624.96959: done checking for any_errors_fatal 8222 1726776624.96960: checking for max_fail_percentage 8222 1726776624.96961: done checking for max_fail_percentage 8222 1726776624.96962: checking to see if all hosts have failed and the running result is not ok 8222 1726776624.96963: done checking to see if all hosts have failed 8222 1726776624.96964: getting the remaining hosts for this loop 8222 1726776624.96965: done getting the remaining hosts for this loop 8222 1726776624.96969: getting the next task for host managed_node3 8222 1726776624.96976: done getting next task for host managed_node3 8222 1726776624.96979: ^ task is: TASK: Get active_profile 8222 1726776624.96981: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776624.96987: getting variables 8222 1726776624.96989: in VariableManager get_vars() 8222 1726776624.97024: Calling all_inventory to load vars for managed_node3 8222 1726776624.97027: Calling groups_inventory to load vars for managed_node3 8222 1726776624.97029: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776624.97039: Calling all_plugins_play to load vars for managed_node3 8222 1726776624.97041: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776624.97044: Calling groups_plugins_play to load vars for managed_node3 8222 1726776624.97179: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776624.97330: done with get_vars() 8222 1726776624.97338: done getting variables TASK [Get active_profile] ****************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:41 Thursday 19 September 2024 16:10:24 -0400 (0:00:00.337) 0:00:27.652 **** 8222 1726776624.97413: entering _queue_task() for managed_node3/slurp 8222 1726776624.97639: worker is 1 (out of 1 available) 8222 1726776624.97651: exiting _queue_task() for managed_node3/slurp 8222 1726776624.97662: done queuing things up, now waiting for results queue to drain 8222 1726776624.97663: waiting for pending results... 8222 1726776624.98104: running TaskExecutor() for managed_node3/TASK: Get active_profile 8222 1726776624.98109: in run() - task 12343ab9-b159-90b8-9460-00000000058d 8222 1726776624.98112: variable 'ansible_search_path' from source: unknown 8222 1726776624.98116: variable 'ansible_search_path' from source: unknown 8222 1726776624.98124: calling self._execute() 8222 1726776624.98218: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.98233: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.98247: variable 'omit' from source: magic vars 8222 1726776624.98353: variable 'omit' from source: magic vars 8222 1726776624.98402: variable 'omit' from source: magic vars 8222 1726776624.98449: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 8222 1726776624.98764: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 8222 1726776624.98840: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 8222 1726776624.98868: variable 'omit' from source: magic vars 8222 1726776624.98901: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776624.98933: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776624.98954: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776624.98968: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776624.98977: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776624.99003: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776624.99006: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.99009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.99076: Set connection var ansible_timeout to 10 8222 1726776624.99083: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776624.99091: Set connection var ansible_connection to ssh 8222 1726776624.99094: Set connection var ansible_shell_executable to /bin/sh 8222 1726776624.99098: Set connection var ansible_shell_type to sh 8222 1726776624.99103: Set connection var ansible_pipelining to False 8222 1726776624.99119: variable 'ansible_shell_executable' from source: unknown 8222 1726776624.99122: variable 'ansible_connection' from source: unknown 8222 1726776624.99125: variable 'ansible_module_compression' from source: unknown 8222 1726776624.99127: variable 'ansible_shell_type' from source: unknown 8222 1726776624.99129: variable 'ansible_shell_executable' from source: unknown 8222 1726776624.99131: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776624.99135: variable 'ansible_pipelining' from source: unknown 8222 1726776624.99137: variable 'ansible_timeout' from source: unknown 8222 1726776624.99141: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776624.99282: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 8222 1726776624.99295: variable 'omit' from source: magic vars 8222 1726776624.99300: starting attempt loop 8222 1726776624.99303: running the handler 8222 1726776624.99316: _low_level_execute_command(): starting 8222 1726776624.99322: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776624.99799: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776624.99806: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.99809: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776624.99811: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776624.99863: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776624.99870: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776624.99872: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776624.99922: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.01591: stdout chunk (state=3): >>>/root <<< 8222 1726776625.01757: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776625.01775: stderr chunk (state=3): >>><<< 8222 1726776625.01795: stdout chunk (state=3): >>><<< 8222 1726776625.01821: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776625.01832: _low_level_execute_command(): starting 8222 1726776625.01838: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776625.0182092-9129-197155019081808 `" && echo ansible-tmp-1726776625.0182092-9129-197155019081808="` echo /root/.ansible/tmp/ansible-tmp-1726776625.0182092-9129-197155019081808 `" ) && sleep 0' 8222 1726776625.02264: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776625.02267: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776625.02276: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776625.02279: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776625.02281: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.02328: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776625.02335: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.02381: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.04267: stdout chunk (state=3): >>>ansible-tmp-1726776625.0182092-9129-197155019081808=/root/.ansible/tmp/ansible-tmp-1726776625.0182092-9129-197155019081808 <<< 8222 1726776625.04374: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776625.04406: stderr chunk (state=3): >>><<< 8222 1726776625.04409: stdout chunk (state=3): >>><<< 8222 1726776625.04425: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776625.0182092-9129-197155019081808=/root/.ansible/tmp/ansible-tmp-1726776625.0182092-9129-197155019081808 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776625.04464: variable 'ansible_module_compression' from source: unknown 8222 1726776625.04503: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 8222 1726776625.04530: variable 'ansible_facts' from source: unknown 8222 1726776625.04585: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776625.0182092-9129-197155019081808/AnsiballZ_slurp.py 8222 1726776625.04683: Sending initial data 8222 1726776625.04691: Sent initial data (152 bytes) 8222 1726776625.05117: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776625.05120: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776625.05122: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.05124: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776625.05126: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.05166: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776625.05181: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.05233: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.06771: 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 <<< 8222 1726776625.06815: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776625.06864: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpyu2ji78r /root/.ansible/tmp/ansible-tmp-1726776625.0182092-9129-197155019081808/AnsiballZ_slurp.py <<< 8222 1726776625.06868: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776625.0182092-9129-197155019081808/AnsiballZ_slurp.py" <<< 8222 1726776625.06911: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpyu2ji78r" to remote "/root/.ansible/tmp/ansible-tmp-1726776625.0182092-9129-197155019081808/AnsiballZ_slurp.py" <<< 8222 1726776625.06916: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776625.0182092-9129-197155019081808/AnsiballZ_slurp.py" <<< 8222 1726776625.07443: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776625.07485: stderr chunk (state=3): >>><<< 8222 1726776625.07490: stdout chunk (state=3): >>><<< 8222 1726776625.07534: done transferring module to remote 8222 1726776625.07543: _low_level_execute_command(): starting 8222 1726776625.07548: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776625.0182092-9129-197155019081808/ /root/.ansible/tmp/ansible-tmp-1726776625.0182092-9129-197155019081808/AnsiballZ_slurp.py && sleep 0' 8222 1726776625.07992: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776625.07995: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776625.07997: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.07999: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776625.08005: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776625.08007: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.08048: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776625.08052: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.08105: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.09851: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776625.09878: stderr chunk (state=3): >>><<< 8222 1726776625.09882: stdout chunk (state=3): >>><<< 8222 1726776625.09898: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776625.09901: _low_level_execute_command(): starting 8222 1726776625.09906: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776625.0182092-9129-197155019081808/AnsiballZ_slurp.py && sleep 0' 8222 1726776625.10336: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776625.10339: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.10342: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776625.10344: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776625.10346: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.10389: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776625.10394: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.10455: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.25757: 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"}}} <<< 8222 1726776625.27196: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776625.27201: stdout chunk (state=3): >>><<< 8222 1726776625.27203: stderr chunk (state=3): >>><<< 8222 1726776625.27206: _low_level_execute_command() done: rc=0, stdout= {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776625.27210: 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-1726776625.0182092-9129-197155019081808/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776625.27213: _low_level_execute_command(): starting 8222 1726776625.27215: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776625.0182092-9129-197155019081808/ > /dev/null 2>&1 && sleep 0' 8222 1726776625.27894: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.27950: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776625.27969: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776625.27997: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.28066: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.29996: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776625.29999: stdout chunk (state=3): >>><<< 8222 1726776625.30001: stderr chunk (state=3): >>><<< 8222 1726776625.30016: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776625.30025: handler run complete 8222 1726776625.30042: attempt loop complete, returning result 8222 1726776625.30047: _execute() done 8222 1726776625.30193: dumping result to json 8222 1726776625.30196: done dumping result, returning 8222 1726776625.30199: done running TaskExecutor() for managed_node3/TASK: Get active_profile [12343ab9-b159-90b8-9460-00000000058d] 8222 1726776625.30201: sending task result for task 12343ab9-b159-90b8-9460-00000000058d 8222 1726776625.30280: done sending task result for task 12343ab9-b159-90b8-9460-00000000058d 8222 1726776625.30284: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 8222 1726776625.30335: no more pending results, returning what we have 8222 1726776625.30338: results queue empty 8222 1726776625.30339: checking for any_errors_fatal 8222 1726776625.30350: done checking for any_errors_fatal 8222 1726776625.30350: checking for max_fail_percentage 8222 1726776625.30352: done checking for max_fail_percentage 8222 1726776625.30353: checking to see if all hosts have failed and the running result is not ok 8222 1726776625.30354: done checking to see if all hosts have failed 8222 1726776625.30354: getting the remaining hosts for this loop 8222 1726776625.30356: done getting the remaining hosts for this loop 8222 1726776625.30360: getting the next task for host managed_node3 8222 1726776625.30365: done getting next task for host managed_node3 8222 1726776625.30368: ^ task is: TASK: Ensure kernel_settings is not in active_profile 8222 1726776625.30371: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776625.30374: getting variables 8222 1726776625.30376: in VariableManager get_vars() 8222 1726776625.30413: Calling all_inventory to load vars for managed_node3 8222 1726776625.30416: Calling groups_inventory to load vars for managed_node3 8222 1726776625.30418: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776625.30427: Calling all_plugins_play to load vars for managed_node3 8222 1726776625.30430: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776625.30432: Calling groups_plugins_play to load vars for managed_node3 8222 1726776625.30726: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776625.30935: done with get_vars() 8222 1726776625.30948: done getting variables 8222 1726776625.31010: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Ensure kernel_settings is not in active_profile] ************************* task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 Thursday 19 September 2024 16:10:25 -0400 (0:00:00.336) 0:00:27.988 **** 8222 1726776625.31039: entering _queue_task() for managed_node3/copy 8222 1726776625.31282: worker is 1 (out of 1 available) 8222 1726776625.31299: exiting _queue_task() for managed_node3/copy 8222 1726776625.31311: done queuing things up, now waiting for results queue to drain 8222 1726776625.31312: waiting for pending results... 8222 1726776625.31708: running TaskExecutor() for managed_node3/TASK: Ensure kernel_settings is not in active_profile 8222 1726776625.31724: in run() - task 12343ab9-b159-90b8-9460-00000000058e 8222 1726776625.31746: variable 'ansible_search_path' from source: unknown 8222 1726776625.31754: variable 'ansible_search_path' from source: unknown 8222 1726776625.31806: calling self._execute() 8222 1726776625.31902: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776625.31918: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776625.31934: variable 'omit' from source: magic vars 8222 1726776625.32053: variable 'omit' from source: magic vars 8222 1726776625.32106: variable 'omit' from source: magic vars 8222 1726776625.32148: variable '__active_profile' from source: task vars 8222 1726776625.32458: variable '__active_profile' from source: task vars 8222 1726776625.32682: variable '__cur_profile' from source: task vars 8222 1726776625.32837: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8222 1726776625.34832: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8222 1726776625.34878: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8222 1726776625.34908: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8222 1726776625.34936: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8222 1726776625.34957: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8222 1726776625.35015: 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) 8222 1726776625.35035: 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) 8222 1726776625.35054: 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) 8222 1726776625.35081: 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) 8222 1726776625.35095: 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) 8222 1726776625.35166: variable '__kernel_settings_tuned_current_profile' from source: set_fact 8222 1726776625.35218: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 8222 1726776625.35265: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 8222 1726776625.35317: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 8222 1726776625.35336: variable 'omit' from source: magic vars 8222 1726776625.35356: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776625.35377: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776625.35396: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776625.35409: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776625.35418: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776625.35440: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776625.35443: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776625.35445: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776625.35517: Set connection var ansible_timeout to 10 8222 1726776625.35523: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776625.35528: Set connection var ansible_connection to ssh 8222 1726776625.35533: Set connection var ansible_shell_executable to /bin/sh 8222 1726776625.35536: Set connection var ansible_shell_type to sh 8222 1726776625.35540: Set connection var ansible_pipelining to False 8222 1726776625.35557: variable 'ansible_shell_executable' from source: unknown 8222 1726776625.35559: variable 'ansible_connection' from source: unknown 8222 1726776625.35562: variable 'ansible_module_compression' from source: unknown 8222 1726776625.35564: variable 'ansible_shell_type' from source: unknown 8222 1726776625.35566: variable 'ansible_shell_executable' from source: unknown 8222 1726776625.35568: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776625.35573: variable 'ansible_pipelining' from source: unknown 8222 1726776625.35575: variable 'ansible_timeout' from source: unknown 8222 1726776625.35579: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776625.35652: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776625.35660: variable 'omit' from source: magic vars 8222 1726776625.35666: starting attempt loop 8222 1726776625.35668: running the handler 8222 1726776625.35679: _low_level_execute_command(): starting 8222 1726776625.35685: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776625.36192: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776625.36197: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776625.36201: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.36270: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.36325: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.38001: stdout chunk (state=3): >>>/root <<< 8222 1726776625.38100: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776625.38121: stderr chunk (state=3): >>><<< 8222 1726776625.38124: stdout chunk (state=3): >>><<< 8222 1726776625.38145: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776625.38155: _low_level_execute_command(): starting 8222 1726776625.38160: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329 `" && echo ansible-tmp-1726776625.381449-9147-31726525287329="` echo /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329 `" ) && sleep 0' 8222 1726776625.38575: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776625.38578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776625.38581: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776625.38584: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776625.38587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.38630: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776625.38634: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.38690: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.40560: stdout chunk (state=3): >>>ansible-tmp-1726776625.381449-9147-31726525287329=/root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329 <<< 8222 1726776625.40691: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776625.40694: stdout chunk (state=3): >>><<< 8222 1726776625.40697: stderr chunk (state=3): >>><<< 8222 1726776625.40709: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776625.381449-9147-31726525287329=/root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776625.40771: variable 'ansible_module_compression' from source: unknown 8222 1726776625.40812: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776625.40838: variable 'ansible_facts' from source: unknown 8222 1726776625.40904: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/AnsiballZ_stat.py 8222 1726776625.40981: Sending initial data 8222 1726776625.40984: Sent initial data (149 bytes) 8222 1726776625.41383: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776625.41390: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776625.41392: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.41395: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776625.41397: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.41445: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776625.41450: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.41498: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.43027: 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 <<< 8222 1726776625.43069: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776625.43122: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpmqvo3wcr /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/AnsiballZ_stat.py <<< 8222 1726776625.43129: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/AnsiballZ_stat.py" <<< 8222 1726776625.43223: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpmqvo3wcr" to remote "/root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/AnsiballZ_stat.py" <<< 8222 1726776625.43875: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776625.43890: stderr chunk (state=3): >>><<< 8222 1726776625.43896: stdout chunk (state=3): >>><<< 8222 1726776625.43934: done transferring module to remote 8222 1726776625.43942: _low_level_execute_command(): starting 8222 1726776625.43947: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/ /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/AnsiballZ_stat.py && sleep 0' 8222 1726776625.44338: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776625.44342: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.44344: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776625.44346: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776625.44348: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.44397: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776625.44401: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.44447: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.46204: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776625.46221: stderr chunk (state=3): >>><<< 8222 1726776625.46225: stdout chunk (state=3): >>><<< 8222 1726776625.46237: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776625.46240: _low_level_execute_command(): starting 8222 1726776625.46245: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/AnsiballZ_stat.py && sleep 0' 8222 1726776625.46652: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776625.46655: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.46657: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776625.46659: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.46711: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776625.46718: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776625.46720: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.46776: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.63409: 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": 150995202, "dev": 51714, "nlink": 1, "atime": 1726776625.255206, "mtime": 1726776622.6581864, "ctime": 1726776622.6581864, "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": "544712468", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 8222 1726776625.65047: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776625.65071: stderr chunk (state=3): >>><<< 8222 1726776625.65074: stdout chunk (state=3): >>><<< 8222 1726776625.65094: _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": 150995202, "dev": 51714, "nlink": 1, "atime": 1726776625.255206, "mtime": 1726776622.6581864, "ctime": 1726776622.6581864, "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": "544712468", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776625.65137: 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-1726776625.381449-9147-31726525287329/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 8222 1726776625.65226: Sending initial data 8222 1726776625.65229: Sent initial data (137 bytes) 8222 1726776625.65671: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776625.65675: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.65694: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.65746: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776625.65749: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776625.65751: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.65810: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.67452: 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 <<< 8222 1726776625.67504: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776625.67550: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/._e8hneou /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/.source <<< 8222 1726776625.67553: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/.source" <<< 8222 1726776625.67594: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/._e8hneou" to remote "/root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/.source" <<< 8222 1726776625.67598: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/.source" <<< 8222 1726776625.67784: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776625.67829: stderr chunk (state=3): >>><<< 8222 1726776625.67833: stdout chunk (state=3): >>><<< 8222 1726776625.67854: _low_level_execute_command(): starting 8222 1726776625.67857: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/ /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/.source && sleep 0' 8222 1726776625.68310: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776625.68314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776625.68316: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.68318: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776625.68320: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776625.68322: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.68371: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776625.68378: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776625.68380: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.68424: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.70256: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776625.70282: stderr chunk (state=3): >>><<< 8222 1726776625.70287: stdout chunk (state=3): >>><<< 8222 1726776625.70306: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776625.70328: variable 'ansible_module_compression' from source: unknown 8222 1726776625.70363: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 8222 1726776625.70379: variable 'ansible_facts' from source: unknown 8222 1726776625.70427: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/AnsiballZ_copy.py 8222 1726776625.70518: Sending initial data 8222 1726776625.70521: Sent initial data (149 bytes) 8222 1726776625.70976: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776625.70980: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776625.70982: 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 <<< 8222 1726776625.70984: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776625.70988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.71040: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776625.71043: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776625.71049: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.71103: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.72689: 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 <<< 8222 1726776625.72693: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776625.72732: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776625.72779: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmps0vobkgg /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/AnsiballZ_copy.py <<< 8222 1726776625.72781: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/AnsiballZ_copy.py" <<< 8222 1726776625.72825: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmps0vobkgg" to remote "/root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/AnsiballZ_copy.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/AnsiballZ_copy.py" <<< 8222 1726776625.73385: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776625.73428: stderr chunk (state=3): >>><<< 8222 1726776625.73431: stdout chunk (state=3): >>><<< 8222 1726776625.73454: done transferring module to remote 8222 1726776625.73464: _low_level_execute_command(): starting 8222 1726776625.73467: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/ /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/AnsiballZ_copy.py && sleep 0' 8222 1726776625.73910: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776625.73914: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776625.73916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776625.73920: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.73970: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776625.73973: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776625.73977: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.74023: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.75832: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776625.75865: stderr chunk (state=3): >>><<< 8222 1726776625.75868: stdout chunk (state=3): >>><<< 8222 1726776625.75881: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776625.75884: _low_level_execute_command(): starting 8222 1726776625.75892: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/AnsiballZ_copy.py && sleep 0' 8222 1726776625.76327: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776625.76331: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.76347: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.76396: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776625.76416: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776625.76419: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.76466: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.92888: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/.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-1726776625.381449-9147-31726525287329/.source", "_original_basename": "._e8hneou", "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}}} <<< 8222 1726776625.94324: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776625.94331: stdout chunk (state=3): >>><<< 8222 1726776625.94333: stderr chunk (state=3): >>><<< 8222 1726776625.94350: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/.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-1726776625.381449-9147-31726525287329/.source", "_original_basename": "._e8hneou", "follow": false, "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776625.94382: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/.source', '_original_basename': '._e8hneou', '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-1726776625.381449-9147-31726525287329/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776625.94392: _low_level_execute_command(): starting 8222 1726776625.94397: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776625.381449-9147-31726525287329/ > /dev/null 2>&1 && sleep 0' 8222 1726776625.94832: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776625.94835: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.94838: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776625.94840: 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 <<< 8222 1726776625.94842: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.94893: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776625.94897: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.94948: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776625.96763: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776625.96790: stderr chunk (state=3): >>><<< 8222 1726776625.96794: stdout chunk (state=3): >>><<< 8222 1726776625.96804: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776625.96811: handler run complete 8222 1726776625.96829: attempt loop complete, returning result 8222 1726776625.96831: _execute() done 8222 1726776625.96834: dumping result to json 8222 1726776625.96839: done dumping result, returning 8222 1726776625.96846: done running TaskExecutor() for managed_node3/TASK: Ensure kernel_settings is not in active_profile [12343ab9-b159-90b8-9460-00000000058e] 8222 1726776625.96849: sending task result for task 12343ab9-b159-90b8-9460-00000000058e 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-1726776625.381449-9147-31726525287329/.source", "state": "file", "uid": 0 } 8222 1726776625.97019: no more pending results, returning what we have 8222 1726776625.97023: results queue empty 8222 1726776625.97024: checking for any_errors_fatal 8222 1726776625.97032: done checking for any_errors_fatal 8222 1726776625.97032: checking for max_fail_percentage 8222 1726776625.97034: done checking for max_fail_percentage 8222 1726776625.97035: checking to see if all hosts have failed and the running result is not ok 8222 1726776625.97036: done checking to see if all hosts have failed 8222 1726776625.97036: getting the remaining hosts for this loop 8222 1726776625.97038: done getting the remaining hosts for this loop 8222 1726776625.97041: getting the next task for host managed_node3 8222 1726776625.97048: done getting next task for host managed_node3 8222 1726776625.97050: ^ task is: TASK: Set profile_mode to auto 8222 1726776625.97053: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776625.97056: getting variables 8222 1726776625.97058: in VariableManager get_vars() 8222 1726776625.97097: Calling all_inventory to load vars for managed_node3 8222 1726776625.97100: Calling groups_inventory to load vars for managed_node3 8222 1726776625.97102: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776625.97108: done sending task result for task 12343ab9-b159-90b8-9460-00000000058e 8222 1726776625.97110: WORKER PROCESS EXITING 8222 1726776625.97120: Calling all_plugins_play to load vars for managed_node3 8222 1726776625.97123: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776625.97125: Calling groups_plugins_play to load vars for managed_node3 8222 1726776625.97316: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776625.97432: done with get_vars() 8222 1726776625.97441: done getting variables 8222 1726776625.97481: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set profile_mode to auto] ************************************************ task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 Thursday 19 September 2024 16:10:25 -0400 (0:00:00.664) 0:00:28.653 **** 8222 1726776625.97506: entering _queue_task() for managed_node3/copy 8222 1726776625.97697: worker is 1 (out of 1 available) 8222 1726776625.97712: exiting _queue_task() for managed_node3/copy 8222 1726776625.97723: done queuing things up, now waiting for results queue to drain 8222 1726776625.97724: waiting for pending results... 8222 1726776625.97895: running TaskExecutor() for managed_node3/TASK: Set profile_mode to auto 8222 1726776625.97958: in run() - task 12343ab9-b159-90b8-9460-00000000058f 8222 1726776625.97971: variable 'ansible_search_path' from source: unknown 8222 1726776625.97974: variable 'ansible_search_path' from source: unknown 8222 1726776625.98003: calling self._execute() 8222 1726776625.98071: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776625.98075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776625.98084: variable 'omit' from source: magic vars 8222 1726776625.98160: variable 'omit' from source: magic vars 8222 1726776625.98194: variable 'omit' from source: magic vars 8222 1726776625.98218: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 8222 1726776625.98438: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 8222 1726776625.98502: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 8222 1726776625.98527: variable 'omit' from source: magic vars 8222 1726776625.98558: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776625.98590: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776625.98606: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776625.98620: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776625.98629: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776625.98651: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776625.98655: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776625.98658: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776625.98730: Set connection var ansible_timeout to 10 8222 1726776625.98737: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776625.98742: Set connection var ansible_connection to ssh 8222 1726776625.98747: Set connection var ansible_shell_executable to /bin/sh 8222 1726776625.98749: Set connection var ansible_shell_type to sh 8222 1726776625.98754: Set connection var ansible_pipelining to False 8222 1726776625.98771: variable 'ansible_shell_executable' from source: unknown 8222 1726776625.98774: variable 'ansible_connection' from source: unknown 8222 1726776625.98776: variable 'ansible_module_compression' from source: unknown 8222 1726776625.98778: variable 'ansible_shell_type' from source: unknown 8222 1726776625.98780: variable 'ansible_shell_executable' from source: unknown 8222 1726776625.98783: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776625.98790: variable 'ansible_pipelining' from source: unknown 8222 1726776625.98793: variable 'ansible_timeout' from source: unknown 8222 1726776625.98795: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776625.98892: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776625.98900: variable 'omit' from source: magic vars 8222 1726776625.98905: starting attempt loop 8222 1726776625.98908: running the handler 8222 1726776625.98918: _low_level_execute_command(): starting 8222 1726776625.98928: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776625.99436: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776625.99440: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.99443: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776625.99445: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776625.99491: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776625.99494: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776625.99504: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776625.99574: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776626.01268: stdout chunk (state=3): >>>/root <<< 8222 1726776626.01363: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776626.01397: stderr chunk (state=3): >>><<< 8222 1726776626.01401: stdout chunk (state=3): >>><<< 8222 1726776626.01422: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776626.01434: _low_level_execute_command(): starting 8222 1726776626.01441: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404 `" && echo ansible-tmp-1726776626.014225-9176-14112788137404="` echo /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404 `" ) && sleep 0' 8222 1726776626.01894: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776626.01898: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776626.01909: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.01913: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776626.01916: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.01956: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776626.01959: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776626.01961: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776626.02014: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776626.03962: stdout chunk (state=3): >>>ansible-tmp-1726776626.014225-9176-14112788137404=/root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404 <<< 8222 1726776626.04069: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776626.04096: stderr chunk (state=3): >>><<< 8222 1726776626.04100: stdout chunk (state=3): >>><<< 8222 1726776626.04115: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776626.014225-9176-14112788137404=/root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776626.04193: variable 'ansible_module_compression' from source: unknown 8222 1726776626.04238: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8222 1726776626.04268: variable 'ansible_facts' from source: unknown 8222 1726776626.04333: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/AnsiballZ_stat.py 8222 1726776626.04424: Sending initial data 8222 1726776626.04427: Sent initial data (149 bytes) 8222 1726776626.04868: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776626.04871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776626.04874: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.04876: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776626.04878: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776626.04880: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.04932: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776626.04938: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776626.04944: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776626.04989: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776626.06576: 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 <<< 8222 1726776626.06583: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776626.06620: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776626.06671: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpexu16foy /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/AnsiballZ_stat.py <<< 8222 1726776626.06674: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/AnsiballZ_stat.py" <<< 8222 1726776626.06715: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpexu16foy" to remote "/root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/AnsiballZ_stat.py" <<< 8222 1726776626.07259: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776626.07307: stderr chunk (state=3): >>><<< 8222 1726776626.07310: stdout chunk (state=3): >>><<< 8222 1726776626.07348: done transferring module to remote 8222 1726776626.07356: _low_level_execute_command(): starting 8222 1726776626.07361: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/ /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/AnsiballZ_stat.py && sleep 0' 8222 1726776626.07809: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776626.07812: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776626.07814: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.07820: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776626.07822: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776626.07824: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.07869: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776626.07877: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776626.07921: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776626.09660: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776626.09687: stderr chunk (state=3): >>><<< 8222 1726776626.09695: stdout chunk (state=3): >>><<< 8222 1726776626.09709: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776626.09712: _low_level_execute_command(): starting 8222 1726776626.09717: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/AnsiballZ_stat.py && sleep 0' 8222 1726776626.10159: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776626.10162: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776626.10165: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776626.10167: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776626.10169: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.10218: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776626.10221: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776626.10278: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776626.26654: 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": 157286658, "dev": 51714, "nlink": 1, "atime": 1726776610.0010905, "mtime": 1726776622.6591864, "ctime": 1726776622.6591864, "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": "3942667916", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 8222 1726776626.28278: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776626.28305: stderr chunk (state=3): >>><<< 8222 1726776626.28309: stdout chunk (state=3): >>><<< 8222 1726776626.28325: _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": 157286658, "dev": 51714, "nlink": 1, "atime": 1726776610.0010905, "mtime": 1726776622.6591864, "ctime": 1726776622.6591864, "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": "3942667916", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "get_size": false, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776626.28373: 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-1726776626.014225-9176-14112788137404/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': True, '_ansible_target_log_info': None}) 8222 1726776626.28463: Sending initial data 8222 1726776626.28466: Sent initial data (137 bytes) 8222 1726776626.28922: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776626.28926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776626.28928: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.28931: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776626.28933: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.28983: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776626.28989: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776626.28993: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776626.29045: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776626.30671: 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 <<< 8222 1726776626.30721: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776626.30759: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/.gpjzggll /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/.source <<< 8222 1726776626.30762: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/.source" <<< 8222 1726776626.30806: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/.gpjzggll" to remote "/root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/.source" <<< 8222 1726776626.30809: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/.source" <<< 8222 1726776626.30997: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776626.31043: stderr chunk (state=3): >>><<< 8222 1726776626.31047: stdout chunk (state=3): >>><<< 8222 1726776626.31067: _low_level_execute_command(): starting 8222 1726776626.31070: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/ /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/.source && sleep 0' 8222 1726776626.31525: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776626.31528: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.31531: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776626.31533: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776626.31535: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.31590: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776626.31598: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776626.31601: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776626.31638: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776626.33430: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776626.33464: stderr chunk (state=3): >>><<< 8222 1726776626.33466: stdout chunk (state=3): >>><<< 8222 1726776626.33480: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776626.33506: variable 'ansible_module_compression' from source: unknown 8222 1726776626.33542: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 8222 1726776626.33559: variable 'ansible_facts' from source: unknown 8222 1726776626.33606: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/AnsiballZ_copy.py 8222 1726776626.33701: Sending initial data 8222 1726776626.33704: Sent initial data (149 bytes) 8222 1726776626.34152: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776626.34155: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776626.34158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776626.34164: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776626.34166: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.34218: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776626.34221: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776626.34224: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776626.34274: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776626.35838: 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 <<< 8222 1726776626.35877: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776626.35922: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpdpq_xz_a /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/AnsiballZ_copy.py <<< 8222 1726776626.35929: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/AnsiballZ_copy.py" <<< 8222 1726776626.35969: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpdpq_xz_a" to remote "/root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/AnsiballZ_copy.py" <<< 8222 1726776626.35971: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/AnsiballZ_copy.py" <<< 8222 1726776626.36525: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776626.36568: stderr chunk (state=3): >>><<< 8222 1726776626.36572: stdout chunk (state=3): >>><<< 8222 1726776626.36604: done transferring module to remote 8222 1726776626.36611: _low_level_execute_command(): starting 8222 1726776626.36616: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/ /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/AnsiballZ_copy.py && sleep 0' 8222 1726776626.37065: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776626.37068: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.37070: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration <<< 8222 1726776626.37072: 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 <<< 8222 1726776626.37074: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.37127: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776626.37134: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776626.37138: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776626.37183: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776626.39018: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776626.39044: stderr chunk (state=3): >>><<< 8222 1726776626.39047: stdout chunk (state=3): >>><<< 8222 1726776626.39063: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776626.39066: _low_level_execute_command(): starting 8222 1726776626.39075: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/AnsiballZ_copy.py && sleep 0' 8222 1726776626.39541: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776626.39546: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 8222 1726776626.39549: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776626.39551: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.39597: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776626.39612: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776626.39619: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776626.39674: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776626.55928: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/.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-1726776626.014225-9176-14112788137404/.source", "_original_basename": ".gpjzggll", "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}}} <<< 8222 1726776626.57417: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776626.57421: stdout chunk (state=3): >>><<< 8222 1726776626.57424: stderr chunk (state=3): >>><<< 8222 1726776626.57444: _low_level_execute_command() done: rc=0, stdout= {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/.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-1726776626.014225-9176-14112788137404/.source", "_original_basename": ".gpjzggll", "follow": false, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776626.57575: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/.source', '_original_basename': '.gpjzggll', '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-1726776626.014225-9176-14112788137404/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776626.57578: _low_level_execute_command(): starting 8222 1726776626.57581: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776626.014225-9176-14112788137404/ > /dev/null 2>&1 && sleep 0' 8222 1726776626.58142: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 8222 1726776626.58159: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776626.58174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776626.58198: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776626.58215: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776626.58228: stderr chunk (state=3): >>>debug2: match not found <<< 8222 1726776626.58242: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.58312: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.58353: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776626.58371: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776626.58400: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776626.58485: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776626.60398: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776626.60423: stderr chunk (state=3): >>><<< 8222 1726776626.60426: stdout chunk (state=3): >>><<< 8222 1726776626.60440: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776626.60446: handler run complete 8222 1726776626.60466: attempt loop complete, returning result 8222 1726776626.60469: _execute() done 8222 1726776626.60471: dumping result to json 8222 1726776626.60478: done dumping result, returning 8222 1726776626.60493: done running TaskExecutor() for managed_node3/TASK: Set profile_mode to auto [12343ab9-b159-90b8-9460-00000000058f] 8222 1726776626.60495: sending task result for task 12343ab9-b159-90b8-9460-00000000058f 8222 1726776626.60595: done sending task result for task 12343ab9-b159-90b8-9460-00000000058f 8222 1726776626.60597: 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-1726776626.014225-9176-14112788137404/.source", "state": "file", "uid": 0 } 8222 1726776626.60659: no more pending results, returning what we have 8222 1726776626.60662: results queue empty 8222 1726776626.60663: checking for any_errors_fatal 8222 1726776626.60673: done checking for any_errors_fatal 8222 1726776626.60674: checking for max_fail_percentage 8222 1726776626.60675: done checking for max_fail_percentage 8222 1726776626.60676: checking to see if all hosts have failed and the running result is not ok 8222 1726776626.60677: done checking to see if all hosts have failed 8222 1726776626.60678: getting the remaining hosts for this loop 8222 1726776626.60679: done getting the remaining hosts for this loop 8222 1726776626.60683: getting the next task for host managed_node3 8222 1726776626.60694: done getting next task for host managed_node3 8222 1726776626.60696: ^ task is: TASK: Restart tuned 8222 1726776626.60699: ^ state is: HOST STATE: block=2, task=20, 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 8222 1726776626.60703: getting variables 8222 1726776626.60705: in VariableManager get_vars() 8222 1726776626.60739: Calling all_inventory to load vars for managed_node3 8222 1726776626.60742: Calling groups_inventory to load vars for managed_node3 8222 1726776626.60744: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776626.60754: Calling all_plugins_play to load vars for managed_node3 8222 1726776626.60756: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776626.60759: Calling groups_plugins_play to load vars for managed_node3 8222 1726776626.60901: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776626.61022: done with get_vars() 8222 1726776626.61031: done getting variables 8222 1726776626.61071: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Restart tuned] *********************************************************** task path: /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:64 Thursday 19 September 2024 16:10:26 -0400 (0:00:00.635) 0:00:29.288 **** 8222 1726776626.61103: entering _queue_task() for managed_node3/service 8222 1726776626.61374: worker is 1 (out of 1 available) 8222 1726776626.61493: exiting _queue_task() for managed_node3/service 8222 1726776626.61505: done queuing things up, now waiting for results queue to drain 8222 1726776626.61506: waiting for pending results... 8222 1726776626.61745: running TaskExecutor() for managed_node3/TASK: Restart tuned 8222 1726776626.61841: in run() - task 12343ab9-b159-90b8-9460-000000000590 8222 1726776626.61854: variable 'ansible_search_path' from source: unknown 8222 1726776626.61894: variable 'ansible_search_path' from source: unknown 8222 1726776626.61919: variable '__kernel_settings_services' from source: include_vars 8222 1726776626.62290: variable '__kernel_settings_services' from source: include_vars 8222 1726776626.62365: variable 'omit' from source: magic vars 8222 1726776626.62474: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776626.62478: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776626.62488: variable 'omit' from source: magic vars 8222 1726776626.62548: variable 'omit' from source: magic vars 8222 1726776626.62577: variable 'omit' from source: magic vars 8222 1726776626.62612: variable 'item' from source: unknown 8222 1726776626.62750: variable 'item' from source: unknown 8222 1726776626.62771: variable 'omit' from source: magic vars 8222 1726776626.62808: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8222 1726776626.62836: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8222 1726776626.62853: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8222 1726776626.62866: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776626.62874: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8222 1726776626.62901: variable 'inventory_hostname' from source: host vars for 'managed_node3' 8222 1726776626.62906: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776626.62909: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776626.62979: Set connection var ansible_timeout to 10 8222 1726776626.62987: Set connection var ansible_module_compression to ZIP_DEFLATED 8222 1726776626.62994: Set connection var ansible_connection to ssh 8222 1726776626.62999: Set connection var ansible_shell_executable to /bin/sh 8222 1726776626.63002: Set connection var ansible_shell_type to sh 8222 1726776626.63007: Set connection var ansible_pipelining to False 8222 1726776626.63024: variable 'ansible_shell_executable' from source: unknown 8222 1726776626.63027: variable 'ansible_connection' from source: unknown 8222 1726776626.63029: variable 'ansible_module_compression' from source: unknown 8222 1726776626.63033: variable 'ansible_shell_type' from source: unknown 8222 1726776626.63035: variable 'ansible_shell_executable' from source: unknown 8222 1726776626.63037: variable 'ansible_host' from source: host vars for 'managed_node3' 8222 1726776626.63039: variable 'ansible_pipelining' from source: unknown 8222 1726776626.63041: variable 'ansible_timeout' from source: unknown 8222 1726776626.63047: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 8222 1726776626.63148: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 8222 1726776626.63157: variable 'omit' from source: magic vars 8222 1726776626.63162: starting attempt loop 8222 1726776626.63166: running the handler 8222 1726776626.63239: variable 'ansible_facts' from source: unknown 8222 1726776626.63325: _low_level_execute_command(): starting 8222 1726776626.63331: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8222 1726776626.63843: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776626.63846: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.63850: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 <<< 8222 1726776626.63853: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.63894: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776626.63912: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776626.63915: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776626.63968: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776626.65648: stdout chunk (state=3): >>>/root <<< 8222 1726776626.65750: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776626.65781: stderr chunk (state=3): >>><<< 8222 1726776626.65784: stdout chunk (state=3): >>><<< 8222 1726776626.65868: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776626.65872: _low_level_execute_command(): starting 8222 1726776626.65875: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726776626.6580365-9206-143132692028651 `" && echo ansible-tmp-1726776626.6580365-9206-143132692028651="` echo /root/.ansible/tmp/ansible-tmp-1726776626.6580365-9206-143132692028651 `" ) && sleep 0' 8222 1726776626.66205: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776626.66221: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 8222 1726776626.66239: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.66271: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776626.66283: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776626.66336: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776626.68300: stdout chunk (state=3): >>>ansible-tmp-1726776626.6580365-9206-143132692028651=/root/.ansible/tmp/ansible-tmp-1726776626.6580365-9206-143132692028651 <<< 8222 1726776626.68397: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776626.68425: stderr chunk (state=3): >>><<< 8222 1726776626.68429: stdout chunk (state=3): >>><<< 8222 1726776626.68448: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726776626.6580365-9206-143132692028651=/root/.ansible/tmp/ansible-tmp-1726776626.6580365-9206-143132692028651 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776626.68476: variable 'ansible_module_compression' from source: unknown 8222 1726776626.68518: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-82229sydfg5w/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 8222 1726776626.68570: variable 'ansible_facts' from source: unknown 8222 1726776626.68703: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726776626.6580365-9206-143132692028651/AnsiballZ_systemd.py 8222 1726776626.68803: Sending initial data 8222 1726776626.68807: Sent initial data (154 bytes) 8222 1726776626.69236: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776626.69239: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.69242: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776626.69244: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found <<< 8222 1726776626.69246: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.69293: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776626.69296: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776626.69349: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776626.70926: 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" <<< 8222 1726776626.70929: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 8222 1726776626.70970: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 8222 1726776626.71016: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-82229sydfg5w/tmpcbpj3gvs /root/.ansible/tmp/ansible-tmp-1726776626.6580365-9206-143132692028651/AnsiballZ_systemd.py <<< 8222 1726776626.71020: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726776626.6580365-9206-143132692028651/AnsiballZ_systemd.py" <<< 8222 1726776626.71059: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-82229sydfg5w/tmpcbpj3gvs" to remote "/root/.ansible/tmp/ansible-tmp-1726776626.6580365-9206-143132692028651/AnsiballZ_systemd.py" <<< 8222 1726776626.71065: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726776626.6580365-9206-143132692028651/AnsiballZ_systemd.py" <<< 8222 1726776626.72143: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776626.72185: stderr chunk (state=3): >>><<< 8222 1726776626.72193: stdout chunk (state=3): >>><<< 8222 1726776626.72232: done transferring module to remote 8222 1726776626.72240: _low_level_execute_command(): starting 8222 1726776626.72245: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726776626.6580365-9206-143132692028651/ /root/.ansible/tmp/ansible-tmp-1726776626.6580365-9206-143132692028651/AnsiballZ_systemd.py && sleep 0' 8222 1726776626.72678: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776626.72682: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.72700: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.72756: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776626.72767: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776626.72769: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776626.72814: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776626.74585: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776626.74614: stderr chunk (state=3): >>><<< 8222 1726776626.74617: stdout chunk (state=3): >>><<< 8222 1726776626.74636: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776626.74639: _low_level_execute_command(): starting 8222 1726776626.74642: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726776626.6580365-9206-143132692028651/AnsiballZ_systemd.py && sleep 0' 8222 1726776626.75099: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776626.75103: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.75108: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776626.75118: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776626.75152: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776626.75166: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776626.75233: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776627.04775: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "13443", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainStartTimestampMonotonic": "212515230", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainHandoffTimestampMonotonic": "212527420", "ExecMainPID": "13443", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4609", "MemoryCurrent": "15282176", "MemoryPeak": "15740928", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3289075712", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "128945000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEML<<< 8222 1726776627.04799: stdout chunk (state=3): >>>OCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned<<< 8222 1726776627.04809: stdout chunk (state=3): >>>(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:10:06 EDT", "StateChangeTimestampMonotonic": "212655563", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveExitTimestampMonotonic": "212515731", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveEnterTimestampMonotonic": "212655563", "ActiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveExitTimestampMonotonic": "212478589", "InactiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveEnterTimestampMonotonic": "212513440", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ConditionTimestampMonotonic": "212514445", "AssertTimestamp": "Thu 2024-09-19 16:10:06 EDT", "AssertTimestampMonotonic": "212514449", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "9e51a24952304ec082473cd5c1e18eb3", "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}}} <<< 8222 1726776627.06779: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. <<< 8222 1726776627.06814: stderr chunk (state=3): >>><<< 8222 1726776627.06817: stdout chunk (state=3): >>><<< 8222 1726776627.06839: _low_level_execute_command() done: rc=0, stdout= {"name": "tuned", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "RestartMode": "normal", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "RestartSteps": "0", "RestartMaxDelayUSec": "infinity", "RestartUSecNext": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "13443", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "FileDescriptorStorePreserve": "restart", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainStartTimestampMonotonic": "212515230", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainHandoffTimestampMonotonic": "212527420", "ExecMainPID": "13443", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4609", "MemoryCurrent": "15282176", "MemoryPeak": "15740928", "MemorySwapCurrent": "0", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryAvailable": "3289075712", "EffectiveMemoryMax": "3702878208", "EffectiveMemoryHigh": "3702878208", "CPUUsageNSec": "128945000", "TasksCurrent": "4", "EffectiveTasksMax": "22362", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultStartupMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "StartupMemoryLow": "0", "MemoryHigh": "infinity", "StartupMemoryHigh": "infinity", "MemoryMax": "infinity", "StartupMemoryMax": "infinity", "MemorySwapMax": "infinity", "StartupMemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22362", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "MemoryPressureWatch": "auto", "MemoryPressureThresholdUSec": "200ms", "CoredumpReceive": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "RootEphemeral": "no", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "SetLoginEnvironment": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "MemoryKSM": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "KillMode": "control-group", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "WantedBy": "multi-user.target", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "Before": "multi-user.target shutdown.target", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "Description": "Dynamic System Tuning Daemon", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 16:10:06 EDT", "StateChangeTimestampMonotonic": "212655563", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveExitTimestampMonotonic": "212515731", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveEnterTimestampMonotonic": "212655563", "ActiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveExitTimestampMonotonic": "212478589", "InactiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveEnterTimestampMonotonic": "212513440", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "SurviveFinalKillSignal": "no", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ConditionTimestampMonotonic": "212514445", "AssertTimestamp": "Thu 2024-09-19 16:10:06 EDT", "AssertTimestampMonotonic": "212514449", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "9e51a24952304ec082473cd5c1e18eb3", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.9.172 closed. 8222 1726776627.06973: 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-1726776626.6580365-9206-143132692028651/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 8222 1726776627.06991: _low_level_execute_command(): starting 8222 1726776627.06994: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726776626.6580365-9206-143132692028651/ > /dev/null 2>&1 && sleep 0' 8222 1726776627.07447: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 8222 1726776627.07450: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found <<< 8222 1726776627.07452: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776627.07454: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 8222 1726776627.07456: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 8222 1726776627.07509: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' <<< 8222 1726776627.07512: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 8222 1726776627.07518: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 8222 1726776627.07570: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 8222 1726776627.09430: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 8222 1726776627.09455: stderr chunk (state=3): >>><<< 8222 1726776627.09458: stdout chunk (state=3): >>><<< 8222 1726776627.09472: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.9.172 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.9.172 originally 10.31.9.172 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/817bfa67e9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 8222 1726776627.09478: handler run complete 8222 1726776627.09524: attempt loop complete, returning result 8222 1726776627.09539: variable 'item' from source: unknown 8222 1726776627.09603: variable 'item' from source: unknown ok: [managed_node3] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveEnterTimestampMonotonic": "212655563", "ActiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ActiveExitTimestampMonotonic": "212478589", "ActiveState": "active", "After": "systemd-journald.socket system.slice basic.target dbus.socket network.target polkit.service dbus-broker.service sysinit.target systemd-sysctl.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 16:10:06 EDT", "AssertTimestampMonotonic": "212514449", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "128945000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ConditionTimestampMonotonic": "212514445", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target power-profiles-daemon.service cpupower.service auto-cpufreq.service tlp.service", "ControlGroup": "/system.slice/tuned.service", "ControlGroupId": "4609", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "\"man:tuned(8)\" \"man:tuned.conf(5)\" \"man:tuned-adm(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3702878208", "EffectiveMemoryMax": "3702878208", "EffectiveTasksMax": "22362", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainHandoffTimestampMonotonic": "212527420", "ExecMainPID": "13443", "ExecMainStartTimestamp": "Thu 2024-09-19 16:10:06 EDT", "ExecMainStartTimestampMonotonic": "212515230", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; start_time=[Thu 2024-09-19 16:10:06 EDT] ; stop_time=[n/a] ; pid=13443 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveEnterTimestampMonotonic": "212513440", "InactiveExitTimestamp": "Thu 2024-09-19 16:10:06 EDT", "InactiveExitTimestampMonotonic": "212515731", "InvocationID": "9e51a24952304ec082473cd5c1e18eb3", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13976", "LimitNPROCSoft": "13976", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13976", "LimitSIGPENDINGSoft": "13976", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "13443", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3289075712", "MemoryCurrent": "15282176", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "15740928", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/tuned/tuned.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target dbus-broker.service", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2024-09-19 16:10:06 EDT", "StateChangeTimestampMonotonic": "212655563", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22362", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } 8222 1726776627.10100: dumping result to json 8222 1726776627.10103: done dumping result, returning 8222 1726776627.10110: done running TaskExecutor() for managed_node3/TASK: Restart tuned [12343ab9-b159-90b8-9460-000000000590] 8222 1726776627.10112: sending task result for task 12343ab9-b159-90b8-9460-000000000590 8222 1726776627.10181: done sending task result for task 12343ab9-b159-90b8-9460-000000000590 8222 1726776627.10185: WORKER PROCESS EXITING 8222 1726776627.10252: no more pending results, returning what we have 8222 1726776627.10254: results queue empty 8222 1726776627.10255: checking for any_errors_fatal 8222 1726776627.10258: done checking for any_errors_fatal 8222 1726776627.10258: checking for max_fail_percentage 8222 1726776627.10259: done checking for max_fail_percentage 8222 1726776627.10260: checking to see if all hosts have failed and the running result is not ok 8222 1726776627.10261: done checking to see if all hosts have failed 8222 1726776627.10261: getting the remaining hosts for this loop 8222 1726776627.10262: done getting the remaining hosts for this loop 8222 1726776627.10264: getting the next task for host managed_node3 8222 1726776627.10269: done getting next task for host managed_node3 8222 1726776627.10270: ^ task is: TASK: meta (flush_handlers) 8222 1726776627.10272: ^ 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 8222 1726776627.10275: getting variables 8222 1726776627.10276: in VariableManager get_vars() 8222 1726776627.10299: Calling all_inventory to load vars for managed_node3 8222 1726776627.10301: Calling groups_inventory to load vars for managed_node3 8222 1726776627.10302: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776627.10309: Calling all_plugins_play to load vars for managed_node3 8222 1726776627.10311: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776627.10313: Calling groups_plugins_play to load vars for managed_node3 8222 1726776627.10411: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776627.10522: done with get_vars() 8222 1726776627.10529: done getting variables 8222 1726776627.10577: in VariableManager get_vars() 8222 1726776627.10585: Calling all_inventory to load vars for managed_node3 8222 1726776627.10589: Calling groups_inventory to load vars for managed_node3 8222 1726776627.10590: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776627.10593: Calling all_plugins_play to load vars for managed_node3 8222 1726776627.10595: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776627.10596: Calling groups_plugins_play to load vars for managed_node3 8222 1726776627.10687: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776627.10792: done with get_vars() 8222 1726776627.10802: done queuing things up, now waiting for results queue to drain 8222 1726776627.10803: results queue empty 8222 1726776627.10804: checking for any_errors_fatal 8222 1726776627.10807: done checking for any_errors_fatal 8222 1726776627.10807: checking for max_fail_percentage 8222 1726776627.10808: done checking for max_fail_percentage 8222 1726776627.10808: checking to see if all hosts have failed and the running result is not ok 8222 1726776627.10809: done checking to see if all hosts have failed 8222 1726776627.10809: getting the remaining hosts for this loop 8222 1726776627.10810: done getting the remaining hosts for this loop 8222 1726776627.10811: getting the next task for host managed_node3 8222 1726776627.10816: done getting next task for host managed_node3 8222 1726776627.10817: ^ task is: TASK: meta (flush_handlers) 8222 1726776627.10818: ^ 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 8222 1726776627.10820: getting variables 8222 1726776627.10821: in VariableManager get_vars() 8222 1726776627.10827: Calling all_inventory to load vars for managed_node3 8222 1726776627.10828: Calling groups_inventory to load vars for managed_node3 8222 1726776627.10829: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776627.10832: Calling all_plugins_play to load vars for managed_node3 8222 1726776627.10834: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776627.10835: Calling groups_plugins_play to load vars for managed_node3 8222 1726776627.10912: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776627.11017: done with get_vars() 8222 1726776627.11022: done getting variables 8222 1726776627.11051: in VariableManager get_vars() 8222 1726776627.11058: Calling all_inventory to load vars for managed_node3 8222 1726776627.11059: Calling groups_inventory to load vars for managed_node3 8222 1726776627.11061: Calling all_plugins_inventory to load vars for managed_node3 8222 1726776627.11063: Calling all_plugins_play to load vars for managed_node3 8222 1726776627.11064: Calling groups_plugins_inventory to load vars for managed_node3 8222 1726776627.11066: Calling groups_plugins_play to load vars for managed_node3 8222 1726776627.11143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8222 1726776627.11262: done with get_vars() 8222 1726776627.11269: done queuing things up, now waiting for results queue to drain 8222 1726776627.11270: results queue empty 8222 1726776627.11271: checking for any_errors_fatal 8222 1726776627.11272: done checking for any_errors_fatal 8222 1726776627.11272: checking for max_fail_percentage 8222 1726776627.11273: done checking for max_fail_percentage 8222 1726776627.11273: checking to see if all hosts have failed and the running result is not ok 8222 1726776627.11274: done checking to see if all hosts have failed 8222 1726776627.11274: getting the remaining hosts for this loop 8222 1726776627.11275: done getting the remaining hosts for this loop 8222 1726776627.11276: getting the next task for host managed_node3 8222 1726776627.11278: done getting next task for host managed_node3 8222 1726776627.11279: ^ task is: None 8222 1726776627.11280: ^ 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 8222 1726776627.11280: done queuing things up, now waiting for results queue to drain 8222 1726776627.11281: results queue empty 8222 1726776627.11281: checking for any_errors_fatal 8222 1726776627.11282: done checking for any_errors_fatal 8222 1726776627.11282: checking for max_fail_percentage 8222 1726776627.11283: done checking for max_fail_percentage 8222 1726776627.11283: checking to see if all hosts have failed and the running result is not ok 8222 1726776627.11284: done checking to see if all hosts have failed 8222 1726776627.11285: getting the next task for host managed_node3 8222 1726776627.11289: done getting next task for host managed_node3 8222 1726776627.11289: ^ task is: None 8222 1726776627.11290: ^ 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=87 changed=12 unreachable=0 failed=0 skipped=46 rescued=0 ignored=0 Thursday 19 September 2024 16:10:27 -0400 (0:00:00.502) 0:00:29.791 **** =============================================================================== fedora.linux_system_roles.kernel_settings : Tuned apply settings -------- 1.46s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Gathering Facts --------------------------------------------------------- 1.27s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_simple_settings.yml:2 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 0.76s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile --- 0.72s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.70s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.70s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.69s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 0.69s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes --- 0.69s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.69s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started --- 0.68s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.68s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Ensure kernel_settings is not in active_profile ------------------------- 0.66s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 0.66s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Put expected contents into temporary file ------------------------------- 0.65s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:8 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.65s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Ensure python command exists for tests below ---------------------------- 0.64s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/assert_kernel_settings_conf_files.yml:14 fedora.linux_system_roles.kernel_settings : Set profile_mode to manual --- 0.64s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Set profile_mode to auto ------------------------------------------------ 0.64s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 fedora.linux_system_roles.kernel_settings : Set profile_mode to manual --- 0.59s /tmp/collections-TXC/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 8222 1726776627.11373: RUNNING CLEANUP